FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Surface pipeline job failures to the user by mattdawkins · Pull Request #1734 · Kitware/dive · GitHub

/ dive Public

Surface pipeline job failures to the user - #1734

Merged
BryonLewis merged 1 commit into
mainfrom
dev/pipeline-error-display
Jul 1, 2026
Merged

BryonLewis merged 1 commit into
mainfrom
dev/pipeline-error-display

Conversation

Copy link
Copy Markdown
Member

When a pipeline/training job process exits non-zero (and was not cancelled), scan its captured output for lines beginning with ERROR: and show them in a dialog. Processes emit a single ERROR: <cause> line to report the real failure reason (e.g. a GPU out-of-memory during SAM3 model load), so the user sees the cause without opening the job log. General mechanism — any pipeline that prints ERROR: and exits non-zero surfaces it.

When a job process exits non-zero (and was not cancelled), scan its captured
output for lines beginning with 'ERROR:' and show them in a dialog. Processes
emit a single 'ERROR: <cause>' line to report the real failure reason (e.g. a
GPU out-of-memory during SAM3 model load), so the user sees the cause without
opening the job log.

BryonLewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍

BryonLewis merged commit c4c9b7a into main Jul 1, 2026
3 checks passed
BryonLewis deleted the dev/pipeline-error-display branch July 1, 2026 19:25
BryonLewis pushed a commit that referenced this pull request Jul 2, 2026
…1735)

Follow-up to #1734: the failure dialog now always appears for a non-zero exit
-- showing the ERROR: reason when present, otherwise a generic message with the
exit code and a pointer to the job log -- so failures are never silent, and
still only one pop-up.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL