Parent Log:
http://ci.aztec-labs.com/6b9020ca2b08919e
Command: 4b099bb5faa7b855 yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ddabb45f79cc171e41a0a5330544775de9fdf7fd
Env: REF_NAME=gh-readonly-queue/next/pr-14983-4e03f15ca8099f25d50eddd19c4914764b84fe7b CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 14:41:04 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14983_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
14:41:06 [14:41:06.713]
INFO:
prover-client:proving-agent:job-controller-8ade6742 Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.720]
INFO:
prover-client:proving-agent:job-controller-fbe56a39 Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.725]
INFO:
prover-client:proving-agent:job-controller-e552c646 Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.726]
WARN:
prover-client:proving-agent:job-controller-e552c646 Aborted job controller for jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.727]
WARN:
prover-client:proving-agent:job-controller-e552c646 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
14:41:06 [14:41:06.731]
INFO:
prover-client:proving-agent:job-controller-534eaced Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.735]
INFO:
prover-client:proving-agent:job-controller-e21a0d27 Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.739]
INFO:
prover-client:proving-agent:job-controller-7cac1f0e Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.740]
WARN:
prover-client:proving-agent:job-controller-7cac1f0e On complete handler error: Error: test error
{"jobId":"1"}
14:41:06 [14:41:06.742]
INFO:
prover-client:proving-agent:job-controller-e145e266 Job controller started jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.743]
WARN:
prover-client:proving-agent:job-controller-e145e266 Aborted job controller for jobId=1
{"jobId":"1"}
14:41:06 [14:41:06.746]
WARN:
prover-client:proving-agent:job-controller-e145e266 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
14:41:06
PASS src/proving_broker/proving_job_controller.test.ts
14:41:06 ProvingJobController
14:41:06
✓ reports IDLE status initially (3 ms)
14:41:06
✓ reports PROVING status while busy (9 ms)
14:41:06
✓ reports DONE status after job is done (5 ms)
14:41:06
✓ reports aborted error after cancellation (4 ms)
14:41:06
✓ calls onComplete (6 ms)
14:41:06
✓ calls onComplete with the error (3 ms)
14:41:06
✓ does not crash if onComplete throws (4 ms)
14:41:06
✓ calls onComplete if abort is called but result is masked (5 ms)
14:41:06
14:41:06
Test Suites: 1 passed, 1 total
14:41:06
Tests: 8 passed, 8 total
14:41:06
Snapshots: 0 total
14:41:06
Time: 1.742 s
14:41:06
Ran all test suites matching /prover-client\/src\/proving_broker\/proving_job_controller.test.ts/i
.
14:41:06
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?