test #2103
test.yml
on: workflow_dispatch
prepare-itg
26s
Matrix: test
Matrix: test-itg
Annotations
26 errors and 53 warnings
|
test-itg (ubuntu-24.04-arm, sigstore/sigstore.test.itg.ts)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, 27.3.1)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, 27.3.1)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, master)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, master)
The operation was canceled.
|
|
test-itg (ubuntu-24.04-arm, undock/install.test.itg.ts)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (ubuntu-24.04-arm, undock/install.test.itg.ts)
The operation was canceled.
|
|
test-itg (ubuntu-latest, github.test.itg.ts)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (ubuntu-latest, github.test.itg.ts)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, archive, latest)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, archive, latest)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v26.1.4)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v26.1.4)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, 27.3.1)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, 27.3.1)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, latest)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, latest)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, latest)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, latest)
The operation was canceled.
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, image, latest)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, image, latest)
The operation was canceled.
|
|
test-itg (windows-latest, regclient/install.test.itg.ts)
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (windows-latest, regclient/install.test.itg.ts)
The operation was canceled.
|
|
test
Canceling since a higher priority waiting request for test-refs/heads/signing-blobs exists
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
__tests__/.fixtures/lint-other.Dockerfile#L20
ConsistentInstructionCasing: Command 'froM' 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:
__tests__/.fixtures/lint.Dockerfile#L24
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):
__tests__/.fixtures/lint-other.Dockerfile#L17
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):
__tests__/.fixtures/lint.Dockerfile#L25
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):
__tests__/.fixtures/lint.Dockerfile#L23
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):
__tests__/.fixtures/lint.Dockerfile#L18
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):
__tests__/.fixtures/lint.Dockerfile#L17
ConsistentInstructionCasing: Command 'frOM' 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:
__tests__/.fixtures/lint.Dockerfile#L24
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label
More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
|
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
__tests__/.fixtures/lint.Dockerfile#L31
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/
|
|
Multiple instructions of the same type should not be used in the same stage:
__tests__/.fixtures/lint.Dockerfile#L29
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used
More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, master)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, tcp, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, tcp, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, tcp, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, 27.3.1)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, rootless, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
__tests__/.fixtures/lint.Dockerfile#L23
ConsistentInstructionCasing: Command 'from' 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:
__tests__/.fixtures/lint.Dockerfile#L24
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):
__tests__/.fixtures/lint-other.Dockerfile#L20
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):
__tests__/.fixtures/lint.Dockerfile#L18
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):
__tests__/.fixtures/lint.Dockerfile#L17
ConsistentInstructionCasing: Command 'frOM' 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:
__tests__/.fixtures/lint.Dockerfile#L24
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label
More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
|
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
__tests__/.fixtures/lint.Dockerfile#L31
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/
|
|
Multiple instructions of the same type should not be used in the same stage:
__tests__/.fixtures/lint.Dockerfile#L29
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used
More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
__tests__/.fixtures/lint.Dockerfile#L25
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):
__tests__/.fixtures/lint.Dockerfile#L23
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, rootless, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, master)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, tcp, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, master)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, master)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, archive, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, archive, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v26.1.4)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v26.1.4)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, 27.3.1)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, 27.3.1)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, image, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, root, archive, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, image, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
test-itg (macos-13, docker/install.test.itg.ts, tcp, image, latest)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~actions-toolkit~0LHE6M.dockerbuild
Expired
|
19.1 KB |
sha256:9fe6f065c5096cd4365ad940b94cb7c756168393a924d4d693a12ae76e8ed265
|
|
|
docker~actions-toolkit~5WSKCM.dockerbuild
|
70.7 KB |
sha256:5e2abb44a2ff3ef33c395142628c29f49591329c8de938fecc288c18f9c4fa5b
|
|
|
docker~actions-toolkit~984CIF.dockerbuild
Expired
|
11.3 KB |
sha256:a8ebdd2a8fc9bad2ce05987a2c7133d5bcb8a52a8f0f8cfeef5fad64560d9f02
|
|
|
docker~actions-toolkit~FGP1AG+15.dockerbuild
Expired
|
75.1 KB |
sha256:a0b77164580d66350a93021e7edec69d9fc2697bfc5849701f89ecba9e5ea6a5
|
|
|
docker~actions-toolkit~H50NN3.dockerbuild
Expired
|
18.4 KB |
sha256:8881fea654340ef9330c9edbc6ac46e9fb65723eac463af54aa696703dc31c37
|
|
|
docker~actions-toolkit~ICE5I5.dockerbuild
Expired
|
9.55 KB |
sha256:9bafe9133b2306b4c77d87b2e172e6da7f855b6be467349f3d3d2bbb75dbb9a4
|
|
|
docker~actions-toolkit~IVZQ0C.dockerbuild
Expired
|
11.2 KB |
sha256:b240be52b4e5b2b3fdb1ea1bab8c608c0e3cc5ce41e600b73134bc6761597c5e
|
|
|
docker~actions-toolkit~J4FBK3.dockerbuild
Expired
|
15.9 KB |
sha256:5cad21c533cc3bafac3d5a39de0b0a0d07b8bc16cb344086b5ed8d111b29584f
|
|
|
docker~actions-toolkit~JO2KEZ+1.dockerbuild
Expired
|
15.7 KB |
sha256:f11275fed7573c448ad602850c8ac0c3c8b0adba1e71e49130402705449aa575
|
|
|
docker~actions-toolkit~JZRSDR.dockerbuild
|
69 KB |
sha256:75c426abaa91c9c9a05a2228ca256a2d3e1570baf526d3c9a5bb942759688b0c
|
|
|
docker~actions-toolkit~N2ISTZ.dockerbuild
|
69.9 KB |
sha256:2256b924cdfa5169553388d428f30a9e2cbded8c0cccc6022749b5f9c9762c7d
|
|
|
docker~actions-toolkit~OZ74QL.dockerbuild
|
67.8 KB |
sha256:82209f83ce6b11e147e55fbdc1e3674dd552ac3b44c5227170a75000c7067d9a
|
|
|
docker~actions-toolkit~T89T5M.dockerbuild
|
69.4 KB |
sha256:9a1519006756defa1b3bc775d56d0696502e0f20aabd30e9e802f23dfdfe5f08
|
|
|
docker~actions-toolkit~TUA457+1.dockerbuild
Expired
|
17.7 KB |
sha256:75f00d502c387808e998e7b5bcadf3d8079b142e179c668b2629022706e19ddd
|
|
|
docker~actions-toolkit~V5NBUL.dockerbuild
|
70.5 KB |
sha256:24d8203ca4283e446dd52f790625ae7f31fd98523ac9b62df5f76d83a24d1231
|
|
|
docker~actions-toolkit~VX88WL.dockerbuild
Expired
|
15.8 KB |
sha256:036bf0ed46ae9bdd20e323c52c46a68a4ad9cac2299ca8ebf6bb18a8d4a7011d
|
|
|
github-repo-2cf0221a09.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|
|
github-repo-472ba1c73b.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|