Sep 18 00:39:01.837 INFO checking flamer-0.2.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:39:01.837 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:39:01.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:39:02.076 INFO blam! 953256c35dda572ca3717270ee5a48aff190a0593974f422d9bd4c86087cd0f1 Sep 18 00:39:02.083 INFO running `"docker" "start" "-a" "953256c35dda572ca3717270ee5a48aff190a0593974f422d9bd4c86087cd0f1"` Sep 18 00:39:02.803 INFO kablam! usermod: no changes Sep 18 00:39:02.895 INFO kablam! Compiling thread-id v3.3.0 Sep 18 00:39:03.212 INFO kablam! Compiling flame v0.2.2 Sep 18 00:39:04.369 INFO kablam! Checking flamer v0.2.5 (/source) Sep 18 00:39:08.791 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:08.791 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:08.791 INFO kablam! | Sep 18 00:39:08.791 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:08.791 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:08.791 INFO kablam! Sep 18 00:39:08.791 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:08.791 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:08.791 INFO kablam! | Sep 18 00:39:08.791 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:08.791 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:08.793 INFO kablam! Sep 18 00:39:08.915 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:08.915 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:08.915 INFO kablam! | Sep 18 00:39:08.915 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:08.915 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:08.915 INFO kablam! | Sep 18 00:39:08.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:08.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:08.915 INFO kablam! | Sep 18 00:39:08.915 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:08.915 INFO kablam! | Sep 18 00:39:08.915 INFO kablam! Sep 18 00:39:08.916 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:08.916 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:08.916 INFO kablam! | Sep 18 00:39:08.916 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:08.916 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:08.916 INFO kablam! | Sep 18 00:39:08.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:08.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:08.916 INFO kablam! | Sep 18 00:39:08.916 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:08.916 INFO kablam! | Sep 18 00:39:08.916 INFO kablam! Sep 18 00:39:08.919 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:08.919 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:08.919 INFO kablam! | Sep 18 00:39:08.919 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:08.920 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:08.920 INFO kablam! | Sep 18 00:39:08.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:08.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:08.920 INFO kablam! | Sep 18 00:39:08.920 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:08.920 INFO kablam! | Sep 18 00:39:08.920 INFO kablam! Sep 18 00:39:08.984 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:08.984 INFO kablam! Sep 18 00:39:08.984 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:08.984 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.005 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.005 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:09.474 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:09.475 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:09.475 INFO kablam! | Sep 18 00:39:09.475 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:09.475 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:09.475 INFO kablam! Sep 18 00:39:09.475 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:09.475 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:09.475 INFO kablam! | Sep 18 00:39:09.475 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:09.475 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:09.475 INFO kablam! Sep 18 00:39:09.682 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:09.683 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:09.683 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! Sep 18 00:39:09.683 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:09.683 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.683 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! Sep 18 00:39:09.683 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:09.683 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.683 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.683 INFO kablam! | Sep 18 00:39:09.683 INFO kablam! Sep 18 00:39:09.727 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:09.727 INFO kablam! Sep 18 00:39:09.727 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:09.727 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.746 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:39:09.783 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 00:39:09.783 INFO kablam! --> src/lib.rs:11:13 Sep 18 00:39:09.783 INFO kablam! | Sep 18 00:39:09.783 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 18 00:39:09.783 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 00:39:09.783 INFO kablam! Sep 18 00:39:09.783 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 18 00:39:09.783 INFO kablam! --> src/lib.rs:16:19 Sep 18 00:39:09.783 INFO kablam! | Sep 18 00:39:09.783 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 18 00:39:09.783 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 18 00:39:09.783 INFO kablam! Sep 18 00:39:09.899 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 18 00:39:09.899 INFO kablam! --> src/lib.rs:22:60 Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 18 00:39:09.899 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! Sep 18 00:39:09.899 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 18 00:39:09.899 INFO kablam! --> src/lib.rs:24:72 Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.899 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! Sep 18 00:39:09.899 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 18 00:39:09.899 INFO kablam! --> src/lib.rs:26:71 Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 18 00:39:09.899 INFO kablam! | ^^^^^^^^^^ Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 00:39:09.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 18 00:39:09.899 INFO kablam! | Sep 18 00:39:09.899 INFO kablam! Sep 18 00:39:09.954 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:39:09.954 INFO kablam! Sep 18 00:39:09.954 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 00:39:09.954 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 00:39:09.974 INFO kablam! error: Could not compile `flamer`. Sep 18 00:39:09.975 INFO kablam! Sep 18 00:39:09.975 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:39:09.975 INFO kablam! su: No module specific data is present Sep 18 00:39:10.736 INFO running `"docker" "rm" "-f" "953256c35dda572ca3717270ee5a48aff190a0593974f422d9bd4c86087cd0f1"` Sep 18 00:39:10.979 INFO blam! 953256c35dda572ca3717270ee5a48aff190a0593974f422d9bd4c86087cd0f1