Sep 20 03:29:57.368 INFO checking flamer-0.2.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:29:57.368 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:29:57.368 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:29:57.650 INFO blam! 91901eb930bcad75e260e7c38c38c32220de7ba2ada584045743486c8540b1c4 Sep 20 03:29:57.652 INFO running `"docker" "start" "-a" "91901eb930bcad75e260e7c38c38c32220de7ba2ada584045743486c8540b1c4"` Sep 20 03:29:58.244 INFO kablam! usermod: no changes Sep 20 03:29:58.332 INFO kablam! Compiling thread-id v3.3.0 Sep 20 03:29:58.619 INFO kablam! Checking flame v0.2.2 Sep 20 03:29:59.687 INFO kablam! Checking flamer v0.2.5 (/source) Sep 20 03:30:04.334 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:04.334 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:04.334 INFO kablam! | Sep 20 03:30:04.334 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:04.334 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:04.334 INFO kablam! Sep 20 03:30:04.334 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:04.334 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:04.334 INFO kablam! | Sep 20 03:30:04.334 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:04.334 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:04.334 INFO kablam! Sep 20 03:30:04.462 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:04.462 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:04.462 INFO kablam! | Sep 20 03:30:04.462 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:04.462 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:04.462 INFO kablam! Sep 20 03:30:04.462 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:04.462 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:04.462 INFO kablam! | Sep 20 03:30:04.462 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:04.462 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:04.462 INFO kablam! Sep 20 03:30:04.469 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:04.469 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:04.469 INFO kablam! | Sep 20 03:30:04.469 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:04.469 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.469 INFO kablam! | Sep 20 03:30:04.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.469 INFO kablam! | Sep 20 03:30:04.469 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.469 INFO kablam! | Sep 20 03:30:04.469 INFO kablam! Sep 20 03:30:04.472 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:04.472 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:04.472 INFO kablam! | Sep 20 03:30:04.472 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.472 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.472 INFO kablam! | Sep 20 03:30:04.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.472 INFO kablam! | Sep 20 03:30:04.472 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.472 INFO kablam! | Sep 20 03:30:04.472 INFO kablam! Sep 20 03:30:04.478 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:04.478 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:04.478 INFO kablam! | Sep 20 03:30:04.478 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.478 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.478 INFO kablam! | Sep 20 03:30:04.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.478 INFO kablam! | Sep 20 03:30:04.478 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.478 INFO kablam! | Sep 20 03:30:04.478 INFO kablam! Sep 20 03:30:04.535 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:04.535 INFO kablam! Sep 20 03:30:04.535 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:04.535 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:04.543 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:04.543 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:04.566 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:04.566 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:04.566 INFO kablam! | Sep 20 03:30:04.566 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:04.566 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.566 INFO kablam! | Sep 20 03:30:04.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.566 INFO kablam! | Sep 20 03:30:04.566 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.566 INFO kablam! | Sep 20 03:30:04.566 INFO kablam! Sep 20 03:30:04.569 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:04.569 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.569 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! Sep 20 03:30:04.569 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:04.569 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.569 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.569 INFO kablam! | Sep 20 03:30:04.569 INFO kablam! Sep 20 03:30:04.620 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:04.620 INFO kablam! Sep 20 03:30:04.620 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:04.620 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:04.636 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:04.636 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:04.833 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:04.833 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:04.833 INFO kablam! | Sep 20 03:30:04.833 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:04.833 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:04.833 INFO kablam! Sep 20 03:30:04.834 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:04.834 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:04.834 INFO kablam! | Sep 20 03:30:04.834 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:04.834 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:04.834 INFO kablam! Sep 20 03:30:04.906 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 03:30:04.906 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:04.906 INFO kablam! | Sep 20 03:30:04.906 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:04.906 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.906 INFO kablam! | Sep 20 03:30:04.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.906 INFO kablam! | Sep 20 03:30:04.906 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.906 INFO kablam! | Sep 20 03:30:04.906 INFO kablam! Sep 20 03:30:04.906 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 03:30:04.906 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:04.906 INFO kablam! | Sep 20 03:30:04.907 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.907 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.907 INFO kablam! | Sep 20 03:30:04.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.907 INFO kablam! | Sep 20 03:30:04.907 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.907 INFO kablam! | Sep 20 03:30:04.907 INFO kablam! Sep 20 03:30:04.908 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 03:30:04.908 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:04.908 INFO kablam! | Sep 20 03:30:04.908 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 03:30:04.908 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.908 INFO kablam! | Sep 20 03:30:04.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.909 INFO kablam! | Sep 20 03:30:04.909 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.909 INFO kablam! | Sep 20 03:30:04.909 INFO kablam! Sep 20 03:30:04.954 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:04.954 INFO kablam! Sep 20 03:30:04.954 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:04.954 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:04.971 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:04.971 INFO kablam! Sep 20 03:30:04.971 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:30:04.972 INFO kablam! su: No module specific data is present Sep 20 03:30:05.481 INFO running `"docker" "rm" "-f" "91901eb930bcad75e260e7c38c38c32220de7ba2ada584045743486c8540b1c4"` Sep 20 03:30:05.551 INFO blam! 91901eb930bcad75e260e7c38c38c32220de7ba2ada584045743486c8540b1c4