Skip to content

build: update devcontainer.json port #36

build: update devcontainer.json port

build: update devcontainer.json port #36

Triggered via push May 29, 2024 18:29
Status Failure
Total duration 4m 34s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
release
Error: Command failed with exit code 1: docker build -t vprodemo.azurecr.io/console:v1.0.0 . && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X 'github.com/open-amt-cloud-toolkit/console/internal/app.Version=1.0.0'" -trimpath -o console_linux_x64 ./cmd/app/main.go && CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X 'github.com/open-amt-cloud-toolkit/console/internal/app.Version=1.0.0'" -trimpath -o console_windows_x64.exe ./cmd/app/main.go #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 383B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 781B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.22-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 #3 ... #4 [auth] library/golang:pull token for registry-1.docker.io #4 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.22-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 #3 DONE 0.9s #5 [modules 1/4] FROM docker.io/library/golang:1.22-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 #5 resolve docker.io/library/golang:1.22-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 done #5 sha256:b740e4568193271cab03d8813e82bb40bbb300e05f663f2178d6ee3fbaf991e7 2.11kB / 2.11kB done #5 sha256:667a4259027594465efe0982aec566a89095e879511d0716b4ae322f291e393d 0B / 292.90kB 0.1s #5 sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 0B / 69.34MB 0.1s #5 sha256:db27d6512129ba324acd616fd920202156dfadb8ccae8ffd1ec862bd46277c98 0B / 126B 0.1s #5 sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 9.02kB / 9.02kB done #5 sha256:a52ec26b648564b6cef8adf7bea14348b499a32d08de3943823150ad268f0d77 1.92kB / 1.92kB done #5 ... #6 [internal] load build context #6 transferring context: 5.70MB 0.1s done #6 DONE 0.1s #5 [modules 1/4] FROM docker.io/library/golang:1.22-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 #5 sha256:667a4259027594465efe0982aec566a89095e879511d0716b4ae322f291e393d 292.90kB / 292.90kB 0.2s done #5 sha256:db27d6512129ba324acd616fd920202156dfadb8ccae8ffd1ec862bd46277c98 126B / 126B 0.2s done #5 extracting sha256:667a4259027594465efe0982aec566a89095e879511d0716b4ae322f291e393d 0.0s done #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 0.2s #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.3s done #5 sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 13.63MB / 69.34MB 1.4s #5 sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 42.99MB / 69.34MB 1.6s #5 sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 69.34MB / 69.34MB 1.8s #5 sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 69.34MB / 69.34MB 1.8s done #5 extracting sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 0.1s #5 extracting sha256:3e347f261431f4a9affbd78ee6f59a7486c17be94c7c8274be137aab626f0555 4.2s done #5 extracting sha256:db27d6512129ba324acd616fd920202156dfadb8ccae8ffd1ec862bd46277c98 #5 extracting sha256:db27d6512129ba324acd616fd920202156dfadb8ccae8ffd1ec862bd46277c98 done #5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done #5 DONE 6.9s #7 [modules 2/4] COPY go.mod go.sum /modules/ #7 DONE 0.0s #8 [modules 3/4] WORKDIR /modules #8 DONE 0.0s #9 [modules 4/4] RUN go mod download #9 DONE 11.1s #10 [builder 2/5] COPY --from=modules /go/pkg /go/pkg #10 DONE 7.0s #11 [builder 3/5] COPY . /app #11 DONE 0.1s #12 [builder 4/5] WORKDIR /app #12 DONE 0.0s #13 [builder 5/5] RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags migrate -o /bin/app ./cmd/app #13 DONE 29.8s #14 [stage-2 1/4] COPY --from=builder /app/config /config #14 DONE 0.0s #15 [stage-2 2/4] COPY --from=builder /app/migrations /mig
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release
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/
release
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/