Sep 04 20:32:31.321 INFO checking flamer-0.2.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:32:31.321 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:32:31.321 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:32:31.498 INFO blam! e53b72cf044423d1fa5d3ff1ac116b0485dc12b8bbd476be775053babea897e9 Sep 04 20:32:31.499 INFO running `"docker" "start" "-a" "e53b72cf044423d1fa5d3ff1ac116b0485dc12b8bbd476be775053babea897e9"` Sep 04 20:32:32.373 INFO kablam! Compiling flame v0.2.2 Sep 04 20:32:33.752 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 04 20:32:42.881 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 20:32:42.881 INFO kablam! --> src/lib.rs:11:13 Sep 04 20:32:42.881 INFO kablam! | Sep 04 20:32:42.881 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 20:32:42.881 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 20:32:42.881 INFO kablam! Sep 04 20:32:42.881 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 20:32:42.881 INFO kablam! --> src/lib.rs:16:19 Sep 04 20:32:42.881 INFO kablam! | Sep 04 20:32:42.881 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 20:32:42.881 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 20:32:42.881 INFO kablam! Sep 04 20:32:43.011 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 20:32:43.011 INFO kablam! --> src/lib.rs:11:13 Sep 04 20:32:43.011 INFO kablam! | Sep 04 20:32:43.012 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 20:32:43.012 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 20:32:43.012 INFO kablam! Sep 04 20:32:43.012 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 20:32:43.012 INFO kablam! --> src/lib.rs:16:19 Sep 04 20:32:43.012 INFO kablam! | Sep 04 20:32:43.012 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 20:32:43.012 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 20:32:43.012 INFO kablam! Sep 04 20:32:43.051 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 20:32:43.051 INFO kablam! --> src/lib.rs:22:60 Sep 04 20:32:43.051 INFO kablam! | Sep 04 20:32:43.051 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 20:32:43.051 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.051 INFO kablam! | Sep 04 20:32:43.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.051 INFO kablam! | Sep 04 20:32:43.051 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.051 INFO kablam! | Sep 04 20:32:43.051 INFO kablam! Sep 04 20:32:43.056 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 20:32:43.056 INFO kablam! --> src/lib.rs:24:72 Sep 04 20:32:43.056 INFO kablam! | Sep 04 20:32:43.056 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:43.056 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.056 INFO kablam! | Sep 04 20:32:43.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.056 INFO kablam! | Sep 04 20:32:43.056 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.056 INFO kablam! | Sep 04 20:32:43.056 INFO kablam! Sep 04 20:32:43.061 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 20:32:43.061 INFO kablam! --> src/lib.rs:26:71 Sep 04 20:32:43.061 INFO kablam! | Sep 04 20:32:43.061 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:43.061 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.061 INFO kablam! | Sep 04 20:32:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.062 INFO kablam! | Sep 04 20:32:43.062 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.062 INFO kablam! | Sep 04 20:32:43.062 INFO kablam! Sep 04 20:32:43.157 INFO kablam! error: aborting due to 5 previous errors Sep 04 20:32:43.157 INFO kablam! Sep 04 20:32:43.157 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 20:32:43.157 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 20:32:43.174 INFO kablam! error: Could not compile `flamer`. Sep 04 20:32:43.174 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:32:43.176 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 20:32:43.176 INFO kablam! --> src/lib.rs:22:60 Sep 04 20:32:43.176 INFO kablam! | Sep 04 20:32:43.176 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 20:32:43.176 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.176 INFO kablam! | Sep 04 20:32:43.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.176 INFO kablam! | Sep 04 20:32:43.176 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.176 INFO kablam! | Sep 04 20:32:43.176 INFO kablam! Sep 04 20:32:43.181 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 20:32:43.181 INFO kablam! --> src/lib.rs:24:72 Sep 04 20:32:43.181 INFO kablam! | Sep 04 20:32:43.181 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:43.181 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.181 INFO kablam! | Sep 04 20:32:43.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.182 INFO kablam! | Sep 04 20:32:43.182 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.182 INFO kablam! | Sep 04 20:32:43.182 INFO kablam! Sep 04 20:32:43.186 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 20:32:43.186 INFO kablam! --> src/lib.rs:26:71 Sep 04 20:32:43.186 INFO kablam! | Sep 04 20:32:43.186 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:43.186 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:43.186 INFO kablam! | Sep 04 20:32:43.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:43.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:43.187 INFO kablam! | Sep 04 20:32:43.187 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:43.187 INFO kablam! | Sep 04 20:32:43.187 INFO kablam! Sep 04 20:32:43.279 INFO kablam! error: aborting due to 5 previous errors Sep 04 20:32:43.279 INFO kablam! Sep 04 20:32:43.279 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 20:32:43.279 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 20:32:43.293 INFO kablam! error: Could not compile `flamer`. Sep 04 20:32:43.293 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:32:43.908 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 20:32:43.908 INFO kablam! --> src/lib.rs:11:13 Sep 04 20:32:43.909 INFO kablam! | Sep 04 20:32:43.909 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 20:32:43.909 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 20:32:43.909 INFO kablam! Sep 04 20:32:43.909 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 20:32:43.909 INFO kablam! --> src/lib.rs:16:19 Sep 04 20:32:43.909 INFO kablam! | Sep 04 20:32:43.909 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 20:32:43.909 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 20:32:43.909 INFO kablam! Sep 04 20:32:44.060 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 20:32:44.060 INFO kablam! --> src/lib.rs:22:60 Sep 04 20:32:44.060 INFO kablam! | Sep 04 20:32:44.060 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 20:32:44.060 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:44.060 INFO kablam! | Sep 04 20:32:44.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:44.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:44.060 INFO kablam! | Sep 04 20:32:44.060 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:44.060 INFO kablam! | Sep 04 20:32:44.060 INFO kablam! Sep 04 20:32:44.065 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 20:32:44.065 INFO kablam! --> src/lib.rs:24:72 Sep 04 20:32:44.065 INFO kablam! | Sep 04 20:32:44.065 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:44.065 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:44.065 INFO kablam! | Sep 04 20:32:44.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:44.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:44.065 INFO kablam! | Sep 04 20:32:44.065 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:44.065 INFO kablam! | Sep 04 20:32:44.066 INFO kablam! Sep 04 20:32:44.070 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 20:32:44.070 INFO kablam! --> src/lib.rs:26:71 Sep 04 20:32:44.070 INFO kablam! | Sep 04 20:32:44.070 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 20:32:44.070 INFO kablam! | ^^^^^^^^^^ Sep 04 20:32:44.070 INFO kablam! | Sep 04 20:32:44.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 20:32:44.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 20:32:44.071 INFO kablam! | Sep 04 20:32:44.071 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 20:32:44.071 INFO kablam! | Sep 04 20:32:44.071 INFO kablam! Sep 04 20:32:44.141 INFO kablam! error: aborting due to 5 previous errors Sep 04 20:32:44.141 INFO kablam! Sep 04 20:32:44.141 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 20:32:44.141 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 20:32:44.155 INFO kablam! error: Could not compile `flamer`. Sep 04 20:32:44.155 INFO kablam! Sep 04 20:32:44.155 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:32:44.157 INFO kablam! su: No module specific data is present Sep 04 20:32:44.610 INFO running `"docker" "rm" "-f" "e53b72cf044423d1fa5d3ff1ac116b0485dc12b8bbd476be775053babea897e9"` Sep 04 20:32:44.726 INFO blam! e53b72cf044423d1fa5d3ff1ac116b0485dc12b8bbd476be775053babea897e9