Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building base image (sweb.base.py.x86_64:latest) #297

Open
kamuy-shennai opened this issue Jan 22, 2025 · 0 comments
Open

Building base image (sweb.base.py.x86_64:latest) #297

kamuy-shennai opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kamuy-shennai
Copy link

Describe the bug

run Set Up failed

Running 1 unevaluated instances...
Building base image (sweb.base.py.x86_64:latest)
Traceback (most recent call last):
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/docker_build.py", line 155, in build_image
    raise docker.errors.BuildError(
docker.errors.BuildError: The command '/bin/sh -c apt update && apt install -y wget git build-essential libffi-dev libtiff-dev python3 python3-pip python-is-python3 jq curl locales locales-all tzdata && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/minimax-dialogue/users/shennai/miniconda3/envs/sewbench/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/data/minimax-dialogue/users/shennai/miniconda3/envs/sewbench/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/run_evaluation.py", line 504, in <module>
    main(**vars(args))
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/run_evaluation.py", line 453, in main
    build_env_images(client, dataset, force_rebuild, max_workers)
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/docker_build.py", line 281, in build_env_images
    build_base_images(client, dataset, force_rebuild)
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/docker_build.py", line 203, in build_base_images
    build_image(
  File "/data/minimax-dialogue/users/shennai/SWE-bench/swebench/harness/docker_build.py", line 161, in build_image
    raise BuildImageError(image_name, str(e), logger) from e
swebench.harness.docker_build.BuildImageError: Error building image sweb.base.py.x86_64:latest: The command '/bin/sh -c apt update && apt install -y wget git build-essential libffi-dev libtiff-dev python3 python3-pip python-is-python3 jq curl locales locales-all tzdata && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
Check (logs/build_images/base/sweb.base.py.x86_64__latest/build_image.log) for more information.

Steps/Code to Reproduce

python -m swebench.harness.run_evaluation     --predictions_path gold     --max_workers 1     --instance_ids sympy__sympy-20590     --run_id validate-gold

Expected Results

idk

Actual Results

log.txt

System Information

No response

@kamuy-shennai kamuy-shennai added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant