Sep 14 16:32:15.079 INFO checking flamer-0.2.5 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 16:32:15.081 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 16:32:15.081 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:32:15.626 INFO blam! a32caabe5c9bbf673f1f0c6cb61d9f449cc5352ef9c4c39f6e0558c30b06d887 Sep 14 16:32:15.627 INFO running `"docker" "start" "-a" "a32caabe5c9bbf673f1f0c6cb61d9f449cc5352ef9c4c39f6e0558c30b06d887"` Sep 14 16:32:16.101 INFO kablam! usermod: no changes Sep 14 16:32:16.175 INFO kablam! Checking lazy_static v0.2.11 Sep 14 16:32:16.175 INFO kablam! Compiling thread-id v3.3.0 Sep 14 16:32:16.581 INFO kablam! Checking flame v0.2.2 Sep 14 16:32:17.825 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 14 16:32:21.311 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:21.311 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:21.311 INFO kablam! | Sep 14 16:32:21.311 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:21.311 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:21.319 INFO kablam! Sep 14 16:32:21.319 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:21.319 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:21.319 INFO kablam! | Sep 14 16:32:21.319 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:21.319 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:21.319 INFO kablam! Sep 14 16:32:21.579 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:21.579 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:21.579 INFO kablam! | Sep 14 16:32:21.579 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:21.579 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.579 INFO kablam! | Sep 14 16:32:21.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.579 INFO kablam! | Sep 14 16:32:21.579 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.579 INFO kablam! | Sep 14 16:32:21.579 INFO kablam! Sep 14 16:32:21.595 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:21.595 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:21.595 INFO kablam! | Sep 14 16:32:21.595 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:21.595 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.595 INFO kablam! | Sep 14 16:32:21.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.595 INFO kablam! | Sep 14 16:32:21.595 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.595 INFO kablam! | Sep 14 16:32:21.595 INFO kablam! Sep 14 16:32:21.606 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:21.606 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:21.606 INFO kablam! | Sep 14 16:32:21.606 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:21.606 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:21.606 INFO kablam! | Sep 14 16:32:21.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:21.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:21.606 INFO kablam! | Sep 14 16:32:21.606 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:21.606 INFO kablam! | Sep 14 16:32:21.606 INFO kablam! Sep 14 16:32:21.667 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:21.667 INFO kablam! Sep 14 16:32:21.667 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:21.667 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:21.682 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:21.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:32:21.898 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:21.898 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:21.898 INFO kablam! | Sep 14 16:32:21.898 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:21.898 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:21.898 INFO kablam! Sep 14 16:32:21.898 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:21.898 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:21.898 INFO kablam! | Sep 14 16:32:21.898 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:21.898 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:21.898 INFO kablam! Sep 14 16:32:22.005 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:22.005 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:22.005 INFO kablam! | Sep 14 16:32:22.005 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:22.005 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.005 INFO kablam! | Sep 14 16:32:22.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.005 INFO kablam! | Sep 14 16:32:22.005 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.005 INFO kablam! | Sep 14 16:32:22.006 INFO kablam! Sep 14 16:32:22.009 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:22.009 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:22.009 INFO kablam! | Sep 14 16:32:22.009 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:22.009 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.009 INFO kablam! | Sep 14 16:32:22.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.009 INFO kablam! | Sep 14 16:32:22.009 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.009 INFO kablam! | Sep 14 16:32:22.009 INFO kablam! Sep 14 16:32:22.012 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:22.012 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:22.012 INFO kablam! | Sep 14 16:32:22.012 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:22.012 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.012 INFO kablam! | Sep 14 16:32:22.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.012 INFO kablam! | Sep 14 16:32:22.012 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.012 INFO kablam! | Sep 14 16:32:22.012 INFO kablam! Sep 14 16:32:22.083 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:22.083 INFO kablam! Sep 14 16:32:22.083 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:22.083 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:22.091 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:22.091 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:32:22.502 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:32:22.503 INFO kablam! --> src/lib.rs:11:13 Sep 14 16:32:22.503 INFO kablam! | Sep 14 16:32:22.503 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 14 16:32:22.503 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:32:22.503 INFO kablam! Sep 14 16:32:22.503 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:32:22.503 INFO kablam! --> src/lib.rs:16:19 Sep 14 16:32:22.503 INFO kablam! | Sep 14 16:32:22.503 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 14 16:32:22.503 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:32:22.503 INFO kablam! Sep 14 16:32:22.607 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 14 16:32:22.607 INFO kablam! --> src/lib.rs:22:60 Sep 14 16:32:22.607 INFO kablam! | Sep 14 16:32:22.607 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 14 16:32:22.607 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.607 INFO kablam! | Sep 14 16:32:22.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.607 INFO kablam! | Sep 14 16:32:22.607 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.607 INFO kablam! | Sep 14 16:32:22.607 INFO kablam! Sep 14 16:32:22.607 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 14 16:32:22.607 INFO kablam! --> src/lib.rs:24:72 Sep 14 16:32:22.607 INFO kablam! | Sep 14 16:32:22.607 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:22.608 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.608 INFO kablam! | Sep 14 16:32:22.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.608 INFO kablam! | Sep 14 16:32:22.608 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.608 INFO kablam! | Sep 14 16:32:22.608 INFO kablam! Sep 14 16:32:22.611 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 14 16:32:22.611 INFO kablam! --> src/lib.rs:26:71 Sep 14 16:32:22.611 INFO kablam! | Sep 14 16:32:22.611 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 14 16:32:22.611 INFO kablam! | ^^^^^^^^^^ Sep 14 16:32:22.611 INFO kablam! | Sep 14 16:32:22.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 16:32:22.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 16:32:22.611 INFO kablam! | Sep 14 16:32:22.611 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 14 16:32:22.611 INFO kablam! | Sep 14 16:32:22.611 INFO kablam! Sep 14 16:32:22.661 INFO kablam! error: aborting due to 5 previous errors Sep 14 16:32:22.661 INFO kablam! Sep 14 16:32:22.661 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 16:32:22.661 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 16:32:22.677 INFO kablam! error: Could not compile `flamer`. Sep 14 16:32:22.677 INFO kablam! Sep 14 16:32:22.677 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:32:22.679 INFO kablam! su: No module specific data is present Sep 14 16:32:23.159 INFO running `"docker" "rm" "-f" "a32caabe5c9bbf673f1f0c6cb61d9f449cc5352ef9c4c39f6e0558c30b06d887"` Sep 14 16:32:23.339 INFO blam! a32caabe5c9bbf673f1f0c6cb61d9f449cc5352ef9c4c39f6e0558c30b06d887