Build #143
Annotations
33 errors and 35 warnings
Build - amd64 - musllinux_1_2_i686
Process completed with exit code 1.
|
Build - amd64 - musllinux_1_2_aarch64
Process completed with exit code 1.
|
Build - amd64 - musllinux_1_2_x86_64
Process completed with exit code 1.
|
Build - arm64 - musllinux_1_2_i686
buildx failed with: ERROR: failed to solve: process "/bin/sh -c add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.7 python3.7-venv python3.7-dev python3.8 python3.8-venv python3.8-dev python3.9 python3.9-venv python3.9-dev python3.11 python3.11-venv python3.11-dev python3.12 python3.12-venv python3.12-dev python3.13 python3.13-venv python3.13-dev python3 python3-venv python3-dev python-is-python3" did not complete successfully: exit code: 1
|
Build - arm64 - musllinux_1_2_aarch64
Process completed with exit code 1.
|
Build - amd64 - musllinux_1_2_armv7l
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && VERS=3.13.0 && PREFIX=/opt/python/cp313-cp313 && curl -LO https://www.python.org/ftp/python/$VERS/Python-$VERS.tgz && tar xzf Python-$VERS.tgz && cd Python-$VERS && ./configure CC=$TARGET_CC AR=$TARGET_AR READELF=$TARGET_READELF --host=armv7l-unknown-linux-gnueabihf --target=armv7l-unknown-linux-gnueabihf --prefix=$PREFIX --disable-shared --with-build-python=python3.13 --with-ensurepip=no --build=$(uname -m)-linux-gnu --disable-ipv6 ac_cv_have_long_long_format=yes ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no && sed -i 's/_PYTHON_HOST_PLATFORM=linux-arm/_PYTHON_HOST_PLATFORM=linux-armv7l/' Makefile && make -j4 && make -j4 install && rm -rf Python-$VERS.tgz Python-$VERS $PREFIX/share && find $PREFIX -name '*.a' -print0 | xargs -0 rm -f && find $PREFIX -depth \\( -type d -a -name test -o -name tests \\) | xargs rm -rf && find $PREFIX -type f -a \\( -name '*.pyc' -o -name '*.pyo' \\) -delete" did not complete successfully: exit code: 2
|
Build - arm64 - musllinux_1_2_armv7l
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && VERS=3.13.0 && PREFIX=/opt/python/cp313-cp313 && curl -LO https://www.python.org/ftp/python/$VERS/Python-$VERS.tgz && tar xzf Python-$VERS.tgz && cd Python-$VERS && ./configure CC=$TARGET_CC AR=$TARGET_AR READELF=$TARGET_READELF --host=armv7l-unknown-linux-gnueabihf --target=armv7l-unknown-linux-gnueabihf --prefix=$PREFIX --disable-shared --with-build-python=python3.13 --with-ensurepip=no --build=$(uname -m)-linux-gnu --disable-ipv6 ac_cv_have_long_long_format=yes ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no && sed -i 's/_PYTHON_HOST_PLATFORM=linux-arm/_PYTHON_HOST_PLATFORM=linux-armv7l/' Makefile && make -j4 && make -j4 install && rm -rf Python-$VERS.tgz Python-$VERS $PREFIX/share && find $PREFIX -name '*.a' -print0 | xargs -0 rm -f && find $PREFIX -depth \\( -type d -a -name test -o -name tests \\) | xargs rm -rf && find $PREFIX -type f -a \\( -name '*.pyc' -o -name '*.pyo' \\) -delete" did not complete successfully: exit code: 2
|
Build - amd64 - manylinux_2_28_x86_64
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_s390x
Process completed with exit code 1.
|
Build - amd64 - manylinux_2_28_ppc64le
Process completed with exit code 1.
|
Build - amd64 - manylinux_2_28_aarch64
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_ppc64le
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_x86_64
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_i686
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_aarch64
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_ppc64
Process completed with exit code 1.
|
Build - amd64 - manylinux2014_armv7l
Process completed with exit code 1.
|
Build - amd64 - manylinux_2_28_s390x
Process completed with exit code 1.
|
Build - amd64 - manylinux_2_28_armv7l
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_armv7l
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_ppc64
Process completed with exit code 1.
|
Build - arm64 - manylinux_2_28_x86_64
Process completed with exit code 1.
|
Build - arm64 - manylinux_2_28_aarch64
Process completed with exit code 1.
|
Build - arm64 - manylinux_2_28_armv7l
Process completed with exit code 1.
|
Build - arm64 - manylinux_2_28_s390x
Process completed with exit code 1.
|
Build - arm64 - musllinux_1_2_x86_64
Process completed with exit code 1.
|
Build - arm64 - manylinux_2_28_ppc64le
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_aarch64
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_i686
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_ppc64le
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_s390x
Process completed with exit code 1.
|
Build - arm64 - manylinux2014_x86_64
Process completed with exit code 1.
|
conclusion
Process completed with exit code 1.
|
The 'as' keyword should match the case of the 'from' keyword:
musllinux_1_2/i686/Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Base image platform does not match expected target platform:
musllinux_1_2/i686/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/musllinux_1_1_i686 was pulled with platform "linux/386", expected "linux/amd64" for current build
|
The 'as' keyword should match the case of the 'from' keyword:
musllinux_1_2/aarch64/Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Base image platform does not match expected target platform:
musllinux_1_2/aarch64/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/musllinux_1_1_aarch64 was pulled with platform "linux/arm64", expected "linux/amd64" for current build
|
The 'as' keyword should match the case of the 'from' keyword:
musllinux_1_2/x86_64/Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/x86_64/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/x86_64/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux2014/s390x/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux2014_s390x was pulled with platform "linux/s390x", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/s390x/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/s390x/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/ppc64le/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux_2_28/ppc64le/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux_2_28_ppc64le was pulled with platform "linux/ppc64le", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/ppc64le/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/aarch64/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux_2_28/aarch64/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux_2_28_aarch64 was pulled with platform "linux/arm64", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/aarch64/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux2014/ppc64le/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux2014_ppc64le was pulled with platform "linux/ppc64le", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/ppc64le/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/ppc64le/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/x86_64/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/x86_64/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux2014/i686/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux2014_i686 was pulled with platform "linux/386", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/i686/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/i686/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Base image platform does not match expected target platform:
manylinux2014/aarch64/Dockerfile#L1
InvalidBaseImagePlatform: Base image quay.io/pypa/manylinux2014_aarch64 was pulled with platform "linux/arm64", expected "linux/amd64" for current build
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/aarch64/Dockerfile#L5
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/aarch64/Dockerfile#L64
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/ppc64/Dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/ppc64/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/armv7l/Dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux2014/armv7l/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/s390x/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/s390x/Dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/armv7l/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
manylinux_2_28/armv7l/Dockerfile#L4
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
rust-cross~manylinux-cross~3VFMQW.dockerbuild
|
938 KB |
|
rust-cross~manylinux-cross~54M28Y.dockerbuild
|
192 KB |
|
rust-cross~manylinux-cross~567RTE.dockerbuild
|
961 KB |
|
rust-cross~manylinux-cross~9CI77Z.dockerbuild
|
771 KB |
|
rust-cross~manylinux-cross~DGE827.dockerbuild
|
109 KB |
|
rust-cross~manylinux-cross~IZJ31J.dockerbuild
|
961 KB |
|
rust-cross~manylinux-cross~K6WGMT.dockerbuild
|
178 KB |
|
rust-cross~manylinux-cross~L8O0P2.dockerbuild
|
177 KB |
|
rust-cross~manylinux-cross~N54YP0.dockerbuild
|
192 KB |
|
rust-cross~manylinux-cross~R35ZIA.dockerbuild
|
192 KB |
|
rust-cross~manylinux-cross~RP7O70.dockerbuild
|
176 KB |
|
rust-cross~manylinux-cross~SE67R1.dockerbuild
|
190 KB |
|
rust-cross~manylinux-cross~TX7R69.dockerbuild
|
189 KB |
|
rust-cross~manylinux-cross~TXU0AB.dockerbuild
|
943 KB |
|
rust-cross~manylinux-cross~Y43MS4.dockerbuild
|
110 KB |
|
rust-cross~manylinux-cross~YKWT3E.dockerbuild
|
110 KB |
|