Sep 06 07:01:08.248 INFO checking flamer-0.2.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:01:08.248 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:01:08.248 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:01:08.439 INFO blam! ad2c2bf11246304b82d00d28e030d1f604effacfe93c29a01f4c611fc62015b3 Sep 06 07:01:08.441 INFO running `"docker" "start" "-a" "ad2c2bf11246304b82d00d28e030d1f604effacfe93c29a01f4c611fc62015b3"` Sep 06 07:01:08.929 INFO kablam! usermod: no changes Sep 06 07:01:09.006 INFO kablam! Checking lazy_static v0.2.11 Sep 06 07:01:09.007 INFO kablam! Compiling thread-id v3.3.0 Sep 06 07:01:09.411 INFO kablam! Checking flame v0.2.2 Sep 06 07:01:10.126 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 06 07:01:14.486 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:14.486 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:14.486 INFO kablam! | Sep 06 07:01:14.486 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:14.486 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:14.486 INFO kablam! Sep 06 07:01:14.486 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:14.486 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:14.486 INFO kablam! | Sep 06 07:01:14.486 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:14.486 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:14.486 INFO kablam! Sep 06 07:01:14.822 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:14.822 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:14.822 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:14.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! Sep 06 07:01:14.822 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:14.822 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:14.822 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:14.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:14.822 INFO kablam! | Sep 06 07:01:14.822 INFO kablam! Sep 06 07:01:14.838 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:14.838 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:14.838 INFO kablam! | Sep 06 07:01:14.838 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:14.838 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:14.838 INFO kablam! | Sep 06 07:01:14.838 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:14.838 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:14.838 INFO kablam! | Sep 06 07:01:14.838 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:14.838 INFO kablam! | Sep 06 07:01:14.838 INFO kablam! Sep 06 07:01:14.984 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:14.984 INFO kablam! Sep 06 07:01:14.984 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:14.984 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:15.066 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:15.066 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:01:15.199 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:15.199 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:15.199 INFO kablam! | Sep 06 07:01:15.199 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:15.199 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:15.206 INFO kablam! Sep 06 07:01:15.206 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:15.206 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:15.206 INFO kablam! | Sep 06 07:01:15.206 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:15.206 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:15.206 INFO kablam! Sep 06 07:01:15.346 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:15.346 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:15.346 INFO kablam! | Sep 06 07:01:15.346 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:15.346 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.348 INFO kablam! | Sep 06 07:01:15.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.348 INFO kablam! | Sep 06 07:01:15.348 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.348 INFO kablam! | Sep 06 07:01:15.348 INFO kablam! Sep 06 07:01:15.351 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:15.352 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:15.352 INFO kablam! | Sep 06 07:01:15.352 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.352 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.352 INFO kablam! | Sep 06 07:01:15.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.352 INFO kablam! | Sep 06 07:01:15.352 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.352 INFO kablam! | Sep 06 07:01:15.352 INFO kablam! Sep 06 07:01:15.357 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:15.357 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:15.357 INFO kablam! | Sep 06 07:01:15.357 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.357 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.357 INFO kablam! | Sep 06 07:01:15.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.357 INFO kablam! | Sep 06 07:01:15.357 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.357 INFO kablam! | Sep 06 07:01:15.357 INFO kablam! Sep 06 07:01:15.409 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:15.414 INFO kablam! Sep 06 07:01:15.414 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:15.414 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:15.429 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:15.430 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:01:15.697 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:15.697 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:15.697 INFO kablam! | Sep 06 07:01:15.697 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:15.697 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:15.697 INFO kablam! Sep 06 07:01:15.697 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:15.697 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:15.697 INFO kablam! | Sep 06 07:01:15.697 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:15.697 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:15.697 INFO kablam! Sep 06 07:01:15.796 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:15.796 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:15.796 INFO kablam! | Sep 06 07:01:15.796 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:15.797 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.797 INFO kablam! | Sep 06 07:01:15.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.797 INFO kablam! | Sep 06 07:01:15.797 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.797 INFO kablam! | Sep 06 07:01:15.797 INFO kablam! Sep 06 07:01:15.800 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:15.800 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:15.800 INFO kablam! | Sep 06 07:01:15.800 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.800 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.800 INFO kablam! | Sep 06 07:01:15.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.800 INFO kablam! | Sep 06 07:01:15.800 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.800 INFO kablam! | Sep 06 07:01:15.800 INFO kablam! Sep 06 07:01:15.803 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:15.803 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:15.803 INFO kablam! | Sep 06 07:01:15.803 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.803 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.803 INFO kablam! | Sep 06 07:01:15.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.803 INFO kablam! | Sep 06 07:01:15.803 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.803 INFO kablam! | Sep 06 07:01:15.803 INFO kablam! Sep 06 07:01:15.846 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:15.846 INFO kablam! Sep 06 07:01:15.846 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:15.846 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:15.865 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:15.865 INFO kablam! Sep 06 07:01:15.866 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:01:15.870 INFO kablam! su: No module specific data is present Sep 06 07:01:16.690 INFO running `"docker" "rm" "-f" "ad2c2bf11246304b82d00d28e030d1f604effacfe93c29a01f4c611fc62015b3"` Sep 06 07:01:16.795 INFO blam! ad2c2bf11246304b82d00d28e030d1f604effacfe93c29a01f4c611fc62015b3