Parent Log:
http://ci.aztec-labs.com/23bd615181153a40
Command: 2b73ae8ee702d4cd yarn-project/scripts/run_test.sh foundation/src/promise/running-promise.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/78a5deb1c3aa24503935bbda20f9374ba35aa5c4
Env: REF_NAME=gh-readonly-queue/next/pr-15112-f17855f94a58189a98dd378743e67b774ea38144 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:12:44 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15112_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_9b74949052e3ac24_next
10:12:45 {"level":40,"time":1750241565444,"pid":211949,"hostname":"pr-15112_amd64_x1-full","module":"test","msg":"Running promise was not started"}
10:12:45 {"level":40,"time":1750241565494,"pid":211949,"hostname":"pr-15112_amd64_x1-full","module":"test","err":{"type":"Error","message":"ouch","stack":"Error: ouch\n at RunningPromise.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/foundation/src/promise/running-promise.test.ts:59:31)\n at /home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-mock/build/index.js:305:39\n at RunningPromise.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-mock/build/index.js:312:13)\n at RunningPromise.mockConstructor [as fn] (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-mock/build/index.js:102:19)\n at fn (/home/aztec-dev/aztec-packages/yarn-project/foundation/src/promise/running-promise.ts:54:22)\n at RunningPromise.poll [as start] (/home/aztec-dev/aztec-packages/yarn-project/foundation/src/promise/running-promise.ts:75:27)\n at Object.start (/home/aztec-dev/aztec-packages/yarn-project/foundation/src/promise/running-promise.test.ts:86:22)\n at Promise.finally.completed (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:1559:28)\n at new Promise (<anonymous>)\n at callAsyncCircusFn (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:1499:10)\n at _callCircusTest (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:1009:40)\n at _runTest (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:949:3)\n at _runTestsForDescribeBlock (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:839:13)\n at _runTestsForDescribeBlock (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:829:11)\n at _runTestsForDescribeBlock (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:829:11)\n at run (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:757:3)\n at runAndTransformResultsToJestFormat (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/jestAdapterInit.js:1920:21)\n at jestAdapter (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-circus/build/runner.js:101:19)\n at runTestInternal (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-runner/build/index.js:272:16)\n at runTest (/home/aztec-dev/aztec-packages/yarn-project/node_modules/jest-runner/build/index.js:340:7)"},"msg":"Error handler has requested to exit"}
10:12:45 {"level":40,"time":1750241566494,"pid":211949,"hostname":"pr-15112_amd64_x1-full","module":"test","msg":"Running promise was not started"}
10:12:45
PASS src/promise/running-promise.test.ts
10:12:45 RunningPromise
10:12:45 trigger
10:12:45
✓ immediately runs the function when not running and awaits for completion (6 ms)
10:12:45
✓ immediately runs the function if sleeping (1 ms)
10:12:45
✓ waits for current run to finish before triggering (1 ms)
10:12:45 handles errors
10:12:45
✓ reports errors upstream (1 ms)
10:12:45
✓ continues running even if fn errors (3 ms)
10:12:45
✓ stops immediately if told so by the error handler (8 ms)
10:12:45
10:12:45
Test Suites: 1 passed, 1 total
10:12:45
Tests: 6 passed, 6 total
10:12:45
Snapshots: 0 total
10:12:45
Time: 0.448 s
10:12:45
Ran all test suites matching foundation/src/promise/running-promise.test.ts
.
10:12:45
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?