Sep 20 03:30:05.025 INFO checking flamer-0.1.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:30:05.025 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:30:05.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:30:05.175 INFO blam! 0f1f395c10d0b01dd523d717a230479265271ce3bc0908df8de76381935ed724 Sep 20 03:30:05.176 INFO running `"docker" "start" "-a" "0f1f395c10d0b01dd523d717a230479265271ce3bc0908df8de76381935ed724"` Sep 20 03:30:06.071 INFO kablam! usermod: no changes Sep 20 03:30:06.143 INFO kablam! Checking lazy_static v0.2.11 Sep 20 03:30:06.143 INFO kablam! Compiling thread-id v3.3.0 Sep 20 03:30:06.445 INFO kablam! Compiling flame v0.1.12 Sep 20 03:30:07.727 INFO kablam! Checking flamer v0.1.4 (/source) Sep 20 03:30:10.623 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:10.623 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:10.623 INFO kablam! | Sep 20 03:30:10.623 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:10.623 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:10.623 INFO kablam! Sep 20 03:30:10.623 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:10.623 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:10.623 INFO kablam! | Sep 20 03:30:10.623 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:10.623 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:10.623 INFO kablam! Sep 20 03:30:10.662 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:10.662 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:10.662 INFO kablam! | Sep 20 03:30:10.662 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:10.662 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:10.662 INFO kablam! Sep 20 03:30:10.662 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:10.662 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:10.662 INFO kablam! | Sep 20 03:30:10.662 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:10.662 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:10.662 INFO kablam! Sep 20 03:30:10.736 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:10.736 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:10.736 INFO kablam! | Sep 20 03:30:10.736 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:10.736 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.736 INFO kablam! | Sep 20 03:30:10.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.736 INFO kablam! | Sep 20 03:30:10.736 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.736 INFO kablam! | Sep 20 03:30:10.736 INFO kablam! Sep 20 03:30:10.745 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:10.745 INFO kablam! --> src/lib.rs:24:76 Sep 20 03:30:10.745 INFO kablam! | Sep 20 03:30:10.745 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:10.745 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.745 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! Sep 20 03:30:10.746 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:10.746 INFO kablam! --> src/lib.rs:26:75 Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:10.746 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.746 INFO kablam! | Sep 20 03:30:10.746 INFO kablam! Sep 20 03:30:10.780 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:10.780 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:10.780 INFO kablam! | Sep 20 03:30:10.780 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:10.780 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.780 INFO kablam! | Sep 20 03:30:10.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.780 INFO kablam! | Sep 20 03:30:10.780 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.780 INFO kablam! | Sep 20 03:30:10.780 INFO kablam! Sep 20 03:30:10.782 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 03:30:10.782 INFO kablam! --> src/lib.rs:49:25 Sep 20 03:30:10.782 INFO kablam! | Sep 20 03:30:10.782 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 03:30:10.782 INFO kablam! | ^^^^^^ Sep 20 03:30:10.782 INFO kablam! Sep 20 03:30:10.783 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:10.783 INFO kablam! --> src/lib.rs:24:76 Sep 20 03:30:10.783 INFO kablam! | Sep 20 03:30:10.783 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:10.783 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.783 INFO kablam! | Sep 20 03:30:10.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.783 INFO kablam! | Sep 20 03:30:10.783 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.783 INFO kablam! | Sep 20 03:30:10.783 INFO kablam! Sep 20 03:30:10.787 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:10.787 INFO kablam! --> src/lib.rs:26:75 Sep 20 03:30:10.787 INFO kablam! | Sep 20 03:30:10.787 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:10.787 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:10.787 INFO kablam! | Sep 20 03:30:10.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:10.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:10.787 INFO kablam! | Sep 20 03:30:10.787 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:10.787 INFO kablam! | Sep 20 03:30:10.787 INFO kablam! Sep 20 03:30:10.799 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 03:30:10.799 INFO kablam! --> src/lib.rs:70:16 Sep 20 03:30:10.799 INFO kablam! | Sep 20 03:30:10.799 INFO kablam! 70 | }).unwrap() Sep 20 03:30:10.799 INFO kablam! | ^^^^^^ Sep 20 03:30:10.799 INFO kablam! Sep 20 03:30:10.822 INFO kablam! error: aborting due to 7 previous errors Sep 20 03:30:10.822 INFO kablam! Sep 20 03:30:10.822 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:10.822 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:10.822 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 03:30:10.822 INFO kablam! --> src/lib.rs:49:25 Sep 20 03:30:10.822 INFO kablam! | Sep 20 03:30:10.822 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 03:30:10.822 INFO kablam! | ^^^^^^ Sep 20 03:30:10.822 INFO kablam! Sep 20 03:30:10.831 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 03:30:10.831 INFO kablam! --> src/lib.rs:70:16 Sep 20 03:30:10.831 INFO kablam! | Sep 20 03:30:10.831 INFO kablam! 70 | }).unwrap() Sep 20 03:30:10.831 INFO kablam! | ^^^^^^ Sep 20 03:30:10.831 INFO kablam! Sep 20 03:30:10.836 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:10.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:10.839 INFO kablam! error: aborting due to 7 previous errors Sep 20 03:30:10.839 INFO kablam! Sep 20 03:30:10.839 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:10.839 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:10.850 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:10.850 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:10.954 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:10.954 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:10.954 INFO kablam! | Sep 20 03:30:10.954 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:10.954 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:10.954 INFO kablam! Sep 20 03:30:10.954 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:10.954 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:10.955 INFO kablam! | Sep 20 03:30:10.955 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:10.955 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:10.955 INFO kablam! Sep 20 03:30:11.036 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:11.036 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:11.036 INFO kablam! | Sep 20 03:30:11.036 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:11.036 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:11.036 INFO kablam! | Sep 20 03:30:11.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:11.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:11.036 INFO kablam! | Sep 20 03:30:11.036 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:11.036 INFO kablam! | Sep 20 03:30:11.037 INFO kablam! Sep 20 03:30:11.040 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:11.040 INFO kablam! --> src/lib.rs:24:76 Sep 20 03:30:11.040 INFO kablam! | Sep 20 03:30:11.040 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:11.040 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:11.040 INFO kablam! | Sep 20 03:30:11.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:11.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:11.040 INFO kablam! | Sep 20 03:30:11.040 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:11.040 INFO kablam! | Sep 20 03:30:11.040 INFO kablam! Sep 20 03:30:11.043 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:11.043 INFO kablam! --> src/lib.rs:26:75 Sep 20 03:30:11.043 INFO kablam! | Sep 20 03:30:11.043 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:11.043 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:11.043 INFO kablam! | Sep 20 03:30:11.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:11.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:11.043 INFO kablam! | Sep 20 03:30:11.043 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:11.043 INFO kablam! | Sep 20 03:30:11.043 INFO kablam! Sep 20 03:30:11.076 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 03:30:11.076 INFO kablam! --> src/lib.rs:49:25 Sep 20 03:30:11.076 INFO kablam! | Sep 20 03:30:11.076 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 03:30:11.076 INFO kablam! | ^^^^^^ Sep 20 03:30:11.076 INFO kablam! Sep 20 03:30:11.089 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 03:30:11.089 INFO kablam! --> src/lib.rs:70:16 Sep 20 03:30:11.089 INFO kablam! | Sep 20 03:30:11.089 INFO kablam! 70 | }).unwrap() Sep 20 03:30:11.089 INFO kablam! | ^^^^^^ Sep 20 03:30:11.089 INFO kablam! Sep 20 03:30:11.096 INFO kablam! error: aborting due to 7 previous errors Sep 20 03:30:11.096 INFO kablam! Sep 20 03:30:11.096 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:11.096 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:11.112 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:11.112 INFO kablam! Sep 20 03:30:11.112 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:30:11.113 INFO kablam! su: No module specific data is present Sep 20 03:30:11.747 INFO running `"docker" "rm" "-f" "0f1f395c10d0b01dd523d717a230479265271ce3bc0908df8de76381935ed724"` Sep 20 03:30:11.833 INFO blam! 0f1f395c10d0b01dd523d717a230479265271ce3bc0908df8de76381935ed724