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