Sep 21 10:23:09.726 INFO checking flamer-0.2.5 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:23:09.726 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:23:09.726 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:23:10.012 INFO blam! 1389bdcc9472782b7d6b4639d620c017ee914b94ea642fff4c28b8130df7570c Sep 21 10:23:10.014 INFO running `"docker" "start" "-a" "1389bdcc9472782b7d6b4639d620c017ee914b94ea642fff4c28b8130df7570c"` Sep 21 10:23:10.557 INFO kablam! usermod: no changes Sep 21 10:23:10.714 INFO kablam! Compiling thread-id v3.3.0 Sep 21 10:23:11.220 INFO kablam! Checking flame v0.2.2 Sep 21 10:23:12.476 INFO kablam! Checking flamer v0.2.5 (/source) Sep 21 10:23:15.898 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:15.898 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:15.898 INFO kablam! | Sep 21 10:23:15.898 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:15.898 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:15.898 INFO kablam! Sep 21 10:23:15.898 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:15.898 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:15.898 INFO kablam! | Sep 21 10:23:15.898 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:15.898 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:15.898 INFO kablam! Sep 21 10:23:16.054 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:16.054 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:16.054 INFO kablam! | Sep 21 10:23:16.054 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:16.054 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.054 INFO kablam! | Sep 21 10:23:16.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.054 INFO kablam! | Sep 21 10:23:16.054 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.054 INFO kablam! | Sep 21 10:23:16.054 INFO kablam! Sep 21 10:23:16.059 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:16.059 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:16.059 INFO kablam! | Sep 21 10:23:16.059 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:16.059 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.059 INFO kablam! | Sep 21 10:23:16.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.059 INFO kablam! | Sep 21 10:23:16.059 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.059 INFO kablam! | Sep 21 10:23:16.059 INFO kablam! Sep 21 10:23:16.064 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:16.064 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:16.064 INFO kablam! | Sep 21 10:23:16.064 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:16.065 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.065 INFO kablam! | Sep 21 10:23:16.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.065 INFO kablam! | Sep 21 10:23:16.065 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.065 INFO kablam! | Sep 21 10:23:16.065 INFO kablam! Sep 21 10:23:16.194 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:16.194 INFO kablam! Sep 21 10:23:16.194 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:16.194 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:16.258 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:16.258 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:23:16.526 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:16.526 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:16.526 INFO kablam! | Sep 21 10:23:16.526 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:16.526 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:16.526 INFO kablam! Sep 21 10:23:16.526 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:16.526 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:16.526 INFO kablam! | Sep 21 10:23:16.526 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:16.526 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:16.526 INFO kablam! Sep 21 10:23:16.690 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:16.690 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:16.690 INFO kablam! | Sep 21 10:23:16.690 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:16.691 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.691 INFO kablam! | Sep 21 10:23:16.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.692 INFO kablam! | Sep 21 10:23:16.692 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.692 INFO kablam! | Sep 21 10:23:16.692 INFO kablam! Sep 21 10:23:16.722 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:16.722 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:16.722 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! Sep 21 10:23:16.722 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:16.722 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:16.722 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:16.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:16.722 INFO kablam! | Sep 21 10:23:16.722 INFO kablam! Sep 21 10:23:16.777 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:16.777 INFO kablam! Sep 21 10:23:16.777 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:16.782 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:16.801 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:16.801 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:23:17.229 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 10:23:17.229 INFO kablam! --> src/lib.rs:11:13 Sep 21 10:23:17.229 INFO kablam! | Sep 21 10:23:17.229 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 21 10:23:17.229 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 10:23:17.229 INFO kablam! Sep 21 10:23:17.229 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 10:23:17.229 INFO kablam! --> src/lib.rs:16:19 Sep 21 10:23:17.229 INFO kablam! | Sep 21 10:23:17.229 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 21 10:23:17.229 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 10:23:17.229 INFO kablam! Sep 21 10:23:17.330 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 21 10:23:17.330 INFO kablam! --> src/lib.rs:22:60 Sep 21 10:23:17.330 INFO kablam! | Sep 21 10:23:17.330 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 21 10:23:17.330 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:17.330 INFO kablam! | Sep 21 10:23:17.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:17.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:17.330 INFO kablam! | Sep 21 10:23:17.330 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:17.330 INFO kablam! | Sep 21 10:23:17.330 INFO kablam! Sep 21 10:23:17.334 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 21 10:23:17.334 INFO kablam! --> src/lib.rs:24:72 Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:17.334 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:17.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! Sep 21 10:23:17.334 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 21 10:23:17.334 INFO kablam! --> src/lib.rs:26:71 Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 21 10:23:17.334 INFO kablam! | ^^^^^^^^^^ Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:23:17.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 21 10:23:17.334 INFO kablam! | Sep 21 10:23:17.334 INFO kablam! Sep 21 10:23:17.390 INFO kablam! error: aborting due to 5 previous errors Sep 21 10:23:17.390 INFO kablam! Sep 21 10:23:17.390 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:23:17.390 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:23:17.402 INFO kablam! error: Could not compile `flamer`. Sep 21 10:23:17.402 INFO kablam! Sep 21 10:23:17.402 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:23:17.403 INFO kablam! su: No module specific data is present Sep 21 10:23:18.249 INFO running `"docker" "rm" "-f" "1389bdcc9472782b7d6b4639d620c017ee914b94ea642fff4c28b8130df7570c"` Sep 21 10:23:18.355 INFO blam! 1389bdcc9472782b7d6b4639d620c017ee914b94ea642fff4c28b8130df7570c