Parent Log:
http://ci.aztec-labs.com/13536a093234e194
Command: f2016651899c5161 yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4ac32ee8d0eca8ee29068688f73629311fe6a4ed
Env: REF_NAME=gh-readonly-queue/next/pr-15209-fc2e1be700f4d9d89e81de0b0735a96d9e2688fc CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:28:44 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15209_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
11:28:48 [11:28:48.516]
INFO:
prover-client:proving-agent:job-controller-0db43907 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.525]
INFO:
prover-client:proving-agent:job-controller-52ff17d2 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.551]
INFO:
prover-client:proving-agent:job-controller-2b1a6373 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.552]
WARN:
prover-client:proving-agent:job-controller-2b1a6373 Aborted job controller for jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.553]
WARN:
prover-client:proving-agent:job-controller-2b1a6373 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
11:28:48 [11:28:48.557]
INFO:
prover-client:proving-agent:job-controller-cca52830 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.562]
INFO:
prover-client:proving-agent:job-controller-499674ab Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.569]
INFO:
prover-client:proving-agent:job-controller-08c06f89 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.569]
WARN:
prover-client:proving-agent:job-controller-08c06f89 On complete handler error: Error: test error
{"jobId":"1"}
11:28:48 [11:28:48.573]
INFO:
prover-client:proving-agent:job-controller-b7c0b030 Job controller started jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.575]
WARN:
prover-client:proving-agent:job-controller-b7c0b030 Aborted job controller for jobId=1
{"jobId":"1"}
11:28:48 [11:28:48.579]
WARN:
prover-client:proving-agent:job-controller-b7c0b030 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
11:28:48
PASS src/proving_broker/proving_job_controller.test.ts
11:28:48 ProvingJobController
11:28:48
✓ reports IDLE status initially (6 ms)
11:28:48
✓ reports PROVING status while busy (12 ms)
11:28:48
✓ reports DONE status after job is done (25 ms)
11:28:48
✓ reports aborted error after cancellation (6 ms)
11:28:48
✓ calls onComplete (7 ms)
11:28:48
✓ calls onComplete with the error (3 ms)
11:28:48
✓ does not crash if onComplete throws (7 ms)
11:28:48
✓ calls onComplete if abort is called but result is masked (9 ms)
11:28:48
11:28:48
Test Suites: 1 passed, 1 total
11:28:48
Tests: 8 passed, 8 total
11:28:48
Snapshots: 0 total
11:28:48
Time: 3.408 s
11:28:48
Ran all test suites matching prover-client/src/proving_broker/proving_job_controller.test.ts
.
11:28:48
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?