Skip to content

Conversation

@zanieb
Copy link
Member

@zanieb zanieb commented Sep 5, 2024

Instead of failing with the inscrutable:

Makefile:49: *** multiple target patterns.  Stop.

We fail with the actual error:

unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))
unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))
/big/workspace/python-build-standalone/cpython-unix/build.py --host-platform linux64 --target-triple x86_64-unknown-linux-gnu --optimizations pgo --python-source null --dest-archive /big/workspace/python-build-standalone/build/image-build.tar  --toolchain image-build
/big/workspace/python-build-standalone/cpython-unix/build.py --host-platform linux64 --target-triple x86_64-unknown-linux-gnu --optimizations pgo --python-source null --dest-archive /big/workspace/python-build-standalone/build/image-gcc.tar  --toolchain image-gcc
/big/workspace/python-build-standalone/cpython-unix/build.py --host-platform linux64 --target-triple x86_64-unknown-linux-gnu --optimizations pgo --python-source null --dest-archive /big/workspace/python-build-standalone/build/llvm-18-x86_64-linux-18.0.8+20240713-linux64.tar  --toolchain clang --target-triple x86_64-unknown-linux-gnu
/big/workspace/python-build-standalone/cpython-unix/build.py --host-platform linux64 --target-triple x86_64-unknown-linux-gnu --optimizations pgo --python-source null --dest-archive /big/workspace/python-build-standalone/build/image-xcb.tar  --toolchain image-xcb
unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))

unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))
unable to connect to Docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))
make: *** [Makefile:83: /big/workspace/python-build-standalone/build/llvm-18-x86_64-linux-18.0.8+20240713-linux64.tar] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:76: /big/workspace/python-build-standalone/build/image-gcc.tar] Error 1
make: *** [Makefile:76: /big/workspace/python-build-standalone/build/image-xcb.tar] Error 1
make: *** [Makefile:76: /big/workspace/python-build-standalone/build/image-build.tar] Error 1

@zanieb zanieb added the internal A refactor or improvement that is not user-facing label Sep 7, 2024
@indygreg indygreg merged commit a1871d8 into astral-sh:main Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal A refactor or improvement that is not user-facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants