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