Sep 01 20:44:26.430 INFO checking flamer-0.2.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 20:44:26.430 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:44:26.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 01 20:44:26.626 INFO blam! 24895b3640bd366c41b32b8f523923e7541ba2761c0c86cffad882eec1215c2d Sep 01 20:44:26.628 INFO running `"docker" "start" "-a" "24895b3640bd366c41b32b8f523923e7541ba2761c0c86cffad882eec1215c2d"` Sep 01 20:44:27.587 INFO kablam! Compiling thread-id v3.3.0 Sep 01 20:44:28.142 INFO kablam! Checking flame v0.2.2 Sep 01 20:44:29.633 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 01 20:44:35.452 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:35.452 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:35.452 INFO kablam! | Sep 01 20:44:35.452 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:35.452 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:35.452 INFO kablam! Sep 01 20:44:35.453 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:35.453 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:35.453 INFO kablam! | Sep 01 20:44:35.453 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:35.453 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:35.453 INFO kablam! Sep 01 20:44:35.695 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 01 20:44:35.695 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:35.695 INFO kablam! | Sep 01 20:44:35.695 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:35.695 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.695 INFO kablam! | Sep 01 20:44:35.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.695 INFO kablam! | Sep 01 20:44:35.695 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.695 INFO kablam! | Sep 01 20:44:35.695 INFO kablam! Sep 01 20:44:35.701 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 01 20:44:35.701 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:35.701 INFO kablam! | Sep 01 20:44:35.701 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:35.701 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.701 INFO kablam! | Sep 01 20:44:35.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.702 INFO kablam! | Sep 01 20:44:35.702 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.702 INFO kablam! | Sep 01 20:44:35.702 INFO kablam! Sep 01 20:44:35.707 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 01 20:44:35.707 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:35.707 INFO kablam! | Sep 01 20:44:35.707 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:35.707 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.707 INFO kablam! | Sep 01 20:44:35.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.708 INFO kablam! | Sep 01 20:44:35.708 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.708 INFO kablam! | Sep 01 20:44:35.708 INFO kablam! Sep 01 20:44:35.858 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:35.864 INFO kablam! Sep 01 20:44:35.864 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:35.864 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:35.933 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:35.934 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:44:36.374 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:36.374 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:36.374 INFO kablam! | Sep 01 20:44:36.374 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:36.374 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:36.374 INFO kablam! Sep 01 20:44:36.375 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:36.375 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:36.375 INFO kablam! | Sep 01 20:44:36.375 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:36.375 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:36.375 INFO kablam! Sep 01 20:44:36.557 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 01 20:44:36.557 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:36.557 INFO kablam! | Sep 01 20:44:36.557 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:36.557 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:36.557 INFO kablam! | Sep 01 20:44:36.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:36.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:36.558 INFO kablam! | Sep 01 20:44:36.558 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:36.558 INFO kablam! | Sep 01 20:44:36.558 INFO kablam! Sep 01 20:44:36.563 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 01 20:44:36.563 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:36.563 INFO kablam! | Sep 01 20:44:36.563 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:36.563 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:36.563 INFO kablam! | Sep 01 20:44:36.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:36.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:36.563 INFO kablam! | Sep 01 20:44:36.563 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:36.563 INFO kablam! | Sep 01 20:44:36.563 INFO kablam! Sep 01 20:44:36.568 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 01 20:44:36.568 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:36.568 INFO kablam! | Sep 01 20:44:36.568 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:36.568 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:36.568 INFO kablam! | Sep 01 20:44:36.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:36.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:36.568 INFO kablam! | Sep 01 20:44:36.569 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:36.569 INFO kablam! | Sep 01 20:44:36.569 INFO kablam! Sep 01 20:44:36.684 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:36.684 INFO kablam! Sep 01 20:44:36.684 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:36.684 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:36.703 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:36.703 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:44:37.041 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:37.041 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:37.041 INFO kablam! | Sep 01 20:44:37.041 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:37.042 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:37.042 INFO kablam! Sep 01 20:44:37.042 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:37.042 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:37.042 INFO kablam! | Sep 01 20:44:37.042 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:37.042 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:37.042 INFO kablam! Sep 01 20:44:37.205 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 01 20:44:37.205 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:37.205 INFO kablam! | Sep 01 20:44:37.205 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:37.205 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:37.205 INFO kablam! | Sep 01 20:44:37.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:37.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:37.205 INFO kablam! | Sep 01 20:44:37.205 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:37.206 INFO kablam! | Sep 01 20:44:37.206 INFO kablam! Sep 01 20:44:37.210 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 01 20:44:37.210 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:37.210 INFO kablam! | Sep 01 20:44:37.210 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:37.210 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:37.210 INFO kablam! | Sep 01 20:44:37.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:37.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:37.211 INFO kablam! | Sep 01 20:44:37.211 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:37.211 INFO kablam! | Sep 01 20:44:37.211 INFO kablam! Sep 01 20:44:37.215 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 01 20:44:37.215 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:37.215 INFO kablam! | Sep 01 20:44:37.215 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 01 20:44:37.215 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:37.215 INFO kablam! | Sep 01 20:44:37.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:37.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:37.215 INFO kablam! | Sep 01 20:44:37.215 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:37.215 INFO kablam! | Sep 01 20:44:37.215 INFO kablam! Sep 01 20:44:37.309 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:37.309 INFO kablam! Sep 01 20:44:37.309 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:37.309 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:37.331 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:37.331 INFO kablam! Sep 01 20:44:37.331 INFO kablam! To learn more, run the command again with --verbose. Sep 01 20:44:37.333 INFO kablam! su: No module specific data is present Sep 01 20:44:37.961 INFO running `"docker" "rm" "-f" "24895b3640bd366c41b32b8f523923e7541ba2761c0c86cffad882eec1215c2d"` Sep 01 20:44:38.124 INFO blam! 24895b3640bd366c41b32b8f523923e7541ba2761c0c86cffad882eec1215c2d