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