Parent Log:
http://ci.aztec-labs.com/6895c81bbb6e0127
Command: 95231afc93577de0 yarn-project/scripts/run_test.sh foundation/src/collection/array.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5c56d41aea0a97d800fc842dbcab1ca0d285e360
Env: REF_NAME=v1.0.0-nightly.20250621 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 21 02:51:54 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=v1_0_0-nightly_20250621_arm64_a-nightly
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b6219d5d0f7f534e_v1.0.0-nightly.20250621
02:51:55
PASS src/collection/array.test.ts
02:51:55 times
02:51:55
✓ should return an array with the result from all executions (3 ms)
02:51:55
✓ should return an empty array when n is 0 (1 ms)
02:51:55 removeArrayPaddingEnd
02:51:55
✓ removes padding from the end of the array (1 ms)
02:51:55
✓ does not change array if no padding (1 ms)
02:51:55
✓ handles no empty items (1 ms)
02:51:55
✓ handles empty array
02:51:55
✓ handles array with empty items
02:51:55 compactArray
02:51:55
✓ works as expected (1 ms)
02:51:55
✓ handles an empty array (1 ms)
02:51:55
✓ handles an array with just undefineds (1 ms)
02:51:55
✓ handles an array with no undefineds
02:51:55
✓ does not remove falsey values
02:51:55 unique
02:51:55
✓ works with bigints (1 ms)
02:51:55 maxBy
02:51:55
✓ returns the max value
02:51:55
✓ returns the first max value
02:51:55
✓ returns undefined for an empty array (1 ms)
02:51:55
✓ applies the mapping function
02:51:55 mean
02:51:55
✓ calculates the mean of an array of numbers (1 ms)
02:51:55
✓ handles empty array
02:51:55 median
02:51:55
✓ calculates the median of an array of numbers (1 ms)
02:51:55
✓ handles empty array
02:51:55 variance
02:51:55
✓ calculates the variance of an array of numbers
02:51:55
✓ handles empty array (1 ms)
02:51:55
✓ handles single element
02:51:55 stdDev
02:51:55
✓ calculates the standard deviation of an array of numbers (1 ms)
02:51:55
✓ handles empty array (1 ms)
02:51:55
✓ handles single element
02:51:55
02:51:55
Test Suites: 1 passed, 1 total
02:51:55
Tests: 27 passed, 27 total
02:51:55
Snapshots: 0 total
02:51:55
Time: 0.404 s
02:51:55
Ran all test suites matching foundation/src/collection/array.test.ts
.
02:51:55
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?