Skip to content

IM 7.1.1-31, libaom-3.8.2, libwebp-1.4.0 #259

IM 7.1.1-31, libaom-3.8.2, libwebp-1.4.0

IM 7.1.1-31, libaom-3.8.2, libwebp-1.4.0 #259

Triggered via push April 22, 2024 21:32
Status Failure
Total duration 8m 55s
Artifacts

action.yml

on: push
build-debian-bullseye
8m 48s
build-debian-bullseye
build-debian-bookworm
8m 4s
build-debian-bookworm
build-ubuntu
8m 30s
build-ubuntu
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
build-debian-bookworm
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y upgrade && apt-get install -y --no-install-recommends git make pkg-config autoconf curl cmake clang libomp-dev ca-certificates automake yasm libde265-0 libde265-dev libjpeg62-turbo libjpeg62-turbo-dev x265 libx265-dev libtool libsdl1.2-dev libgif-dev libbrotli-dev libpng16-16 libpng-dev libjpeg62-turbo libjpeg62-turbo-dev libgomp1 ghostscript libxml2-dev libxml2-utils libtiff-dev libfontconfig1-dev libfreetype6-dev fonts-dejavu liblcms2-2 liblcms2-dev libtcmalloc-minimal4 libxext6 libbrotli1 && export CC=clang CXX=clang++ && git clone -b v${LIBJXL_VERSION} https://github.com/libjxl/libjxl.git --depth 1 --recursive --shallow-submodules && cd libjxl && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && cmake --build . -- -j$(nproc) && cmake --install . && cd ../../ && rm -rf libjxl && ldconfig /usr/local/lib && git clone -b v${LIB_WEBP_VERSION} --depth 1 https://chromium.googlesource.com/webm/libwebp && cd libwebp && mkdir build && cd build && cmake ../ && make && make install && ldconfig /usr/local/lib && cd ../../ && rm -rf libwebp && git clone -b v${LIB_AOM_VERSION} --depth 1 https://aomedia.googlesource.com/aom && mkdir build_aom && cd build_aom && cmake ../aom/ -DENABLE_TESTS=0 -DBUILD_SHARED_LIBS=1 && make && make install && ldconfig /usr/local/lib && cd .. && rm -rf aom && rm -rf build_aom && git clone -b v${LIB_HEIF_VERSION} --depth 1 https://github.com/strukturag/libheif.git cd libheif/ && mkdir build && cd build && cmake --preset=release .. && make && make install && cd ../../ ldconfig /usr/local/lib && rm -rf libheif && git clone -b ${IM_VERSION} --depth 1 https://github.com/ImageMagick/ImageMagick.git && cd ImageMagick && ./configure --without-magick-plus-plus --disable-docs --disable-static --with-tiff --with-jxl --with-tcmalloc && make && make install && ldconfig /usr/local/lib && apt-get remove --autoremove --purge -y make cmake clang clang-14 curl yasm git autoconf automake pkg-config libpng-dev libjpeg62-turbo-dev libde265-dev libx265-dev libxml2-dev libtiff-dev libfontconfig1-dev libfreetype6-dev liblcms2-dev libsdl1.2-dev libgif-dev libbrotli-dev && rm -rf /var/lib/apt/lists/* && rm -rf /ImageMagick" did not complete successfully: exit code: 129
build-ubuntu
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y upgrade && apt-get install -y git make gcc pkg-config autoconf curl g++ cmake clang-11 yasm libde265-0 libde265-dev libjpeg-turbo8-dev x265 libx265-dev libtool libsdl1.2-dev libgif-dev libbrotli-dev libpng16-16 libpng-dev libgomp1 ghostscript libxml2-dev libxml2-utils libtiff-dev libfontconfig1-dev libfreetype6-dev fonts-dejavu liblcms2-dev libtcmalloc-minimal4 libxext6 libbrotli1 && export CC=clang-11 CXX=clang++-11 && git clone -b v${LIBJXL_VERSION} https://github.com/libjxl/libjxl.git --depth 1 --recursive --shallow-submodules && cd libjxl && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && cmake --build . -- -j$(nproc) && cmake --install . && cd ../../ && rm -rf libjxl && ldconfig /usr/local/lib && git clone -b v${LIB_WEBP_VERSION} --depth 1 https://chromium.googlesource.com/webm/libwebp && cd libwebp && mkdir build && cd build && cmake ../ && make && make install && ldconfig /usr/local/lib && cd ../../ && rm -rf libwebp && git clone -b v${LIB_AOM_VERSION} --depth 1 https://aomedia.googlesource.com/aom && mkdir build_aom && cd build_aom && cmake ../aom/ -DENABLE_TESTS=0 -DBUILD_SHARED_LIBS=1 && make && make install && ldconfig /usr/local/lib && cd .. && rm -rf aom && rm -rf build_aom && git clone -b v${LIB_HEIF_VERSION} --depth 1 https://github.com/strukturag/libheif.git cd libheif/ && mkdir build && cd build && cmake --preset=release .. && make && make install && cd ../../ ldconfig /usr/local/lib && rm -rf libheif && git clone -b ${IM_VERSION} --depth 1 https://github.com/ImageMagick/ImageMagick.git && cd ImageMagick && ./configure --without-magick-plus-plus --disable-docs --disable-static --with-tiff --with-jxl --with-tcmalloc && make && make install && ldconfig /usr/local/lib && apt-get remove --autoremove --purge -y gcc make cmake clang curl g++ yasm git autoconf pkg-config libpng-dev libjpeg-turbo8-dev libde265-dev libx265-dev libxml2-dev libtiff-dev libfontconfig1-dev libfreetype6-dev liblcms2-dev libsdl1.2-dev libgif-dev libbrotli-dev && rm -rf /var/lib/apt/lists/* && rm -rf /ImageMagick" did not complete successfully: exit code: 129
build-debian-bullseye
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y upgrade && apt-get install -y --no-install-recommends git make pkg-config autoconf curl cmake clang libomp-dev ca-certificates automake yasm libde265-0 libde265-dev libjpeg62-turbo libjpeg62-turbo-dev x265 libx265-dev libtool libsdl1.2-dev libgif-dev libbrotli-dev libpng16-16 libpng-dev libjpeg62-turbo libjpeg62-turbo-dev libgomp1 ghostscript libxml2-dev libxml2-utils libtiff-dev libfontconfig1-dev libfreetype6-dev fonts-dejavu liblcms2-2 liblcms2-dev libtcmalloc-minimal4 libxext6 libbrotli1 && export CC=clang CXX=clang++ && git clone -b v${LIBJXL_VERSION} https://github.com/libjxl/libjxl.git --depth 1 --recursive --shallow-submodules && cd libjxl && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. && cmake --build . -- -j$(nproc) && cmake --install . && cd ../../ && rm -rf libjxl && ldconfig /usr/local/lib && git clone -b v${LIB_WEBP_VERSION} --depth 1 https://chromium.googlesource.com/webm/libwebp && cd libwebp && mkdir build && cd build && cmake ../ && make && make install && ldconfig /usr/local/lib && cd ../../ && rm -rf libwebp && git clone -b v${LIB_AOM_VERSION} --depth 1 https://aomedia.googlesource.com/aom && mkdir build_aom && cd build_aom && cmake ../aom/ -DENABLE_TESTS=0 -DBUILD_SHARED_LIBS=1 && make && make install && ldconfig /usr/local/lib && cd .. && rm -rf aom && rm -rf build_aom && git clone -b v${LIB_HEIF_VERSION} --depth 1 https://github.com/strukturag/libheif.git cd libheif/ && mkdir build && cd build && cmake --preset=release .. && make && make install && cd ../../ ldconfig /usr/local/lib && rm -rf libheif && git clone -b ${IM_VERSION} --depth 1 https://github.com/ImageMagick/ImageMagick.git && cd ImageMagick && ./configure --without-magick-plus-plus --disable-docs --disable-static --with-tiff --with-jxl --with-tcmalloc && make && make install && ldconfig /usr/local/lib && apt-get remove --autoremove --purge -y make cmake clang clang-11 curl yasm git autoconf automake pkg-config libpng-dev libjpeg62-turbo-dev libde265-dev libx265-dev libxml2-dev libtiff-dev libfontconfig1-dev libfreetype6-dev liblcms2-dev libsdl1.2-dev libgif-dev libbrotli-dev && rm -rf /var/lib/apt/lists/* && rm -rf /ImageMagick" did not complete successfully: exit code: 129
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bookworm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-ubuntu
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-debian-bullseye
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/