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