Jul 12 03:07:09.338 INFO checking object-alloc-test-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 03:07:09.338 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 03:07:09.338 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 03:07:09.338 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 03:07:09.606 INFO blam! fcc841ce7095ae7d30b2e3173c73229305ba3d4eafcf1ba5f04cbb5ec7d1e313 Jul 12 03:07:09.608 INFO running `"docker" "start" "-a" "fcc841ce7095ae7d30b2e3173c73229305ba3d4eafcf1ba5f04cbb5ec7d1e313"` Jul 12 03:07:10.669 INFO kablam! Compiling interpolate_idents v0.1.8 Jul 12 03:07:10.673 INFO kablam! Checking object-alloc v0.1.0 Jul 12 03:07:10.801 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 12 03:07:10.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Jul 12 03:07:10.802 INFO kablam! | Jul 12 03:07:10.802 INFO kablam! 12 | use alloc::allocator::Layout; Jul 12 03:07:10.802 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 12 03:07:10.802 INFO kablam! Jul 12 03:07:10.871 INFO kablam! error: aborting due to previous error Jul 12 03:07:10.871 INFO kablam! Jul 12 03:07:10.871 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 03:07:10.882 INFO kablam! error: Could not compile `object-alloc`. Jul 12 03:07:10.883 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 03:07:13.336 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Jul 12 03:07:13.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Jul 12 03:07:13.336 INFO kablam! | Jul 12 03:07:13.336 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Jul 12 03:07:13.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Jul 12 03:07:13.336 INFO kablam! Jul 12 03:07:13.504 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Jul 12 03:07:13.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Jul 12 03:07:13.504 INFO kablam! | Jul 12 03:07:13.504 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Jul 12 03:07:13.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Jul 12 03:07:13.504 INFO kablam! Jul 12 03:07:13.538 INFO kablam! error[E0624]: method `span_err` is private Jul 12 03:07:13.538 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.538 INFO kablam! | Jul 12 03:07:13.538 INFO kablam! 54 | parser.span_err(span, &msg[..]); Jul 12 03:07:13.538 INFO kablam! | ^^^^^^^^ Jul 12 03:07:13.538 INFO kablam! Jul 12 03:07:13.546 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.546 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.546 INFO kablam! | Jul 12 03:07:13.546 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Jul 12 03:07:13.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.546 INFO kablam! | | Jul 12 03:07:13.546 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.546 INFO kablam! | in this macro invocation Jul 12 03:07:13.546 INFO kablam! | Jul 12 03:07:13.546 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.546 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.546 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.546 INFO kablam! Jul 12 03:07:13.548 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.548 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.548 INFO kablam! | Jul 12 03:07:13.548 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Jul 12 03:07:13.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.548 INFO kablam! | | Jul 12 03:07:13.548 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.548 INFO kablam! | in this macro invocation Jul 12 03:07:13.548 INFO kablam! | Jul 12 03:07:13.548 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.548 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.548 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.548 INFO kablam! Jul 12 03:07:13.551 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.551 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.551 INFO kablam! | Jul 12 03:07:13.551 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Jul 12 03:07:13.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.551 INFO kablam! | | Jul 12 03:07:13.551 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.551 INFO kablam! | in this macro invocation Jul 12 03:07:13.551 INFO kablam! | Jul 12 03:07:13.552 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.552 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.552 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.552 INFO kablam! Jul 12 03:07:13.556 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.556 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.556 INFO kablam! | Jul 12 03:07:13.556 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Jul 12 03:07:13.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 03:07:13.556 INFO kablam! | | Jul 12 03:07:13.556 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 12 03:07:13.556 INFO kablam! | in this macro invocation Jul 12 03:07:13.556 INFO kablam! | Jul 12 03:07:13.556 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 12 03:07:13.556 INFO kablam! = note: required by `std::rt::begin_panic` Jul 12 03:07:13.556 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.557 INFO kablam! Jul 12 03:07:13.571 INFO kablam! error: aborting due to 7 previous errors Jul 12 03:07:13.571 INFO kablam! Jul 12 03:07:13.571 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0624. Jul 12 03:07:13.571 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 12 03:07:13.595 INFO kablam! error: Could not compile `interpolate_idents`. Jul 12 03:07:13.595 INFO kablam! Jul 12 03:07:13.595 INFO kablam! To learn more, run the command again with --verbose. Jul 12 03:07:13.597 INFO kablam! su: No module specific data is present Jul 12 03:07:14.151 INFO running `"docker" "rm" "-f" "fcc841ce7095ae7d30b2e3173c73229305ba3d4eafcf1ba5f04cbb5ec7d1e313"` Jul 12 03:07:14.340 INFO blam! fcc841ce7095ae7d30b2e3173c73229305ba3d4eafcf1ba5f04cbb5ec7d1e313