Skip to content

update libheif to 1.19.5 version #293

update libheif to 1.19.5 version

update libheif to 1.19.5 version #293

Triggered via pull request November 20, 2024 09:20
Status Failure
Total duration 40m 25s
Artifacts 20

test-src-build-linux.yml

on: pull_request
Matrix: full_linux
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 20 warnings
Fedora_39-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Alpine_3_20-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 -m venv --system-site-packages myenv && source myenv/bin/activate && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Archlinux-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd pillow_heif && python -m venv myenv && source myenv/bin/activate && python3 -m pip install -v \".[tests]\"; echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Debian_12-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v --break-system-packages \"pillow_heif/.[tests]\"; else python3 -m pip install -v --break-system-packages \"pillow_heif/.[tests-min]\"; export PH_TESTS_NO_HEVC_ENC=1; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Almalinux_9-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Alpine_3_19-amd64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 -m venv --system-site-packages myenv && source myenv/bin/activate && python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Alpine_3_20-arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 -m venv --system-site-packages myenv && source myenv/bin/activate && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Alpine_3_19-arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 -m venv --system-site-packages myenv && source myenv/bin/activate && python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Almalinux_9-arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v \"pillow_heif/.[tests]\"; else python3 -m pip install -v \"pillow_heif/.[tests-min]\"; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
Debian_12-arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python3 pillow_heif/libheif/linux_build_libs.py && if [ `getconf LONG_BIT` = 64 ]; then python3 -m pip install -v --break-system-packages \"pillow_heif/.[tests]\"; else python3 -m pip install -v --break-system-packages \"pillow_heif/.[tests-min]\"; export PH_TESTS_NO_HEVC_ENC=1; fi && echo \"**** Build Done ****\" && python3 -c \"import pillow_heif; print(pillow_heif.libheif_info())\" && pytest pillow_heif && echo \"**** Test Done ****\"" did not complete successfully: exit code: 1
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Fedora_39.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Fedora_39.Dockerfile#L13
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_20.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_20.Dockerfile#L12
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Archlinux.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Archlinux.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Debian_12.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Debian_12.Dockerfile#L22
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Almalinux_9.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Almalinux_9.Dockerfile#L13
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_19.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_19.Dockerfile#L16
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_20.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_20.Dockerfile#L12
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_19.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Alpine_3_19.Dockerfile#L16
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Almalinux_9.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Almalinux_9.Dockerfile#L13
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Debian_12.Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/from_src/Debian_12.Dockerfile#L22
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Artifacts

Produced during runtime
Name Size
bigcat88~pillow_heif~1CR2EJ.dockerbuild
17 KB
bigcat88~pillow_heif~1PRPDY.dockerbuild
34.5 KB
bigcat88~pillow_heif~52VZAN.dockerbuild
31 KB
bigcat88~pillow_heif~ADK2CW.dockerbuild
17.2 KB
bigcat88~pillow_heif~AXMCLE.dockerbuild
34.8 KB
bigcat88~pillow_heif~CSMZ5Q.dockerbuild
17.1 KB
bigcat88~pillow_heif~E60UCO.dockerbuild
16.1 KB
bigcat88~pillow_heif~HGVSER.dockerbuild
26.2 KB
bigcat88~pillow_heif~JI0NV9.dockerbuild
27.1 KB
bigcat88~pillow_heif~MH66W5.dockerbuild
16.9 KB
bigcat88~pillow_heif~MXOVBU.dockerbuild
36.1 KB
bigcat88~pillow_heif~PELDPJ.dockerbuild
39.1 KB
bigcat88~pillow_heif~QLWBXV.dockerbuild
34.1 KB
bigcat88~pillow_heif~S8QO1Z.dockerbuild
16.9 KB
bigcat88~pillow_heif~SVIWRB.dockerbuild
16.5 KB
bigcat88~pillow_heif~SYN4OT.dockerbuild
28.6 KB
bigcat88~pillow_heif~TSD3I8.dockerbuild
37.9 KB
bigcat88~pillow_heif~WPCLYS.dockerbuild
15.9 KB
bigcat88~pillow_heif~X5WXLI.dockerbuild
15.6 KB
bigcat88~pillow_heif~X91TFZ.dockerbuild
16.1 KB