Parent Log:
http://ci.aztec-labs.com/e11ece80e16ce810
Command: 6978e0e5f3e9e568 yarn-project/scripts/run_test.sh stdlib/src/versioning/versioning.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/db5c19349590089393771b38c3a27e7e65f736a6
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Mon Jun 23 17:23:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_71244dbe523bff8b_next
17:23:29 [17:23:29.989]
WARN:
json-rpc:client Failed to fetch from the remote server
17:23:29 err: {
17:23:29 "type": "ComponentsVersionsError",
17:23:29 "message": "Expected component version l1ChainId to be 2 but received 1",
17:23:29 "stack":
17:23:29 ComponentsVersionsError: Expected component version l1ChainId to be 2 but received 1
17:23:29 at Object.onResponse (/home/aztec-dev/aztec-packages/yarn-project/stdlib/src/versioning/versioning.ts:141:17)
17:23:29 at Timeout.sendBatch (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/json-rpc/client/safe_json_rpc_client.js:69:30)
17:23:29 at processTicksAndRejections (node:internal/process/task_queues:105:5)
17:23:29 "name": "ComponentsVersionsError"
17:23:29 }
17:23:30
PASS src/versioning/versioning.test.ts
17:23:30 versioning
17:23:30 comparing
17:23:30
✓ compresses and checks (2 ms)
17:23:30
✓ throws on mismatch in compressed (21 ms)
17:23:30
✓ validates partial versions
17:23:30
✓ throws on mismatch for partial versions (1 ms)
17:23:30 json-rpc
17:23:30
✓ passes versioning headers (49 ms)
17:23:30
✓ throws on mismatch (13 ms)
17:23:30
✓ passes if missing on server (8 ms)
17:23:30
✓ passes if missing on client (6 ms)
17:23:30
17:23:30
Test Suites: 1 passed, 1 total
17:23:30
Tests: 8 passed, 8 total
17:23:30
Snapshots: 0 total
17:23:30
Time: 0.811 s
17:23:30
Ran all test suites matching stdlib/src/versioning/versioning.test.ts
.
17:23:30
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?