Sep 02 14:18:39.625 INFO checking flamer-0.2.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 14:18:39.625 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 14:18:39.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:18:39.777 INFO blam! 930abb705e4e5d47acaf17289b66d8a0ac2d098db9ad41f0173c4b77582cb822 Sep 02 14:18:39.779 INFO running `"docker" "start" "-a" "930abb705e4e5d47acaf17289b66d8a0ac2d098db9ad41f0173c4b77582cb822"` Sep 02 14:18:40.433 INFO kablam! Compiling flame v0.2.2 Sep 02 14:18:41.798 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 02 14:18:46.828 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:46.828 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:46.828 INFO kablam! | Sep 02 14:18:46.828 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:46.828 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:46.828 INFO kablam! Sep 02 14:18:46.829 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:46.829 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:46.829 INFO kablam! | Sep 02 14:18:46.829 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:46.829 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:46.829 INFO kablam! Sep 02 14:18:46.949 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:46.949 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:46.949 INFO kablam! | Sep 02 14:18:46.949 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:46.949 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:46.949 INFO kablam! Sep 02 14:18:46.950 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:46.950 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:46.950 INFO kablam! | Sep 02 14:18:46.950 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:46.950 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:46.950 INFO kablam! Sep 02 14:18:47.041 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:47.041 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:47.041 INFO kablam! | Sep 02 14:18:47.041 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:47.041 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.041 INFO kablam! | Sep 02 14:18:47.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.041 INFO kablam! | Sep 02 14:18:47.041 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.041 INFO kablam! | Sep 02 14:18:47.042 INFO kablam! Sep 02 14:18:47.042 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:47.042 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:47.042 INFO kablam! | Sep 02 14:18:47.042 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:47.042 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.042 INFO kablam! | Sep 02 14:18:47.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.042 INFO kablam! | Sep 02 14:18:47.042 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.042 INFO kablam! | Sep 02 14:18:47.042 INFO kablam! Sep 02 14:18:47.055 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:47.055 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:47.055 INFO kablam! | Sep 02 14:18:47.055 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:47.055 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.055 INFO kablam! | Sep 02 14:18:47.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.055 INFO kablam! | Sep 02 14:18:47.055 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.056 INFO kablam! | Sep 02 14:18:47.056 INFO kablam! Sep 02 14:18:47.141 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:47.141 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:47.141 INFO kablam! | Sep 02 14:18:47.141 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:47.141 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.141 INFO kablam! | Sep 02 14:18:47.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.141 INFO kablam! | Sep 02 14:18:47.141 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.141 INFO kablam! | Sep 02 14:18:47.141 INFO kablam! Sep 02 14:18:47.146 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:47.146 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:47.146 INFO kablam! | Sep 02 14:18:47.146 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:47.146 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.146 INFO kablam! | Sep 02 14:18:47.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.146 INFO kablam! | Sep 02 14:18:47.146 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.146 INFO kablam! | Sep 02 14:18:47.147 INFO kablam! Sep 02 14:18:47.151 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:47.152 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:47.152 INFO kablam! | Sep 02 14:18:47.152 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:47.152 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:47.152 INFO kablam! | Sep 02 14:18:47.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:47.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:47.152 INFO kablam! | Sep 02 14:18:47.152 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:47.152 INFO kablam! | Sep 02 14:18:47.152 INFO kablam! Sep 02 14:18:47.162 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:47.162 INFO kablam! Sep 02 14:18:47.162 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:47.162 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:47.181 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:47.182 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:18:47.258 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:47.258 INFO kablam! Sep 02 14:18:47.258 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:47.259 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:47.279 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:47.279 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:18:48.218 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 14:18:48.218 INFO kablam! --> src/lib.rs:11:13 Sep 02 14:18:48.218 INFO kablam! | Sep 02 14:18:48.218 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 02 14:18:48.219 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 14:18:48.219 INFO kablam! Sep 02 14:18:48.219 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 14:18:48.219 INFO kablam! --> src/lib.rs:16:19 Sep 02 14:18:48.219 INFO kablam! | Sep 02 14:18:48.219 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 02 14:18:48.219 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 14:18:48.219 INFO kablam! Sep 02 14:18:48.412 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 02 14:18:48.412 INFO kablam! --> src/lib.rs:22:60 Sep 02 14:18:48.412 INFO kablam! | Sep 02 14:18:48.413 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 02 14:18:48.413 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:48.413 INFO kablam! | Sep 02 14:18:48.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:48.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:48.413 INFO kablam! | Sep 02 14:18:48.413 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:48.413 INFO kablam! | Sep 02 14:18:48.413 INFO kablam! Sep 02 14:18:48.418 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 02 14:18:48.418 INFO kablam! --> src/lib.rs:24:72 Sep 02 14:18:48.418 INFO kablam! | Sep 02 14:18:48.418 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:48.418 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:48.418 INFO kablam! | Sep 02 14:18:48.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:48.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:48.418 INFO kablam! | Sep 02 14:18:48.418 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:48.418 INFO kablam! | Sep 02 14:18:48.418 INFO kablam! Sep 02 14:18:48.423 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 02 14:18:48.423 INFO kablam! --> src/lib.rs:26:71 Sep 02 14:18:48.423 INFO kablam! | Sep 02 14:18:48.424 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 02 14:18:48.424 INFO kablam! | ^^^^^^^^^^ Sep 02 14:18:48.424 INFO kablam! | Sep 02 14:18:48.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 14:18:48.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 14:18:48.424 INFO kablam! | Sep 02 14:18:48.424 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 02 14:18:48.424 INFO kablam! | Sep 02 14:18:48.424 INFO kablam! Sep 02 14:18:48.545 INFO kablam! error: aborting due to 5 previous errors Sep 02 14:18:48.545 INFO kablam! Sep 02 14:18:48.546 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 14:18:48.546 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 14:18:48.570 INFO kablam! error: Could not compile `flamer`. Sep 02 14:18:48.571 INFO kablam! Sep 02 14:18:48.571 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:18:48.573 INFO kablam! su: No module specific data is present Sep 02 14:18:49.099 INFO running `"docker" "rm" "-f" "930abb705e4e5d47acaf17289b66d8a0ac2d098db9ad41f0173c4b77582cb822"` Sep 02 14:18:49.279 INFO blam! 930abb705e4e5d47acaf17289b66d8a0ac2d098db9ad41f0173c4b77582cb822