Sep 10 13:42:20.046 INFO checking object-alloc-test-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:42:20.047 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:42:20.047 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:42:20.238 INFO blam! 84a096aae88f25b7ae7bcdcf4e2c3635baa0d11f5e17a7a603a699834cb9333c Sep 10 13:42:20.239 INFO running `"docker" "start" "-a" "84a096aae88f25b7ae7bcdcf4e2c3635baa0d11f5e17a7a603a699834cb9333c"` Sep 10 13:42:21.071 INFO kablam! usermod: no changes Sep 10 13:42:21.157 INFO kablam! Compiling interpolate_idents v0.1.8 Sep 10 13:42:21.157 INFO kablam! Checking object-alloc v0.1.0 Sep 10 13:42:21.282 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 10 13:42:21.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Sep 10 13:42:21.282 INFO kablam! | Sep 10 13:42:21.282 INFO kablam! 12 | use alloc::allocator::Layout; Sep 10 13:42:21.283 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 10 13:42:21.283 INFO kablam! Sep 10 13:42:21.322 INFO kablam! error: aborting due to previous error Sep 10 13:42:21.322 INFO kablam! Sep 10 13:42:21.322 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 13:42:21.325 INFO kablam! error: Could not compile `object-alloc`. Sep 10 13:42:21.325 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:42:22.691 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 13:42:22.691 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:10:13 Sep 10 13:42:22.691 INFO kablam! | Sep 10 13:42:22.691 INFO kablam! 10 | use syntax::codemap::Span; Sep 10 13:42:22.691 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 13:42:22.691 INFO kablam! Sep 10 13:42:22.691 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 13:42:22.691 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:10:19 Sep 10 13:42:22.691 INFO kablam! | Sep 10 13:42:22.691 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 10 13:42:22.691 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 10 13:42:22.691 INFO kablam! Sep 10 13:42:22.858 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 10 13:42:22.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Sep 10 13:42:22.858 INFO kablam! | Sep 10 13:42:22.858 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 10 13:42:22.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 10 13:42:22.858 INFO kablam! Sep 10 13:42:22.914 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 13:42:22.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Sep 10 13:42:22.914 INFO kablam! | Sep 10 13:42:22.914 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 10 13:42:22.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 13:42:22.914 INFO kablam! Sep 10 13:42:22.932 INFO kablam! error[E0624]: method `span_err` is private Sep 10 13:42:22.932 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:54:20 Sep 10 13:42:22.932 INFO kablam! | Sep 10 13:42:22.932 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 10 13:42:22.932 INFO kablam! | ^^^^^^^^ Sep 10 13:42:22.932 INFO kablam! Sep 10 13:42:22.938 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 Sep 10 13:42:22.938 INFO kablam! | Sep 10 13:42:22.938 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 10 13:42:22.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:42:22.938 INFO kablam! | | Sep 10 13:42:22.938 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.938 INFO kablam! | in this macro invocation Sep 10 13:42:22.938 INFO kablam! | Sep 10 13:42:22.938 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 10 13:42:22.938 INFO kablam! = note: required by `std::rt::begin_panic` Sep 10 13:42:22.938 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 10 13:42:22.938 INFO kablam! Sep 10 13:42:22.938 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 Sep 10 13:42:22.938 INFO kablam! | Sep 10 13:42:22.938 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 10 13:42:22.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:42:22.938 INFO kablam! | | Sep 10 13:42:22.938 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.938 INFO kablam! | in this macro invocation Sep 10 13:42:22.938 INFO kablam! | Sep 10 13:42:22.938 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 10 13:42:22.938 INFO kablam! = note: required by `std::rt::begin_panic` Sep 10 13:42:22.938 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 10 13:42:22.938 INFO kablam! Sep 10 13:42:22.938 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 Sep 10 13:42:22.938 INFO kablam! | Sep 10 13:42:22.938 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 10 13:42:22.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:42:22.938 INFO kablam! | | Sep 10 13:42:22.938 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.939 INFO kablam! | in this macro invocation Sep 10 13:42:22.939 INFO kablam! | Sep 10 13:42:22.939 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 10 13:42:22.939 INFO kablam! = note: required by `std::rt::begin_panic` Sep 10 13:42:22.939 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 10 13:42:22.939 INFO kablam! Sep 10 13:42:22.939 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 Sep 10 13:42:22.939 INFO kablam! | Sep 10 13:42:22.939 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 10 13:42:22.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:42:22.939 INFO kablam! | | Sep 10 13:42:22.939 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 10 13:42:22.939 INFO kablam! | in this macro invocation Sep 10 13:42:22.939 INFO kablam! | Sep 10 13:42:22.939 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 10 13:42:22.939 INFO kablam! = note: required by `std::rt::begin_panic` Sep 10 13:42:22.939 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 10 13:42:22.939 INFO kablam! Sep 10 13:42:22.950 INFO kablam! error: aborting due to 9 previous errors Sep 10 13:42:22.950 INFO kablam! Sep 10 13:42:22.950 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 10 13:42:22.950 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 10 13:42:22.964 INFO kablam! error: Could not compile `interpolate_idents`. Sep 10 13:42:22.964 INFO kablam! Sep 10 13:42:22.964 INFO kablam! To learn more, run the command again with --verbose. Sep 10 13:42:22.970 INFO kablam! su: No module specific data is present Sep 10 13:42:23.675 INFO running `"docker" "rm" "-f" "84a096aae88f25b7ae7bcdcf4e2c3635baa0d11f5e17a7a603a699834cb9333c"` Sep 10 13:42:23.769 INFO blam! 84a096aae88f25b7ae7bcdcf4e2c3635baa0d11f5e17a7a603a699834cb9333c