Parent Log:
http://ci.aztec-labs.com/7ed4060013f2034a
Command: f2922c9072735d65:ISOLATE=1:NAME=e2e_synching yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_synching.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ee3655e025191bc85c5b3d3122eeedb44e38ffb2
Env: REF_NAME=gh-readonly-queue/next/pr-15076-60e60f99f2634ad75a76b6e103858ff9ccd041d5 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 19:12:54 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15076_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b261fe7fe9705338_next
19:12:54 +++ id -u
19:12:54 +++ id -g
19:12:54 ++ docker run -d --name e2e_synching --net=none --cpuset-cpus=0-63 --cpus=2 --memory=8g --user 1000:1000 -v/home/aztec-dev:/home/aztec-dev --mount type=tmpfs,target=/tmp,tmpfs-size=1g --workdir /home/aztec-dev/aztec-packages -e HOME -e VERBOSE -e GIT_CONFIG_GLOBAL=/home/aztec-dev/aztec-packages/build-images/src/home/.gitconfig -e FORCE_COLOR=true -e CPUS -e MEM aztecprotocol/build:3.0 /bin/bash -c 'timeout -v 600s bash -c '\''yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_synching.test.ts'\'''
19:12:55 + cid=8d9e0dfd25a2a7ceefdb9ea58265c2e918b909538421a05f037bb5fec13daccd
19:12:55 + set +x
19:12:55 {"level":25,"time":1750101175659,"pid":12,"hostname":"8d9e0dfd25a2","module":"logger","msg":"Logger initialized with level verbose"}
19:13:00 [19:13:00.446]
INFO:
e2e:e2e_synching Running test: e2e_synching Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 0 }
19:13:00 [19:13:00.452]
INFO:
e2e:e2e_synching Running test: e2e_synching Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 1 }
19:13:00 [19:13:00.453]
INFO:
e2e:e2e_synching Running test: e2e_synching Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 2 }
19:13:00 [19:13:00.454]
INFO:
e2e:e2e_synching Running test: e2e_synching Add blocks to the pending chain - { blockCount: 10, txCount: 9, txComplexity: 3 }
19:13:00 [19:13:00.455]
INFO:
e2e:e2e_synching Running test: e2e_synching Add blocks to the pending chain - { blockCount: 1000, txCount: 4, txComplexity: 1 }
19:13:00
PASS src/e2e_synching.test.ts
19:13:00 e2e_synching
19:13:00
✓ Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 0 } (5 ms)
19:13:00
✓ Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 1 } (2 ms)
19:13:00
✓ Add blocks to the pending chain - { blockCount: 10, txCount: 36, txComplexity: 2 } (1 ms)
19:13:00
✓ Add blocks to the pending chain - { blockCount: 10, txCount: 9, txComplexity: 3 } (1 ms)
19:13:00
✓ Add blocks to the pending chain - { blockCount: 1000, txCount: 4, txComplexity: 1 } (1 ms)
19:13:00 replay history and then do a fresh sync
19:13:00
○ skipped vanilla - { blockCount: 10, txCount: 36, txComplexity: 0 }
19:13:00
○ skipped vanilla - { blockCount: 10, txCount: 36, txComplexity: 1 }
19:13:00
○ skipped vanilla - { blockCount: 10, txCount: 36, txComplexity: 2 }
19:13:00
○ skipped vanilla - { blockCount: 10, txCount: 9, txComplexity: 3 }
19:13:00
○ skipped vanilla - { blockCount: 1000, txCount: 4, txComplexity: 1 }
19:13:00 a wild prune appears
19:13:00
○ skipped archiver following catches reorg as it occur and deletes blocks
19:13:00
○ skipped node following prunes and can extend chain (fresh pxe)
19:13:00
○ skipped fresh sync can extend chain
19:13:00
19:13:00
Test Suites: 1 passed, 1 total
19:13:00
Tests: 8 skipped,
5 passed, 13 total
19:13:00
Snapshots: 0 total
19:13:00
Time: 4.985 s
19:13:00
Ran all test suites matching src/e2e_synching.test.ts
.
19:13:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?