Uh oh!
There was an error while loading. Please reload this page.
Add a comment for disabling errexit, try to debug appveyor cache - #41157
Conversation
There was a problem hiding this comment.
Is this cat even useful here? Since the build itself may succeed, it's probably rarely execute.
There was a problem hiding this comment.
To be honest I'm relying on the ar.exe errors to let me read this log (if it rarely executes because the ar.exe errors vanish, I wouldn't see that as the end of the world!). I'll probably remove it again once it's all fixed.
There was a problem hiding this comment.
In fact, I'll move it elsewhere and then we can just try it rather than merging.
40c2bb2 to
66ccc6fCompareaidanhs
commented
Apr 8, 2017
@TimNN ok, think this is ready for a try (not an r+!) and should be pretty quick to run. |
TimNN
commented
Apr 9, 2017
Unfortunately try doesn't work for rust-lang/rust :( Could you just add an exit 1 or something to the appveyor script? |
1dce93d to
c26c259Compareaidanhs
commented
Apr 9, 2017
@TimNN pushed a deliberate error to both travis and appveyor so this doesn't consume too much CPU time. I assume it's possible to r+ even if the travis PR test has failed? |
TimNN
commented
Apr 10, 2017
@bors r+ Lets see how this goes. |
bors
commented
Apr 10, 2017
📌 Commit c26c259 has been approved by |
bors
commented
Apr 10, 2017
⌛ Testing commit c26c259 with merge 37aa503... |
bors
commented
Apr 10, 2017
💔 Test failed - status-appveyor |
TimNN
commented
Apr 10, 2017
@bors r- |
c26c259 to
2b0652cCompareaidanhs
commented
Apr 10, 2017
Oh the joys of globs in cmd.exe. I've now wrapped it in bash instead. |
TimNN
commented
Apr 10, 2017
@bors r+ |
bors
commented
Apr 10, 2017
📌 Commit 2b0652c has been approved by |
bors
commented
Apr 10, 2017
⌛ Testing commit 2b0652c with merge 1e1071e... |
bors
commented
Apr 10, 2017
💔 Test failed - status-appveyor |
aidanhs
commented
Apr 10, 2017
Well that's disturbing. Maybe I'd better ask the appveyor people about this. |
2b0652c to
bb84358Compareaidanhs
commented
Apr 14, 2017
@TimNN I've done my debugging, so for now I've updated this PR with the comment and a removal of a useless cat (since the glob doesn't apply). The |
TimNN
commented
Apr 16, 2017
@bors r+ rollup |
bors
commented
Apr 16, 2017
📌 Commit bb84358 has been approved by |
…r=TimNN Add a comment for disabling errexit, try to debug appveyor cache Comments added as requested. Also, lets add some cache debugging to appveyor. I *think* this is how to ignore errors in cmd.exe (and I did try it on my own machine), but I'm not 100% sure how appveyor runs them. In the worst case it'll fail but I guess that isn't the end of the world since the build has already failed by this point. r? @TimNN
bors
commented
Apr 16, 2017
Add a comment for disabling errexit, try to debug appveyor cache Comments added as requested. Also, lets add some cache debugging to appveyor. I *think* this is how to ignore errors in cmd.exe (and I did try it on my own machine), but I'm not 100% sure how appveyor runs them. In the worst case it'll fail but I guess that isn't the end of the world since the build has already failed by this point. r? @TimNN
bors
commented
Apr 17, 2017
☀️ Test successful - status-appveyor, status-travis |
Comments added as requested.
Also, lets add some cache debugging to appveyor. I think this is how to ignore errors in cmd.exe (and I did try it on my own machine), but I'm not 100% sure how appveyor runs them. In the worst case it'll fail but I guess that isn't the end of the world since the build has already failed by this point.
r? @TimNN