Parent Log:
http://ci.aztec-labs.com/8c7fab2989a37396
Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh stdlib/src/versioning/versioning.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6c74ed65f1d93cd2cb1d0bc305917b967dd0f83a
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Tue Jun 17 22:22:47 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
22:22:49 [22:22:49.098]
WARN:
json-rpc:client Failed to fetch from the remote server
22:22:49 err: {
22:22:49 "type": "ComponentsVersionsError",
22:22:49 "message": "Expected component version l1ChainId to be 2 but received 1",
22:22:49 "stack":
22:22:49 ComponentsVersionsError: Expected component version l1ChainId to be 2 but received 1
22:22:49 at Object.onResponse (/home/aztec-dev/aztec-packages/yarn-project/stdlib/src/versioning/versioning.ts:141:17)
22:22:49 at Timeout.sendBatch (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/json-rpc/client/safe_json_rpc_client.js:69:30)
22:22:49 at processTicksAndRejections (node:internal/process/task_queues:105:5)
22:22:49 "name": "ComponentsVersionsError"
22:22:49 }
22:22:49
PASS src/versioning/versioning.test.ts
22:22:49 versioning
22:22:49 comparing
22:22:49
✓ compresses and checks (2 ms)
22:22:49
✓ throws on mismatch in compressed (11 ms)
22:22:49
✓ validates partial versions
22:22:49
✓ throws on mismatch for partial versions (4 ms)
22:22:49 json-rpc
22:22:49
✓ passes versioning headers (42 ms)
22:22:49
✓ throws on mismatch (11 ms)
22:22:49
✓ passes if missing on server (7 ms)
22:22:49
✓ passes if missing on client (6 ms)
22:22:49
22:22:49
Test Suites: 1 passed, 1 total
22:22:49
Tests: 8 passed, 8 total
22:22:49
Snapshots: 0 total
22:22:49
Time: 0.715 s
22:22:49
Ran all test suites matching stdlib/src/versioning/versioning.test.ts
.
22:22:49
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?