Skip to content
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

clippy doesn't compile upon 'mach clippy' #8916

Closed
frewsxcv opened this issue Dec 10, 2015 · 1 comment
Closed

clippy doesn't compile upon 'mach clippy' #8916

frewsxcv opened this issue Dec 10, 2015 · 1 comment

Comments

@frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Dec 10, 2015

The git hash needs to be updated

/cc @Manishearth

/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:2:5: 2:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:2 use reexport::*;
                                                                                                                    ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:2:5: 2:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:1:1: 1:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:1 use rustc_front::hir::*;
                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:3:5: 3:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:3 use reexport::*;
                                                                                                                 ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:3:5: 3:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:2:1: 2:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:2 use rustc_front::hir::*;
                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/utils.rs:3:5: 3:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/utils.rs:3 use reexport::*;
                                                                                                                ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/utils.rs:3:5: 3:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/utils.rs:2:1: 2:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/utils.rs:2 use rustc_front::hir::*;
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/attrs.rs:5:5: 5:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/attrs.rs:5 use reexport::*;
                                                                                                                ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/attrs.rs:5:5: 5:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/attrs.rs:4:1: 4:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/attrs.rs:4 use rustc_front::hir::*;
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:4:5: 4:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:4 use reexport::*;
                                                                                                               ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:4:5: 4:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:3:1: 3:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:3 use rustc_front::hir::*;
                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:3:5: 3:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:3 use reexport::*;
                                                                                                                  ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:3:5: 3:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:2:1: 2:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:2 use rustc_front::hir::*;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:3:5: 3:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:3 use reexport::*;
                                                                                                                ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:3:5: 3:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:2:1: 2:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:2 use rustc_front::hir::*;
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:3:5: 3:17 error: a type named `Ident` has already been imported in this module [E0252]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:3 use reexport::*;
                                                                                                                ^~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:3:5: 3:17 help: run `rustc --explain E0252` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:2:1: 2:25 note: previous import of `Ident` here
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:2 use rustc_front::hir::*;
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lib.rs:20:5: 20:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lib.rs:20 use rustc::plugin::Registry;
                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lib.rs:20:5: 20:28 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:7:5: 7:31 error: unresolved import `rustc_front::visit::FnKind`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:7 use rustc_front::visit::FnKind;
                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/misc.rs:7:5: 7:31 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:5:5: 5:31 error: unresolved import `rustc_front::visit::FnKind`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:5 use rustc_front::visit::FnKind;
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/returns.rs:5:5: 5:31 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:26: 6:32 error: unresolved import `rustc_front::visit::FnKind`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6 use rustc_front::visit::{FnKind, Visitor, walk_ty};
                                                                                                                                     ^~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:26: 6:32 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:34: 6:41 error: unresolved import `rustc_front::visit::Visitor`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6 use rustc_front::visit::{FnKind, Visitor, walk_ty};
                                                                                                                                             ^~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:34: 6:41 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:43: 6:50 error: unresolved import `rustc_front::visit::walk_ty`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6 use rustc_front::visit::{FnKind, Visitor, walk_ty};
                                                                                                                                                      ^~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/types.rs:6:43: 6:50 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:26: 4:33 error: unresolved import `rustc_front::visit::Visitor`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4 use rustc_front::visit::{Visitor, walk_expr, walk_block, walk_decl};
                                                                                                                                     ^~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:26: 4:33 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:35: 4:44 error: unresolved import `rustc_front::visit::walk_expr`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4 use rustc_front::visit::{Visitor, walk_expr, walk_block, walk_decl};
                                                                                                                                              ^~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:35: 4:44 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:46: 4:56 error: unresolved import `rustc_front::visit::walk_block`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4 use rustc_front::visit::{Visitor, walk_expr, walk_block, walk_decl};
                                                                                                                                                         ^~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:46: 4:56 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:58: 4:67 error: unresolved import `rustc_front::visit::walk_decl`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4 use rustc_front::visit::{Visitor, walk_expr, walk_block, walk_decl};
                                                                                                                                                                     ^~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/loops.rs:4:58: 4:67 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:26: 5:33 error: unresolved import `rustc_front::visit::Visitor`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5 use rustc_front::visit::{Visitor, walk_ty, walk_ty_param_bound};
                                                                                                                                         ^~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:26: 5:33 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:35: 5:42 error: unresolved import `rustc_front::visit::walk_ty`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5 use rustc_front::visit::{Visitor, walk_ty, walk_ty_param_bound};
                                                                                                                                                  ^~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:35: 5:42 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:44: 5:63 error: unresolved import `rustc_front::visit::walk_ty_param_bound`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5 use rustc_front::visit::{Visitor, walk_ty, walk_ty_param_bound};
                                                                                                                                                           ^~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/lifetimes.rs:5:44: 5:63 help: run `rustc --explain E0432` to see a detailed explanation
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:5:5: 5:31 error: unresolved import `rustc_front::visit::FnKind`. Could not find `visit` in `rustc_front` [E0432]
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:5 use rustc_front::visit::FnKind;
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/coreyf/Development/rust/servo/.cargo/git/checkouts/rust-clippy-297222992dcb0086/servo/src/shadow.rs:5:5: 5:31 help: run `rustc --explain E0432` to see a detailed explanation
error: aborting due to 22 previous errors
Build failed, waiting for other jobs to finish...
Could not compile `clippy`.

To learn more, run the command again with --verbose.
@frewsxcv frewsxcv changed the title clippy doesn't compile with locked version of Rust upon 'mach clippy' clippy doesn't compile upon 'mach clippy' Dec 10, 2015
@frewsxcv
Copy link
Member Author

@frewsxcv frewsxcv commented Jan 7, 2016

@frewsxcv frewsxcv closed this Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.