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