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