Skip to content

The 'doc' builder is sporadically failing #7506

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

Closed
alexcrichton opened this issue Jun 30, 2013 · 3 comments
Closed

The 'doc' builder is sporadically failing #7506

alexcrichton opened this issue Jun 30, 2013 · 3 comments

Comments

@alexcrichton
Copy link
Member

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.

@alexcrichton
Copy link
Member Author

Probably caused by or related to #2320

@ghost ghost assigned graydon Jul 1, 2013
@thestinger
Copy link
Contributor

cc @graydon

@alexcrichton
Copy link
Member Author

It appears to be consistently succeeding now, I believe this was fixed in 033ac54

flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 12, 2021
Add xor case to `manual swap` lint

Continue of rust-lang#7153
closes rust-lang#6598

changelog: Add "xor swap" case to [`manual_swap`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants