We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It occasionally succeeds, but it's frequently failing with this message:
/home/rustbuild/src/rust-buildbot/slave/doc/build/src/driver/driver.rs:29:0: 29:32 error: multiple matching crates for `rustc` /home/rustbuild/src/rust-buildbot/slave/doc/build/src/driver/driver.rs:29 extern mod this(name = "rustc"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: candidates: note: path: /home/rustbuild/src/rust-buildbot/slave/doc/build/obj/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc-d3cb8c2ccd84a7a7-0.7-pre.so note: meta: name = "rustc" note: meta: vers = "0.7-pre" note: meta: uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" note: meta: url = "https://github.com/mozilla/rust/tree/master/src/rustc" note: path: /home/rustbuild/src/rust-buildbot/slave/doc/build/obj/x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc-961c3123ba57818-0.7-pre.so note: meta: name = "rustc" note: meta: vers = "0.7-pre" note: meta: uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" note: meta: url = "https://github.com/mozilla/rust/tree/master/src/rustc" error: aborting due to previous error make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc] Error 101
@graydon, could a make clean be inserted as a step for this builder? When looking at http://buildbot.rust-lang.org/grid?width=20&branch=master, it looks like this may actually be just one workspace needing a clean.
make clean
The text was updated successfully, but these errors were encountered:
Probably caused by or related to #2320
Sorry, something went wrong.
cc @graydon
It appears to be consistently succeeding now, I believe this was fixed in 033ac54
Auto merge of rust-lang#7506 - HKalbasi:add-xor-swap, r=camsteffen
0084195
Add xor case to `manual swap` lint Continue of rust-lang#7153 closes rust-lang#6598 changelog: Add "xor swap" case to [`manual_swap`]
No branches or pull requests
It occasionally succeeds, but it's frequently failing with this message:
@graydon, could a
make clean
be inserted as a step for this builder? When looking at http://buildbot.rust-lang.org/grid?width=20&branch=master, it looks like this may actually be just one workspace needing a clean.The text was updated successfully, but these errors were encountered: