feat: add environment column to --list and --list-csv (#1837) (#1838) #4834
Annotations
3 errors
|
|
|
tests/test-cases/services/integration.test.ts#L103
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/test-cases/services/integration.test.ts:103:6
|
|
src/utils.ts#L486
Error: local docker registry port check timed out
❯ Function.startDockerRegistry src/utils.ts:486:23
❯ handler src/handler.ts:73:13
❯ tests/test-cases/local-registry/integration.test.ts:7:5
Caused by: Caused by: Error: Command timed out after 4000 milliseconds: docker run --rm --network registry.gcl.local.net --entrypoint sh curlimages/curl -c until [ "$(curl -s -o /dev/null -k -w "%{http_code}" https://registry.gcl.local:443)" = "200" ]; do sleep 1; done;
Timed out
Unable to find image 'curlimages/curl:latest' locally
latest: Pulling from curlimages/curl
b6066d233986: Pulling fs layer
b6066d233986: Verifying Checksum
b6066d233986: Download complete
b6066d233986: Pull complete
Digest: sha256:b3f1fb2a51d923260350d21b8654bbc607164a987e2f7c84a0ac199a67df812a
Status: Downloaded newer image for curlimages/curl:latest
❯ timeoutKill node_modules/execa/lib/kill.js:65:23
❯ Timeout._onTimeout node_modules/execa/lib/kill.js:77:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { timedOut: true, signal: 'SIGTERM', originalMessage: 'Timed out', shortMessage: 'Command timed out after 4000 milliseconds: docker run --rm --network registry.gcl.local.net --entrypoint sh curlimages/curl -c until [ "$(curl -s -o /dev/null -k -w "%{http_code}" https://registry.gcl.local:443)" = "200" ]; do sleep 1; done;\nTimed out', command: 'docker run --rm --network registry.gcl.local.net --entrypoint sh curlimages/curl -c until [ "$(curl -s -o /dev/null -k -w "%{http_code}" https://registry.gcl.local:443)" = "200" ]; do sleep 1; done;', escapedCommand: 'docker run --rm --network registry.gcl.local.net --entrypoint sh "curlimages/curl" -c "until [ \"$(curl -s -o /dev/null -k -w \"%{http_code}\" https://registry.gcl.local:443)\" = \"200\" ]; do sleep 1; done;"', exitCode: undefined, signalDescription: 'Termination', stdout: '', stderr: 'Unable to find image \'curlimages/curl:latest\' locally\nlatest: Pulling from curlimages/curl\nb6066d233986: Pulling fs layer\nb6066d233986: Verifying Checksum\nb6066d233986: Download complete\nb6066d233986: Pull complete\nDigest: sha256:b3f1fb2a51d923260350d21b8654bbc607164a987e2f7c84a0ac199a67df812a\nStatus: Downloaded newer image for curlimages/curl:latest', failed: true, isCanceled: false, killed: false }
|
The logs for this run have expired and are no longer available.
Loading