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