Sep 14 16:32:14.593 INFO checking flamer-0.2.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:32:14.593 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:32:14.594 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:32:14.785 INFO blam! 1e4a7d891c16040ed8efa6f719cff821355ebe0f3a779af247276d04d76c9bb2 Sep 14 16:32:14.787 INFO running `"docker" "start" "-a" "1e4a7d891c16040ed8efa6f719cff821355ebe0f3a779af247276d04d76c9bb2"` Sep 14 16:32:15.255 INFO kablam! usermod: no changes Sep 14 16:32:15.338 INFO kablam! Compiling thread-id v3.3.0 Sep 14 16:32:15.558 INFO kablam! Compiling flame v0.2.2 Sep 14 16:32:16.336 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 14 16:32:20.273 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:20.273 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:20.273 INFO kablam! | Sep 14 16:32:20.273 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:20.273 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:20.273 INFO kablam! Sep 14 16:32:20.273 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:20.273 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:20.273 INFO kablam! | Sep 14 16:32:20.273 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:20.273 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:20.273 INFO kablam! Sep 14 16:32:20.566 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:20.567 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:20.567 INFO kablam! | Sep 14 16:32:20.567 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:20.567 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.567 INFO kablam! | Sep 14 16:32:20.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.567 INFO kablam! | Sep 14 16:32:20.567 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.567 INFO kablam! | Sep 14 16:32:20.567 INFO kablam! Sep 14 16:32:20.570 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:20.571 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:20.571 INFO kablam! | Sep 14 16:32:20.571 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:20.571 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.571 INFO kablam! | Sep 14 16:32:20.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.571 INFO kablam! | Sep 14 16:32:20.571 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.571 INFO kablam! | Sep 14 16:32:20.571 INFO kablam! Sep 14 16:32:20.574 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:20.574 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:20.575 INFO kablam! | Sep 14 16:32:20.575 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:20.575 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.575 INFO kablam! | Sep 14 16:32:20.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.575 INFO kablam! | Sep 14 16:32:20.575 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.575 INFO kablam! | Sep 14 16:32:20.575 INFO kablam! Sep 14 16:32:20.638 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:20.639 INFO kablam! Sep 14 16:32:20.639 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:20.639 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:20.654 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:20.655 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:32:20.774 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:20.775 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:20.775 INFO kablam! | Sep 14 16:32:20.775 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:20.775 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:20.775 INFO kablam! Sep 14 16:32:20.775 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:20.775 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:20.775 INFO kablam! | Sep 14 16:32:20.775 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:20.775 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:20.775 INFO kablam! Sep 14 16:32:20.938 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:20.939 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:20.939 INFO kablam! | Sep 14 16:32:20.939 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:20.939 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.942 INFO kablam! | Sep 14 16:32:20.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.943 INFO kablam! | Sep 14 16:32:20.943 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.943 INFO kablam! | Sep 14 16:32:20.943 INFO kablam! Sep 14 16:32:20.943 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:20.943 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:20.943 INFO kablam! | Sep 14 16:32:20.943 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:20.943 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.944 INFO kablam! | Sep 14 16:32:20.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.944 INFO kablam! | Sep 14 16:32:20.944 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.944 INFO kablam! | Sep 14 16:32:20.944 INFO kablam! Sep 14 16:32:20.950 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:20.950 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:20.950 INFO kablam! | Sep 14 16:32:20.951 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:20.951 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:20.951 INFO kablam! | Sep 14 16:32:20.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:20.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:20.951 INFO kablam! | Sep 14 16:32:20.951 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:20.951 INFO kablam! | Sep 14 16:32:20.951 INFO kablam! Sep 14 16:32:21.026 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:21.027 INFO kablam! Sep 14 16:32:21.027 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:21.027 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:21.043 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:21.043 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:32:21.407 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:21.407 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:21.407 INFO kablam! | Sep 14 16:32:21.407 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:21.407 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:21.407 INFO kablam! Sep 14 16:32:21.407 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:21.407 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:21.407 INFO kablam! | Sep 14 16:32:21.407 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:21.407 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:21.407 INFO kablam! Sep 14 16:32:21.509 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:21.509 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:21.510 INFO kablam! | Sep 14 16:32:21.510 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:21.510 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.510 INFO kablam! | Sep 14 16:32:21.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.515 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.516 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! Sep 14 16:32:21.516 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:21.516 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:21.516 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:21.516 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.516 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.516 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.516 INFO kablam! | Sep 14 16:32:21.516 INFO kablam! Sep 14 16:32:21.519 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:21.519 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:21.519 INFO kablam! | Sep 14 16:32:21.519 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:21.519 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.519 INFO kablam! | Sep 14 16:32:21.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.519 INFO kablam! | Sep 14 16:32:21.519 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.519 INFO kablam! | Sep 14 16:32:21.519 INFO kablam! Sep 14 16:32:21.587 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:21.587 INFO kablam! Sep 14 16:32:21.587 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:21.587 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:21.612 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:21.612 INFO kablam! Sep 14 16:32:21.612 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:32:21.619 INFO kablam! su: No module specific data is present Sep 14 16:32:22.276 INFO running `"docker" "rm" "-f" "1e4a7d891c16040ed8efa6f719cff821355ebe0f3a779af247276d04d76c9bb2"` Sep 14 16:32:22.425 INFO blam! 1e4a7d891c16040ed8efa6f719cff821355ebe0f3a779af247276d04d76c9bb2