Sep 01 20:44:25.609 INFO checking flamer-0.2.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 20:44:25.609 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 20:44:25.609 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:25.802 INFO blam! 02738c750423761492d5ab01fbf548c17f1a8fed4c59f92cab0597c15aefa4fd Sep 01 20:44:25.804 INFO running `"docker" "start" "-a" "02738c750423761492d5ab01fbf548c17f1a8fed4c59f92cab0597c15aefa4fd"` Sep 01 20:44:26.642 INFO kablam! Compiling thread-id v3.3.0 Sep 01 20:44:27.137 INFO kablam! Checking flame v0.2.2 Sep 01 20:44:28.265 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 01 20:44:33.421 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:33.421 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:33.421 INFO kablam! | Sep 01 20:44:33.421 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:33.421 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:33.421 INFO kablam! Sep 01 20:44:33.422 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:33.422 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:33.422 INFO kablam! | Sep 01 20:44:33.422 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:33.422 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:33.422 INFO kablam! Sep 01 20:44:33.623 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:33.623 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:33.623 INFO kablam! | Sep 01 20:44:33.623 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:33.623 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:33.623 INFO kablam! | Sep 01 20:44:33.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:33.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:33.623 INFO kablam! | Sep 01 20:44:33.623 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:33.623 INFO kablam! | Sep 01 20:44:33.623 INFO kablam! Sep 01 20:44:33.628 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:33.628 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:33.628 INFO kablam! | Sep 01 20:44:33.628 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:33.628 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:33.628 INFO kablam! | Sep 01 20:44:33.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:33.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:33.629 INFO kablam! | Sep 01 20:44:33.629 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:33.629 INFO kablam! | Sep 01 20:44:33.629 INFO kablam! Sep 01 20:44:33.646 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:33.646 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:33.646 INFO kablam! | Sep 01 20:44:33.646 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:33.646 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:33.646 INFO kablam! | Sep 01 20:44:33.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:33.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:33.646 INFO kablam! | Sep 01 20:44:33.646 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:33.646 INFO kablam! | Sep 01 20:44:33.646 INFO kablam! Sep 01 20:44:33.738 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:33.738 INFO kablam! Sep 01 20:44:33.738 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:33.738 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:33.764 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:33.765 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:44:33.839 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:33.839 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:33.839 INFO kablam! | Sep 01 20:44:33.839 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:33.839 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:33.840 INFO kablam! Sep 01 20:44:33.840 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:33.840 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:33.840 INFO kablam! | Sep 01 20:44:33.840 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:33.840 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:33.841 INFO kablam! Sep 01 20:44:34.009 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:34.009 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:34.009 INFO kablam! | Sep 01 20:44:34.009 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:34.009 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:34.009 INFO kablam! | Sep 01 20:44:34.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:34.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:34.010 INFO kablam! | Sep 01 20:44:34.010 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:34.010 INFO kablam! | Sep 01 20:44:34.010 INFO kablam! Sep 01 20:44:34.016 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:34.016 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:34.016 INFO kablam! | Sep 01 20:44:34.016 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:34.016 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:34.016 INFO kablam! | Sep 01 20:44:34.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:34.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:34.017 INFO kablam! | Sep 01 20:44:34.017 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:34.017 INFO kablam! | Sep 01 20:44:34.017 INFO kablam! Sep 01 20:44:34.022 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:34.022 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:34.023 INFO kablam! | Sep 01 20:44:34.023 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:34.023 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:34.023 INFO kablam! | Sep 01 20:44:34.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:34.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:34.023 INFO kablam! | Sep 01 20:44:34.023 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:34.024 INFO kablam! | Sep 01 20:44:34.024 INFO kablam! Sep 01 20:44:34.116 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:34.116 INFO kablam! Sep 01 20:44:34.117 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:34.117 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:34.135 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:34.136 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:44:34.937 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 20:44:34.937 INFO kablam! --> src/lib.rs:11:13 Sep 01 20:44:34.937 INFO kablam! | Sep 01 20:44:34.937 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 01 20:44:34.937 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 20:44:34.937 INFO kablam! Sep 01 20:44:34.938 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 20:44:34.938 INFO kablam! --> src/lib.rs:16:19 Sep 01 20:44:34.938 INFO kablam! | Sep 01 20:44:34.938 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 01 20:44:34.938 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 20:44:34.938 INFO kablam! Sep 01 20:44:35.118 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.118 INFO kablam! --> src/lib.rs:22:60 Sep 01 20:44:35.118 INFO kablam! | Sep 01 20:44:35.118 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 01 20:44:35.118 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.118 INFO kablam! | Sep 01 20:44:35.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.118 INFO kablam! | Sep 01 20:44:35.118 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.118 INFO kablam! | Sep 01 20:44:35.118 INFO kablam! Sep 01 20:44:35.123 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.123 INFO kablam! --> src/lib.rs:24:72 Sep 01 20:44:35.123 INFO kablam! | Sep 01 20:44:35.123 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.123 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.123 INFO kablam! | Sep 01 20:44:35.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.124 INFO kablam! | Sep 01 20:44:35.124 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.124 INFO kablam! | Sep 01 20:44:35.124 INFO kablam! Sep 01 20:44:35.128 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.128 INFO kablam! --> src/lib.rs:26:71 Sep 01 20:44:35.128 INFO kablam! | Sep 01 20:44:35.128 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.128 INFO kablam! | ^^^^^^^^^^ Sep 01 20:44:35.128 INFO kablam! | Sep 01 20:44:35.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 20:44:35.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 20:44:35.129 INFO kablam! | Sep 01 20:44:35.129 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 01 20:44:35.129 INFO kablam! | Sep 01 20:44:35.129 INFO kablam! Sep 01 20:44:35.232 INFO kablam! error: aborting due to 5 previous errors Sep 01 20:44:35.232 INFO kablam! Sep 01 20:44:35.232 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 20:44:35.232 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 20:44:35.252 INFO kablam! error: Could not compile `flamer`. Sep 01 20:44:35.252 INFO kablam! Sep 01 20:44:35.252 INFO kablam! To learn more, run the command again with --verbose. Sep 01 20:44:35.257 INFO kablam! su: No module specific data is present Sep 01 20:44:35.851 INFO running `"docker" "rm" "-f" "02738c750423761492d5ab01fbf548c17f1a8fed4c59f92cab0597c15aefa4fd"` Sep 01 20:44:36.006 INFO blam! 02738c750423761492d5ab01fbf548c17f1a8fed4c59f92cab0597c15aefa4fd