Closed
Bug 1999312
Opened 6 months ago
Closed 6 months ago
error from retrigger action is logged as info and drowned in unrelated messages
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
Attachments
(1 file)
It's quite hard to understand why a retrigger task fails, because the one relevant line is drowned in a sea of taskcluster http debug and generic-worker info and warnings, e.g. in
[task 2025-11-09T22:31:21.296Z] Using method(v1, v2, payload) calling convention
[task 2025-11-09T22:31:21.296Z] Found a positional argument: fTrzC_nYRdurN_feO5tk0g
[task 2025-11-09T22:31:21.296Z] After processing positional arguments, we have: {'taskId': 'fTrzC_nYRdurN_feO5tk0g'}
[task 2025-11-09T22:31:21.296Z] After keyword arguments, we have: {'taskId': 'fTrzC_nYRdurN_feO5tk0g'}
[task 2025-11-09T22:31:21.296Z] Full URL used is: http://172.17.0.1:80/api/queue/v1/task/fTrzC_nYRdurN_feO5tk0g
[task 2025-11-09T22:31:21.296Z] Not using hawk!
[task 2025-11-09T22:31:21.296Z] Making attempt 0
[task 2025-11-09T22:31:21.296Z] Making a GET request to http://172.17.0.1:80/api/queue/v1/task/fTrzC_nYRdurN_feO5tk0g
[task 2025-11-09T22:31:21.297Z] HTTP Headers: {}
[task 2025-11-09T22:31:21.297Z] HTTP Payload: None (limit 100 char)
[task 2025-11-09T22:31:21.297Z] Starting new HTTP connection (1): 172.17.0.1:80
[task 2025-11-09T22:31:21.404Z] http://172.17.0.1:80 "GET /api/queue/v1/task/fTrzC_nYRdurN_feO5tk0g HTTP/1.1" 200 None
[task 2025-11-09T22:31:21.404Z] Received HTTP Status: 200
[task 2025-11-09T22:31:21.404Z] Received HTTP Headers: {'Accept-Ranges': 'bytes', 'Access-Control-Allow-Headers': 'X-Requested-With,Content-Type,Authorization,Accept,Origin,Cache-Control', 'Access-Control-Allow-Methods': 'OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,CONNECT', 'Access-Control-Allow-Origin': '*', 'Access-Control-Max-Age': '900', 'Access-Control-Request-Method': '*', 'Cache-Control': 'no-store no-cache must-revalidate', 'Content-Encoding': 'gzip', 'Content-Security-Policy': "report-uri /__cspreport__;default-src 'none';frame-ancestors 'none';", 'Content-Type': 'application/json; charset=utf-8', 'Date': 'Sun, 09 Nov 2025 22:31:21 GMT', 'Etag': 'W/"196b-Olo8SsxGy7L5R6cWbXU2wbxfOgs"', 'Server': 'openresty', 'Strict-Transport-Security': 'max-age=31536000', 'Vary': 'Accept-Encoding', 'Via': '1.1 google, 1.1 varnish, 1.1 varnish', 'X-Cache': 'MISS, MISS', 'X-Cache-Hits': '0, 0', 'X-Content-Type-Options': 'nosniff', 'X-For-Request-Id': '8c159418-b33d-4c2d-968e-9bd1ca86dd42', 'X-For-Trace-Id': '10feca537743584f4eeda58efc5f95dd', 'X-Served-By': 'cache-chi-kigq8000158-CHI, cache-chi-kigq8000092-CHI', 'X-Taskcluster-Authorized-Scopes': '["assume:repo:hg.mozilla.org/try:action:generic","queue:create-artifact:G-RWgQC8SCON5XW_Skbx9w/0"]', 'X-Taskcluster-Endpoint': 'https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/fTrzC_nYRdurN_feO5tk0g', 'X-Taskcluster-Proxy-Revision': '6c7a9f0a038ef0f1f5603bf5e3a400ad7417116e', 'X-Taskcluster-Proxy-Temp-Clientid': 'task-client/G-RWgQC8SCON5XW_Skbx9w/0/on/us-central1-c/7681258182563113892/until/1762728475.749', 'X-Taskcluster-Proxy-Temp-Scopes': '["queue:reclaim-task:G-RWgQC8SCON5XW_Skbx9w/0","queue:resolve-task:G-RWgQC8SCON5XW_Skbx9w/0","queue:create-artifact:G-RWgQC8SCON5XW_Skbx9w/0","assume:repo:hg.mozilla.org/try:action:generic"]', 'X-Taskcluster-Proxy-Version': '90.0.5', 'X-Timer': 'S1762727481.303590,VS0,VE92', 'Transfer-Encoding': 'chunked'}
[task 2025-11-09T22:31:21.405Z] Not retriggering task perftest-android-hw-p6-aarch64-shippable-startup-fenix-newssite-applink-startup-profiling, task should not be retrigged and force not specified.
[task 2025-11-09T22:31:21.405Z] Creating default state directory: /builds/worker/.mozbuild
[task 2025-11-09T22:31:21.405Z] Running "pip check" to verify compatibility between the system Python and the "mach" site.
[task 2025-11-09T22:31:21.405Z] Creating local state directory: /builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69
[task 2025-11-09T22:31:21.405Z] Running "pip check" to verify compatibility between the system Python and the "common" site.
[task 2025-11-09T22:31:21.405Z] Creating the 'common' site at /builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69/_virtualenvs/common
[taskcluster 2025-11-09T22:31:42.060Z] Exit Code: 1
[taskcluster 2025-11-09T22:31:42.060Z] User Time: 17.708ms
[taskcluster 2025-11-09T22:31:42.060Z] Kernel Time: 8.049ms
[taskcluster 2025-11-09T22:31:42.060Z] Wall Time: 3m41.618846741s
[taskcluster 2025-11-09T22:31:42.060Z] Average Available System Memory: 28.91 GiB
[taskcluster 2025-11-09T22:31:42.060Z] Average System Memory Used: 1.45 GiB
[taskcluster 2025-11-09T22:31:42.060Z] Peak System Memory Used: 3.03 GiB
[taskcluster 2025-11-09T22:31:42.060Z] Total System Memory: 30.36 GiB
[taskcluster 2025-11-09T22:31:42.060Z] Result: FAILED
[taskcluster 2025-11-09T22:31:42.060Z] === Task Finished ===
[taskcluster 2025-11-09T22:31:42.060Z] Task Duration: 3m41.619182257s
[taskcluster:warn 2025-11-09T22:31:42.089Z] [d2g] Artifact "public/docker-contexts" not found at "/builds/worker/checkouts/gecko/docker-contexts": exit status 1
[taskcluster:warn 2025-11-09T22:31:42.089Z] Error response from daemon: Could not find the file /builds/worker/checkouts/gecko/docker-contexts in container taskcontainer_A7nboaGRSTSmY_qtnu_RwA
[taskcluster:warn 2025-11-09T22:31:42.089Z]
[taskcluster 2025-11-09T22:31:42.415Z] Uploading error artifact public/docker-contexts from file artifact1 with message "Could not read directory '/home/task_176272727547588/artifact1'", reason "file-missing-on-worker" and expiry 2025-11-16T22:27:12.770Z
[taskcluster 2025-11-09T22:31:42.540Z] Uploading artifact public/logs/certified.log from file /home/task_176272727547588/generic-worker/certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-12-07T22:27:12.770Z
[taskcluster 2025-11-09T22:31:42.821Z] Uploading artifact public/chain-of-trust.json from file /home/task_176272727547588/generic-worker/chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-12-07T22:27:12.770Z
[taskcluster 2025-11-09T22:31:43.174Z] Uploading artifact public/chain-of-trust.json.sig from file /home/task_176272727547588/generic-worker/chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-12-07T22:27:12.770Z
[taskcluster 2025-11-09T22:31:43.303Z] [mounts] Preserving cache: Moving "/home/task_176272727547588/cache0" to "/home/generic-worker/caches/YRHtgpiwQriaXtviWkxOyQ"
[taskcluster 2025-11-09T22:31:43.517Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-12-07T22:27:12.770Z
[taskcluster:error] exit status 1
| Assignee | ||
Comment 1•6 months ago
|
||
Bug 1999978 and https://github.com/taskcluster/taskcluster/pull/8080 will remove some of the noise. In this bug I'll change the actual error message to show up in treeherder's failure summary.
| Assignee | ||
Comment 2•6 months ago
|
||
Pushed by jcristau@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/1c0edca8161f
https://hg.mozilla.org/integration/autoland/rev/91fd282db4d8
make retrigger error show up in treeherder's failure summary. r=releng-reviewers,taskgraph-reviewers,bhearsum
Comment 4•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•