-
Notifications
You must be signed in to change notification settings - Fork 13.4k
tests: Add RUST_BACKTRACE
and -Cpanic
revisions to panic-main.rs
test
#142304
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
base: master
Are you sure you want to change the base?
Conversation
The commit of this PR is currently right before the accidental fix 4a216a2, so if the regression test works we should get a test failure (hang) on Once that is confirmed I will rebase on master. |
This comment was marked as resolved.
This comment was marked as resolved.
@workingjubilee Sorry to ping you directly but since you did 👍 I hope you don't mind: Can you trigger the test like this please? Thanks! |
This comment was marked as resolved.
This comment was marked as resolved.
@bors2 delegate=try @Enselic Hi, we're testing a possible bors replacement. Can you do it now? |
@Enselic can now perform try builds on this pull request |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
@bors2 try parent=39cb3386ddc6c71657418be28dbb3987eea4aa4b |
tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test This is a regression test for #123733 (**P-high** and **regression-from-stable-to-stable**) which was [fixed by accident without a regression test](#123733 (comment)).
nice. |
💥 Test timed out |
I have no idea what's wrong with that build, but hey delegation worked 🎆 🥳 🍾 |
Yay! I really wonder what happened to that build though. I can't find any logs. Now, I'll try the jobs.yml trick described here. Looks like I need to get this PR out of draft mode for that |
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
r? @ghost |
Looks like PR CI is not run since this is based on very old commit (which is intentional). Starting an aarch64 try build now: @bors try parent=39cb3386ddc6c71657418be28dbb3987eea4aa4b |
@Enselic: 🔑 Insufficient privileges: not in try users |
@workingjubilee Can we try regular @bors so we get logs? 😅 |
Absolutely. |
tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test This is a regression test for #123733 (**P-high** and **regression-from-stable-to-stable**) which was [fixed by accident without a regression test](#123733 (comment)).
Oh really? Damn. |
May have better luck looking through the CI tab for the last try build. cc @Kobzol for the missing logs. |
💔 Test failed
|
This comment was marked as outdated.
This comment was marked as outdated.
tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test This is a regression test for #123733 (**P-high** and **regression-from-stable-to-stable**) which was [fixed by accident without a regression test](#123733 (comment)).
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Nope, same problem :( Temporarily reverting 4a216a2 on master for testing was tricky but I think that's what I have to do. |
The parent commit that you're using is too old and won't work with our current CI setup anymore. |
4c667e3
to
fb90b98
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b0bb243
to
4c9c998
Compare
This comment has been minimized.
This comment has been minimized.
4c9c998
to
f1bf9cb
Compare
This comment has been minimized.
This comment has been minimized.
This reverts commit 4a216a2. To see if the regression test works. Changed tests are removed so I don't have to resolve conflicts.
f1bf9cb
to
f5501a5
Compare
This comment has been minimized.
This comment has been minimized.
f5501a5
to
0d34ea8
Compare
This is a regression test for #123733 (P-high and regression-from-stable-to-stable) which was fixed by accident without a regression test.