build(deps): bump @octokit/plugin-rest-endpoint-methods from 10.4.0 to 13.4.0 #1729
test.yml
on: pull_request
prepare-itg
20s
Matrix: test
Matrix: test-itg
Annotations
8 errors and 50 warnings
test-itg (macos-13, buildx/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
test-itg (ubuntu-latest, buildx/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
test-itg (windows-latest, buildx/install.test.itg.ts)
Unhandled error: Error: The process 'C:\hostedtoolcache\windows\node\20.18.3\x64\yarn.CMD' failed with exit code 1
|
test-itg (ubuntu-22.04-arm, buildx/install.test.itg.ts)
Unhandled error: Error: The process '/usr/local/bin/yarn' failed with exit code 1
|
test (ubuntu-latest, 20)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) yarn run test:coverage --coverageDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
test (ubuntu-latest, 18)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) yarn run test:coverage --coverageDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
test (ubuntu-22.04-arm, 20)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) yarn run test:coverage --coverageDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
test (ubuntu-22.04-arm, 18)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) yarn run test:coverage --coverageDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
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.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#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#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#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/
|
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/
|
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/
|
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/
|
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#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, root, image, master)
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, root, archive, 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-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, 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 (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, root, image, 27.3.1)
ERROR: failed to remove one or more builders
|
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/
|
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/
|
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.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#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#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#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-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/
|
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/
|
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/
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, root, image, latest)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, root, image, 27.3.1)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, tcp, image, latest)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, root, image, master)
ERROR: failed to remove one or more builders
|
test-itg (ubuntu-22.04-arm, docker/install.test.itg.ts, tcp, archive, latest)
ERROR: failed to remove one or more builders
|
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!
|
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, 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, 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, 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, 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, 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!
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
docker~actions-toolkit~1ZXW9P.dockerbuild
Expired
|
11.7 KB |
sha256:6f5984d207df499474ec9dcdadbd02394910c08f28b11922bc9c92e190bb73a3
|
|
docker~actions-toolkit~2EY71N.dockerbuild
|
76.1 KB |
sha256:c5b0a7065920a20688043c5caaa61a606202e1eb2cef8c59884dbcf312138eae
|
|
docker~actions-toolkit~EKMCZ1.dockerbuild
|
80.7 KB |
sha256:8ed0319c843fc6c383bb26751e3526d4b763a6028c011877f407887b37eacf4f
|
|
docker~actions-toolkit~EO52I0+1.dockerbuild
Expired
|
16 KB |
sha256:2ed48d9252d34880bddd77c87cd848f0e49f2a55185bc3923e19d310228d769e
|
|
docker~actions-toolkit~GMKXPH.dockerbuild
Expired
|
11.4 KB |
sha256:92f20476b04543a24473bb760838d7636ee901f3481adbb46920f9439c1a8db1
|
|
docker~actions-toolkit~GUSU0D.dockerbuild
|
75.6 KB |
sha256:2b421e707cce6785b855534fa20c5b5088732dd5af7bcae7cf525952307f34c6
|
|
docker~actions-toolkit~HJJDAQ.dockerbuild
Expired
|
15.1 KB |
sha256:b07ba8bad500f42e7496d2a030b58e3ab7d16762c45570f47033a25a2ab3ab36
|
|
docker~actions-toolkit~K615VG+15.dockerbuild
Expired
|
77.6 KB |
sha256:b554d40f6eaaf2477cfbb4bbf07f2abc64fb9342a838e06734c53b1db8cd6d29
|
|
docker~actions-toolkit~OJL35O.dockerbuild
Expired
|
16 KB |
sha256:ee815999c1891eb17c04081cd41c392fc383f7d8426eaffd9ee068412e794962
|
|
docker~actions-toolkit~OY0XKC.dockerbuild
Expired
|
17.9 KB |
sha256:5736a00d353fab8549957af839a7b040c75e3e957ee365f896697f01ee841893
|
|
docker~actions-toolkit~RJTXZN.dockerbuild
Expired
|
9.79 KB |
sha256:41576b448f76b1f3af6512c4274898d02d4661a711672d6c1c82dfb5c0971458
|
|
docker~actions-toolkit~SHD9ZQ+15.dockerbuild
Expired
|
132 KB |
sha256:18398872598629ca9d6b0426d0ed6d601d9425aebbb0a69f60353daef5a4e47b
|
|
docker~actions-toolkit~U03H6E+1.dockerbuild
Expired
|
17.5 KB |
sha256:07d893a86cba728ee938cb3f02af9aaa9d053cf2ea85d5716ec8ab13d1aee71b
|
|
docker~actions-toolkit~VFQ86G.dockerbuild
Expired
|
9.58 KB |
sha256:ee229e707290a88476732805cc91f7a427258eeba19855a0cf63b588da7948ee
|
|
docker~actions-toolkit~XTXDNV.dockerbuild
|
80.4 KB |
sha256:8166d0074de59cd7c2751abf096d97d419371270d38da6ad63f34743504a4cfb
|
|
docker~actions-toolkit~Z1RSFB.dockerbuild
Expired
|
18.8 KB |
sha256:3f32162aad9c0402b906ca9cee0c966714b1e85a467d9ebc2d53bb79f6aa13a4
|
|
github-repo-230340db19.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|
github-repo-d037674503.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|