WORKER EXCEPTION due to response code 408 from Queue when uploading artifact &main.S3Artifact
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
People
(Reporter: ccoroiu, Unassigned)
Details
Failure log: https://firefoxci.taskcluster-artifacts.net/atVqoMcKSb2oyCcDS5qKFg/0/public/logs/live_backing.log
taskcluster 2020-06-21T11:57:02.780Z] Uploading redirect artifact public/logs/live.log to URL https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/atVqoMcKSb2oyCcDS5qKFg/runs/0/artifacts/public/logs/live_backing.log with mime type "text/plain; charset=utf-8" and expiry 2021-06-21T09:41:29.837Z
[taskcluster:error] goroutine 1 [running]:
[taskcluster:error] runtime/debug.Stack(0xc0001492f0, 0x9b6580, 0xc00034d130)
[taskcluster:error] /task_1590593446/go/go/src/runtime/debug/stack.go:24 +0x9d
[taskcluster:error] main.(*TaskRun).Run.func2(0xc00000e008, 0xc000090a00, 0xc00000e028)
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/main.go:958 +0x3d0
[taskcluster:error] panic(0x9b6580, 0xc00034d130)
[taskcluster:error] /task_1590593446/go/go/src/runtime/panic.go:679 +0x1b2
[taskcluster:error] main.(*TaskRun).uploadArtifact(0xc000090a00, 0xbace20, 0xc00007d380, 0x24)
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/artifacts.go:496 +0x10ca
[taskcluster:error] main.(*TaskRun).Run.func4(0xc000090a00, 0xc00000e008)
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/main.go:1059 +0x235
[taskcluster:error] main.(*TaskRun).Run(0xc000090a00, 0x9)
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/main.go:1124 +0x9a8
[taskcluster:error] main.RunWorker(0x0)
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/main.go:488 +0xeb2
[taskcluster:error] main.main()
[taskcluster:error] /task_1590593446/taskcluster/workers/generic-worker/main.go:197 +0x68f
[taskcluster:error]
[taskcluster:error] &errors.errorString{s:"WORKER EXCEPTION due to response code 408 from Queue when uploading artifact &main.S3Artifact{BaseArtifact:(*main.BaseArtifact)(0xc0004b6720), Path:"workspace/build/blobber_upload_dir/resource-usage.json", ContentEncoding:"gzip", ContentType:"application/json"} with CreateArtifact payload {"contentType":"application/json","expires":"2021-06-21T09:41:29.837Z","storageType":"s3"} - HTTP response body: \n<html><head>\n<meta http-equiv="content-type" content="text/html;charset=utf-8">\n<title>408 Request Timeout</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Request Timeout</h1>\n<h2>Your client has taken too long to issue its request.</h2>\n<h2></h2>\n</body></html>\n"}
[taskcluster:error] WORKER EXCEPTION due to response code 408 from Queue when uploading artifact &main.S3Artifact{BaseArtifact:(*main.BaseArtifact)(0xc0004b6720), Path:"workspace/build/blobber_upload_dir/resource-usage.json", ContentEncoding:"gzip", ContentType:"application/json"} with CreateArtifact payload {"contentType":"application/json","expires":"2021-06-21T09:41:29.837Z","storageType":"s3"} - HTTP response body:
[taskcluster:error] <html><head>
[taskcluster:error] <meta http-equiv="content-type" content="text/html;charset=utf-8">
[taskcluster:error] <title>408 Request Timeout</title>
[taskcluster:error] </head>
[taskcluster:error] <body text=#000000 bgcolor=#ffffff>
[taskcluster:error] <h1>Error: Request Timeout</h1>
[taskcluster:error] <h2>Your client has taken too long to issue its request.</h2>
[taskcluster:error] <h2></h2>
[taskcluster:error] </body></html>
[taskcluster:error]
Comment hidden (Intermittent Failures Robot) |
Comment 2•3 years ago
|
||
408 is a timeout.
Since we haven't seen this in a year and a half, let's close.
Description
•