Skip to content

Merge pull request #107 from FusionAuth/1.52.0.maintenance #156

Merge pull request #107 from FusionAuth/1.52.0.maintenance

Merge pull request #107 from FusionAuth/1.52.0.maintenance #156

Triggered via push August 15, 2024 16:27
Status Failure
Total duration 31s
Artifacts
multiarch-build
19s
multiarch-build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 18 warnings
multiarch-build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${BUILDPLATFORM}\" in linux/arm64) BUILD_JAVA_SUM=\"d768eecddd7a515711659e02caef8516b7b7177fa34880a56398fd9822593a79\"; BUILD_JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.4_7.tar.gz\"; ;; linux/amd64) BUILD_JAVA_SUM=\"51fb4d03a4429c39d397d3a03a779077159317616550e4e71624c9843083e7b9\"; BUILD_JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.4_7.tar.gz\"; ;; *) printf \"Unsupported build platform arch: ${BUILDPLATFORM}\"; exit 1; ;; esac && case \"${TARGETARCH}\" in arm64) JAVA_SUM=\"d768eecddd7a515711659e02caef8516b7b7177fa34880a56398fd9822593a79\"; JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.4_7.tar.gz\"; ;; ppc64le) JAVA_SUM=\"c208cd0fb90560644a90f928667d2f53bfe408c957a5e36206585ad874427761\"; JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.4_7.tar.gz\"; ;; s390x) JAVA_SUM=\"c900c8d64fab1e53274974fa4a4c736a5a3754485a5c56f4947281480773658a\"; JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_s390x_linux_hotspot_21.0.4_7.tar.gz\"; ;; amd64) JAVA_SUM=\"51fb4d03a4429c39d397d3a03a779077159317616550e4e71624c9843083e7b9\"; JAVA_URL=\"https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.4_7.tar.gz\"; ;; *) printf \"Unsupported arch: ${TARGETARCH}\"; exit 1; ;; esac && apt-get update && apt-get install -y curl unzip && mkdir -p /tmp/openjdk && mkdir -p /tmp/build/openjdk && curl -LfsSo /tmp/build/openjdk.tar.gz \"${BUILD_JAVA_URL}\" && echo \"${BUILD_JAVA_SUM} */tmp/build/openjdk.tar.gz\" | sha256sum -c - && curl -LfsSo /tmp/openjdk.tar.gz \"${JAVA_URL}\" && echo \"${JAVA_SUM} */tmp/openjdk.tar.gz\" | sha256sum -c - && cd /tmp/build/openjdk && tar -xf /tmp/build/openjdk.tar.gz --strip-components=1 && cd /tmp/openjdk && tar -xf /tmp/openjdk.tar.gz --strip-components=1 && /tmp/build/openjdk/bin/jlink --compress=2 --module-path /tmp/openjdk/jmods/ --add-modules ${JDK_MODULES} --output /opt/openjdk && curl -LfsSo /tmp/fusionauth-app.zip https://files.fusionauth.io/products/fusionauth/${FUSIONAUTH_VERSION}/fusionauth-app-${FUSIONAUTH_VERSION}.zip && mkdir -p /usr/local/fusionauth/fusionauth-app && unzip -nq /tmp/fusionauth-app.zip -d /usr/local/fusionauth" did not complete successfully: exit code: 1
multiarch-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, docker/login-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/
multiarch-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/
multiarch-build
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/