Ben Hearsum (he/him)
Ben Hearsum (he/him)
> https://firefox-ci-tc.services.mozilla.com/tasks/Jmrh6CCOS_23BG-dNKUC9A I see this ultimately failed because of what appears to be a bunch of spot terminations killing the `alignments-teacher` task. Do you want to switch this to run...
I checked with the Taskcluster folks -- interactive shells run through the same proxy as live logs. There's no way to connect to them with an ssh client. This is...
It's interesting that you were able to reconnect - the new image that fixes the known issue with disconnects hasn't been rolled out yet. This suggests that there is indeed...
> I did a tree command with a lot of output, and it disconnected. I didn't get any network activity in the network monitor. Thank you for capturing this! It...
I think I managed to reproduce, or something similar, this by running `head -n1 /dev/urandom`. Unfortunately, the Firefox Dev Tools didn't give me anything useful. Now that I can repro...
Did a bunch of digging here and filed https://github.com/taskcluster/taskcluster/issues/6848. As far as I can tell, any non-UTF8 character in the output will cause this. I think it's a bug in...
We ended up fixing the non-UTF-8 bug I found in https://github.com/taskcluster/taskcluster/pull/6849. As far as I know we haven't hit any interactive task issues since. Let's re-open this or open a...
> I compared the [new train-teacher log](https://firefox-ci-tc.services.mozilla.com/tasks/OCGS_xxgQWSYqbJ09aFw2Q/runs/0/logs/public/logs/live.log) form CI with the[ previous one](https://firefox-ci-tc.services.mozilla.com/tasks/VGzXs7RnQWeaqfp5hhCKeg/runs/0/logs/public/logs/live.log). The wrapper should not modify the original log. It should stream stdout and stderr of the wrapped...
> Some other things we discussed should be implemented before merging: > * we should add a parameter to the training config to disable publishing on CI and when we...
IIRC, this bug is about training continuation integrated with the training config. I did just post a patch (#580) to automatically continue training for an earlier run in the same...