-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
iOS buildbot failure comments don't contain failure details anymore #129248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yeah - this will be a result of #127592. The log prefix doesn't really help diagnose anything, so I'll strip it (matching what Android does with its logger). |
freakboy3742
added a commit
that referenced
this issue
Jan 25, 2025
…129252) Filter out the iOS log prefix from testbed runner output.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 25, 2025
…tput. (pythonGH-129252) Filter out the iOS log prefix from testbed runner output. (cherry picked from commit a580838) Co-authored-by: Russell Keith-Magee <[email protected]>
freakboy3742
added a commit
that referenced
this issue
Jan 25, 2025
…utput. (GH-129252) (#129283) Filter out the iOS log prefix from testbed runner output. (cherry picked from commit a580838) Co-authored-by: Russell Keith-Magee <[email protected]>
freakboy3742
added a commit
to freakboy3742/cpython
that referenced
this issue
Mar 16, 2025
…nner output. (pythonGH-129252) (python#129283) Filter out the iOS log prefix from testbed runner output. (cherry picked from commit a580838) Co-authored-by: Russell Keith-Magee <[email protected]>
freakboy3742
added a commit
to freakboy3742/cpython
that referenced
this issue
Mar 16, 2025
…nner output. (pythonGH-129252) (python#129283) Filter out the iOS log prefix from testbed runner output. (cherry picked from commit a580838) Co-authored-by: Russell Keith-Magee <[email protected]>
freakboy3742
added a commit
to freakboy3742/cpython
that referenced
this issue
Mar 16, 2025
…ner output. (pythonGH-129252) (python#129283) Filter out the iOS log prefix from testbed runner output. (cherry picked from commit a580838) Co-authored-by: Russell Keith-Magee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specificially, they don't contain:
It looks like this changed in December 2024, probably because the test script was updated to add a prefix to every log line. The relevant regexes are here.
Before:
After:
memoryview->exports
race condition. #127412 (comment)@freakboy3742: FYI
Linked PRs
The text was updated successfully, but these errors were encountered: