Sep 10 19:02:13.686 INFO checking flamer-0.2.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:02:13.686 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:02:13.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:02:13.851 INFO blam! 8211bac24265f1d1e3ab52860925cac96bdb64dfeb0309f2ab27c68af5e642cb Sep 10 19:02:13.853 INFO running `"docker" "start" "-a" "8211bac24265f1d1e3ab52860925cac96bdb64dfeb0309f2ab27c68af5e642cb"` Sep 10 19:02:14.373 INFO kablam! usermod: no changes Sep 10 19:02:14.432 INFO kablam! Compiling thread-id v3.3.0 Sep 10 19:02:14.732 INFO kablam! Compiling flame v0.2.2 Sep 10 19:02:15.456 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 10 19:02:19.470 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:19.470 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:19.470 INFO kablam! | Sep 10 19:02:19.470 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:19.470 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:19.471 INFO kablam! Sep 10 19:02:19.471 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:19.471 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:19.471 INFO kablam! | Sep 10 19:02:19.471 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:19.471 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:19.472 INFO kablam! Sep 10 19:02:19.636 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:19.636 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:19.636 INFO kablam! | Sep 10 19:02:19.636 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:19.636 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.636 INFO kablam! | Sep 10 19:02:19.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.637 INFO kablam! | Sep 10 19:02:19.637 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.637 INFO kablam! | Sep 10 19:02:19.637 INFO kablam! Sep 10 19:02:19.642 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:19.642 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:19.642 INFO kablam! | Sep 10 19:02:19.642 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.642 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.642 INFO kablam! | Sep 10 19:02:19.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.643 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.643 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! Sep 10 19:02:19.646 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:19.646 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:19.646 INFO kablam! | Sep 10 19:02:19.646 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.646 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.646 INFO kablam! | Sep 10 19:02:19.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.646 INFO kablam! | Sep 10 19:02:19.647 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.647 INFO kablam! | Sep 10 19:02:19.647 INFO kablam! Sep 10 19:02:19.775 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:19.775 INFO kablam! Sep 10 19:02:19.775 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:19.775 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:19.807 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:19.808 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:20.138 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:20.138 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:20.138 INFO kablam! | Sep 10 19:02:20.138 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:20.138 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:20.138 INFO kablam! Sep 10 19:02:20.138 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:20.138 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:20.138 INFO kablam! | Sep 10 19:02:20.138 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:20.138 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:20.138 INFO kablam! Sep 10 19:02:20.240 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:20.240 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:20.240 INFO kablam! | Sep 10 19:02:20.240 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:20.241 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.241 INFO kablam! | Sep 10 19:02:20.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.241 INFO kablam! | Sep 10 19:02:20.241 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.241 INFO kablam! | Sep 10 19:02:20.241 INFO kablam! Sep 10 19:02:20.244 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:20.244 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:20.244 INFO kablam! | Sep 10 19:02:20.244 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:20.244 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.244 INFO kablam! | Sep 10 19:02:20.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.244 INFO kablam! | Sep 10 19:02:20.244 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.244 INFO kablam! | Sep 10 19:02:20.244 INFO kablam! Sep 10 19:02:20.247 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:20.247 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:20.247 INFO kablam! | Sep 10 19:02:20.247 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:20.247 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.247 INFO kablam! | Sep 10 19:02:20.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.247 INFO kablam! | Sep 10 19:02:20.247 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.247 INFO kablam! | Sep 10 19:02:20.247 INFO kablam! Sep 10 19:02:20.301 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:20.301 INFO kablam! Sep 10 19:02:20.301 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:20.301 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:20.317 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:20.317 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:20.555 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:20.555 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:20.555 INFO kablam! | Sep 10 19:02:20.555 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:20.555 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:20.555 INFO kablam! Sep 10 19:02:20.555 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:20.555 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:20.555 INFO kablam! | Sep 10 19:02:20.555 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:20.555 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:20.555 INFO kablam! Sep 10 19:02:20.624 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:20.624 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:20.624 INFO kablam! | Sep 10 19:02:20.624 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:20.624 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.624 INFO kablam! | Sep 10 19:02:20.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.624 INFO kablam! | Sep 10 19:02:20.624 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.624 INFO kablam! | Sep 10 19:02:20.624 INFO kablam! Sep 10 19:02:20.626 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:20.626 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:20.626 INFO kablam! | Sep 10 19:02:20.626 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:20.626 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.626 INFO kablam! | Sep 10 19:02:20.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.626 INFO kablam! | Sep 10 19:02:20.626 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.626 INFO kablam! | Sep 10 19:02:20.626 INFO kablam! Sep 10 19:02:20.628 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:20.628 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:20.628 INFO kablam! | Sep 10 19:02:20.628 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:20.628 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:20.628 INFO kablam! | Sep 10 19:02:20.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:20.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:20.628 INFO kablam! | Sep 10 19:02:20.628 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:20.628 INFO kablam! | Sep 10 19:02:20.628 INFO kablam! Sep 10 19:02:20.663 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:20.663 INFO kablam! Sep 10 19:02:20.663 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:20.663 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:20.677 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:20.677 INFO kablam! Sep 10 19:02:20.677 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:02:20.678 INFO kablam! su: No module specific data is present Sep 10 19:02:21.174 INFO running `"docker" "rm" "-f" "8211bac24265f1d1e3ab52860925cac96bdb64dfeb0309f2ab27c68af5e642cb"` Sep 10 19:02:21.290 INFO blam! 8211bac24265f1d1e3ab52860925cac96bdb64dfeb0309f2ab27c68af5e642cb