Skip to content

CD -> Release

CD -> Release #18

Manually triggered August 2, 2024 07:56
Status Failure
Total duration 1m 15s
Artifacts

release.yml

on: workflow_dispatch
Build artifact
0s
Build artifact
Build container image
1m 6s
Build container image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build container image
Error: buildah exited with code 1 Trying to pull docker.io/oven/bun:1-alpine... Getting image source signatures Copying blob sha256:465cf8198cdc0803bd189521541b2897100c745f91c4aa03e84bf0b071e6c91d Copying blob sha256:3c010a825a58afb6952b75d696ac15d6c15eddbaf0630d3ecb73081bdb8ddec4 Copying blob sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa Copying blob sha256:2c98da1acbcee412bd1dc102dc430e5babb0d51a1bedd865077201662d2ac4fa Copying blob sha256:cbb9cff0eaadc66f29ab00fdf1e48ea11d2063d1aa6f77cfb024d17624457128 Copying blob sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa Copying blob sha256:3c010a825a58afb6952b75d696ac15d6c15eddbaf0630d3ecb73081bdb8ddec4 Copying blob sha256:cbb9cff0eaadc66f29ab00fdf1e48ea11d2063d1aa6f77cfb024d17624457128 Copying blob sha256:2c98da1acbcee412bd1dc102dc430e5babb0d51a1bedd865077201662d2ac4fa Copying blob sha256:465cf8198cdc0803bd189521541b2897100c745f91c4aa03e84bf0b071e6c91d Copying config sha256:e90de33514cd2c1788c6358463208dc9af13bdb1797d06149ab78f1668bf5de1 Writing manifest to image destination Storing signatures bun install v1.1.21 (70ca2b76) $ bun run build:x:step1 && bun run build:x:step2 && bun run build:x:step3:standalone $ bun build --target=bun src/index.ts --outfile=dist/backend.step1.tmp.js $ bun swc --config-file=swc.json --out-file=dist/backend.step2.tmp.js dist/backend.step1.tmp.js Bindings not found. 159 | if (!quiet && compiled + copied > 0) { 160 | const copyResult = copied === 0 ? " " : ` (copied ${copied}) `; 161 | console.info(`Successfully compiled ${compiled} ${compiled !== 1 ? "files" : "file"}${copyResult}with swc.`); 162 | } 163 | if (failed > 0) { 164 | throw new Error(`Failed to compile ${failed} ${failed !== 1 ? "files" : "file"} with swc.`); ^ error: Failed to compile 1 file with swc. at assertCompilationResult (/build/node_modules/@swc/cli/lib/swc/util.js:164:15) at /build/node_modules/@swc/cli/lib/swc/file.js:205:19 error: "swc" exited with code 1 error: script "build:x:step2" exited with code 1 error: script "build:standalone" exited with code 1 error building at STEP "RUN bun install --frozen-lockfile --production && bun run build:standalone": error while running runtime: exit status 1 time="2024-08-02T07:57:32Z" level=error msg="exit status 1"
Build container image
Reference to image and/or tag must be lowercase. Reference has been converted to be compliant with standard.