Parent Log:
http://ci.aztec-labs.com/223118610d87a6a6
Command: a5511b51e55ea9c0 yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6ee95286f8bcc5bb6dca43222459ac5bf43a8a75
Env: REF_NAME=gh-readonly-queue/next/pr-15156-9cbd161a1dfa928167c1f969200b95df55ed4c6b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 09:43:41 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15156_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
09:43:45 [09:43:45.348]
INFO:
prover-client:proving-agent:job-controller-388812b4 Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.355]
INFO:
prover-client:proving-agent:job-controller-a7f3670d Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.359]
INFO:
prover-client:proving-agent:job-controller-b03eb6f3 Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.361]
WARN:
prover-client:proving-agent:job-controller-b03eb6f3 Aborted job controller for jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.361]
WARN:
prover-client:proving-agent:job-controller-b03eb6f3 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
09:43:45 [09:43:45.366]
INFO:
prover-client:proving-agent:job-controller-d4647c4f Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.374]
INFO:
prover-client:proving-agent:job-controller-2c6fc9a7 Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.382]
INFO:
prover-client:proving-agent:job-controller-aa64c943 Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.383]
WARN:
prover-client:proving-agent:job-controller-aa64c943 On complete handler error: Error: test error
{"jobId":"1"}
09:43:45 [09:43:45.385]
INFO:
prover-client:proving-agent:job-controller-6fe5155b Job controller started jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.387]
WARN:
prover-client:proving-agent:job-controller-6fe5155b Aborted job controller for jobId=1
{"jobId":"1"}
09:43:45 [09:43:45.391]
WARN:
prover-client:proving-agent:job-controller-6fe5155b Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
09:43:45
PASS src/proving_broker/proving_job_controller.test.ts
09:43:45 ProvingJobController
09:43:45
✓ reports IDLE status initially (6 ms)
09:43:45
✓ reports PROVING status while busy (9 ms)
09:43:45
✓ reports DONE status after job is done (4 ms)
09:43:45
✓ reports aborted error after cancellation (5 ms)
09:43:45
✓ calls onComplete (10 ms)
09:43:45
✓ calls onComplete with the error (4 ms)
09:43:45
✓ does not crash if onComplete throws (6 ms)
09:43:45
✓ calls onComplete if abort is called but result is masked (7 ms)
09:43:45
09:43:45
Test Suites: 1 passed, 1 total
09:43:45
Tests: 8 passed, 8 total
09:43:45
Snapshots: 0 total
09:43:45
Time: 2.759 s
09:43:45
Ran all test suites matching prover-client/src/proving_broker/proving_job_controller.test.ts
.
09:43:45
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?