Parent Log:
http://ci.aztec-labs.com/6bcaf8b705a8c8ed
Command: a222d7f5a623064c yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a37c3cdcd562df234bc44cc52cdce68d105ff2f2
Env: REF_NAME=gh-readonly-queue/next/pr-15135-df0c3e8efd6211cf15eedf67d2a591cc54099ac8 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 18:51:24 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15135_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
18:51:27 [18:51:27.429]
INFO:
prover-client:proving-agent:job-controller-73cc6e1e Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.436]
INFO:
prover-client:proving-agent:job-controller-21b2d7cc Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.462]
INFO:
prover-client:proving-agent:job-controller-14e38d3b Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.463]
WARN:
prover-client:proving-agent:job-controller-14e38d3b Aborted job controller for jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.463]
WARN:
prover-client:proving-agent:job-controller-14e38d3b Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
18:51:27 [18:51:27.468]
INFO:
prover-client:proving-agent:job-controller-cc35249e Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.473]
INFO:
prover-client:proving-agent:job-controller-aa4430ad Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.478]
INFO:
prover-client:proving-agent:job-controller-ab66f09f Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.478]
WARN:
prover-client:proving-agent:job-controller-ab66f09f On complete handler error: Error: test error
{"jobId":"1"}
18:51:27 [18:51:27.481]
INFO:
prover-client:proving-agent:job-controller-f715b98e Job controller started jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.483]
WARN:
prover-client:proving-agent:job-controller-f715b98e Aborted job controller for jobId=1
{"jobId":"1"}
18:51:27 [18:51:27.486]
WARN:
prover-client:proving-agent:job-controller-f715b98e Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
18:51:27
PASS src/proving_broker/proving_job_controller.test.ts
18:51:27 ProvingJobController
18:51:27
✓ reports IDLE status initially (4 ms)
18:51:27
✓ reports PROVING status while busy (9 ms)
18:51:27
✓ reports DONE status after job is done (25 ms)
18:51:27
✓ reports aborted error after cancellation (5 ms)
18:51:27
✓ calls onComplete (6 ms)
18:51:27
✓ calls onComplete with the error (3 ms)
18:51:27
✓ does not crash if onComplete throws (5 ms)
18:51:27
✓ calls onComplete if abort is called but result is masked (7 ms)
18:51:27
18:51:27
Test Suites: 1 passed, 1 total
18:51:27
Tests: 8 passed, 8 total
18:51:27
Snapshots: 0 total
18:51:27
Time: 1.955 s
18:51:27
Ran all test suites matching prover-client/src/proving_broker/proving_job_controller.test.ts
.
18:51:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?