Skip to content

chore(deps): update all non-major (#1892) #4949

chore(deps): update all non-major (#1892)

chore(deps): update all non-major (#1892) #4949

Triggered via push July 31, 2026 05:57
Status Failure
Total duration 4m 13s
Artifacts

build.yml

on: push
Matrix: smoke-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 1.
[threads] tests/test-cases/local-registry/integration.test.ts > local-registry ci variables: src/utils.ts#L500
Error: local docker registry port check timed out ❯ Function.startDockerRegistry src/utils.ts:500: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 8015b0f4edbc: Pulling fs layer 8015b0f4edbc: Verifying Checksum 8015b0f4edbc: Download complete 8015b0f4edbc: Pull complete Digest: sha256:7c12af72ceb38b7432ab85e1a265cff6ae58e06f95539d539b654f2cfa64bb13 Status: Downloaded newer image for curlimages/curl:latest ❯ timeoutKill node_modules/execa/lib/kill.js:65:23 ❯ Timeout.<anonymous> 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\n8015b0f4edbc: Pulling fs layer\n8015b0f4edbc: Verifying Checksum\n8015b0f4edbc: Download complete\n8015b0f4edbc: Pull complete\nDigest: sha256:7c12af72ceb38b7432ab85e1a265cff6ae58e06f95539d539b654f2cfa64bb13\nStatus: Downloaded newer image for curlimages/curl:latest', failed: true, isCanceled: false, killed: false }