-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Summary
We deployed a workerpool using this repository (deploy-workerpool) and connected it to the public Bellecour sidechain.
The core and worker services start correctly, tasks are picked up, computed, contributed and revealed successfully, but the result upload step fails with a 404 error from the result proxy.
The worker is running in Non-TEE mode, and the result is being stored on IPFS.
Environment
- Repository:
deploy-workerpool - Network:
bellecour - Result storage:
ipfs - Worker is operating in Non-TEE mode (no Trusted Execution Environment).
Worker joins the pool correctly.
Steps to reproduce
-
Clone this repo and deploy a workerpool on Bellecour.
-
Deploy a simple app on Bellecour.
-
Run the app via the official CLI.
-
Observe the worker logs during one task execution.
What works
Task flows correctly (STARTING, STARTED, COMPUTING, COMPUTED, CONTRIBUTING, REVEALING, REVEALED).
What fails
At the upload step, worker log shows:
status:RESULT_UPLOADING
...
ERROR ... ResultService : Failed to get upload token
...
ERROR ... TaskManagerService : Failed to upload result [..., cause:'RESULT_LINK_MISSING']
...
status:RESULT_UPLOAD_FAILED
status:ABORTED
curl -v "https://result.v8-bellecour.iex.ec/actuator/health"
# => HTTP/2 200, body: {"status":"UP"}
curl -v "https://result.v8-bellecour.iex.ec/results/challenge?chainId=134"
curl -v "https://result.v8-bellecour.iex.ec/challenge?chainId=134"
{"timestamp":"2025-11-22T14:45:14.969+00:00","status":404,"error":"Not Found","path":"/results/challenge"}
Metadata
Metadata
Assignees
Labels
No labels