switch from Jest to Vitest #2548
test.yml
on: pull_request
prepare-itg
28s
Matrix: test
Matrix: test-itg
Annotations
23 errors and 39 warnings
|
test (ubuntu-latest, 24)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c yarn run test:coverage --coverage.reportsDirectory=/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 yarn run test:coverage --coverage.reportsDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
|
test (ubuntu-latest, 20)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c yarn run test:coverage --coverage.reportsDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
|
test (ubuntu-24.04-arm, 24)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c yarn run test:coverage --coverage.reportsDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
|
test (ubuntu-24.04-arm, 20)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c yarn run test:coverage --coverage.reportsDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
|
test (ubuntu-24.04-arm, 18)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c yarn run test:coverage --coverage.reportsDirectory=/tmp/coverage" did not complete successfully: exit code: 1
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, image, latest)
Canceling since a higher priority waiting request for test-refs/pull/982/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, image, 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/982/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, image, latest)
Canceling since a higher priority waiting request for test-refs/pull/982/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, root, image, master)
Canceling since a higher priority waiting request for test-refs/pull/982/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, root, archive, v26.1.4)
Canceling since a higher priority waiting request for test-refs/pull/982/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, archive, latest)
Canceling since a higher priority waiting request for test-refs/pull/982/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/982/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, tcp, archive, latest)
Canceling since a higher priority waiting request for test-refs/pull/982/merge exists
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, archive, latest)
The operation was canceled.
|
|
test
Canceling since a higher priority waiting request for test-refs/pull/982/merge exists
|
|
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-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/
|
|
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#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, tcp, 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-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, root, image, master)
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, rootless, archive, 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, image, 27.3.1)
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, rootless, image, 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#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-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/
|
|
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/
|
|
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/
|
|
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, tcp, image, 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-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, image, 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, 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 (macos-15-intel, docker/install.test.itg.ts, root, image, master)
Error: No git revision can be determined from the image
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~actions-toolkit~4LVHMJ.dockerbuild
Expired
|
27 KB |
sha256:12ad3c09ba42c417f9c83b659ec6862dd9b8f9f59376938780ba63ac9c5b00bb
|
|
|
docker~actions-toolkit~5UJ5LF.dockerbuild
Expired
|
10.6 KB |
sha256:fe63f8c44df2c9243fd9577a86a0f187797c69856d667312cc40aeb4a4864b41
|
|
|
docker~actions-toolkit~5YYHL6.dockerbuild
Expired
|
27.3 KB |
sha256:76f2885e5350cd68945c1fb3efff3051ffb1c2a2d863d01305f5be81782fb392
|
|
|
docker~actions-toolkit~65DFLF.dockerbuild
Expired
|
16.7 KB |
sha256:6243b3ff677e1e0334fb9675c983a1f49a94c08b3a81338bf1bb011103333ad2
|
|
|
docker~actions-toolkit~7VDCYI.dockerbuild
|
71.1 KB |
sha256:e4d9cf54b90e55c24ca89bbe8382b5e61e5a26aca07e190559f022c2ce7cc9f6
|
|
|
docker~actions-toolkit~GMOMN3+1.dockerbuild
Expired
|
30 KB |
sha256:3f7438d5dcf8bbd1f33405fb73697b24607c3260c696fbe10687bd4cc232e645
|
|
|
docker~actions-toolkit~I89PJB.dockerbuild
|
63.4 KB |
sha256:2dab058cde2bc732f39a9aa2420526d1d70315de64b1eb254e14a4812a703965
|
|
|
docker~actions-toolkit~J7YWXH.dockerbuild
Expired
|
23.5 KB |
sha256:4e755308d08e9874a903208790e717e0464c9e0c12c183a68f91806f9eb1b8a7
|
|
|
docker~actions-toolkit~JJV33T.dockerbuild
Expired
|
23.7 KB |
sha256:2e7d681a5044ca7923ccac7c08feb9ca732ea297267221b033d366295f7e225b
|
|
|
docker~actions-toolkit~M5G5K1.dockerbuild
|
70.7 KB |
sha256:c41c2836f14f298b0d35855a27f09b271c35346ee62e7f81ce838e6f4f84e1a4
|
|
|
docker~actions-toolkit~MXU9T0.dockerbuild
|
62.6 KB |
sha256:e57542d4aeda5941865df5941d979ea703a6a6e35587efc2ae04c4970c0f59f6
|
|
|
docker~actions-toolkit~PI5NS4.dockerbuild
Expired
|
16.6 KB |
sha256:4208c75e9d5130990e5dff5a95918f3edf405a1ca3485720fb180a5257055299
|
|
|
docker~actions-toolkit~QTK1X6+15.dockerbuild
Expired
|
188 KB |
sha256:85e75fcbe9e6ad8edca54197f945a56ab98c5fe93a21daf59fa4ce6dba021de7
|
|
|
docker~actions-toolkit~SRHASU.dockerbuild
Expired
|
10.3 KB |
sha256:685b31ec352f0bd534d284ea4f16cedddd934beba36ce5ea4c32f189e4dde494
|
|
|
docker~actions-toolkit~T0QW8Z+1.dockerbuild
Expired
|
27.9 KB |
sha256:413fb200db818df87b77097fe8c0b93efe48aecc725a76b15dc259ed97d98b26
|
|
|
docker~actions-toolkit~TJHNO0+15.dockerbuild
Expired
|
187 KB |
sha256:b1a2e407c69995df0f6870a6e3b0225884d33d45a965a0b3e47c4f6285f72f56
|
|
|
docker~actions-toolkit~VFGXDA.dockerbuild
|
71.8 KB |
sha256:2166a2d3f74b0dcca95ad3de15024adaae406db7ae0744f3cc415980ec8a8f91
|
|
|
docker~actions-toolkit~WLY4A5.dockerbuild
|
63.8 KB |
sha256:60542504fad0fb1db0123ca48ac7372fda9c55bb077721b2e37d64e656e70da8
|
|
|
github-repo-127407f9cf.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|
|
github-repo-6d9b2bb8c5.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|