Sep 06 07:01:08.207 INFO checking flamer-0.2.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:01:08.207 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:01:08.207 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:01:08.383 INFO blam! 2e669e4c80877ac36d40fd58fd4aa44a8fe75b3cc26152fb34bf55c143c71258 Sep 06 07:01:08.384 INFO running `"docker" "start" "-a" "2e669e4c80877ac36d40fd58fd4aa44a8fe75b3cc26152fb34bf55c143c71258"` Sep 06 07:01:08.941 INFO kablam! usermod: no changes Sep 06 07:01:09.011 INFO kablam! Compiling thread-id v3.3.0 Sep 06 07:01:09.355 INFO kablam! Checking flame v0.2.2 Sep 06 07:01:10.091 INFO kablam! Checking flamer v0.2.5 (file:///source) Sep 06 07:01:14.770 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:14.770 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:14.770 INFO kablam! | Sep 06 07:01:14.770 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:14.770 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:14.770 INFO kablam! Sep 06 07:01:14.770 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:14.770 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:14.770 INFO kablam! | Sep 06 07:01:14.770 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:14.770 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:14.770 INFO kablam! Sep 06 07:01:14.924 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:14.924 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:14.924 INFO kablam! | Sep 06 07:01:14.924 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:14.924 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:14.925 INFO kablam! Sep 06 07:01:14.925 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:14.925 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:14.925 INFO kablam! | Sep 06 07:01:14.925 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:14.925 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:14.926 INFO kablam! Sep 06 07:01:15.047 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:15.047 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:15.047 INFO kablam! | Sep 06 07:01:15.047 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:15.047 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.050 INFO kablam! | Sep 06 07:01:15.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.050 INFO kablam! | Sep 06 07:01:15.050 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.050 INFO kablam! | Sep 06 07:01:15.050 INFO kablam! Sep 06 07:01:15.054 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:15.054 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:15.054 INFO kablam! | Sep 06 07:01:15.054 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.054 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.056 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:15.056 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:15.056 INFO kablam! | Sep 06 07:01:15.056 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:15.056 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.056 INFO kablam! | Sep 06 07:01:15.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.056 INFO kablam! | Sep 06 07:01:15.056 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.057 INFO kablam! | Sep 06 07:01:15.057 INFO kablam! Sep 06 07:01:15.060 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:15.060 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:15.060 INFO kablam! | Sep 06 07:01:15.060 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.060 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.060 INFO kablam! | Sep 06 07:01:15.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.060 INFO kablam! | Sep 06 07:01:15.060 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.060 INFO kablam! | Sep 06 07:01:15.060 INFO kablam! Sep 06 07:01:15.064 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:15.064 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:15.064 INFO kablam! | Sep 06 07:01:15.064 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.064 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.064 INFO kablam! | Sep 06 07:01:15.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.064 INFO kablam! | Sep 06 07:01:15.064 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.064 INFO kablam! | Sep 06 07:01:15.064 INFO kablam! Sep 06 07:01:15.064 INFO kablam! | Sep 06 07:01:15.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.065 INFO kablam! | Sep 06 07:01:15.065 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.065 INFO kablam! | Sep 06 07:01:15.065 INFO kablam! Sep 06 07:01:15.068 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:15.068 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:15.069 INFO kablam! | Sep 06 07:01:15.069 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:15.069 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:15.078 INFO kablam! | Sep 06 07:01:15.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:15.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:15.078 INFO kablam! | Sep 06 07:01:15.078 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:15.078 INFO kablam! | Sep 06 07:01:15.078 INFO kablam! Sep 06 07:01:15.139 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:15.139 INFO kablam! Sep 06 07:01:15.139 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:15.139 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:15.162 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:15.162 INFO kablam! Sep 06 07:01:15.162 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:15.162 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:15.182 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:15.182 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:01:15.184 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:15.185 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:01:16.177 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 07:01:16.177 INFO kablam! --> src/lib.rs:11:13 Sep 06 07:01:16.177 INFO kablam! | Sep 06 07:01:16.177 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 06 07:01:16.177 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 07:01:16.182 INFO kablam! Sep 06 07:01:16.182 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 07:01:16.182 INFO kablam! --> src/lib.rs:16:19 Sep 06 07:01:16.182 INFO kablam! | Sep 06 07:01:16.182 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 06 07:01:16.182 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 07:01:16.182 INFO kablam! Sep 06 07:01:16.294 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 06 07:01:16.294 INFO kablam! --> src/lib.rs:22:60 Sep 06 07:01:16.294 INFO kablam! | Sep 06 07:01:16.294 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 06 07:01:16.294 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:16.294 INFO kablam! | Sep 06 07:01:16.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:16.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:16.294 INFO kablam! | Sep 06 07:01:16.294 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:16.294 INFO kablam! | Sep 06 07:01:16.294 INFO kablam! Sep 06 07:01:16.310 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 06 07:01:16.310 INFO kablam! --> src/lib.rs:24:72 Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:16.310 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:16.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! Sep 06 07:01:16.310 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 06 07:01:16.310 INFO kablam! --> src/lib.rs:26:71 Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 06 07:01:16.310 INFO kablam! | ^^^^^^^^^^ Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:01:16.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 06 07:01:16.310 INFO kablam! | Sep 06 07:01:16.310 INFO kablam! Sep 06 07:01:16.350 INFO kablam! error: aborting due to 5 previous errors Sep 06 07:01:16.350 INFO kablam! Sep 06 07:01:16.350 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:01:16.350 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:01:16.363 INFO kablam! error: Could not compile `flamer`. Sep 06 07:01:16.363 INFO kablam! Sep 06 07:01:16.363 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:01:16.363 INFO kablam! su: No module specific data is present Sep 06 07:01:16.931 INFO running `"docker" "rm" "-f" "2e669e4c80877ac36d40fd58fd4aa44a8fe75b3cc26152fb34bf55c143c71258"` Sep 06 07:01:17.006 INFO blam! 2e669e4c80877ac36d40fd58fd4aa44a8fe75b3cc26152fb34bf55c143c71258