Sep 04 17:41:07.674 INFO checking flamer-0.2.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:41:07.674 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:41:07.674 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:41:07.825 INFO blam! 163a0762a432604c878c787e21ed08dc60901bb428cc67ca3ce2d17cf1d3db11 Sep 04 17:41:07.827 INFO running `"docker" "start" "-a" "163a0762a432604c878c787e21ed08dc60901bb428cc67ca3ce2d17cf1d3db11"` Sep 04 17:41:08.601 INFO kablam! Compiling flame v0.2.2 Sep 04 17:41:10.202 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 04 17:41:17.950 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:17.950 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:17.950 INFO kablam! | Sep 04 17:41:17.950 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:17.950 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:17.951 INFO kablam! Sep 04 17:41:17.951 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:17.951 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:17.951 INFO kablam! | Sep 04 17:41:17.951 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:17.951 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:17.951 INFO kablam! Sep 04 17:41:18.363 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:18.363 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:18.363 INFO kablam! | Sep 04 17:41:18.363 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:18.364 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.364 INFO kablam! | Sep 04 17:41:18.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.364 INFO kablam! | Sep 04 17:41:18.364 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.364 INFO kablam! | Sep 04 17:41:18.364 INFO kablam! Sep 04 17:41:18.370 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:18.370 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:18.370 INFO kablam! | Sep 04 17:41:18.371 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:18.371 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.371 INFO kablam! | Sep 04 17:41:18.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.371 INFO kablam! | Sep 04 17:41:18.371 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.371 INFO kablam! | Sep 04 17:41:18.371 INFO kablam! Sep 04 17:41:18.377 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:18.377 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:18.377 INFO kablam! | Sep 04 17:41:18.377 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:18.377 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.377 INFO kablam! | Sep 04 17:41:18.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.377 INFO kablam! | Sep 04 17:41:18.377 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.377 INFO kablam! | Sep 04 17:41:18.377 INFO kablam! Sep 04 17:41:18.442 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:18.442 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:18.442 INFO kablam! | Sep 04 17:41:18.442 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:18.442 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:18.442 INFO kablam! Sep 04 17:41:18.442 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:18.442 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:18.442 INFO kablam! | Sep 04 17:41:18.442 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:18.442 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:18.442 INFO kablam! Sep 04 17:41:18.479 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:18.480 INFO kablam! Sep 04 17:41:18.480 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:18.481 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:18.500 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:18.501 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:18.615 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:18.615 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:18.615 INFO kablam! | Sep 04 17:41:18.615 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:18.615 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.615 INFO kablam! | Sep 04 17:41:18.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.615 INFO kablam! | Sep 04 17:41:18.615 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.615 INFO kablam! | Sep 04 17:41:18.615 INFO kablam! Sep 04 17:41:18.620 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:18.620 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:18.620 INFO kablam! | Sep 04 17:41:18.620 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:18.620 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.621 INFO kablam! | Sep 04 17:41:18.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.621 INFO kablam! | Sep 04 17:41:18.621 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.621 INFO kablam! | Sep 04 17:41:18.621 INFO kablam! Sep 04 17:41:18.625 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:18.625 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:18.625 INFO kablam! | Sep 04 17:41:18.625 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:18.626 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:18.626 INFO kablam! | Sep 04 17:41:18.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:18.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:18.626 INFO kablam! | Sep 04 17:41:18.626 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:18.626 INFO kablam! | Sep 04 17:41:18.626 INFO kablam! Sep 04 17:41:18.727 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:18.727 INFO kablam! Sep 04 17:41:18.727 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:18.727 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:18.746 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:18.747 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:19.216 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:41:19.218 INFO kablam! --> src/lib.rs:11:13 Sep 04 17:41:19.218 INFO kablam! | Sep 04 17:41:19.218 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 04 17:41:19.218 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:41:19.218 INFO kablam! Sep 04 17:41:19.218 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:41:19.218 INFO kablam! --> src/lib.rs:16:19 Sep 04 17:41:19.218 INFO kablam! | Sep 04 17:41:19.218 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 04 17:41:19.218 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:41:19.218 INFO kablam! Sep 04 17:41:19.387 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 04 17:41:19.387 INFO kablam! --> src/lib.rs:22:60 Sep 04 17:41:19.387 INFO kablam! | Sep 04 17:41:19.387 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 04 17:41:19.387 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.387 INFO kablam! | Sep 04 17:41:19.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.388 INFO kablam! | Sep 04 17:41:19.388 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.388 INFO kablam! | Sep 04 17:41:19.388 INFO kablam! Sep 04 17:41:19.393 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 04 17:41:19.393 INFO kablam! --> src/lib.rs:24:72 Sep 04 17:41:19.393 INFO kablam! | Sep 04 17:41:19.393 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:19.393 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.393 INFO kablam! | Sep 04 17:41:19.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.394 INFO kablam! | Sep 04 17:41:19.394 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.394 INFO kablam! | Sep 04 17:41:19.394 INFO kablam! Sep 04 17:41:19.398 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 04 17:41:19.398 INFO kablam! --> src/lib.rs:26:71 Sep 04 17:41:19.398 INFO kablam! | Sep 04 17:41:19.398 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 04 17:41:19.398 INFO kablam! | ^^^^^^^^^^ Sep 04 17:41:19.399 INFO kablam! | Sep 04 17:41:19.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 17:41:19.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 17:41:19.399 INFO kablam! | Sep 04 17:41:19.399 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 04 17:41:19.399 INFO kablam! | Sep 04 17:41:19.399 INFO kablam! Sep 04 17:41:19.503 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:19.503 INFO kablam! Sep 04 17:41:19.503 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 17:41:19.503 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 17:41:19.524 INFO kablam! error: Could not compile `flamer`. Sep 04 17:41:19.524 INFO kablam! Sep 04 17:41:19.524 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:41:19.527 INFO kablam! su: No module specific data is present Sep 04 17:41:20.098 INFO running `"docker" "rm" "-f" "163a0762a432604c878c787e21ed08dc60901bb428cc67ca3ce2d17cf1d3db11"` Sep 04 17:41:20.212 INFO blam! 163a0762a432604c878c787e21ed08dc60901bb428cc67ca3ce2d17cf1d3db11