Ben Hearsum (he/him)
Ben Hearsum (he/him)
It's probably also worth reconsidering whether we need this information at this time. If all upstream artifacts (including the docker image) are verified by other means, perhaps we can remove...
> > It's probably also worth reconsidering whether we need this information at this time. If all upstream artifacts (including the docker image) are verified by other means, perhaps we...
Just to spell it out a bit more, since I had trouble understanding this at first, we could have: * Task A produce a Docker Image * Task B declare...
This doesn't seem to be consistent across the pool/image - we still get many workers coming up.
https://github.com/mozilla/firefox-translations-training/issues/549 is related, possibly the same?
I pulled all the logs from 4 different h1-2025 runs. In those 710 logs (both CPU and GPU workers) there 36 runs with this issue, totalling to 393 instances of...
I did a bit more experimentation here; for some reason this only seems to be happening on some worker pools. The affected pools are N1 machines with GPUs. The unaffected...
Reading through the generic-worker code it looks to me like [Abort is getting called](https://github.com/taskcluster/taskcluster/blob/7a71648ff1c031fdc13083f246fb941d7e5546d9/workers/generic-worker/main.go#L1172), but we never make it [stopping features](https://github.com/taskcluster/taskcluster/blob/7a71648ff1c031fdc13083f246fb941d7e5546d9/workers/generic-worker/main.go#L1082). The only notable code that runs in that time...
> Reading through the generic-worker code it looks to me like [Abort is getting called](https://github.com/taskcluster/taskcluster/blob/7a71648ff1c031fdc13083f246fb941d7e5546d9/workers/generic-worker/main.go#L1172), but we never make it [stopping features](https://github.com/taskcluster/taskcluster/blob/7a71648ff1c031fdc13083f246fb941d7e5546d9/workers/generic-worker/main.go#L1082). The only notable code that runs in that...
We hit this again in https://firefox-ci-tc.services.mozilla.com/tasks/cW9tq8vEQ2-glWwk11wzgw/runs/0, this time with generic-worker 83.5.6. Full logs are available at https://drive.google.com/file/d/1q1mPwZGdPw0KHKsteXD7x0Y-ssb7Cnro/view?usp=sharing, but I don't see much of note in them :(. Here's the last...