Jul 12 03:07:09.817 INFO checking object-alloc-test-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 03:07:09.817 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:07:09.817 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:07:09.817 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/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 12 03:07:10.063 INFO blam! fbc9fdd8d3c7e5e6bd2f831467060046c05b27107703603a26397661bf46e727 Jul 12 03:07:10.065 INFO running `"docker" "start" "-a" "fbc9fdd8d3c7e5e6bd2f831467060046c05b27107703603a26397661bf46e727"` Jul 12 03:07:11.129 INFO kablam! Checking object-alloc v0.1.0 Jul 12 03:07:11.137 INFO kablam! Compiling interpolate_idents v0.1.8 Jul 12 03:07:11.331 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 12 03:07:11.331 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Jul 12 03:07:11.331 INFO kablam! | Jul 12 03:07:11.331 INFO kablam! 12 | use alloc::allocator::Layout; Jul 12 03:07:11.331 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 12 03:07:11.331 INFO kablam! Jul 12 03:07:11.403 INFO kablam! error: aborting due to previous error Jul 12 03:07:11.406 INFO kablam! Jul 12 03:07:11.407 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 03:07:11.419 INFO kablam! error: Could not compile `object-alloc`. Jul 12 03:07:11.420 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 03:07:13.465 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Jul 12 03:07:13.465 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Jul 12 03:07:13.465 INFO kablam! | Jul 12 03:07:13.465 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Jul 12 03:07:13.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Jul 12 03:07:13.465 INFO kablam! Jul 12 03:07:13.607 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Jul 12 03:07:13.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Jul 12 03:07:13.607 INFO kablam! | Jul 12 03:07:13.607 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Jul 12 03:07:13.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Jul 12 03:07:13.607 INFO kablam! Jul 12 03:07:13.652 INFO kablam! error[E0624]: method `span_err` is private Jul 12 03:07:13.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:54:20 Jul 12 03:07:13.652 INFO kablam! | Jul 12 03:07:13.652 INFO kablam! 54 | parser.span_err(span, &msg[..]); Jul 12 03:07:13.652 INFO kablam! | ^^^^^^^^ Jul 12 03:07:13.652 INFO kablam! Jul 12 03:07:13.652 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 Jul 12 03:07:13.652 INFO kablam! | Jul 12 03:07:13.652 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Jul 12 03:07:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.652 INFO kablam! | | Jul 12 03:07:13.652 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.652 INFO kablam! | in this macro invocation Jul 12 03:07:13.652 INFO kablam! | Jul 12 03:07:13.652 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.652 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.652 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 12 03:07:13.652 INFO kablam! Jul 12 03:07:13.654 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 Jul 12 03:07:13.655 INFO kablam! | Jul 12 03:07:13.656 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Jul 12 03:07:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.656 INFO kablam! | | Jul 12 03:07:13.656 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.656 INFO kablam! | in this macro invocation Jul 12 03:07:13.656 INFO kablam! | Jul 12 03:07:13.656 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.656 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.656 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 12 03:07:13.656 INFO kablam! Jul 12 03:07:13.657 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.657 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 Jul 12 03:07:13.657 INFO kablam! | Jul 12 03:07:13.657 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Jul 12 03:07:13.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.657 INFO kablam! | | Jul 12 03:07:13.657 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.657 INFO kablam! | in this macro invocation Jul 12 03:07:13.657 INFO kablam! | Jul 12 03:07:13.657 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.658 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.658 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 12 03:07:13.658 INFO kablam! Jul 12 03:07:13.662 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.662 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 Jul 12 03:07:13.662 INFO kablam! | Jul 12 03:07:13.662 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Jul 12 03:07:13.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.662 INFO kablam! | | Jul 12 03:07:13.662 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.662 INFO kablam! | in this macro invocation Jul 12 03:07:13.662 INFO kablam! | Jul 12 03:07:13.662 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.662 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.662 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 12 03:07:13.662 INFO kablam! Jul 12 03:07:13.674 INFO kablam! error: aborting due to 7 previous errors Jul 12 03:07:13.674 INFO kablam! Jul 12 03:07:13.674 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0624. Jul 12 03:07:13.674 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 12 03:07:13.708 INFO kablam! error: Could not compile `interpolate_idents`. Jul 12 03:07:13.708 INFO kablam! Jul 12 03:07:13.708 INFO kablam! To learn more, run the command again with --verbose. Jul 12 03:07:13.709 INFO kablam! su: No module specific data is present Jul 12 03:07:14.372 INFO running `"docker" "rm" "-f" "fbc9fdd8d3c7e5e6bd2f831467060046c05b27107703603a26397661bf46e727"` Jul 12 03:07:14.607 INFO blam! fbc9fdd8d3c7e5e6bd2f831467060046c05b27107703603a26397661bf46e727