Sep 14 12:23:43.356 INFO checking object-alloc-test-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:23:43.356 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:23:43.356 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:23:43.603 INFO blam! da9f089ae41073bf8fcf4b400efce2b695d35f1916eeb263dbfdbacd1281f047 Sep 14 12:23:43.604 INFO running `"docker" "start" "-a" "da9f089ae41073bf8fcf4b400efce2b695d35f1916eeb263dbfdbacd1281f047"` Sep 14 12:23:44.286 INFO kablam! usermod: no changes Sep 14 12:23:44.370 INFO kablam! Checking object-alloc v0.1.0 Sep 14 12:23:44.370 INFO kablam! Compiling interpolate_idents v0.1.8 Sep 14 12:23:44.370 INFO kablam! Checking twox-hash v1.1.1 Sep 14 12:23:44.435 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 14 12:23:44.435 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Sep 14 12:23:44.435 INFO kablam! | Sep 14 12:23:44.435 INFO kablam! 12 | use alloc::allocator::Layout; Sep 14 12:23:44.435 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 14 12:23:44.435 INFO kablam! Sep 14 12:23:44.455 INFO kablam! error: aborting due to previous error Sep 14 12:23:44.455 INFO kablam! Sep 14 12:23:44.455 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 12:23:44.461 INFO kablam! error: Could not compile `object-alloc`. Sep 14 12:23:44.461 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:23:46.030 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 12:23:46.030 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:10:13 Sep 14 12:23:46.030 INFO kablam! | Sep 14 12:23:46.030 INFO kablam! 10 | use syntax::codemap::Span; Sep 14 12:23:46.030 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 12:23:46.031 INFO kablam! Sep 14 12:23:46.031 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 12:23:46.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:10:19 Sep 14 12:23:46.031 INFO kablam! | Sep 14 12:23:46.031 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 14 12:23:46.031 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 12:23:46.031 INFO kablam! Sep 14 12:23:46.130 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 12:23:46.130 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Sep 14 12:23:46.130 INFO kablam! | Sep 14 12:23:46.130 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 14 12:23:46.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 12:23:46.130 INFO kablam! Sep 14 12:23:46.194 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 12:23:46.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Sep 14 12:23:46.194 INFO kablam! | Sep 14 12:23:46.194 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 14 12:23:46.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 12:23:46.194 INFO kablam! Sep 14 12:23:46.209 INFO kablam! error[E0624]: method `span_err` is private Sep 14 12:23:46.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:54:20 Sep 14 12:23:46.209 INFO kablam! | Sep 14 12:23:46.209 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 14 12:23:46.209 INFO kablam! | ^^^^^^^^ Sep 14 12:23:46.209 INFO kablam! Sep 14 12:23:46.212 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 Sep 14 12:23:46.212 INFO kablam! | Sep 14 12:23:46.212 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 14 12:23:46.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:23:46.212 INFO kablam! | | Sep 14 12:23:46.212 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.212 INFO kablam! | in this macro invocation Sep 14 12:23:46.212 INFO kablam! | Sep 14 12:23:46.212 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 14 12:23:46.212 INFO kablam! = note: required by `std::rt::begin_panic` Sep 14 12:23:46.212 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 12:23:46.212 INFO kablam! Sep 14 12:23:46.212 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 Sep 14 12:23:46.213 INFO kablam! | Sep 14 12:23:46.213 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 14 12:23:46.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:23:46.213 INFO kablam! | | Sep 14 12:23:46.213 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.213 INFO kablam! | in this macro invocation Sep 14 12:23:46.213 INFO kablam! | Sep 14 12:23:46.213 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 14 12:23:46.213 INFO kablam! = note: required by `std::rt::begin_panic` Sep 14 12:23:46.213 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 12:23:46.213 INFO kablam! Sep 14 12:23:46.214 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.214 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 Sep 14 12:23:46.214 INFO kablam! | Sep 14 12:23:46.214 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 14 12:23:46.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:23:46.214 INFO kablam! | | Sep 14 12:23:46.214 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.214 INFO kablam! | in this macro invocation Sep 14 12:23:46.214 INFO kablam! | Sep 14 12:23:46.214 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 14 12:23:46.214 INFO kablam! = note: required by `std::rt::begin_panic` Sep 14 12:23:46.215 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 12:23:46.215 INFO kablam! Sep 14 12:23:46.218 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 Sep 14 12:23:46.218 INFO kablam! | Sep 14 12:23:46.218 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 14 12:23:46.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:23:46.218 INFO kablam! | | Sep 14 12:23:46.218 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 14 12:23:46.218 INFO kablam! | in this macro invocation Sep 14 12:23:46.218 INFO kablam! | Sep 14 12:23:46.218 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 14 12:23:46.218 INFO kablam! = note: required by `std::rt::begin_panic` Sep 14 12:23:46.218 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 12:23:46.218 INFO kablam! Sep 14 12:23:46.227 INFO kablam! error: aborting due to 9 previous errors Sep 14 12:23:46.227 INFO kablam! Sep 14 12:23:46.227 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 14 12:23:46.227 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 12:23:46.245 INFO kablam! error: Could not compile `interpolate_idents`. Sep 14 12:23:46.245 INFO kablam! Sep 14 12:23:46.245 INFO kablam! To learn more, run the command again with --verbose. Sep 14 12:23:46.246 INFO kablam! su: No module specific data is present Sep 14 12:23:46.986 INFO running `"docker" "rm" "-f" "da9f089ae41073bf8fcf4b400efce2b695d35f1916eeb263dbfdbacd1281f047"` Sep 14 12:23:47.231 INFO blam! da9f089ae41073bf8fcf4b400efce2b695d35f1916eeb263dbfdbacd1281f047