Skip to content

update libheif to 1.19.5 version #294

update libheif to 1.19.5 version

update libheif to 1.19.5 version #294

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

test-src-build-linux.yml

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

Annotations

4 errors and 32 warnings
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
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
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-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
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/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/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/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/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#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/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#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/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/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/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_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/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/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/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/

Artifacts

Produced during runtime
Name Size
bigcat88~pillow_heif~7EV6ZS.dockerbuild
27.6 KB
bigcat88~pillow_heif~911SAR.dockerbuild
16.7 KB
bigcat88~pillow_heif~C4GBOI.dockerbuild
27.3 KB
bigcat88~pillow_heif~HR5V43.dockerbuild
16.1 KB
bigcat88~pillow_heif~JN8AEF.dockerbuild
16.4 KB
bigcat88~pillow_heif~K7WSHJ.dockerbuild
40 KB
bigcat88~pillow_heif~O11PPP.dockerbuild
15.8 KB
bigcat88~pillow_heif~PS7325.dockerbuild
16 KB
bigcat88~pillow_heif~QCWPCQ.dockerbuild
36 KB
bigcat88~pillow_heif~RUWOLW.dockerbuild
17.3 KB
bigcat88~pillow_heif~RZYYZB.dockerbuild
38.8 KB
bigcat88~pillow_heif~S7XZAU.dockerbuild
35.8 KB
bigcat88~pillow_heif~SEVS01.dockerbuild
42 KB
bigcat88~pillow_heif~ULEIGB.dockerbuild
27.7 KB
bigcat88~pillow_heif~UVEQRD.dockerbuild
17.1 KB
bigcat88~pillow_heif~X1UJ1M.dockerbuild
38.7 KB
bigcat88~pillow_heif~XCWB1Y.dockerbuild
28.7 KB
bigcat88~pillow_heif~Y8NLKQ.dockerbuild
16.6 KB
bigcat88~pillow_heif~YMLD0K.dockerbuild
17 KB
bigcat88~pillow_heif~Z4UAUU.dockerbuild
17.2 KB