Sep 20 03:29:56.976 INFO checking flamer-0.2.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:29:56.977 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:29:56.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.150 INFO blam! 720d6386012a5a9b0ed5b2460489c3446ab1118a2398fa97b833f2329afb05d5 Sep 20 03:29:57.151 INFO running `"docker" "start" "-a" "720d6386012a5a9b0ed5b2460489c3446ab1118a2398fa97b833f2329afb05d5"` Sep 20 03:29:57.633 INFO kablam! usermod: no changes Sep 20 03:29:57.702 INFO kablam! Compiling thread-id v3.3.0 Sep 20 03:29:57.966 INFO kablam! Compiling flame v0.2.2 Sep 20 03:29:58.854 INFO kablam! Checking flamer v0.2.5 (/source) Sep 20 03:30:03.546 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:03.546 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:03.546 INFO kablam! | Sep 20 03:30:03.546 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:03.546 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:03.546 INFO kablam! Sep 20 03:30:03.546 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:03.546 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:03.546 INFO kablam! | Sep 20 03:30:03.546 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:03.546 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:03.547 INFO kablam! Sep 20 03:30:03.834 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:03.834 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:03.834 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! Sep 20 03:30:03.834 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:03.834 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 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:03.834 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.834 INFO kablam! | Sep 20 03:30:03.834 INFO kablam! Sep 20 03:30:03.842 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:03.842 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:03.842 INFO kablam! | Sep 20 03:30:03.842 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:03.842 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.842 INFO kablam! | Sep 20 03:30:03.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.842 INFO kablam! | Sep 20 03:30:03.842 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.842 INFO kablam! | Sep 20 03:30:03.842 INFO kablam! Sep 20 03:30:03.872 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:03.872 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:03.872 INFO kablam! | Sep 20 03:30:03.872 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:03.872 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:03.872 INFO kablam! Sep 20 03:30:03.872 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:03.872 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:03.872 INFO kablam! | Sep 20 03:30:03.872 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:03.872 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:03.872 INFO kablam! Sep 20 03:30:03.923 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:03.923 INFO kablam! Sep 20 03:30:03.923 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:03.923 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:03.932 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:03.932 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:03.961 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:03.961 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:03.961 INFO kablam! | Sep 20 03:30:03.962 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:03.962 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.962 INFO kablam! | Sep 20 03:30:03.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.962 INFO kablam! | Sep 20 03:30:03.962 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.962 INFO kablam! | Sep 20 03:30:03.962 INFO kablam! Sep 20 03:30:03.965 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:03.965 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:03.965 INFO kablam! | Sep 20 03:30:03.966 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:03.966 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.966 INFO kablam! | Sep 20 03:30:03.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.966 INFO kablam! | Sep 20 03:30:03.966 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.966 INFO kablam! | Sep 20 03:30:03.966 INFO kablam! Sep 20 03:30:03.970 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:03.970 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:03.970 INFO kablam! | Sep 20 03:30:03.970 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:03.970 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:03.970 INFO kablam! | Sep 20 03:30:03.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:03.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:03.970 INFO kablam! | Sep 20 03:30:03.970 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:03.970 INFO kablam! | Sep 20 03:30:03.970 INFO kablam! Sep 20 03:30:04.022 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:04.022 INFO kablam! Sep 20 03:30:04.022 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:04.022 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:04.037 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:04.037 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:04.382 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:30:04.382 INFO kablam! --> src/lib.rs:11:13 Sep 20 03:30:04.382 INFO kablam! | Sep 20 03:30:04.382 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 03:30:04.382 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:30:04.382 INFO kablam! Sep 20 03:30:04.382 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:30:04.382 INFO kablam! --> src/lib.rs:16:19 Sep 20 03:30:04.382 INFO kablam! | Sep 20 03:30:04.382 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 03:30:04.382 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:30:04.382 INFO kablam! Sep 20 03:30:04.486 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.486 INFO kablam! --> src/lib.rs:22:60 Sep 20 03:30:04.486 INFO kablam! | Sep 20 03:30:04.486 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 03:30:04.486 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.486 INFO kablam! | Sep 20 03:30:04.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.486 INFO kablam! | Sep 20 03:30:04.486 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.486 INFO kablam! | Sep 20 03:30:04.486 INFO kablam! Sep 20 03:30:04.487 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.487 INFO kablam! --> src/lib.rs:24:72 Sep 20 03:30:04.487 INFO kablam! | Sep 20 03:30:04.487 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.487 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.487 INFO kablam! | Sep 20 03:30:04.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.487 INFO kablam! | Sep 20 03:30:04.487 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.487 INFO kablam! | Sep 20 03:30:04.487 INFO kablam! Sep 20 03:30:04.494 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.494 INFO kablam! --> src/lib.rs:26:71 Sep 20 03:30:04.494 INFO kablam! | Sep 20 03:30:04.494 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.494 INFO kablam! | ^^^^^^^^^^ Sep 20 03:30:04.494 INFO kablam! | Sep 20 03:30:04.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 03:30:04.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 03:30:04.494 INFO kablam! | Sep 20 03:30:04.494 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 03:30:04.494 INFO kablam! | Sep 20 03:30:04.494 INFO kablam! Sep 20 03:30:04.544 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:30:04.544 INFO kablam! Sep 20 03:30:04.544 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:30:04.544 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:30:04.562 INFO kablam! error: Could not compile `flamer`. Sep 20 03:30:04.562 INFO kablam! Sep 20 03:30:04.562 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:30:04.563 INFO kablam! su: No module specific data is present Sep 20 03:30:05.089 INFO running `"docker" "rm" "-f" "720d6386012a5a9b0ed5b2460489c3446ab1118a2398fa97b833f2329afb05d5"` Sep 20 03:30:05.169 INFO blam! 720d6386012a5a9b0ed5b2460489c3446ab1118a2398fa97b833f2329afb05d5