Sep 18 00:39:09.425 INFO checking flamer-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:39:09.425 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:39:09.425 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/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:09.749 INFO blam! 281c7505e72b7aa7fc6dc2ae6782267892ae35a2b662e4b73cb3297953bdffc3 Sep 18 00:39:09.751 INFO running `"docker" "start" "-a" "281c7505e72b7aa7fc6dc2ae6782267892ae35a2b662e4b73cb3297953bdffc3"` Sep 18 00:39:10.942 INFO kablam! usermod: no changes Sep 18 00:39:11.062 INFO kablam! Compiling flame v0.1.12 Sep 18 00:39:11.995 INFO kablam! Checking flamer v0.1.4 (/source) Sep 18 00:39:15.931 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:15.931 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:15.931 INFO kablam! | Sep 18 00:39:15.931 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:15.931 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:15.931 INFO kablam! Sep 18 00:39:15.931 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:15.931 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:15.932 INFO kablam! | Sep 18 00:39:15.932 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:15.932 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:15.932 INFO kablam! Sep 18 00:39:16.179 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:16.179 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:16.179 INFO kablam! | Sep 18 00:39:16.179 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:16.179 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:16.179 INFO kablam! Sep 18 00:39:16.179 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:16.179 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:16.179 INFO kablam! | Sep 18 00:39:16.179 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:16.179 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:16.179 INFO kablam! Sep 18 00:39:16.200 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:16.200 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:16.200 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! Sep 18 00:39:16.200 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:16.200 INFO kablam! --> src/lib.rs:24:76 Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.200 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.200 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.200 INFO kablam! | Sep 18 00:39:16.201 INFO kablam! Sep 18 00:39:16.201 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:16.201 INFO kablam! --> src/lib.rs:26:75 Sep 18 00:39:16.201 INFO kablam! | Sep 18 00:39:16.201 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.201 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.201 INFO kablam! | Sep 18 00:39:16.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.207 INFO kablam! | Sep 18 00:39:16.207 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.207 INFO kablam! | Sep 18 00:39:16.207 INFO kablam! Sep 18 00:39:16.239 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 18 00:39:16.239 INFO kablam! --> src/lib.rs:49:25 Sep 18 00:39:16.239 INFO kablam! | Sep 18 00:39:16.239 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 18 00:39:16.239 INFO kablam! | ^^^^^^ Sep 18 00:39:16.239 INFO kablam! Sep 18 00:39:16.251 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 18 00:39:16.251 INFO kablam! --> src/lib.rs:70:16 Sep 18 00:39:16.251 INFO kablam! | Sep 18 00:39:16.251 INFO kablam! 70 | }).unwrap() Sep 18 00:39:16.251 INFO kablam! | ^^^^^^ Sep 18 00:39:16.251 INFO kablam! Sep 18 00:39:16.259 INFO kablam! error: aborting due to 7 previous errors Sep 18 00:39:16.259 INFO kablam! Sep 18 00:39:16.259 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:16.259 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:16.274 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:16.274 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:16.343 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:16.343 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:16.343 INFO kablam! | Sep 18 00:39:16.343 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:16.343 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.343 INFO kablam! | Sep 18 00:39:16.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.343 INFO kablam! | Sep 18 00:39:16.343 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.343 INFO kablam! | Sep 18 00:39:16.343 INFO kablam! Sep 18 00:39:16.351 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:16.351 INFO kablam! --> src/lib.rs:24:76 Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.351 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! Sep 18 00:39:16.351 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:16.351 INFO kablam! --> src/lib.rs:26:75 Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.351 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.351 INFO kablam! | Sep 18 00:39:16.351 INFO kablam! Sep 18 00:39:16.403 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 18 00:39:16.403 INFO kablam! --> src/lib.rs:49:25 Sep 18 00:39:16.403 INFO kablam! | Sep 18 00:39:16.403 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 18 00:39:16.403 INFO kablam! | ^^^^^^ Sep 18 00:39:16.403 INFO kablam! Sep 18 00:39:16.415 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 18 00:39:16.415 INFO kablam! --> src/lib.rs:70:16 Sep 18 00:39:16.415 INFO kablam! | Sep 18 00:39:16.415 INFO kablam! 70 | }).unwrap() Sep 18 00:39:16.415 INFO kablam! | ^^^^^^ Sep 18 00:39:16.415 INFO kablam! Sep 18 00:39:16.434 INFO kablam! error: aborting due to 7 previous errors Sep 18 00:39:16.435 INFO kablam! Sep 18 00:39:16.435 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:16.435 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:16.441 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:16.441 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:16.458 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:16.458 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:16.458 INFO kablam! | Sep 18 00:39:16.458 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:16.458 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:16.458 INFO kablam! Sep 18 00:39:16.458 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:16.458 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:16.458 INFO kablam! | Sep 18 00:39:16.458 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:16.458 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:16.458 INFO kablam! Sep 18 00:39:16.576 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:16.576 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:16.576 INFO kablam! | Sep 18 00:39:16.576 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:16.576 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.576 INFO kablam! | Sep 18 00:39:16.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.576 INFO kablam! | Sep 18 00:39:16.576 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.576 INFO kablam! | Sep 18 00:39:16.576 INFO kablam! Sep 18 00:39:16.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:16.579 INFO kablam! --> src/lib.rs:24:76 Sep 18 00:39:16.579 INFO kablam! | Sep 18 00:39:16.579 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.579 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.579 INFO kablam! | Sep 18 00:39:16.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.579 INFO kablam! | Sep 18 00:39:16.579 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.579 INFO kablam! | Sep 18 00:39:16.579 INFO kablam! Sep 18 00:39:16.582 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:16.582 INFO kablam! --> src/lib.rs:26:75 Sep 18 00:39:16.582 INFO kablam! | Sep 18 00:39:16.582 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:16.582 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:16.582 INFO kablam! | Sep 18 00:39:16.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:16.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:16.582 INFO kablam! | Sep 18 00:39:16.582 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:16.582 INFO kablam! | Sep 18 00:39:16.582 INFO kablam! Sep 18 00:39:16.618 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 18 00:39:16.618 INFO kablam! --> src/lib.rs:49:25 Sep 18 00:39:16.618 INFO kablam! | Sep 18 00:39:16.618 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 18 00:39:16.618 INFO kablam! | ^^^^^^ Sep 18 00:39:16.618 INFO kablam! Sep 18 00:39:16.631 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 18 00:39:16.631 INFO kablam! --> src/lib.rs:70:16 Sep 18 00:39:16.631 INFO kablam! | Sep 18 00:39:16.631 INFO kablam! 70 | }).unwrap() Sep 18 00:39:16.631 INFO kablam! | ^^^^^^ Sep 18 00:39:16.631 INFO kablam! Sep 18 00:39:16.643 INFO kablam! error: aborting due to 7 previous errors Sep 18 00:39:16.643 INFO kablam! Sep 18 00:39:16.643 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:16.643 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:16.663 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:16.663 INFO kablam! Sep 18 00:39:16.663 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:39:16.664 INFO kablam! su: No module specific data is present Sep 18 00:39:17.239 INFO running `"docker" "rm" "-f" "281c7505e72b7aa7fc6dc2ae6782267892ae35a2b662e4b73cb3297953bdffc3"` Sep 18 00:39:17.328 INFO blam! 281c7505e72b7aa7fc6dc2ae6782267892ae35a2b662e4b73cb3297953bdffc3