Skip to content

Release

Release #349

Triggered via schedule February 13, 2025 14:04
Status Failure
Total duration 6m 14s
Artifacts

release.yml

on: schedule
Release types to NPM
23s
Release types to NPM
Release to NPM
2m 19s
Release to NPM
Release to Homebrew
0s
Release to Homebrew
Matrix: Release to Dockerhub
Make pr to DefinitelyTyped to update `bun-types` version
0s
Make pr to DefinitelyTyped to update `bun-types` version
Notify Sentry
8s
Notify Sentry
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 6 warnings
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 (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 Dockerhub (debian)
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 python3 && 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" did not complete successfully: exit code: 1
Release to Dockerhub (debian, -debian)
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 python3 && 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" 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.
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.
Notify Sentry
Command failed: /action-release/node_modules/@sentry/cli-linux-x64/bin/sentry-cli --header sentry-trace:858832919014a24f71d7ccc8027a8fc7-ff23908b320f2b76-1 --header baggage:sentry-environment=production-sentry-github-action,sentry-release=1.9.0,sentry-public_key=2172f0c14072ba401de59317df8ded93,sentry-trace_id=858832919014a24f71d7ccc8027a8fc7,sentry-sample_rate=1,sentry-transaction=sentry-github-action-execution,sentry-sampled=true releases new canary -p *** error: API request failed caused by: sentry reported an error: Invalid token (http status: 401) Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output. Please attach the full debug log to all bug reports.
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/