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