Skip to content

ci

ci #2127

Triggered via schedule December 15, 2024 10:01
Status Failure
Total duration 1m 37s
Artifacts 26

ci.yml

on: schedule
error-msg
4s
error-msg
error-check
5s
error-check
standalone
18s
standalone
source
1m 1s
source
set
32s
set
group
15s
group
docker-config-malformed
9s
docker-config-malformed
proxy-docker-config
28s
proxy-docker-config
proxy-buildkitd
27s
proxy-buildkitd
git-context
1m 20s
git-context
git-context-and-local
1m 25s
git-context-and-local
multi-output
32s
multi-output
load-and-push
37s
load-and-push
summary-disable
12s
summary-disable
summary-disable-deprecated
9s
summary-disable-deprecated
summary-not-supported
13s
summary-not-supported
record-upload-disable
12s
record-upload-disable
annotations-disabled
17s
annotations-disabled
Matrix: allow
Matrix: bake
Matrix: checks
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 47 warnings
error-msg
buildx bake failed with: Learn more at https://docs.docker.com/go/build-multi-platform/
error-check
buildx bake failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
sbom (binary, /tmp/bake-build)
buildx bake failed with: ERROR: failed to evaluate path "/tmp/bake-build": lstat /tmp/bake-build: no such file or directory
error-msg
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
error-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-config-malformed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
summary-disable-deprecated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
record-upload-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
allow (v0.19.0-rc2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
allow (v0.17.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checks (v0.14.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
record-retention-days (0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (builder-id=foo)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
group
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance (true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
bake (release)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
allow (v0.18.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
annotations-disabled
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sbom (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
summary-not-supported
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
sbom (binary, /tmp/bake-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
bake (default)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
standalone
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
standalone
Docker is required to export a build record
checks (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint-other.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint-other.Dockerfile#L4
ConsistentInstructionCasing: Command 'froM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint-other.Dockerfile#L7
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint-other.Dockerfile#L8
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
The MAINTAINER instruction is deprecated, use a label instead to define an image author: test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint-other.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
provenance (false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
provenance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
proxy-buildkitd
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
proxy-docker-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
multi-output
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
set
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
load-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
source
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
record-retention-days (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
git-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
git-context-and-local
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
docker~bake-action~063S0K+1.dockerbuild
16.5 KB
docker~bake-action~40VRPR.dockerbuild
24 KB
docker~bake-action~57J9LC.dockerbuild
23.7 KB
docker~bake-action~5BTL29.dockerbuild
36.6 KB
docker~bake-action~5LQCR4+1.dockerbuild
17.1 KB
docker~bake-action~5Z8QW2.dockerbuild
14.2 KB
docker~bake-action~5ZOYTJ.dockerbuild
24.1 KB
docker~bake-action~6FIOQR+1.dockerbuild
19 KB
docker~bake-action~94NOBY.dockerbuild
33.4 KB
docker~bake-action~980TVB.dockerbuild
32.7 KB
docker~bake-action~AVSRKN.dockerbuild
13.1 KB
docker~bake-action~ETF2TS+2.dockerbuild
29.5 KB
docker~bake-action~FFGINK.dockerbuild
23.9 KB
docker~bake-action~GODF4T+1.dockerbuild
35 KB
docker~bake-action~J8CP90+2.dockerbuild
27.4 KB
docker~bake-action~JPMZV1.dockerbuild
39.7 KB
docker~bake-action~JY2CV4.dockerbuild
24.2 KB
docker~bake-action~LYLQYJ+2.dockerbuild
27.7 KB
docker~bake-action~OK6NE9+1.dockerbuild
27.2 KB
docker~bake-action~S3BB3I.dockerbuild
14 KB
docker~bake-action~TQTRWM.dockerbuild
32.2 KB
docker~bake-action~TU3EZQ.dockerbuild
24.1 KB
docker~bake-action~V02HVE.dockerbuild
31.8 KB
docker~bake-action~VJ93MZ.dockerbuild
25 KB
docker~bake-action~VRGGM1.dockerbuild Expired
14 KB
docker~bake-action~WSCHQF.dockerbuild
14 KB