Sep 20 01:44:43.785 INFO checking flamer-0.2.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 01:44:43.785 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 01:44:43.785 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:44:44.052 INFO blam! 1aaa4bf0268fce17b2aa6af0389f4641c6905df69cc7da98428549b35ed30521 Sep 20 01:44:44.059 INFO running `"docker" "start" "-a" "1aaa4bf0268fce17b2aa6af0389f4641c6905df69cc7da98428549b35ed30521"` Sep 20 01:44:44.554 INFO kablam! usermod: no changes Sep 20 01:44:44.630 INFO kablam! Compiling thread-id v3.3.0 Sep 20 01:44:44.940 INFO kablam! Compiling flame v0.2.2 Sep 20 01:44:46.320 INFO kablam! Checking flamer v0.2.5 (/source) Sep 20 01:44:52.419 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:52.419 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:52.419 INFO kablam! | Sep 20 01:44:52.419 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:52.419 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:52.419 INFO kablam! Sep 20 01:44:52.419 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:52.419 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:52.419 INFO kablam! | Sep 20 01:44:52.419 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:52.419 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:52.419 INFO kablam! Sep 20 01:44:52.751 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 01:44:52.751 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:52.751 INFO kablam! | Sep 20 01:44:52.751 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:52.751 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:52.751 INFO kablam! | Sep 20 01:44:52.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:52.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:52.751 INFO kablam! | Sep 20 01:44:52.751 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:52.751 INFO kablam! | Sep 20 01:44:52.751 INFO kablam! Sep 20 01:44:52.767 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 01:44:52.767 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:52.767 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:52.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! Sep 20 01:44:52.767 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 01:44:52.767 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:52.767 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:52.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:52.767 INFO kablam! | Sep 20 01:44:52.767 INFO kablam! Sep 20 01:44:52.923 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:52.939 INFO kablam! Sep 20 01:44:52.939 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:52.939 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:52.975 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:52.975 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:44:53.051 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:53.051 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:53.051 INFO kablam! | Sep 20 01:44:53.051 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:53.051 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:53.051 INFO kablam! Sep 20 01:44:53.051 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:53.051 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:53.051 INFO kablam! | Sep 20 01:44:53.051 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:53.051 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:53.051 INFO kablam! Sep 20 01:44:53.267 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 01:44:53.267 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:53.267 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! Sep 20 01:44:53.267 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 01:44:53.267 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:53.267 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.267 INFO kablam! | Sep 20 01:44:53.267 INFO kablam! Sep 20 01:44:53.271 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 01:44:53.271 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:53.271 INFO kablam! | Sep 20 01:44:53.271 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:53.271 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.271 INFO kablam! | Sep 20 01:44:53.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.271 INFO kablam! | Sep 20 01:44:53.271 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.271 INFO kablam! | Sep 20 01:44:53.271 INFO kablam! Sep 20 01:44:53.374 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:53.374 INFO kablam! Sep 20 01:44:53.379 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:53.379 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:53.404 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:53.404 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:44:53.718 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:53.719 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:53.719 INFO kablam! | Sep 20 01:44:53.719 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:53.719 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:53.719 INFO kablam! Sep 20 01:44:53.719 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:53.719 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:53.719 INFO kablam! | Sep 20 01:44:53.719 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:53.719 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:53.719 INFO kablam! Sep 20 01:44:53.835 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ptr::P; 1]>` in the current scope Sep 20 01:44:53.835 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:53.835 INFO kablam! | Sep 20 01:44:53.835 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:53.835 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.835 INFO kablam! | Sep 20 01:44:53.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.835 INFO kablam! | Sep 20 01:44:53.835 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.835 INFO kablam! | Sep 20 01:44:53.835 INFO kablam! Sep 20 01:44:53.838 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::TraitItem; 1]>` in the current scope Sep 20 01:44:53.839 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:53.839 INFO kablam! | Sep 20 01:44:53.839 INFO kablam! 24 | i.map(|i| Flamer { cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:53.839 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.839 INFO kablam! | Sep 20 01:44:53.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.839 INFO kablam! | Sep 20 01:44:53.839 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.839 INFO kablam! | Sep 20 01:44:53.839 INFO kablam! Sep 20 01:44:53.846 INFO kablam! error[E0599]: no method named `expect_one` found for type `smallvec::SmallVec<[syntax::ast::ImplItem; 1]>` in the current scope Sep 20 01:44:53.847 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:53.847 INFO kablam! | Sep 20 01:44:53.847 INFO kablam! 26 | i.map(|i| Flamer { cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:44:53.847 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.847 INFO kablam! | Sep 20 01:44:53.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.847 INFO kablam! | Sep 20 01:44:53.847 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.847 INFO kablam! | Sep 20 01:44:53.847 INFO kablam! Sep 20 01:44:53.906 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:53.907 INFO kablam! Sep 20 01:44:53.907 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:53.907 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:53.930 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:53.931 INFO kablam! Sep 20 01:44:53.931 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:44:53.938 INFO kablam! su: No module specific data is present Sep 20 01:44:55.308 INFO running `"docker" "rm" "-f" "1aaa4bf0268fce17b2aa6af0389f4641c6905df69cc7da98428549b35ed30521"` Sep 20 01:44:55.594 INFO blam! 1aaa4bf0268fce17b2aa6af0389f4641c6905df69cc7da98428549b35ed30521