Sep 10 19:02:13.495 INFO checking flamer-0.2.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 19:02:13.495 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 19:02:13.495 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:02:13.659 INFO blam! 62667237fb59fff76e4ef8db09f8290a1ba62221191f541e68f766235f09e0d9 Sep 10 19:02:13.661 INFO running `"docker" "start" "-a" "62667237fb59fff76e4ef8db09f8290a1ba62221191f541e68f766235f09e0d9"` Sep 10 19:02:14.185 INFO kablam! usermod: no changes Sep 10 19:02:14.261 INFO kablam! Compiling thread-id v3.3.0 Sep 10 19:02:14.492 INFO kablam! Checking flame v0.2.2 Sep 10 19:02:15.198 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 10 19:02:18.642 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:18.642 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:18.642 INFO kablam! | Sep 10 19:02:18.642 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:18.642 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:18.642 INFO kablam! Sep 10 19:02:18.642 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:18.642 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:18.642 INFO kablam! | Sep 10 19:02:18.642 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:18.642 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:18.642 INFO kablam! Sep 10 19:02:19.104 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:19.104 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:19.104 INFO kablam! | Sep 10 19:02:19.104 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:19.104 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.104 INFO kablam! | Sep 10 19:02:19.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.104 INFO kablam! | Sep 10 19:02:19.104 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.104 INFO kablam! | Sep 10 19:02:19.104 INFO kablam! Sep 10 19:02:19.107 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:19.107 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:19.107 INFO kablam! | Sep 10 19:02:19.107 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.107 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.107 INFO kablam! | Sep 10 19:02:19.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.107 INFO kablam! | Sep 10 19:02:19.107 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.107 INFO kablam! | Sep 10 19:02:19.107 INFO kablam! Sep 10 19:02:19.110 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:19.110 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:19.110 INFO kablam! | Sep 10 19:02:19.110 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.110 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.110 INFO kablam! | Sep 10 19:02:19.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.110 INFO kablam! | Sep 10 19:02:19.110 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.110 INFO kablam! | Sep 10 19:02:19.110 INFO kablam! Sep 10 19:02:19.158 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:19.158 INFO kablam! Sep 10 19:02:19.158 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:19.158 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:19.176 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:19.176 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:19.383 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:19.383 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:19.383 INFO kablam! | Sep 10 19:02:19.383 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:19.383 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:19.383 INFO kablam! Sep 10 19:02:19.383 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:19.383 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:19.383 INFO kablam! | Sep 10 19:02:19.383 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:19.383 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:19.383 INFO kablam! Sep 10 19:02:19.618 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:19.618 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:19.618 INFO kablam! | Sep 10 19:02:19.618 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:19.618 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.622 INFO kablam! | Sep 10 19:02:19.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.622 INFO kablam! | Sep 10 19:02:19.622 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.622 INFO kablam! | Sep 10 19:02:19.622 INFO kablam! Sep 10 19:02:19.638 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:19.638 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:19.638 INFO kablam! | Sep 10 19:02:19.638 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.638 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.638 INFO kablam! | Sep 10 19:02:19.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.638 INFO kablam! | Sep 10 19:02:19.638 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.638 INFO kablam! | Sep 10 19:02:19.638 INFO kablam! Sep 10 19:02:19.642 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:19.642 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:19.642 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.643 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.643 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.643 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.643 INFO kablam! | Sep 10 19:02:19.643 INFO kablam! Sep 10 19:02:19.707 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:19.707 INFO kablam! Sep 10 19:02:19.707 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:19.708 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:19.724 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:19.725 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:02:19.746 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 19:02:19.746 INFO kablam! --> src/lib.rs:11:13 Sep 10 19:02:19.746 INFO kablam! | Sep 10 19:02:19.746 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 10 19:02:19.746 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 19:02:19.746 INFO kablam! Sep 10 19:02:19.746 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 19:02:19.746 INFO kablam! --> src/lib.rs:16:19 Sep 10 19:02:19.746 INFO kablam! | Sep 10 19:02:19.746 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 10 19:02:19.746 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 19:02:19.746 INFO kablam! Sep 10 19:02:19.858 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 10 19:02:19.858 INFO kablam! --> src/lib.rs:22:60 Sep 10 19:02:19.858 INFO kablam! | Sep 10 19:02:19.858 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 10 19:02:19.858 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.858 INFO kablam! | Sep 10 19:02:19.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.858 INFO kablam! | Sep 10 19:02:19.858 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.858 INFO kablam! | Sep 10 19:02:19.858 INFO kablam! Sep 10 19:02:19.861 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 10 19:02:19.861 INFO kablam! --> src/lib.rs:24:72 Sep 10 19:02:19.861 INFO kablam! | Sep 10 19:02:19.861 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.861 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.861 INFO kablam! | Sep 10 19:02:19.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.861 INFO kablam! | Sep 10 19:02:19.861 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.861 INFO kablam! | Sep 10 19:02:19.861 INFO kablam! Sep 10 19:02:19.864 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 10 19:02:19.864 INFO kablam! --> src/lib.rs:26:71 Sep 10 19:02:19.864 INFO kablam! | Sep 10 19:02:19.864 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 10 19:02:19.864 INFO kablam! | ^^^^^^^^^^ Sep 10 19:02:19.864 INFO kablam! | Sep 10 19:02:19.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:02:19.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:02:19.864 INFO kablam! | Sep 10 19:02:19.864 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 10 19:02:19.864 INFO kablam! | Sep 10 19:02:19.864 INFO kablam! Sep 10 19:02:19.921 INFO kablam! error: aborting due to 5 previous errors Sep 10 19:02:19.921 INFO kablam! Sep 10 19:02:19.921 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 19:02:19.921 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 19:02:19.938 INFO kablam! error: Could not compile `flamer`. Sep 10 19:02:19.938 INFO kablam! Sep 10 19:02:19.938 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:02:19.940 INFO kablam! su: No module specific data is present Sep 10 19:02:21.134 INFO running `"docker" "rm" "-f" "62667237fb59fff76e4ef8db09f8290a1ba62221191f541e68f766235f09e0d9"` Sep 10 19:02:21.258 INFO blam! 62667237fb59fff76e4ef8db09f8290a1ba62221191f541e68f766235f09e0d9