Skip to content

Build

Build #146

Manually triggered December 11, 2024 01:51
Status Failure
Total duration 1h 23m 23s
Artifacts 16

Build.yml

on: workflow_dispatch
Matrix: build
conclusion
0s
conclusion
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 53 warnings
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
conclusion
Process completed with exit code 1.
Setup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build - amd64 - manylinux_2_28_armv7l
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
Build - amd64 - manylinux2014_ppc64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux_2_28_s390x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/
Build - amd64 - manylinux2014_armv7l
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux2014_i686
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux_2_28_aarch64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
Build - amd64 - manylinux_2_28_ppc64le
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/
Build - amd64 - manylinux2014_x86_64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux2014_aarch64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux2014_s390x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - manylinux2014_ppc64le
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
Build - amd64 - manylinux_2_28_x86_64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
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/
Build - amd64 - musllinux_1_2_i686
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
Build - amd64 - musllinux_1_2_aarch64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
Build - amd64 - musllinux_1_2_x86_64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Build - amd64 - musllinux_1_2_armv7l
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
conclusion
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size Digest
rust-cross~manylinux-cross~3Z8SCT.dockerbuild Expired
78.1 KB
sha256:16375ad8d096971fba8ae01ad7da7b3874336b7442a08f33914b9328b76709d8
rust-cross~manylinux-cross~589NRK.dockerbuild Expired
110 KB
sha256:e16951d89a8f09d8c1f31811a5c45a30de6ef2d9571afcaf10be3c029bde094a
rust-cross~manylinux-cross~6Q2P5P.dockerbuild Expired
110 KB
sha256:1e4a5f0ab5025d1d0fbe8d1372a256e46a825d27ad361b8d172dc10ed63b37ac
rust-cross~manylinux-cross~8LCJ8F.dockerbuild Expired
770 KB
sha256:4cba78a9f525d4932ba74f738a95057db209d0266caee48c938453374747d540
rust-cross~manylinux-cross~BM4X5J.dockerbuild Expired
55.1 KB
sha256:1769b447e404e49694ab9c74b95b9d29441e5d6da97b0c171142e8f69ea76aa0
rust-cross~manylinux-cross~DCZHL1.dockerbuild Expired
52.5 KB
sha256:fe7698b70f89bdbc08143d83f34b7b18158083cb3e841db204b221abfc147603
rust-cross~manylinux-cross~KLQCH2.dockerbuild Expired
74.6 KB
sha256:c8a985e201a93db3653e2890d1c96c2d5eedd0dd484928e7f200d5173cda0278
rust-cross~manylinux-cross~MGTDF2.dockerbuild Expired
53.9 KB
sha256:41c24798a164a3bfc27fd9489b983866523bebf120d6881ef55414b07b542597
rust-cross~manylinux-cross~PK30TH.dockerbuild Expired
78.2 KB
sha256:d653f0e9e9d9bb21985b57dab40c3a948321f0d0a968919e0c540bd678a8176b
rust-cross~manylinux-cross~QZ2LXT.dockerbuild Expired
77.5 KB
sha256:c96258d22cf8e95c8ed46c2b5f7f3c9ad6e70077fde76300ed59bf4cc2cbc0ee
rust-cross~manylinux-cross~R6G1GA.dockerbuild Expired
75.3 KB
sha256:c86b11c33eb9d2f3d0ee856eca897ec394fdcfe7a4e160667829690d320a109a
rust-cross~manylinux-cross~TBLD5Y.dockerbuild Expired
78.3 KB
sha256:8dc977b2fad2166e65aaab96dfeafe5cf251027744c120dd78ff0e19167a26da
rust-cross~manylinux-cross~TTTVFW.dockerbuild Expired
56 KB
sha256:ae123aac56bd278e9d883ad614d69c23bcae8ac589432d9a9ca29b7711768b44
rust-cross~manylinux-cross~UMR0O0.dockerbuild Expired
74.7 KB
sha256:db0468631fbfca738914129d8755d92df9b239d0ee3fccc7f4e0c6a8e5e50672
rust-cross~manylinux-cross~W2ND3J.dockerbuild Expired
77 KB
sha256:b23dc7fe055e781101261fbe4799575e3c8acf6ef33dbe77e8305264252675bb
rust-cross~manylinux-cross~XJF60T.dockerbuild Expired
110 KB
sha256:7ce420b108020a4c4e0d8da24ac6eac9ae5120556443ce02ddfcc9bed67b6c93