Skip to content

default remotely downloaded images to be converted to a flat rgb colo… #362

default remotely downloaded images to be converted to a flat rgb colo…

default remotely downloaded images to be converted to a flat rgb colo… #362

Triggered via push June 11, 2024 05:33
Status Failure
Total duration 51s
Artifacts

ci.yaml

on: push
containerise
30s
containerise
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 24 warnings
containerise
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"amd64\" ;; \"linux/arm64\") echo \"aarch64\" ;; *) echo \"\" ;; esac) && export S6_ARCH_EXPECTED_SHA256=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"65d0d0f353d2ff9d0af202b268b4bf53a9948a5007650854855c729289085739\" ;; \"linux/arm64\") echo \"3fbd14201473710a592b2189e81f00f3c8998e96d34f16bd2429c35d1bc36d00\" ;; *) echo \"\" ;; esac) && export S6_DOWNLOAD_ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-x86_64.tar.xz\" ;; \"linux/arm64\") echo \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-aarch64.tar.xz\" ;; *) echo \"\" ;; esac) && export FFMPEG_EXPECTED_SHA256=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"f8e7518c28328d3e27d7b6f49ef6bad0d0438edef268fc4f0777f574ad4013ef\" ;; \"linux/arm64\") echo \"b30bf7db2d5170dee78c4b514b9c085a64266c448204653da57bdb9e5ab23e75\" ;; *) echo \"\" ;; esac) && export FFMPEG_DOWNLOAD=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/${FFMPEG_DATE}/ffmpeg-N-${FFMPEG_VERSION}-linux64-gpl.tar.xz\" ;; \"linux/arm64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/${FFMPEG_DATE}/ffmpeg-N-${FFMPEG_VERSION}-linuxarm64-gpl.tar.xz\" ;; *) echo \"\" ;; esac) && export S6_NOARCH_EXPECTED_SHA256=\"fd80c231e8ae1a0667b7ae2078b9ad0e1269c4d117bf447a4506815a700dbff3\" && export S6_DOWNLOAD_NOARCH=\"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-noarch.tar.xz\" && echo \"Building for arch: ${ARCH}|${ARCH44}, downloading S6 from: ${S6_DOWNLOAD}}, expecting S6 SHA256: ${S6_EXPECTED_SHA256}\" && set -x && apt-get update && apt-get -y --no-install-recommends install locales && echo \"en_US.UTF-8 UTF-8\" > /etc/locale.gen && locale-gen en_US.UTF-8 && apt-get -y --no-install-recommends install curl ca-certificates binutils xz-utils && curl -L ${S6_DOWNLOAD_NOARCH} --output /tmp/s6-overlay-noarch.tar.xz && echo \"${S6_NOARCH_EXPECTED_SHA256} /tmp/s6-overlay-noarch.tar.xz\" | sha256sum -c - && tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && curl -L ${S6_DOWNLOAD_ARCH} --output /tmp/s6-overlay-${ARCH}.tar.xz && echo \"${S6_ARCH_EXPECTED_SHA256} /tmp/s6-overlay-${ARCH}.tar.xz\" | sha256sum -c - && tar -C / -Jxpf /tmp/s6-overlay-${ARCH}.tar.xz && echo \"Building for arch: ${ARCH}|${ARCH44}, downloading FFMPEG from: ${FFMPEG_DOWNLOAD}, expecting FFMPEG SHA256: ${FFMPEG_EXPECTED_SHA256}\" && curl -L ${FFMPEG_DOWNLOAD} --output /tmp/ffmpeg-${ARCH}.tar.xz && sha256sum /tmp/ffmpeg-${ARCH}.tar.xz && echo \"${FFMPEG_EXPECTED_SHA256} /tmp/ffmpeg-${ARCH}.tar.xz\" | sha256sum -c - && tar -xf /tmp/ffmpeg-${ARCH}.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffmpeg\" && tar -xf /tmp/ffmpeg-${ARCH}.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffprobe\" && rm -rf /tmp/s6-overlay-${ARCH}.tar.gz && rm -rf /tmp/ffmpeg-${ARCH}.tar.xz && apt-get -y autoremove --purge curl binutils xz-utils" did not complete successfully: exit code: 1
test (3.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
containerise
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, ASzc/change-string-case-action@v1, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
containerise
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, ASzc/change-string-case-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
containerise
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/
test (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/