Uh oh!
There was an error while loading. Please reload this page.
Fix #64153 - #65435
Conversation
Centril
commented
Oct 15, 2019
@bors rollup=never (I have bad experience with adding -fulldeps tests) |
c7c33d7 to
83df393Comparemichaelwoerister
commented
Oct 15, 2019
Yes, I can imagine |
83df393 to
af05b23Comparealexcrichton
commented
Oct 15, 2019
@bors: r+ Seems reasonable to me! |
bors
commented
Oct 15, 2019
📌 Commit af05b23 has been approved by |
…=alexcrichton Fixrust-lang#64153 This PR changes how the compiler detects if an object file from an upstream crate is a Rust object file or not. Instead of checking if the name starts with the crate name and ends with `.o` (which is not always the case, as described in rust-lang#64153), it now just checks if the filename ends with `.rcgu.o`. This fixesrust-lang#64153. However, ideally we'd clean up the code around filename generation some more. Then this check could be made more robust. r? @alexcrichton
…=alexcrichton Fixrust-lang#64153 This PR changes how the compiler detects if an object file from an upstream crate is a Rust object file or not. Instead of checking if the name starts with the crate name and ends with `.o` (which is not always the case, as described in rust-lang#64153), it now just checks if the filename ends with `.rcgu.o`. This fixesrust-lang#64153. However, ideally we'd clean up the code around filename generation some more. Then this check could be made more robust. r? @alexcrichton
tmandry
commented
Oct 15, 2019
michaelwoerister
commented
Oct 21, 2019
This probably fails because |
…to identify Rust generated object files.
af05b23 to
52eda13Comparemichaelwoerister
commented
Oct 22, 2019
I've switched the test from @bors r=alexcrichton |
bors
commented
Oct 22, 2019
📌 Commit 52eda13 has been approved by |
bors
commented
Oct 26, 2019
⌛ Testing commit 52eda13 with merge 9d20e2f668a08e655cd20a838e9b3f447baabe03... |
rust-highfive
commented
Oct 26, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Oct 26, 2019
💔 Test failed - checks-azure |
JohnTitor
commented
Oct 26, 2019
It's a network error. |
bors
commented
Oct 27, 2019
⌛ Testing commit 52eda13 with merge c3e2c99ed1b324674c598be9d919e48793039707... |
rust-highfive
commented
Oct 27, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Oct 27, 2019
💔 Test failed - checks-azure |
…s version is not worth the trouble.
michaelwoerister
commented
Oct 28, 2019
Added @bors r=alexcrichton |
bors
commented
Oct 28, 2019
📌 Commit a63dfb3 has been approved by |
bors
commented
Oct 29, 2019
Fix#64153 This PR changes how the compiler detects if an object file from an upstream crate is a Rust object file or not. Instead of checking if the name starts with the crate name and ends with `.o` (which is not always the case, as described in #64153), it now just checks if the filename ends with `.rcgu.o`. This fixes#64153. However, ideally we'd clean up the code around filename generation some more. Then this check could be made more robust. r? @alexcrichton
bors
commented
Oct 29, 2019
☀️ Test successful - checks-azure |
This PR changes how the compiler detects if an object file from an upstream crate is a Rust object file or not. Instead of checking if the name starts with the crate name and ends with
.o(which is not always the case, as described in #64153), it now just checks if the filename ends with.rcgu.o.This fixes#64153. However, ideally we'd clean up the code around filename generation some more. Then this check could be made more robust.
r? @alexcrichton