Sep 20 01:44:43.854 INFO checking flamer-0.2.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 01:44:43.854 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 01:44:43.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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.099 INFO blam! 204cb9e763b285271b80d7fc9a9eec5b572f50d96464731f40be773766852bb8 Sep 20 01:44:44.107 INFO running `"docker" "start" "-a" "204cb9e763b285271b80d7fc9a9eec5b572f50d96464731f40be773766852bb8"` Sep 20 01:44:44.643 INFO kablam! usermod: no changes Sep 20 01:44:44.757 INFO kablam! Compiling thread-id v3.3.0 Sep 20 01:44:45.399 INFO kablam! Compiling flame v0.2.2 Sep 20 01:44:47.144 INFO kablam! Checking flamer v0.2.5 (/source) Sep 20 01:44:53.587 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:53.587 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:53.587 INFO kablam! | Sep 20 01:44:53.587 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:53.587 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:53.587 INFO kablam! Sep 20 01:44:53.587 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:53.587 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:53.587 INFO kablam! | Sep 20 01:44:53.587 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:53.587 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:53.587 INFO kablam! Sep 20 01:44:53.891 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.891 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:53.891 INFO kablam! | Sep 20 01:44:53.891 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:53.891 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.891 INFO kablam! | Sep 20 01:44:53.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.891 INFO kablam! | Sep 20 01:44:53.891 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.891 INFO kablam! | Sep 20 01:44:53.891 INFO kablam! Sep 20 01:44:53.907 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.907 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:53.907 INFO kablam! | Sep 20 01:44:53.907 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.907 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.907 INFO kablam! | Sep 20 01:44:53.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.907 INFO kablam! | Sep 20 01:44:53.907 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.907 INFO kablam! | Sep 20 01:44:53.907 INFO kablam! Sep 20 01:44:53.915 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.915 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:53.915 INFO kablam! | Sep 20 01:44:53.915 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.915 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:53.915 INFO kablam! | Sep 20 01:44:53.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:53.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:53.915 INFO kablam! | Sep 20 01:44:53.915 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:53.915 INFO kablam! | Sep 20 01:44:53.915 INFO kablam! Sep 20 01:44:53.934 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:53.934 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:53.934 INFO kablam! | Sep 20 01:44:53.934 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:53.934 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:53.934 INFO kablam! Sep 20 01:44:53.935 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:53.935 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:53.935 INFO kablam! | Sep 20 01:44:53.935 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:53.935 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:53.935 INFO kablam! Sep 20 01:44:54.007 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:54.007 INFO kablam! Sep 20 01:44:54.007 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:54.007 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:54.039 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:54.039 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:44:54.083 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:54.083 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:54.083 INFO kablam! | Sep 20 01:44:54.083 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:54.083 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.083 INFO kablam! | Sep 20 01:44:54.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.083 INFO kablam! | Sep 20 01:44:54.083 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.083 INFO kablam! | Sep 20 01:44:54.083 INFO kablam! Sep 20 01:44:54.085 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:54.085 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:54.085 INFO kablam! | Sep 20 01:44:54.085 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:54.085 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.085 INFO kablam! | Sep 20 01:44:54.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.087 INFO kablam! | Sep 20 01:44:54.087 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.087 INFO kablam! | Sep 20 01:44:54.087 INFO kablam! Sep 20 01:44:54.091 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:54.091 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:54.091 INFO kablam! | Sep 20 01:44:54.091 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:54.091 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.091 INFO kablam! | Sep 20 01:44:54.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.091 INFO kablam! | Sep 20 01:44:54.091 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.091 INFO kablam! | Sep 20 01:44:54.091 INFO kablam! Sep 20 01:44:54.147 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:54.147 INFO kablam! Sep 20 01:44:54.147 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:54.147 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:54.158 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:54.158 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:44:54.415 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:44:54.415 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:44:54.415 INFO kablam! | Sep 20 01:44:54.415 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:44:54.415 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:44:54.415 INFO kablam! Sep 20 01:44:54.415 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:44:54.415 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:44:54.415 INFO kablam! | Sep 20 01:44:54.415 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:44:54.415 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:44:54.415 INFO kablam! Sep 20 01:44:54.535 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:54.535 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:44:54.535 INFO kablam! | Sep 20 01:44:54.535 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:44:54.535 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.535 INFO kablam! | Sep 20 01:44:54.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.535 INFO kablam! | Sep 20 01:44:54.535 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.535 INFO kablam! | Sep 20 01:44:54.535 INFO kablam! Sep 20 01:44:54.539 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:54.539 INFO kablam! --> src/lib.rs:24:72 Sep 20 01:44:54.539 INFO kablam! | Sep 20 01:44:54.539 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:54.539 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.539 INFO kablam! | Sep 20 01:44:54.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.539 INFO kablam! | Sep 20 01:44:54.539 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.539 INFO kablam! | Sep 20 01:44:54.539 INFO kablam! Sep 20 01:44:54.543 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:54.543 INFO kablam! --> src/lib.rs:26:71 Sep 20 01:44:54.543 INFO kablam! | Sep 20 01:44:54.543 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:54.543 INFO kablam! | ^^^^^^^^^^ Sep 20 01:44:54.543 INFO kablam! | Sep 20 01:44:54.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:44:54.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:44:54.543 INFO kablam! | Sep 20 01:44:54.543 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:44:54.543 INFO kablam! | Sep 20 01:44:54.543 INFO kablam! Sep 20 01:44:54.603 INFO kablam! error: aborting due to 5 previous errors Sep 20 01:44:54.603 INFO kablam! Sep 20 01:44:54.603 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:44:54.603 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:44:54.616 INFO kablam! error: Could not compile `flamer`. Sep 20 01:44:54.616 INFO kablam! Sep 20 01:44:54.616 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:44:54.616 INFO kablam! su: No module specific data is present Sep 20 01:44:55.561 INFO running `"docker" "rm" "-f" "204cb9e763b285271b80d7fc9a9eec5b572f50d96464731f40be773766852bb8"` Sep 20 01:44:55.811 INFO blam! 204cb9e763b285271b80d7fc9a9eec5b572f50d96464731f40be773766852bb8