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