You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
run
Set Up
failedSteps/Code to Reproduce
Expected Results
idk
Actual Results
log.txt
System Information
No response
The text was updated successfully, but these errors were encountered: