Sep 21 10:23:09.190 INFO checking flamer-0.2.5 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:23:09.190 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:23:09.190 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:23:09.562 INFO blam! 684af71be0f02ecf0ff4ed219dd8e1f96979a3f3566f7e60611a49a6f7c06b5f Sep 21 10:23:09.564 INFO running `"docker" "start" "-a" "684af71be0f02ecf0ff4ed219dd8e1f96979a3f3566f7e60611a49a6f7c06b5f"` Sep 21 10:23:10.089 INFO kablam! usermod: no changes Sep 21 10:23:10.149 INFO kablam! Compiling flame v0.2.2 Sep 21 10:23:10.790 INFO kablam! Checking flamer v0.2.5 (/source) Sep 21 10:23:14.994 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:14.994 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:14.994 INFO kablam! | Sep 21 10:23:14.994 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:14.994 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:14.994 INFO kablam! Sep 21 10:23:14.994 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:14.994 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:14.994 INFO kablam! | Sep 21 10:23:14.994 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:14.994 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:14.994 INFO kablam! Sep 21 10:23:15.314 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:15.314 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:15.314 INFO kablam! | Sep 21 10:23:15.314 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:15.314 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.314 INFO kablam! | Sep 21 10:23:15.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.314 INFO kablam! | Sep 21 10:23:15.314 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.314 INFO kablam! | Sep 21 10:23:15.314 INFO kablam! Sep 21 10:23:15.318 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:15.318 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:15.318 INFO kablam! | Sep 21 10:23:15.318 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.318 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.318 INFO kablam! | Sep 21 10:23:15.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.318 INFO kablam! | Sep 21 10:23:15.318 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.318 INFO kablam! | Sep 21 10:23:15.318 INFO kablam! Sep 21 10:23:15.326 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:15.326 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:15.326 INFO kablam! | Sep 21 10:23:15.326 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.326 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.326 INFO kablam! | Sep 21 10:23:15.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.326 INFO kablam! | Sep 21 10:23:15.326 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.326 INFO kablam! | Sep 21 10:23:15.326 INFO kablam! Sep 21 10:23:15.418 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:15.418 INFO kablam! Sep 21 10:23:15.418 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:15.419 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:15.441 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:15.442 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:23:15.458 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:15.458 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:15.459 INFO kablam! | Sep 21 10:23:15.459 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:15.459 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:15.459 INFO kablam! Sep 21 10:23:15.459 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:15.460 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:15.460 INFO kablam! | Sep 21 10:23:15.460 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:15.460 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:15.461 INFO kablam! Sep 21 10:23:15.638 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:15.638 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:15.638 INFO kablam! | Sep 21 10:23:15.638 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:15.638 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.638 INFO kablam! | Sep 21 10:23:15.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.638 INFO kablam! | Sep 21 10:23:15.638 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.638 INFO kablam! | Sep 21 10:23:15.638 INFO kablam! Sep 21 10:23:15.642 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:15.642 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:15.642 INFO kablam! | Sep 21 10:23:15.642 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.642 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.642 INFO kablam! | Sep 21 10:23:15.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.642 INFO kablam! | Sep 21 10:23:15.642 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.642 INFO kablam! | Sep 21 10:23:15.642 INFO kablam! Sep 21 10:23:15.650 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:15.650 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:15.650 INFO kablam! | Sep 21 10:23:15.650 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.650 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.650 INFO kablam! | Sep 21 10:23:15.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.650 INFO kablam! | Sep 21 10:23:15.650 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.650 INFO kablam! | Sep 21 10:23:15.650 INFO kablam! Sep 21 10:23:15.722 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:15.722 INFO kablam! Sep 21 10:23:15.722 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:15.722 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:15.738 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:15.738 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:23:15.856 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:15.856 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:15.856 INFO kablam! | Sep 21 10:23:15.856 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:15.856 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:15.856 INFO kablam! Sep 21 10:23:15.856 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:15.856 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:15.856 INFO kablam! | Sep 21 10:23:15.856 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:15.856 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:15.856 INFO kablam! Sep 21 10:23:15.978 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:15.978 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:15.978 INFO kablam! | Sep 21 10:23:15.978 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:15.978 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.978 INFO kablam! | Sep 21 10:23:15.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.978 INFO kablam! | Sep 21 10:23:15.978 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.978 INFO kablam! | Sep 21 10:23:15.978 INFO kablam! Sep 21 10:23:15.982 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:15.982 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:15.982 INFO kablam! | Sep 21 10:23:15.982 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.982 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.982 INFO kablam! | Sep 21 10:23:15.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.982 INFO kablam! | Sep 21 10:23:15.982 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.982 INFO kablam! | Sep 21 10:23:15.982 INFO kablam! Sep 21 10:23:15.986 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:15.986 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:15.986 INFO kablam! | Sep 21 10:23:15.986 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:15.986 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:15.986 INFO kablam! | Sep 21 10:23:15.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:15.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:15.986 INFO kablam! | Sep 21 10:23:15.986 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:15.986 INFO kablam! | Sep 21 10:23:15.986 INFO kablam! Sep 21 10:23:16.034 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:16.034 INFO kablam! Sep 21 10:23:16.034 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:16.034 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:16.052 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:16.052 INFO kablam! Sep 21 10:23:16.052 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:23:16.058 INFO kablam! su: No module specific data is present Sep 21 10:23:16.951 INFO running `"docker" "rm" "-f" "684af71be0f02ecf0ff4ed219dd8e1f96979a3f3566f7e60611a49a6f7c06b5f"` Sep 21 10:23:17.088 INFO blam! 684af71be0f02ecf0ff4ed219dd8e1f96979a3f3566f7e60611a49a6f7c06b5f