Jul 11 21:43:22.225 INFO checking slab-alloc-0.1.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 21:43:22.225 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 21:43:22.225 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 21:43:22.225 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/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 11 21:43:22.539 INFO blam! 38dc590af2f9048624b2d76bc989c3c7844e0b43626b8127938c20c86980c99d Jul 11 21:43:22.542 INFO running `"docker" "start" "-a" "38dc590af2f9048624b2d76bc989c3c7844e0b43626b8127938c20c86980c99d"` Jul 11 21:43:23.498 INFO kablam! Compiling interpolate_idents v0.1.8 Jul 11 21:43:23.500 INFO kablam! Checking object-alloc v0.1.0 Jul 11 21:43:23.504 INFO kablam! Checking lazy_static v0.2.11 Jul 11 21:43:23.507 INFO kablam! Checking twox-hash v1.1.1 Jul 11 21:43:23.512 INFO kablam! Checking sysconf v0.3.3 Jul 11 21:43:23.932 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 11 21:43:23.932 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Jul 11 21:43:23.932 INFO kablam! | Jul 11 21:43:23.932 INFO kablam! 12 | use alloc::allocator::Layout; Jul 11 21:43:23.932 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 11 21:43:23.932 INFO kablam! Jul 11 21:43:24.282 INFO kablam! error: aborting due to previous error Jul 11 21:43:24.283 INFO kablam! Jul 11 21:43:24.284 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 11 21:43:24.303 INFO kablam! error: Could not compile `object-alloc`. Jul 11 21:43:24.304 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 21:43:26.709 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Jul 11 21:43:26.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Jul 11 21:43:26.709 INFO kablam! | Jul 11 21:43:26.709 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Jul 11 21:43:26.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Jul 11 21:43:26.709 INFO kablam! Jul 11 21:43:26.816 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Jul 11 21:43:26.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Jul 11 21:43:26.816 INFO kablam! | Jul 11 21:43:26.816 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Jul 11 21:43:26.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Jul 11 21:43:26.816 INFO kablam! Jul 11 21:43:26.846 INFO kablam! error[E0624]: method `span_err` is private Jul 11 21:43:26.847 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:26.847 INFO kablam! | Jul 11 21:43:26.847 INFO kablam! 54 | parser.span_err(span, &msg[..]); Jul 11 21:43:26.847 INFO kablam! | ^^^^^^^^ Jul 11 21:43:26.847 INFO kablam! Jul 11 21:43:26.852 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.852 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:26.852 INFO kablam! | Jul 11 21:43:26.852 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Jul 11 21:43:26.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:26.852 INFO kablam! | | Jul 11 21:43:26.852 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.852 INFO kablam! | in this macro invocation Jul 11 21:43:26.852 INFO kablam! | Jul 11 21:43:26.852 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:26.853 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:26.853 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:26.853 INFO kablam! Jul 11 21:43:26.854 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.854 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:26.855 INFO kablam! | Jul 11 21:43:26.855 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Jul 11 21:43:26.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:26.855 INFO kablam! | | Jul 11 21:43:26.855 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.855 INFO kablam! | in this macro invocation Jul 11 21:43:26.855 INFO kablam! | Jul 11 21:43:26.855 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:26.855 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:26.855 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:26.855 INFO kablam! Jul 11 21:43:26.858 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.858 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:26.858 INFO kablam! | Jul 11 21:43:26.858 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Jul 11 21:43:26.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:26.858 INFO kablam! | | Jul 11 21:43:26.858 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.858 INFO kablam! | in this macro invocation Jul 11 21:43:26.858 INFO kablam! | Jul 11 21:43:26.858 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:26.858 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:26.858 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:26.858 INFO kablam! Jul 11 21:43:26.862 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.863 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:26.863 INFO kablam! | Jul 11 21:43:26.863 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Jul 11 21:43:26.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:43:26.863 INFO kablam! | | Jul 11 21:43:26.863 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Jul 11 21:43:26.863 INFO kablam! | in this macro invocation Jul 11 21:43:26.863 INFO kablam! | Jul 11 21:43:26.863 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Jul 11 21:43:26.863 INFO kablam! = note: required by `std::rt::begin_panic` Jul 11 21:43:26.863 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:26.863 INFO kablam! Jul 11 21:43:26.875 INFO kablam! error: aborting due to 7 previous errors Jul 11 21:43:26.875 INFO kablam! Jul 11 21:43:26.875 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0624. Jul 11 21:43:26.875 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 11 21:43:26.895 INFO kablam! error: Could not compile `interpolate_idents`. Jul 11 21:43:26.895 INFO kablam! Jul 11 21:43:26.895 INFO kablam! To learn more, run the command again with --verbose. Jul 11 21:43:26.897 INFO kablam! su: No module specific data is present Jul 11 21:43:27.447 INFO running `"docker" "rm" "-f" "38dc590af2f9048624b2d76bc989c3c7844e0b43626b8127938c20c86980c99d"` Jul 11 21:43:27.625 INFO blam! 38dc590af2f9048624b2d76bc989c3c7844e0b43626b8127938c20c86980c99d