Parent Log:
http://ci.aztec-labs.com/f58a71454a9abef7
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh foundation/src/collection/array.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f495236d35f9bb0d1086b7ec79256c2c2b7c98b8
Env: REF_NAME=gh-readonly-queue/staging/pr-15201-f0619dd82429a5973f3e1da8d7eb0877264908e3 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 21 13:19:49 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15201_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b6219d5d0f7f534e_staging
13:19:51
PASS src/collection/array.test.ts
13:19:51 times
13:19:51
✓ should return an array with the result from all executions (6 ms)
13:19:51
✓ should return an empty array when n is 0 (1 ms)
13:19:51 removeArrayPaddingEnd
13:19:51
✓ removes padding from the end of the array (1 ms)
13:19:51
✓ does not change array if no padding (1 ms)
13:19:51
✓ handles no empty items (1 ms)
13:19:51
✓ handles empty array
13:19:51
✓ handles array with empty items
13:19:51 compactArray
13:19:51
✓ works as expected
13:19:51
✓ handles an empty array (1 ms)
13:19:51
✓ handles an array with just undefineds (1 ms)
13:19:51
✓ handles an array with no undefineds (1 ms)
13:19:51
✓ does not remove falsey values
13:19:51 unique
13:19:51
✓ works with bigints (1 ms)
13:19:51 maxBy
13:19:51
✓ returns the max value
13:19:51
✓ returns the first max value
13:19:51
✓ returns undefined for an empty array (1 ms)
13:19:51
✓ applies the mapping function
13:19:51 mean
13:19:51
✓ calculates the mean of an array of numbers
13:19:51
✓ handles empty array
13:19:51 median
13:19:51
✓ calculates the median of an array of numbers (1 ms)
13:19:51
✓ handles empty array
13:19:51 variance
13:19:51
✓ calculates the variance of an array of numbers
13:19:51
✓ handles empty array (1 ms)
13:19:51
✓ handles single element
13:19:51 stdDev
13:19:51
✓ calculates the standard deviation of an array of numbers
13:19:51
✓ handles empty array
13:19:51
✓ handles single element (2 ms)
13:19:51
13:19:51
Test Suites: 1 passed, 1 total
13:19:51
Tests: 27 passed, 27 total
13:19:51
Snapshots: 0 total
13:19:51
Time: 0.65 s
13:19:51
Ran all test suites matching foundation/src/collection/array.test.ts
.
13:19:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?