Uh oh!
There was an error while loading. Please reload this page.
Fix Travis tests - #35014
Conversation
vadimcn
commented
Jul 24, 2016
cc #35011 |
TimNN
commented
Jul 24, 2016
@vadimcn maybe better use a Also you could change this line in compile test to a |
vadimcn
commented
Jul 24, 2016
via email
Can't println from panic_ unwind, as it precedes std in the dependency chain. I was counting on panic! printing the line number.
In any case, I'm pretty sure it's the second return site. We're probably trying to get a stack trace through some function that llvm has decided is nounwind. |
alexcrichton
commented
Jul 25, 2016
@vadimcn FWIW I can reproduce locally inside the docker container (Ubuntu 16.04) and it appears to be the src/test/run-pass/backtrace.rs test failing which in turn causes compiletest to fail as well. |
vadimcn
commented
Jul 25, 2016
Mmkay... so we can fix this by reverting to |
alexcrichton
commented
Jul 25, 2016
@vadimcn looks like tests passed (yay!), wanna merge this after cleaning up a bit? |
vadimcn
commented
Jul 25, 2016
Sure. Though this may mask bugs like this one. |
alexcrichton
commented
Jul 25, 2016
alexcrichton
commented
Jul 25, 2016
@bors: p=1 (fixing travis) |
bors
commented
Jul 25, 2016
⌛ Testing commit 5fbcf08 with merge d489cae... |
bors
commented
Jul 25, 2016
💔 Test failed - auto-linux-64-debug-opt |
alexcrichton
commented
Jul 25, 2016
@bors: retry
On Mon, Jul 25, 2016 at 1:51 PM, bors notifications@github.com wrote:
|
bors
commented
Jul 25, 2016
⌛ Testing commit 5fbcf08 with merge d1b9c92... |
bors
commented
Jul 25, 2016
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
steveklabnik
commented
Jul 25, 2016
@bors: retry force |
bors
commented
Jul 25, 2016
⌛ Testing commit 5fbcf08 with merge db3db70... |
bors
commented
Jul 25, 2016
💔 Test failed - auto-win-gnu-32-opt |
steveklabnik
commented
Jul 25, 2016
welp |
alexcrichton
commented
Jul 25, 2016
@bors: retry On Mon, Jul 25, 2016 at 2:37 PM, Steve Klabnik notifications@github.com
|
bors
commented
Jul 25, 2016
bors
commented
Jul 26, 2016
💥 Test timed out |
steveklabnik
commented
Jul 26, 2016
@bors: retry On Jul 26, 2016, 02:10 -0700, bors notifications@github.com, wrote:
|
alexcrichton
commented
Jul 26, 2016
@bors: retry force clean |
bors
commented
Jul 26, 2016
bors
commented
Jul 26, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
alexcrichton
commented
Jul 26, 2016
@bors: retry On Tue, Jul 26, 2016 at 12:55 PM, bors notifications@github.com wrote:
|
r? @vadimcn