Jul 11 21:43:22.580 INFO checking slab-alloc-0.1.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 21:43:22.580 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:43:22.580 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:43:22.580 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:43:22.890 INFO blam! 32f37e85a900dcc4a093e92e15f4106e06b4971a28c925926b6fc512a5ef5209 Jul 11 21:43:22.893 INFO running `"docker" "start" "-a" "32f37e85a900dcc4a093e92e15f4106e06b4971a28c925926b6fc512a5ef5209"` Jul 11 21:43:23.973 INFO kablam! Compiling interpolate_idents v0.1.8 Jul 11 21:43:23.974 INFO kablam! Checking object-alloc v0.1.0 Jul 11 21:43:23.982 INFO kablam! Checking errno v0.2.4 Jul 11 21:43:23.987 INFO kablam! Checking lazy_static v0.2.11 Jul 11 21:43:23.987 INFO kablam! Checking twox-hash v1.1.1 Jul 11 21:43:24.440 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 11 21:43:24.440 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Jul 11 21:43:24.440 INFO kablam! | Jul 11 21:43:24.440 INFO kablam! 12 | use alloc::allocator::Layout; Jul 11 21:43:24.440 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 11 21:43:24.440 INFO kablam! Jul 11 21:43:24.743 INFO kablam! error: aborting due to previous error Jul 11 21:43:24.743 INFO kablam! Jul 11 21:43:24.743 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 11 21:43:24.771 INFO kablam! error: Could not compile `object-alloc`. Jul 11 21:43:24.772 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 21:43:27.312 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Jul 11 21:43:27.312 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Jul 11 21:43:27.312 INFO kablam! | Jul 11 21:43:27.312 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Jul 11 21:43:27.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Jul 11 21:43:27.312 INFO kablam! Jul 11 21:43:27.417 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Jul 11 21:43:27.417 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Jul 11 21:43:27.417 INFO kablam! | Jul 11 21:43:27.417 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Jul 11 21:43:27.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Jul 11 21:43:27.417 INFO kablam! Jul 11 21:43:27.447 INFO kablam! error[E0624]: method `span_err` is private Jul 11 21:43:27.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:54:20 Jul 11 21:43:27.447 INFO kablam! | Jul 11 21:43:27.447 INFO kablam! 54 | parser.span_err(span, &msg[..]); Jul 11 21:43:27.447 INFO kablam! | ^^^^^^^^ Jul 11 21:43:27.447 INFO kablam! Jul 11 21:43:27.453 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 Jul 11 21:43:27.453 INFO kablam! | Jul 11 21:43:27.453 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Jul 11 21:43:27.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:27.453 INFO kablam! | | Jul 11 21:43:27.453 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.453 INFO kablam! | in this macro invocation Jul 11 21:43:27.453 INFO kablam! | Jul 11 21:43:27.453 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:27.453 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:27.453 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) Jul 11 21:43:27.453 INFO kablam! Jul 11 21:43:27.455 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 Jul 11 21:43:27.455 INFO kablam! | Jul 11 21:43:27.455 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Jul 11 21:43:27.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:27.455 INFO kablam! | | Jul 11 21:43:27.455 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.455 INFO kablam! | in this macro invocation Jul 11 21:43:27.455 INFO kablam! | Jul 11 21:43:27.455 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:27.455 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:27.455 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) Jul 11 21:43:27.455 INFO kablam! Jul 11 21:43:27.458 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 Jul 11 21:43:27.458 INFO kablam! | Jul 11 21:43:27.458 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Jul 11 21:43:27.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:27.458 INFO kablam! | | Jul 11 21:43:27.458 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.458 INFO kablam! | in this macro invocation Jul 11 21:43:27.458 INFO kablam! | Jul 11 21:43:27.458 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:27.458 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:27.458 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) Jul 11 21:43:27.458 INFO kablam! Jul 11 21:43:27.463 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.463 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 Jul 11 21:43:27.463 INFO kablam! | Jul 11 21:43:27.463 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Jul 11 21:43:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:27.463 INFO kablam! | | Jul 11 21:43:27.463 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:27.463 INFO kablam! | in this macro invocation Jul 11 21:43:27.463 INFO kablam! | Jul 11 21:43:27.463 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:27.463 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:27.463 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) Jul 11 21:43:27.463 INFO kablam! Jul 11 21:43:27.475 INFO kablam! error: aborting due to 7 previous errors Jul 11 21:43:27.475 INFO kablam! Jul 11 21:43:27.475 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0624. Jul 11 21:43:27.476 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 11 21:43:27.504 INFO kablam! error: Could not compile `interpolate_idents`. Jul 11 21:43:27.504 INFO kablam! Jul 11 21:43:27.504 INFO kablam! To learn more, run the command again with --verbose. Jul 11 21:43:27.506 INFO kablam! su: No module specific data is present Jul 11 21:43:28.013 INFO running `"docker" "rm" "-f" "32f37e85a900dcc4a093e92e15f4106e06b4971a28c925926b6fc512a5ef5209"` Jul 11 21:43:28.216 INFO blam! 32f37e85a900dcc4a093e92e15f4106e06b4971a28c925926b6fc512a5ef5209