Parent Log:
http://ci.aztec-labs.com/5effbf81648bcc45
Command: 9be88ec31768242f 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=0
Date: Thu Jun 12 12:11:52 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14967_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b6219d5d0f7f534e_next
12:11:53
PASS src/collection/array.test.ts
12:11:53 times
12:11:53
✓ should return an array with the result from all executions (3 ms)
12:11:53
✓ should return an empty array when n is 0 (1 ms)
12:11:53 removeArrayPaddingEnd
12:11:53
✓ removes padding from the end of the array (1 ms)
12:11:53
✓ does not change array if no padding (1 ms)
12:11:53
✓ handles no empty items (1 ms)
12:11:53
✓ handles empty array
12:11:53
✓ handles array with empty items
12:11:53 compactArray
12:11:53
✓ works as expected
12:11:53
✓ handles an empty array
12:11:53
✓ handles an array with just undefineds (1 ms)
12:11:53
✓ handles an array with no undefineds
12:11:53
✓ does not remove falsey values (1 ms)
12:11:53 unique
12:11:53
✓ works with bigints
12:11:53 maxBy
12:11:53
✓ returns the max value
12:11:53
✓ returns the first max value
12:11:53
✓ returns undefined for an empty array
12:11:53
✓ applies the mapping function (1 ms)
12:11:53 mean
12:11:53
✓ calculates the mean of an array of numbers
12:11:53
✓ handles empty array
12:11:53 median
12:11:53
✓ calculates the median of an array of numbers
12:11:53
✓ handles empty array (1 ms)
12:11:53 variance
12:11:53
✓ calculates the variance of an array of numbers
12:11:53
✓ handles empty array
12:11:53
✓ handles single element (1 ms)
12:11:53 stdDev
12:11:53
✓ calculates the standard deviation of an array of numbers
12:11:53
✓ handles empty array
12:11:53
✓ handles single element
12:11:53
12:11:53
Test Suites: 1 passed, 1 total
12:11:53
Tests: 27 passed, 27 total
12:11:53
Snapshots: 0 total
12:11:53
Time: 0.341 s
12:11:53
Ran all test suites matching /foundation\/src\/collection\/array.test.ts/i
.
12:11:53
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?