multibuild failure
Not sure exactly what broke in the chain of my toolset for building reportlab. I have a github action which fails with the message ls: cannot access /opt/python/cp27-cp27mu/bin: No such file or directory so because I have fixed the checkout version of the multibuild area itself I suppose that something else changed/updated since the last build which was successful on Jan 22. has multibuild / manylinux decided to abandon the python 2.7 version or is there something I can do to get my builds going again? As an aside is it worth trying to fix the version of multibuild or should I just assume that most of the variability will come from the many docker layers that seem to be used.
Digest: sha256:efc8a9832a07678fc17026ab35aa6444c02a665ccd5e6552c90d036045d78b17 Status: Downloaded newer image for quay.io/pypa/manylinux2010_x86_64:latest + break quay.io/pypa/manylinux2010_x86_64:latest + '[' 5 -eq 0 ']' + return 0 + docker run --rm -e 'BUILD_COMMANDS=build_wheel reportlab' -e PYTHON_VERSION=2.7 -e MB_PYTHON_VERSION=2.7 -e UNICODE_WIDTH=32 -e BUILD_COMMIT=HEAD -e CONFIG_PATH=.travis-config.sh -e ENV_VARS_PATH= -e WHEEL_SDIR=wheelhouse -e MANYLINUX_URL= -e BUILD_DEPENDS= -e USE_CCACHE= -e REPO_DIR=reportlab -e PLAT=x86_64 -e MB_ML_VER=2010 -v /home/runner/work/reportlab-mirror/reportlab-mirror:/io -v /home/runner:/parent-home quay.io/pypa/manylinux2010_x86_64 /io/multibuild/docker_build_wrap.sh ls: cannot access /opt/python/cp27-cp27mu/bin: No such file or directory Error: Process completed with exit code 2.
-- Robin Becker
On 25/02/2021 09:31, Robin Becker wrote:
Not sure exactly what broke in the chain of my toolset for building reportlab. I have a github action which fails with the message
ls: cannot access /opt/python/cp27-cp27mu/bin: No such file or directory .........tory
Error: Process completed with exit code 2.
I looked into the manylinux image with docker and it seems that manylinux no longer supports 2.7 can anyone confirm this?
$ docker run -it quay.io/pypa/manylinux2010_x86_64 /bin/bash [root@9fa7e0b69500 /]# ls /opt _internal python rh [root@9fa7e0b69500 /]# ls /opt/python/ cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 [root@9fa7e0b69500 /]#
-- Robin Becker
On Thu, 25 Feb 2021, at 09:56, Robin Becker wrote:
I looked into the manylinux image with docker and it seems that manylinux no longer supports 2.7 can anyone confirm this?
It looks like that's correct: https://github.com/pypa/manylinux/issues/428 The final comment there notes that:
Last image with CPython 2.7 is tagged 2021-02-06-3d322a5
Thomas
participants (2)
-
Robin Becker
-
Thomas Kluyver