Sep 18 00:39:01.588 INFO checking flamer-0.2.5 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:39:01.588 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:39:01.588 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:39:01.795 INFO blam! 468d96197b461c089acda98e7f628f5345b52baca727089d026bb349e4c6ab2a Sep 18 00:39:01.799 INFO running `"docker" "start" "-a" "468d96197b461c089acda98e7f628f5345b52baca727089d026bb349e4c6ab2a"` Sep 18 00:39:02.466 INFO kablam! usermod: no changes Sep 18 00:39:02.535 INFO kablam! Compiling thread-id v3.3.0 Sep 18 00:39:02.815 INFO kablam! Compiling flame v0.2.2 Sep 18 00:39:03.849 INFO kablam! Checking flamer v0.2.5 (/source) Sep 18 00:39:09.262 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:09.263 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:09.263 INFO kablam! | Sep 18 00:39:09.263 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:09.263 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:09.286 INFO kablam! Sep 18 00:39:09.287 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:09.287 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:09.287 INFO kablam! | Sep 18 00:39:09.287 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:09.287 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:09.287 INFO kablam! Sep 18 00:39:09.358 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:09.359 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:09.359 INFO kablam! | Sep 18 00:39:09.359 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:09.359 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:09.359 INFO kablam! Sep 18 00:39:09.359 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:09.359 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:09.359 INFO kablam! | Sep 18 00:39:09.359 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:09.369 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:09.369 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:09.369 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:09.369 INFO kablam! | Sep 18 00:39:09.369 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:09.369 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:09.369 INFO kablam! Sep 18 00:39:09.369 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:09.369 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:09.369 INFO kablam! | Sep 18 00:39:09.369 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:09.369 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:09.369 INFO kablam! Sep 18 00:39:09.369 INFO kablam! Sep 18 00:39:09.478 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:09.479 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:09.479 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! Sep 18 00:39:09.479 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:09.479 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.479 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! Sep 18 00:39:09.479 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:09.479 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.479 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.479 INFO kablam! | Sep 18 00:39:09.479 INFO kablam! Sep 18 00:39:09.498 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:09.499 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:09.499 INFO kablam! | Sep 18 00:39:09.499 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:09.499 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.499 INFO kablam! | Sep 18 00:39:09.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.499 INFO kablam! | Sep 18 00:39:09.499 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.499 INFO kablam! | Sep 18 00:39:09.499 INFO kablam! Sep 18 00:39:09.506 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:09.507 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.507 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! Sep 18 00:39:09.507 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:09.507 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.507 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.507 INFO kablam! | Sep 18 00:39:09.507 INFO kablam! Sep 18 00:39:09.534 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:09.535 INFO kablam! Sep 18 00:39:09.535 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:09.538 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.542 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.542 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:09.558 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:09.558 INFO kablam! Sep 18 00:39:09.559 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:09.559 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.573 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:09.573 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:09.573 INFO kablam! | Sep 18 00:39:09.573 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:09.573 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.573 INFO kablam! | Sep 18 00:39:09.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.573 INFO kablam! | Sep 18 00:39:09.573 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.573 INFO kablam! | Sep 18 00:39:09.573 INFO kablam! Sep 18 00:39:09.579 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:09.579 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.579 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! Sep 18 00:39:09.579 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:09.579 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.579 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.579 INFO kablam! | Sep 18 00:39:09.579 INFO kablam! Sep 18 00:39:09.587 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:09.638 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:09.639 INFO kablam! Sep 18 00:39:09.639 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:09.639 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.653 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.653 INFO kablam! Sep 18 00:39:09.653 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:39:09.653 INFO kablam! su: No module specific data is present Sep 18 00:39:10.386 INFO running `"docker" "rm" "-f" "468d96197b461c089acda98e7f628f5345b52baca727089d026bb349e4c6ab2a"` Sep 18 00:39:10.567 INFO blam! 468d96197b461c089acda98e7f628f5345b52baca727089d026bb349e4c6ab2a