Sep 04 17:41:07.373 INFO checking flamer-0.2.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 17:41:07.373 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 17:41:07.373 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:41:07.546 INFO blam! 8d52481aefe356e11b6e96cbe568a2bc826a58b2a6699381cc304a988268e177 Sep 04 17:41:07.547 INFO running `"docker" "start" "-a" "8d52481aefe356e11b6e96cbe568a2bc826a58b2a6699381cc304a988268e177"` Sep 04 17:41:08.203 INFO kablam! Compiling flame v0.2.2 Sep 04 17:41:09.633 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 04 17:41:17.439 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:17.439 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:17.439 INFO kablam! | Sep 04 17:41:17.439 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:17.439 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:17.439 INFO kablam! Sep 04 17:41:17.440 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:17.440 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:17.440 INFO kablam! | Sep 04 17:41:17.440 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:17.440 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:17.440 INFO kablam! Sep 04 17:41:17.579 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:17.579 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:17.579 INFO kablam! | Sep 04 17:41:17.579 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:17.579 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:17.579 INFO kablam! Sep 04 17:41:17.579 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:17.579 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:17.579 INFO kablam! | Sep 04 17:41:17.579 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:17.579 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:17.579 INFO kablam! Sep 04 17:41:17.719 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:17.719 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:17.719 INFO kablam! | Sep 04 17:41:17.719 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:17.719 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.719 INFO kablam! | Sep 04 17:41:17.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.720 INFO kablam! | Sep 04 17:41:17.720 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.720 INFO kablam! | Sep 04 17:41:17.721 INFO kablam! Sep 04 17:41:17.739 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:17.739 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:17.739 INFO kablam! | Sep 04 17:41:17.739 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:17.739 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.739 INFO kablam! | Sep 04 17:41:17.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.739 INFO kablam! | Sep 04 17:41:17.739 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.740 INFO kablam! | Sep 04 17:41:17.740 INFO kablam! Sep 04 17:41:17.746 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:17.746 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:17.746 INFO kablam! | Sep 04 17:41:17.746 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:17.746 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.754 INFO kablam! | Sep 04 17:41:17.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.755 INFO kablam! | Sep 04 17:41:17.755 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.755 INFO kablam! | Sep 04 17:41:17.755 INFO kablam! Sep 04 17:41:17.944 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:17.944 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:17.944 INFO kablam! | Sep 04 17:41:17.944 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:17.944 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.944 INFO kablam! | Sep 04 17:41:17.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.944 INFO kablam! | Sep 04 17:41:17.944 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.944 INFO kablam! | Sep 04 17:41:17.944 INFO kablam! Sep 04 17:41:17.959 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:17.959 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:17.959 INFO kablam! | Sep 04 17:41:17.959 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:17.959 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.959 INFO kablam! | Sep 04 17:41:17.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.959 INFO kablam! | Sep 04 17:41:17.959 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.959 INFO kablam! | Sep 04 17:41:17.959 INFO kablam! Sep 04 17:41:17.965 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:17.965 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:17.965 INFO kablam! | Sep 04 17:41:17.965 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:17.965 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:17.974 INFO kablam! | Sep 04 17:41:17.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:17.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:17.975 INFO kablam! | Sep 04 17:41:17.975 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:17.975 INFO kablam! | Sep 04 17:41:17.975 INFO kablam! Sep 04 17:41:17.985 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:17.985 INFO kablam! Sep 04 17:41:17.985 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:17.985 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:18.004 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:18.004 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:18.126 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:18.127 INFO kablam! Sep 04 17:41:18.127 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:18.127 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:18.147 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:18.147 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:19.295 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:19.295 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:19.295 INFO kablam! | Sep 04 17:41:19.295 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:19.295 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:19.295 INFO kablam! Sep 04 17:41:19.295 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:19.295 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:19.295 INFO kablam! | Sep 04 17:41:19.295 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:19.296 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:19.296 INFO kablam! Sep 04 17:41:19.466 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:19.466 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:19.466 INFO kablam! | Sep 04 17:41:19.466 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:19.466 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.466 INFO kablam! | Sep 04 17:41:19.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.466 INFO kablam! | Sep 04 17:41:19.466 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.466 INFO kablam! | Sep 04 17:41:19.466 INFO kablam! Sep 04 17:41:19.471 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:19.471 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:19.471 INFO kablam! | Sep 04 17:41:19.471 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:19.472 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.472 INFO kablam! | Sep 04 17:41:19.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.472 INFO kablam! | Sep 04 17:41:19.472 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.472 INFO kablam! | Sep 04 17:41:19.472 INFO kablam! Sep 04 17:41:19.477 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:19.477 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:19.477 INFO kablam! | Sep 04 17:41:19.477 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:19.477 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.477 INFO kablam! | Sep 04 17:41:19.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.477 INFO kablam! | Sep 04 17:41:19.477 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.477 INFO kablam! | Sep 04 17:41:19.477 INFO kablam! Sep 04 17:41:19.577 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:19.578 INFO kablam! Sep 04 17:41:19.578 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:19.578 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:19.598 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:19.598 INFO kablam! Sep 04 17:41:19.598 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:41:19.600 INFO kablam! su: No module specific data is present Sep 04 17:41:20.153 INFO running `"docker" "rm" "-f" "8d52481aefe356e11b6e96cbe568a2bc826a58b2a6699381cc304a988268e177"` Sep 04 17:41:20.247 INFO blam! 8d52481aefe356e11b6e96cbe568a2bc826a58b2a6699381cc304a988268e177