Parent Log:
http://ci.aztec-labs.com/5f36e2ea2d725352
Command: 061ac9e48ee668e8:ISOLATE=1:NAME=p2p/src/util.test.ts yarn-project/scripts/run_test.sh p2p/src/util.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cf10794ebb7367fb6a26d1d402fd83c2aef3d888
Env: REF_NAME=gh-readonly-queue/next/pr-15193-372980b2f09de871ee7152879dcda8bdfe254b9d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 20:09:45 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15193_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50849e6192bb65ab_next
20:09:45 +++ id -u
20:09:45 +++ id -g
20:09:45 ++ docker run -d --name p2p_src_util.test.ts --net=none --cpuset-cpus=0-127 --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/scripts/run_test.sh p2p/src/util.test.ts'\'''
20:09:45 + cid=873ae5800185a5c96a067dd6d8ac83f9779c33c3bca02cfbc76fe686fce3e0cb
20:09:45 + set +x
20:09:47 [20:09:47.289]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47 [20:09:47.312]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47 [20:09:47.321]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47 [20:09:47.326]
WARN:
p2p-util-test Creating new peer ID private key and persisting it to the lmdb store. Key will be lost on rollup upgrade, specify the peer id private key path and restart the node to persist the peer id private key to a file
20:09:47 [20:09:47.334]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47 [20:09:47.342]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47 [20:09:47.350]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:47
PASS src/util.test.ts
20:09:47 p2p utils
20:09:47 createLibP2PPeerIdFromPrivateKey
20:09:47
✓ Can create a recovered libp2p peer id from a private key (77 ms)
20:09:47 getPeerIdPrivateKey
20:09:47
✓ If no peer id is stored and a peer id private key file path is provided, it should create a new peer id private key and persist it to the file path (25 ms)
20:09:47
✓ If no peer id is stored and a peer id private key file path is not provided, it should create a new peer id private key and persist it to the data directory (10 ms)
20:09:47
✓ If no peer id is stored and the peer id private key file path and data dir are both empty, it should create a new peer id private key and persist it to the node's store (11 ms)
20:09:47
✓ If a private key is provided in the config and the peer id private key file path is populated, it should use and persist that value to the file (8 ms)
20:09:47
✓ If a private key is provided in the config and a peer id private key file path is not provided, it should use and persist that value to the data directory (8 ms)
20:09:47
✓ If a private key is provided in the config and the peer id private key file path and data dir are both empty, it should use and persist that value to the node's store (11 ms)
20:09:47
20:09:47
Test Suites: 1 passed, 1 total
20:09:47
Tests: 7 passed, 7 total
20:09:47
Snapshots: 0 total
20:09:47
Time: 0.957 s
20:09:47
Ran all test suites matching p2p/src/util.test.ts
.
20:09:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?