Parent Log:
http://ci.aztec-labs.com/52c2e08d0b93dac4
Command: c9b93c46acbfae2b yarn-project/scripts/run_test.sh prover-client/src/proving_broker/proving_job_controller.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/88c86d76e23c515deea689031fe891949d47ec49
Env: REF_NAME=gh-readonly-queue/next/pr-15152-3aafa23f28c401f1c88d60325230f1ce801d72a6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 10:20:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15152_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4229e7da9f4a5d1e_next
10:20:24 [10:20:24.589]
INFO:
prover-client:proving-agent:job-controller-b15d449e Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.596]
INFO:
prover-client:proving-agent:job-controller-93532c5c Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.619]
INFO:
prover-client:proving-agent:job-controller-46db99b6 Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.620]
WARN:
prover-client:proving-agent:job-controller-46db99b6 Aborted job controller for jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.621]
WARN:
prover-client:proving-agent:job-controller-46db99b6 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
10:20:24 [10:20:24.625]
INFO:
prover-client:proving-agent:job-controller-06efa143 Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.629]
INFO:
prover-client:proving-agent:job-controller-1b865a9e Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.634]
INFO:
prover-client:proving-agent:job-controller-a694597a Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.635]
WARN:
prover-client:proving-agent:job-controller-a694597a On complete handler error: Error: test error
{"jobId":"1"}
10:20:24 [10:20:24.638]
INFO:
prover-client:proving-agent:job-controller-f4bc58e8 Job controller started jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.640]
WARN:
prover-client:proving-agent:job-controller-f4bc58e8 Aborted job controller for jobId=1
{"jobId":"1"}
10:20:24 [10:20:24.644]
WARN:
prover-client:proving-agent:job-controller-f4bc58e8 Job controller for jobId=1 completed but job was aborted
{"currentStatus":"running","jobId":"1"}
10:20:24
PASS src/proving_broker/proving_job_controller.test.ts
10:20:24 ProvingJobController
10:20:24
✓ reports IDLE status initially (4 ms)
10:20:24
✓ reports PROVING status while busy (8 ms)
10:20:24
✓ reports DONE status after job is done (22 ms)
10:20:24
✓ reports aborted error after cancellation (5 ms)
10:20:24
✓ calls onComplete (6 ms)
10:20:24
✓ calls onComplete with the error (3 ms)
10:20:24
✓ does not crash if onComplete throws (6 ms)
10:20:24
✓ calls onComplete if abort is called but result is masked (8 ms)
10:20:24
10:20:24
Test Suites: 1 passed, 1 total
10:20:24
Tests: 8 passed, 8 total
10:20:24
Snapshots: 0 total
10:20:24
Time: 3.736 s
10:20:24
Ran all test suites matching prover-client/src/proving_broker/proving_job_controller.test.ts
.
10:20:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?