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