Parent Log:
http://ci.aztec-labs.com/ad41d2c01b79593b
Command: 21081b81c02e2d2a yarn-project/scripts/run_test.sh foundation/src/eth-address/eth_address.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/c06f30929f18b85bcea93c0926a8d640a3819f00
Env: REF_NAME=gh-readonly-queue/master/pr-15074-2707ec99de02004f3e30e7af0810e0d741ab9794 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Mon Jun 16 16:21:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15074_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_10a48cbd87da51fa_master
16:21:18
PASS src/eth-address/eth_address.test.ts
16:21:18 address
16:21:18
✓ should return correct string (4 ms)
16:21:18
✓ should return correct buffer (1 ms)
16:21:18
✓ should return correct 32 byte buffer (1 ms)
16:21:18
✓ should have correct zero address
16:21:18
✓ should check if is zero
16:21:18
✓ should encode and decode as field (2 ms)
16:21:18 isAddress
16:21:18
✓ should return true for valid prefixed address
16:21:18
✓ should return true for valid unprefixed address
16:21:18
✓ should return true for valid all uppercase address (1 ms)
16:21:18
✓ should return true for correctly checksummed address (17 ms)
16:21:18
✓ should return false for badly checksummed address (5 ms)
16:21:18
✓ should return false for non hex characters (1 ms)
16:21:18 checkAddressChecksum
16:21:18
✓ should return true for address 0x52908400098527886E0F7030069857D2E4169EE7 (3 ms)
16:21:18
✓ should return true for address 0x8617E340B3D01FA5F11F306F4090FD50E238070D (2 ms)
16:21:18
✓ should return true for address 0xde709f2102306220921060314715629080e2fb77 (1 ms)
16:21:18
✓ should return true for address 0x27b1fdb04752bbc536007a920d24acb045561c26 (1 ms)
16:21:18
✓ should return true for address 0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed (1 ms)
16:21:18
✓ should return true for address 0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359 (1 ms)
16:21:18
✓ should return true for address 0xdbF03B407c01E7cD3CBea99509d93f8DDDC8C6FB (1 ms)
16:21:18
✓ should return true for address 0xD1220A0cf47c7B9Be7A2E6BA89F429762e7b9aDb (1 ms)
16:21:18
✓ should return false for address 0XD1220A0CF47C7B9BE7A2E6BA89F429762E7B9ADB (1 ms)
16:21:18
✓ should return false for address 0xd1220a0cf47c7b9be7a2e6ba89f429762e7b9adb (1 ms)
16:21:18 toChecksumAddress
16:21:18
✓ should return 0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed for address 0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed (13 ms)
16:21:18
✓ should return 0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359 for address 0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359 (1 ms)
16:21:18
✓ should return 0xdbF03B407c01E7cD3CBea99509d93f8DDDC8C6FB for address 0xdbf03b407c01e7cd3cbea99509d93f8dddc8c6fb (1 ms)
16:21:18
16:21:18
Test Suites: 1 passed, 1 total
16:21:18
Tests: 25 passed, 25 total
16:21:18
Snapshots: 0 total
16:21:18
Time: 0.698 s
16:21:18
Ran all test suites matching /foundation\/src\/eth-address\/eth_address.test.ts/i
.
16:21:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?