Sep 10 19:02:24.401 INFO checking flamer-0.1.4 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 19:02:24.401 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 19:02:24.401 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:02:24.562 INFO blam! 4748ad71290fc3007d90727771a24c065c3ee18dcb7aab1cfdaed0cfca4d1e40 Sep 10 19:02:24.564 INFO running `"docker" "start" "-a" "4748ad71290fc3007d90727771a24c065c3ee18dcb7aab1cfdaed0cfca4d1e40"` Sep 10 19:02:25.315 INFO kablam! usermod: no changes Sep 10 19:02:25.411 INFO kablam! Compiling flame v0.1.12 Sep 10 19:02:26.282 INFO kablam! Checking flamer v0.1.4 (file:///source) Sep 10 19:02:30.134 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:30.134 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:30.134 INFO kablam! | Sep 10 19:02:30.134 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:30.134 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:30.134 INFO kablam! Sep 10 19:02:30.134 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:30.134 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:30.134 INFO kablam! | Sep 10 19:02:30.134 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:30.134 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:30.134 INFO kablam! Sep 10 19:02:30.430 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:30.430 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:30.430 INFO kablam! | Sep 10 19:02:30.430 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:30.430 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.430 INFO kablam! | Sep 10 19:02:30.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.430 INFO kablam! | Sep 10 19:02:30.430 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.430 INFO kablam! | Sep 10 19:02:30.430 INFO kablam! Sep 10 19:02:30.438 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:30.438 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:30.438 INFO kablam! | Sep 10 19:02:30.438 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:30.438 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:30.438 INFO kablam! Sep 10 19:02:30.438 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:30.438 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:30.438 INFO kablam! | Sep 10 19:02:30.438 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:30.438 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:30.438 INFO kablam! Sep 10 19:02:30.442 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:30.442 INFO kablam! --> src/lib.rs:24:76 Sep 10 19:02:30.442 INFO kablam! | Sep 10 19:02:30.442 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.442 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.442 INFO kablam! | Sep 10 19:02:30.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.442 INFO kablam! | Sep 10 19:02:30.442 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.442 INFO kablam! | Sep 10 19:02:30.442 INFO kablam! Sep 10 19:02:30.455 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:30.455 INFO kablam! --> src/lib.rs:26:75 Sep 10 19:02:30.455 INFO kablam! | Sep 10 19:02:30.455 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.455 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.455 INFO kablam! | Sep 10 19:02:30.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.455 INFO kablam! | Sep 10 19:02:30.455 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.455 INFO kablam! | Sep 10 19:02:30.455 INFO kablam! Sep 10 19:02:30.542 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:30.542 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:30.542 INFO kablam! | Sep 10 19:02:30.542 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:30.542 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.542 INFO kablam! | Sep 10 19:02:30.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.542 INFO kablam! | Sep 10 19:02:30.542 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.542 INFO kablam! | Sep 10 19:02:30.542 INFO kablam! Sep 10 19:02:30.546 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 10 19:02:30.546 INFO kablam! --> src/lib.rs:49:25 Sep 10 19:02:30.546 INFO kablam! | Sep 10 19:02:30.546 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 10 19:02:30.546 INFO kablam! | ^^^^^^ Sep 10 19:02:30.546 INFO kablam! Sep 10 19:02:30.546 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:30.546 INFO kablam! --> src/lib.rs:24:76 Sep 10 19:02:30.546 INFO kablam! | Sep 10 19:02:30.546 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.546 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.546 INFO kablam! | Sep 10 19:02:30.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.546 INFO kablam! | Sep 10 19:02:30.546 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.546 INFO kablam! | Sep 10 19:02:30.546 INFO kablam! Sep 10 19:02:30.550 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:30.550 INFO kablam! --> src/lib.rs:26:75 Sep 10 19:02:30.550 INFO kablam! | Sep 10 19:02:30.550 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.550 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.550 INFO kablam! | Sep 10 19:02:30.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.550 INFO kablam! | Sep 10 19:02:30.550 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.550 INFO kablam! | Sep 10 19:02:30.550 INFO kablam! Sep 10 19:02:30.566 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 19:02:30.566 INFO kablam! --> src/lib.rs:70:16 Sep 10 19:02:30.566 INFO kablam! | Sep 10 19:02:30.566 INFO kablam! 70 | }).unwrap() Sep 10 19:02:30.566 INFO kablam! | ^^^^^^ Sep 10 19:02:30.566 INFO kablam! Sep 10 19:02:30.584 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 10 19:02:30.584 INFO kablam! --> src/lib.rs:49:25 Sep 10 19:02:30.584 INFO kablam! | Sep 10 19:02:30.584 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 10 19:02:30.584 INFO kablam! | ^^^^^^ Sep 10 19:02:30.584 INFO kablam! Sep 10 19:02:30.598 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 19:02:30.598 INFO kablam! --> src/lib.rs:70:16 Sep 10 19:02:30.598 INFO kablam! | Sep 10 19:02:30.598 INFO kablam! 70 | }).unwrap() Sep 10 19:02:30.598 INFO kablam! | ^^^^^^ Sep 10 19:02:30.606 INFO kablam! Sep 10 19:02:30.610 INFO kablam! error: aborting due to 7 previous errors Sep 10 19:02:30.610 INFO kablam! Sep 10 19:02:30.610 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:30.610 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:30.610 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:30.610 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:30.610 INFO kablam! | Sep 10 19:02:30.610 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:30.610 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:30.610 INFO kablam! Sep 10 19:02:30.613 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:30.613 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:30.613 INFO kablam! | Sep 10 19:02:30.613 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:30.613 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:30.613 INFO kablam! Sep 10 19:02:30.615 INFO kablam! error: aborting due to 7 previous errors Sep 10 19:02:30.615 INFO kablam! Sep 10 19:02:30.615 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:30.615 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:30.634 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:30.634 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:30.658 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:30.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:30.711 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:30.711 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:30.711 INFO kablam! | Sep 10 19:02:30.711 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:30.711 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.711 INFO kablam! | Sep 10 19:02:30.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.711 INFO kablam! | Sep 10 19:02:30.711 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.711 INFO kablam! | Sep 10 19:02:30.711 INFO kablam! Sep 10 19:02:30.719 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:30.719 INFO kablam! --> src/lib.rs:24:76 Sep 10 19:02:30.719 INFO kablam! | Sep 10 19:02:30.719 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.719 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.719 INFO kablam! | Sep 10 19:02:30.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.719 INFO kablam! | Sep 10 19:02:30.719 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.719 INFO kablam! | Sep 10 19:02:30.719 INFO kablam! Sep 10 19:02:30.722 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:30.722 INFO kablam! --> src/lib.rs:26:75 Sep 10 19:02:30.722 INFO kablam! | Sep 10 19:02:30.722 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:30.722 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:30.722 INFO kablam! | Sep 10 19:02:30.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:30.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:30.722 INFO kablam! | Sep 10 19:02:30.722 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:30.722 INFO kablam! | Sep 10 19:02:30.722 INFO kablam! Sep 10 19:02:30.758 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 10 19:02:30.758 INFO kablam! --> src/lib.rs:49:25 Sep 10 19:02:30.758 INFO kablam! | Sep 10 19:02:30.758 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 10 19:02:30.758 INFO kablam! | ^^^^^^ Sep 10 19:02:30.758 INFO kablam! Sep 10 19:02:30.770 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 19:02:30.770 INFO kablam! --> src/lib.rs:70:16 Sep 10 19:02:30.770 INFO kablam! | Sep 10 19:02:30.770 INFO kablam! 70 | }).unwrap() Sep 10 19:02:30.770 INFO kablam! | ^^^^^^ Sep 10 19:02:30.770 INFO kablam! Sep 10 19:02:30.782 INFO kablam! error: aborting due to 7 previous errors Sep 10 19:02:30.782 INFO kablam! Sep 10 19:02:30.782 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:30.782 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:30.802 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:30.802 INFO kablam! Sep 10 19:02:30.802 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:02:30.806 INFO kablam! su: No module specific data is present Sep 10 19:02:31.476 INFO running `"docker" "rm" "-f" "4748ad71290fc3007d90727771a24c065c3ee18dcb7aab1cfdaed0cfca4d1e40"` Sep 10 19:02:31.563 INFO blam! 4748ad71290fc3007d90727771a24c065c3ee18dcb7aab1cfdaed0cfca4d1e40