cosign install #2127
test.yml
on: pull_request
prepare-itg
24s
Matrix: test
Matrix: test-itg
Annotations
23 errors and 54 warnings
|
test-itg (windows-latest, cosign/install.test.itg.ts)
Unhandled error: Error: The process 'C:\hostedtoolcache\windows\node\20.19.5\x64\yarn.CMD' failed with exit code 1
|
|
test-itg (macos-15-intel, cosign/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
|
test-itg (ubuntu-latest, cosign/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
|
test-itg (ubuntu-24.04-arm, cosign/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, latest)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, latest)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, master)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, master)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, archive, latest)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, archive, latest)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, 27.3.1)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, 27.3.1)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, v26.1.4)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, v26.1.4)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, latest)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, latest)
The operation was canceled.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, image, latest)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, image, latest)
The operation was canceled.
|
|
test-itg (windows-latest, docker/install.test.itg.ts, root, archive, latest)
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
test-itg (windows-latest, docker/install.test.itg.ts, root, archive, latest)
The operation was canceled.
|
|
test
Canceling since a higher priority waiting request for test-refs/pull/826/merge exists
|
|
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#L24
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#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, image, master)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, rootless, image, latest)
ERROR: failed to remove one or more builders
|
|
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, archive, v26.1.4)
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-latest, 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, rootless, archive, latest)
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, 27.3.1)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
|
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#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-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#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/
|
|
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/
|
|
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, 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-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, tcp, image, 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-24.04-arm, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
|
test-itg (macos-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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-15-intel, 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~0AHBZU.dockerbuild
Expired
|
16.2 KB |
sha256:703a0cbddd092ae9331f8c2faedc4292017d3049bd744a36894a0fa686c882a4
|
|
|
docker~actions-toolkit~34VE8Q.dockerbuild
Expired
|
11.4 KB |
sha256:8e5cf7ab4786ed10530c8eb837ca844d05835d529c85b77e1b435a4bcb084d4e
|
|
|
docker~actions-toolkit~53FYUL.dockerbuild
|
73.4 KB |
sha256:1d541b54c9b7e2d75226f2793e46914be1d234f61cc67e33dc15a56afdb58325
|
|
|
docker~actions-toolkit~8NHM46.dockerbuild
|
74.2 KB |
sha256:2c1b982e6abde4dd735a1caec48061e45f94b8df2037f449bd5d2d99e2413735
|
|
|
docker~actions-toolkit~9T6NIZ.dockerbuild
Expired
|
19.1 KB |
sha256:d26fa77f541798bd2ad481c6a83f356860462ec1599a1b20896851b45735e99a
|
|
|
docker~actions-toolkit~A87MNS.dockerbuild
Expired
|
15.7 KB |
sha256:596b2de58ab181612d9ad68b4fbfe904f75b28f1e075a446ca1525bd0a54f0a7
|
|
|
docker~actions-toolkit~ALE8KK.dockerbuild
|
73.6 KB |
sha256:b609d777896cab8a12262d7c5764d540de799f29a41d383db6ea1a4ff5147baf
|
|
|
docker~actions-toolkit~BN413U.dockerbuild
|
74.9 KB |
sha256:06a85d316298ec8af61a82dcbdcb2212f3433d0dfc35be11d027934f802ba5e6
|
|
|
docker~actions-toolkit~H3Y5SE.dockerbuild
Expired
|
9.31 KB |
sha256:0ff2d8106db4aa844abb175fd47b6c565129ea2b4069b65ffe4c8dd6831b62a8
|
|
|
docker~actions-toolkit~I4UFSP+1.dockerbuild
Expired
|
18.4 KB |
sha256:dab3c17d8d941fc608cff6eab35cea59f2759996f8411793afc2174dd9365c3a
|
|
|
docker~actions-toolkit~JHTNVO.dockerbuild
|
72.4 KB |
sha256:e66da44f32cacf31e1ae31a999d8da3f0a89d6c46a083d112a3b885b4f24a544
|
|
|
docker~actions-toolkit~K07T6Y.dockerbuild
|
73 KB |
sha256:e1c6cb81da8095b94c16d32c988a609e4213b18874734d78c0f803b41a2f1aa5
|
|
|
docker~actions-toolkit~LMPQPB.dockerbuild
Expired
|
11.5 KB |
sha256:db0b98edaeb2ac87c21e846032ef7df82a8b0586e86b72934edf99af7122c592
|
|
|
docker~actions-toolkit~QH5PE8.dockerbuild
Expired
|
18.3 KB |
sha256:d24c348e9eebbeae5a18c0e41b89eacc3801342e566f9640b45590c90c34b73a
|
|
|
docker~actions-toolkit~RKE31G.dockerbuild
Expired
|
9.6 KB |
sha256:15f453b8553ae5e240597fb54484c88bc1c4d629d7f5431101997ee49dbd483e
|
|
|
docker~actions-toolkit~TDQIET+15.dockerbuild
Expired
|
76 KB |
sha256:56b33d855d295d3857c5f0e39adf95c7b11002739a0bf0f512facc8a22316965
|
|
|
docker~actions-toolkit~WJAIZQ+1.dockerbuild
Expired
|
15.9 KB |
sha256:ea20d117ed906d78b25236e76dfafc256505be3b7f04263dde6050ce4f5d7d6b
|
|
|
docker~actions-toolkit~WVAHP8+15.dockerbuild
Expired
|
68.7 KB |
sha256:80c51d57d98eb2f6e60e655be722ef3357b3cd892ca01d7c6553b87316fe6c4b
|
|
|
github-repo-0fcb48a02a.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|
|
github-repo-32a065b53f.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|