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