Sep 02 14:18:41.038 INFO checking flamer-0.2.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 14:18:41.038 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 14:18:41.038 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:18:41.226 INFO blam! 3000e1f8bc38705db25099e0e55a03883662aba2556146502717253a242e2cb3 Sep 02 14:18:41.230 INFO running `"docker" "start" "-a" "3000e1f8bc38705db25099e0e55a03883662aba2556146502717253a242e2cb3"` Sep 02 14:18:41.962 INFO kablam! Compiling thread-id v3.3.0 Sep 02 14:18:42.719 INFO kablam! Compiling flame v0.2.2 Sep 02 14:18:44.330 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 02 14:18:50.584 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:50.584 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:50.584 INFO kablam! | Sep 02 14:18:50.584 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:50.584 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:50.584 INFO kablam! Sep 02 14:18:50.585 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:50.585 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:50.585 INFO kablam! | Sep 02 14:18:50.585 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:50.585 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:50.585 INFO kablam! Sep 02 14:18:50.642 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:50.642 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:50.642 INFO kablam! | Sep 02 14:18:50.642 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:50.643 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:50.643 INFO kablam! Sep 02 14:18:50.643 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:50.643 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:50.643 INFO kablam! | Sep 02 14:18:50.643 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:50.643 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:50.643 INFO kablam! Sep 02 14:18:50.769 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:50.769 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:50.769 INFO kablam! | Sep 02 14:18:50.769 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:50.769 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.769 INFO kablam! | Sep 02 14:18:50.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.769 INFO kablam! | Sep 02 14:18:50.769 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.769 INFO kablam! | Sep 02 14:18:50.769 INFO kablam! Sep 02 14:18:50.774 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:50.774 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:50.774 INFO kablam! | Sep 02 14:18:50.774 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:50.774 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.775 INFO kablam! | Sep 02 14:18:50.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.776 INFO kablam! | Sep 02 14:18:50.776 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.776 INFO kablam! | Sep 02 14:18:50.776 INFO kablam! Sep 02 14:18:50.783 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:50.783 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:50.783 INFO kablam! | Sep 02 14:18:50.783 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:50.783 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.787 INFO kablam! | Sep 02 14:18:50.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.787 INFO kablam! | Sep 02 14:18:50.787 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.787 INFO kablam! | Sep 02 14:18:50.787 INFO kablam! Sep 02 14:18:50.849 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:50.849 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:50.849 INFO kablam! | Sep 02 14:18:50.849 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:50.849 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.849 INFO kablam! | Sep 02 14:18:50.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.849 INFO kablam! | Sep 02 14:18:50.849 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.849 INFO kablam! | Sep 02 14:18:50.849 INFO kablam! Sep 02 14:18:50.867 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:50.867 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:50.867 INFO kablam! | Sep 02 14:18:50.867 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:50.867 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.867 INFO kablam! | Sep 02 14:18:50.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.867 INFO kablam! | Sep 02 14:18:50.867 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.867 INFO kablam! | Sep 02 14:18:50.867 INFO kablam! Sep 02 14:18:50.872 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:50.872 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:50.872 INFO kablam! | Sep 02 14:18:50.872 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:50.872 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:50.872 INFO kablam! | Sep 02 14:18:50.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:50.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:50.872 INFO kablam! | Sep 02 14:18:50.872 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:50.872 INFO kablam! | Sep 02 14:18:50.872 INFO kablam! Sep 02 14:18:50.895 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:50.895 INFO kablam! Sep 02 14:18:50.895 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:50.896 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:50.963 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:50.964 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:18:51.052 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:51.052 INFO kablam! Sep 02 14:18:51.052 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:51.052 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:51.089 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:51.090 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:18:51.509 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:51.509 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:51.509 INFO kablam! | Sep 02 14:18:51.509 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:51.509 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:51.510 INFO kablam! Sep 02 14:18:51.510 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:51.510 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:51.510 INFO kablam! | Sep 02 14:18:51.510 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:51.510 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:51.510 INFO kablam! Sep 02 14:18:51.680 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:51.681 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:51.681 INFO kablam! | Sep 02 14:18:51.681 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:51.681 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:51.681 INFO kablam! | Sep 02 14:18:51.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:51.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:51.682 INFO kablam! | Sep 02 14:18:51.682 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:51.682 INFO kablam! | Sep 02 14:18:51.683 INFO kablam! Sep 02 14:18:51.689 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:51.689 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:51.689 INFO kablam! | Sep 02 14:18:51.689 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:51.689 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:51.690 INFO kablam! | Sep 02 14:18:51.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:51.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:51.690 INFO kablam! | Sep 02 14:18:51.690 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:51.690 INFO kablam! | Sep 02 14:18:51.691 INFO kablam! Sep 02 14:18:51.696 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:51.696 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:51.697 INFO kablam! | Sep 02 14:18:51.697 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:51.697 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:51.697 INFO kablam! | Sep 02 14:18:51.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:51.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:51.698 INFO kablam! | Sep 02 14:18:51.698 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:51.698 INFO kablam! | Sep 02 14:18:51.698 INFO kablam! Sep 02 14:18:51.806 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:51.806 INFO kablam! Sep 02 14:18:51.807 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:51.807 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:51.830 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:51.831 INFO kablam! Sep 02 14:18:51.831 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:18:51.833 INFO kablam! su: No module specific data is present Sep 02 14:18:52.503 INFO running `"docker" "rm" "-f" "3000e1f8bc38705db25099e0e55a03883662aba2556146502717253a242e2cb3"` Sep 02 14:18:52.667 INFO blam! 3000e1f8bc38705db25099e0e55a03883662aba2556146502717253a242e2cb3