Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"is already in progress"is a generic phrase that could appear in unrelated training or NCCL log lines (e.g. an NCCL collective saying an operation is already in progress, or any distributed-sync message). If a genuinely broken job emits this phrase, it will be silently retried up to three times before actually failing, delaying failure detection and consuming CI resources."removal of container"already captures the same 409-Conflict Docker error message more precisely;"is already in progress"adds little discriminative value on top of it. Removing this entry, or replacing it with a tighter composite like"removal of container" in ... and "is already in progress" in ..., eliminates the false-positive risk without reducing coverage of the target error.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!