Sep 20 01:44:53.986 INFO checking flamer-0.1.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 01:44:53.986 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 01:44:53.986 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/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:54.432 INFO blam! da54185a85d633726e5a94d66d7c57ef3aef2c5047ea2f372c7ae9144b2afcbf Sep 20 01:44:54.432 INFO running `"docker" "start" "-a" "da54185a85d633726e5a94d66d7c57ef3aef2c5047ea2f372c7ae9144b2afcbf"` Sep 20 01:44:55.811 INFO kablam! usermod: no changes Sep 20 01:44:55.967 INFO kablam! Checking lazy_static v0.2.11 Sep 20 01:44:55.967 INFO kablam! Compiling thread-id v3.3.0 Sep 20 01:44:56.495 INFO kablam! Compiling flame v0.1.12 Sep 20 01:44:58.363 INFO kablam! Checking flamer v0.1.4 (/source) Sep 20 01:45:02.751 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:45:02.751 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:45:02.751 INFO kablam! | Sep 20 01:45:02.751 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:45:02.751 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:45:02.751 INFO kablam! Sep 20 01:45:02.751 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:45:02.751 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:45:02.751 INFO kablam! | Sep 20 01:45:02.751 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:45:02.751 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:45:02.751 INFO kablam! Sep 20 01:45:02.863 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:45:02.863 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:45:02.863 INFO kablam! | Sep 20 01:45:02.863 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:45:02.863 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:02.863 INFO kablam! | Sep 20 01:45:02.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:02.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:02.863 INFO kablam! | Sep 20 01:45:02.863 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:02.863 INFO kablam! | Sep 20 01:45:02.863 INFO kablam! Sep 20 01:45:02.871 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:45:02.871 INFO kablam! --> src/lib.rs:24:76 Sep 20 01:45:02.871 INFO kablam! | Sep 20 01:45:02.871 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:02.871 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:02.871 INFO kablam! | Sep 20 01:45:02.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:02.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:02.871 INFO kablam! | Sep 20 01:45:02.871 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:02.871 INFO kablam! | Sep 20 01:45:02.871 INFO kablam! Sep 20 01:45:02.874 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:45:02.875 INFO kablam! --> src/lib.rs:26:75 Sep 20 01:45:02.875 INFO kablam! | Sep 20 01:45:02.875 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:02.875 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:02.875 INFO kablam! | Sep 20 01:45:02.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:02.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:02.875 INFO kablam! | Sep 20 01:45:02.875 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:02.875 INFO kablam! | Sep 20 01:45:02.875 INFO kablam! Sep 20 01:45:02.910 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 01:45:02.911 INFO kablam! --> src/lib.rs:49:25 Sep 20 01:45:02.911 INFO kablam! | Sep 20 01:45:02.911 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 01:45:02.911 INFO kablam! | ^^^^^^ Sep 20 01:45:02.911 INFO kablam! Sep 20 01:45:02.927 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 01:45:02.927 INFO kablam! --> src/lib.rs:70:16 Sep 20 01:45:02.927 INFO kablam! | Sep 20 01:45:02.927 INFO kablam! 70 | }).unwrap() Sep 20 01:45:02.927 INFO kablam! | ^^^^^^ Sep 20 01:45:02.927 INFO kablam! Sep 20 01:45:02.938 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:45:02.939 INFO kablam! Sep 20 01:45:02.939 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:45:02.939 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:45:02.953 INFO kablam! error: Could not compile `flamer`. Sep 20 01:45:02.953 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:45:02.981 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:45:02.981 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:45:02.981 INFO kablam! | Sep 20 01:45:02.982 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:45:02.982 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:45:02.982 INFO kablam! Sep 20 01:45:02.982 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:45:02.982 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:45:02.982 INFO kablam! | Sep 20 01:45:02.982 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:45:02.983 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:45:02.983 INFO kablam! Sep 20 01:45:03.019 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:45:03.019 INFO kablam! --> src/lib.rs:11:13 Sep 20 01:45:03.019 INFO kablam! | Sep 20 01:45:03.019 INFO kablam! 11 | use syntax::codemap::{DUMMY_SP, Span}; Sep 20 01:45:03.019 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:45:03.019 INFO kablam! Sep 20 01:45:03.019 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:45:03.020 INFO kablam! --> src/lib.rs:16:19 Sep 20 01:45:03.020 INFO kablam! | Sep 20 01:45:03.020 INFO kablam! 16 | use syntax::util::small_vector::SmallVector; Sep 20 01:45:03.020 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:45:03.020 INFO kablam! Sep 20 01:45:03.130 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:45:03.131 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:45:03.131 INFO kablam! | Sep 20 01:45:03.131 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:45:03.131 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.131 INFO kablam! | Sep 20 01:45:03.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.131 INFO kablam! | Sep 20 01:45:03.131 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.131 INFO kablam! | Sep 20 01:45:03.131 INFO kablam! Sep 20 01:45:03.139 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:45:03.139 INFO kablam! --> src/lib.rs:24:76 Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:03.139 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 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:45:03.139 INFO kablam! --> src/lib.rs:22:60 Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! 22 | Flamer { cx: cx, ident: i.ident }.fold_item(i).expect_one("expected exactly one item")), Sep 20 01:45:03.139 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.139 INFO kablam! | Sep 20 01:45:03.139 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.140 INFO kablam! | Sep 20 01:45:03.140 INFO kablam! Sep 20 01:45:03.140 INFO kablam! Sep 20 01:45:03.146 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:45:03.147 INFO kablam! --> src/lib.rs:24:76 Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! 24 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_trait_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:03.147 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! Sep 20 01:45:03.147 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:45:03.147 INFO kablam! --> src/lib.rs:26:75 Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:03.147 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.147 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:45:03.147 INFO kablam! --> src/lib.rs:26:75 Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! 26 | i.map(|i| Flamer { cx: cx, ident: i.ident }.fold_impl_item(i).expect_one("expected exactly one item"))), Sep 20 01:45:03.147 INFO kablam! | ^^^^^^^^^^ Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.147 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.147 INFO kablam! | Sep 20 01:45:03.154 INFO kablam! Sep 20 01:45:03.155 INFO kablam! | Sep 20 01:45:03.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 01:45:03.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 01:45:03.155 INFO kablam! | Sep 20 01:45:03.155 INFO kablam! 6 | use rustc_data_structures::small_vec::ExpectOne; Sep 20 01:45:03.155 INFO kablam! | Sep 20 01:45:03.155 INFO kablam! Sep 20 01:45:03.190 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 01:45:03.191 INFO kablam! --> src/lib.rs:49:25 Sep 20 01:45:03.191 INFO kablam! | Sep 20 01:45:03.191 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 01:45:03.191 INFO kablam! | ^^^^^^ Sep 20 01:45:03.191 INFO kablam! Sep 20 01:45:03.198 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 01:45:03.199 INFO kablam! --> src/lib.rs:70:16 Sep 20 01:45:03.199 INFO kablam! | Sep 20 01:45:03.199 INFO kablam! 70 | }).unwrap() Sep 20 01:45:03.199 INFO kablam! | ^^^^^^ Sep 20 01:45:03.199 INFO kablam! Sep 20 01:45:03.218 INFO kablam! error[E0599]: no method named `map_or` found for type `syntax::ast::Symbol` in the current scope Sep 20 01:45:03.219 INFO kablam! --> src/lib.rs:49:25 Sep 20 01:45:03.219 INFO kablam! | Sep 20 01:45:03.219 INFO kablam! 49 | attr.name().map_or(false, |name| Sep 20 01:45:03.219 INFO kablam! | ^^^^^^ Sep 20 01:45:03.219 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:45:03.219 INFO kablam! Sep 20 01:45:03.219 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:45:03.219 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:45:03.219 INFO kablam! Sep 20 01:45:03.222 INFO kablam! error: Could not compile `flamer`. Sep 20 01:45:03.223 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:45:03.233 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 20 01:45:03.233 INFO kablam! --> src/lib.rs:70:16 Sep 20 01:45:03.233 INFO kablam! | Sep 20 01:45:03.233 INFO kablam! 70 | }).unwrap() Sep 20 01:45:03.233 INFO kablam! | ^^^^^^ Sep 20 01:45:03.233 INFO kablam! Sep 20 01:45:03.246 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:45:03.247 INFO kablam! Sep 20 01:45:03.247 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 01:45:03.247 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:45:03.269 INFO kablam! error: Could not compile `flamer`. Sep 20 01:45:03.269 INFO kablam! Sep 20 01:45:03.269 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:45:03.270 INFO kablam! su: No module specific data is present Sep 20 01:45:04.260 INFO running `"docker" "rm" "-f" "da54185a85d633726e5a94d66d7c57ef3aef2c5047ea2f372c7ae9144b2afcbf"` Sep 20 01:45:04.378 INFO blam! da54185a85d633726e5a94d66d7c57ef3aef2c5047ea2f372c7ae9144b2afcbf