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