-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area/deploymentdependenciesPull requests that update a dependency filePull requests that update a dependency filekind/bug
Milestone
Description
Describe the bug
Now that 25.0 branch exists, I’m trying to build an image for 25.0 However, I see about 2 weeks ago images quit building: https://github.com/galaxyproject/galaxy/actions/workflows/build_container_image.yaml?page=6
I don’t see anything in the related commit that would cause this (00ac536), so it’s likely something independent. My local build is complaining about the same issue:
...
Running command git fetch -q https://github.com/nsoranzo/isa-rwval.git 3d989181058d2765a93cb0e7ca85d6955e0eb6ef\n error: subprocess-exited-with-error\n \n × Getting requirements to build wheel did not run successfully.\n │ exit code: 1\n ╰─> [20 lines of output]\n Traceback (most recent call last):\n File \"/galaxy/server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 389, in <module>\n main()\n File \"/galaxy/server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 373, in main\n json_out[\"return_val\"] = hook(**hook_input[\"kwargs\"])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/galaxy/server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py\", line 143, in get_requires_for_build_wheel\n return hook(config_settings)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/pip-build-env-5gp3b45c/overlay/lib/python3.12/site-packages/setuptools/build_meta.py\", line 331, in get_requires_for_build_wheel\n return self._get_build_requires(config_settings, requirements=[])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/pip-build-env-5gp3b45c/overlay/lib/python3.12/site-packages/setuptools/build_meta.py\", line 301, in _get_build_requires\n self.run_setup()\n File \"/tmp/pip-build-env-5gp3b45c/overlay/lib/python3.12/site-packages/setuptools/build_meta.py\", line 512, in run_setup\n super().run_setup(setup_script=setup_script)\n File \"/tmp/pip-build-env-5gp3b45c/overlay/lib/python3.12/site-packages/setuptools/build_meta.py\", line 317, in run_setup\n exec(code, locals())\n File \"<string>\", line 11, in <module>\n ModuleNotFoundError: No module named 'setuptools.package_index'
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 25.0
Commit: 3df9658
Browser and Operating System
Operating System: Linux, macOS
To Reproduce
Steps to reproduce the behavior:
- Go to Container Build Action
- or, build locally with
docker build -f .k8s_ci.Dockerfile -t quay.io/galaxyproject/galaxy-min:25.0 . --platform linux/amd64
The build fails about about 2 minutes with the above exception.
Metadata
Metadata
Assignees
Labels
area/deploymentdependenciesPull requests that update a dependency filePull requests that update a dependency filekind/bug