Closed
Bug 1299457
Opened 9 years ago
Closed 8 years ago
Intermittent [taskcluster:error] Docker configuration could not be created. This may indicate an authentication error when validating scopes necessary for running the task.
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Assigned: dustin)
References
Details
(Keywords: intermittent-failure)
Comment 1•9 years ago
|
||
Appears this was starred once so i'm thinking a bad machine. I haven't seen it reported again and we've been adjusting apparmor profiles for many months.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•8 years ago
|
||
Ten times since Aug 31, so 0.7/wk.
https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1299457&entireHistory=true&tree=all
It looks like it always affects android-4-3-armv7-api15 tests, I think because those are one of the few places we use task-retry for automatically retrying intermittent jobs.
The error is
[taskcluster:error] Docker configuration could not be created. This may indicate an authentication error when validating scopes necessary for running the task.
Error: Command failed: /bin/sh -c apparmor_parser -a /etc/apparmor.d/worker-fnpufUN_TzO7BwyJPRXn_Q
apparmor_parser: Unable to add "worker-fnpufUN_TzO7BwyJPRXn_Q". Profile already exists
which suggests that just adding the runId to that name might be sufficient.
Assignee: nobody → dustin
Component: General → Docker-Worker
Assignee | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/docker-worker
https://github.com/taskcluster/docker-worker/commit/98350a823b1e7496ac791d749f6d068424ea8215
Bug 1299457: include runId in apparmor profile name
This avoids conflicts if a task is re-run on the same instance.
https://github.com/taskcluster/docker-worker/commit/29f90ddb2f8b92908e98ae3bd2e479b8b2dae788
Merge pull request #273 from taskcluster/bug1299457
Bug 1299457: include runId in apparmor profile name
Assignee | ||
Comment 6•8 years ago
|
||
I believe this is getting deployed to workerTypes now -- starting with gecko-t-linux-medium.
Assignee | ||
Comment 7•8 years ago
|
||
Definitely deployed now, and working.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 8 years ago
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•