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