Skip to content

Release

Release #7

Triggered via schedule April 23, 2024 14:04
Status Failure
Total duration 2m 33s
Artifacts

release.yml

on: schedule
Sign Release
28s
Sign Release
Release to NPM
1m 48s
Release to NPM
Release types to NPM
23s
Release types to NPM
Release to Homebrew
0s
Release to Homebrew
Upload to S3
1m 42s
Upload to S3
Matrix: Release to Dockerhub
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 14 warnings
Release to Dockerhub (alpine, -alpine)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && apk --no-cache --force-overwrite --allow-untrusted add /tmp/glibc.apk /tmp/glibc-bin.apk && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version" did not complete successfully: exit code: 1
Release to Dockerhub (slim, -slim, debian-slim)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates curl dirmngr gpg gpg-agent unzip && apt-get clean && rm -rf /var/lib/apt/lists/* && arch=\"$(dpkg --print-architecture)\" && case \"${arch##*-}\" in amd64) build=\"x64-baseline\";; arm64) build=\"aarch64\";; *) echo \"error: unsupported architecture: $arch\"; exit 1 ;; esac && version=\"$BUN_VERSION\" && case \"$version\" in latest | canary | bun-v*) tag=\"$version\"; ;; v*) tag=\"bun-$version\"; ;; *) tag=\"bun-v$version\"; ;; esac && case \"$tag\" in latest) release=\"latest/download\"; ;; *) release=\"download/$tag\"; ;; esac && curl \"https://github.com/oven-sh/bun/releases/$release/bun-linux-$build.zip\" -fsSLO --compressed --retry 5 || (echo \"error: failed to download: $tag\" && exit 1) && for key in \"F3DCC08A8572C0749B3E18888EAB4D40A7B22B59\" ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl \"https://github.com/oven-sh/bun/releases/$release/SHASUMS256.txt.asc\" -fsSLO --compressed --retry 5 && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc || (echo \"error: failed to verify: $tag\" && exit 1) && grep \" bun-linux-$build.zip\\$\" SHASUMS256.txt | sha256sum -c - || (echo \"error: failed to verify: $tag\" && exit 1) && unzip \"bun-linux-$build.zip\" && mv \"bun-linux-$build/bun\" /usr/local/bin/bun && rm -f \"bun-linux-$build.zip\" SHASUMS256.txt.asc SHASUMS256.txt && chmod +x /usr/local/bin/bun && which bun && bun --version" did not complete successfully: exit code: 1
Release to Dockerhub (debian, -debian)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version" did not complete successfully: exit code: 1
Release to Dockerhub (debian)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version" did not complete successfully: exit code: 1
Release to Dockerhub (distroless, -distroless)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates curl dirmngr gpg gpg-agent unzip && apt-get clean && rm -rf /var/lib/apt/lists/* && arch=\"$(dpkg --print-architecture)\" && case \"${arch##*-}\" in amd64) build=\"x64-baseline\";; arm64) build=\"aarch64\";; *) echo \"error: unsupported architecture: $arch\"; exit 1 ;; esac && version=\"$BUN_VERSION\" && case \"$version\" in latest | canary | bun-v*) tag=\"$version\"; ;; v*) tag=\"bun-$version\"; ;; *) tag=\"bun-v$version\"; ;; esac && case \"$tag\" in latest) release=\"latest/download\"; ;; *) release=\"download/$tag\"; ;; esac && curl \"https://github.com/oven-sh/bun/releases/$release/bun-linux-$build.zip\" -fsSLO --compressed --retry 5 || (echo \"error: failed to download: $tag\" && exit 1) && for key in \"F3DCC08A8572C0749B3E18888EAB4D40A7B22B59\" ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl \"https://github.com/oven-sh/bun/releases/$release/SHASUMS256.txt.asc\" -fsSLO --compressed --retry 5 && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc || (echo \"error: failed to verify: $tag\" && exit 1) && grep \" bun-linux-$build.zip\\$\" SHASUMS256.txt | sha256sum -c - || (echo \"error: failed to verify: $tag\" && exit 1) && unzip \"bun-linux-$build.zip\" && mv \"bun-linux-$build/bun\" /usr/local/bin/bun && rm -f \"bun-linux-$build.zip\" SHASUMS256.txt.asc SHASUMS256.txt && chmod +x /usr/local/bin/bun && which bun && bun --version" did not complete successfully: exit code: 1
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Release to NPM
npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
Sign Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: crazy-max/ghaction-import-gpg@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release types to NPM
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, JS-DevTools/npm-publish@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release types to NPM
The following actions uses node12 which is deprecated and will be forced to run on node16: JS-DevTools/npm-publish@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release types to NPM
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/
Release types to NPM
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/
Release types to NPM
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/
Release types to NPM
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/
Release types to NPM
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/
Release types to NPM
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/
Release to Dockerhub (alpine, -alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release to Dockerhub (slim, -slim, debian-slim)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release to Dockerhub (debian, -debian)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release to Dockerhub (debian)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release to Dockerhub (distroless, -distroless)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.