Parent Log:
http://ci.aztec-labs.com/4e4e7098dba7e181
Command: e4e37220d2336322 yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/282da3bd25d49b92970e6fc85f110092e8566299
Env: REF_NAME=gh-readonly-queue/next/pr-14610-ee24aac96469b4f1cb8d70e614b2dd27bf0eb134 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 14:18:21 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
14:18:26 [14:18:26.172]
INFO:
prover-client:proving-agent:job-controller-9d080361 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.184]
INFO:
prover-client:proving-agent:job-controller-ad2112f1 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.206]
INFO:
prover-client:proving-agent:job-controller-74ac858a Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.207]
WARN:
prover-client:proving-agent:job-controller-74ac858a Aborted job controller for jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.207]
WARN:
prover-client:proving-agent:job-controller-74ac858a Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
14:18:26 [14:18:26.212]
INFO:
prover-client:proving-agent:job-controller-c2273196 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.216]
INFO:
prover-client:proving-agent:job-controller-8ce479e5 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.221]
INFO:
prover-client:proving-agent:job-controller-768624c2 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.221]
WARN:
prover-client:proving-agent:job-controller-768624c2 On complete handler error: Error: test error
{"jobId":"1"}
14:18:26 [14:18:26.223]
INFO:
prover-client:proving-agent:job-controller-9ead4d21 Job controller started jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.225]
WARN:
prover-client:proving-agent:job-controller-9ead4d21 Aborted job controller for jobId=1
{"jobId":"1"}
14:18:26 [14:18:26.230]
WARN:
prover-client:proving-agent:job-controller-9ead4d21 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
14:18:26
PASS src/proving_broker/proving_job_controller.test.ts
14:18:26 ProvingJobController
14:18:26
✓ reports IDLE status initially (5 ms)
14:18:26
✓ reports PROVING status while busy (13 ms)
14:18:26
✓ reports DONE status after job is done (22 ms)
14:18:26
✓ reports aborted error after cancellation (5 ms)
14:18:26
✓ calls onComplete (5 ms)
14:18:26
✓ calls onComplete with the error (1 ms)
14:18:26
✓ does not crash if onComplete throws (4 ms)
14:18:26
✓ calls onComplete if abort is called but result is masked (9 ms)
14:18:26
14:18:26
Test Suites: 1 passed, 1 total
14:18:26
Tests: 8 passed, 8 total
14:18:26
Snapshots: 0 total
14:18:26
Time: 3.347 s
14:18:26
Ran all test suites matching prover-client/src/proving_broker/proving_job_controller.test.ts
.
14:18:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?