Sep 05 23:55:16.907 INFO checking slab-alloc-0.1.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 23:55:16.907 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 23:55:16.907 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:55:17.097 INFO blam! 90b28a35abb0e88c2ed9e97f5225e89e2cc95620775ed675ca299a732758a960 Sep 05 23:55:17.099 INFO running `"docker" "start" "-a" "90b28a35abb0e88c2ed9e97f5225e89e2cc95620775ed675ca299a732758a960"` Sep 05 23:55:17.774 INFO kablam! usermod: no changes Sep 05 23:55:17.845 INFO kablam! Compiling interpolate_idents v0.1.8 Sep 05 23:55:17.845 INFO kablam! Checking object-alloc v0.1.0 Sep 05 23:55:17.845 INFO kablam! Checking errno v0.2.4 Sep 05 23:55:17.846 INFO kablam! Checking lazy_static v0.2.11 Sep 05 23:55:17.847 INFO kablam! Checking twox-hash v1.1.1 Sep 05 23:55:17.848 INFO kablam! Checking quickcheck v0.4.1 Sep 05 23:55:17.925 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 05 23:55:17.925 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 Sep 05 23:55:17.925 INFO kablam! | Sep 05 23:55:17.925 INFO kablam! 12 | use alloc::allocator::Layout; Sep 05 23:55:17.925 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 05 23:55:17.930 INFO kablam! Sep 05 23:55:17.957 INFO kablam! error: aborting due to previous error Sep 05 23:55:17.957 INFO kablam! Sep 05 23:55:17.957 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 05 23:55:17.963 INFO kablam! error: Could not compile `object-alloc`. Sep 05 23:55:17.963 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 23:55:19.329 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 23:55:19.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:10:13 Sep 05 23:55:19.329 INFO kablam! | Sep 05 23:55:19.329 INFO kablam! 10 | use syntax::codemap::Span; Sep 05 23:55:19.329 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 23:55:19.329 INFO kablam! Sep 05 23:55:19.329 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 05 23:55:19.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:10:19 Sep 05 23:55:19.329 INFO kablam! | Sep 05 23:55:19.329 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 05 23:55:19.329 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 05 23:55:19.329 INFO kablam! Sep 05 23:55:19.434 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 05 23:55:19.434 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:52 Sep 05 23:55:19.434 INFO kablam! | Sep 05 23:55:19.434 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 05 23:55:19.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 05 23:55:19.434 INFO kablam! Sep 05 23:55:19.502 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 05 23:55:19.502 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:50 Sep 05 23:55:19.502 INFO kablam! | Sep 05 23:55:19.502 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 05 23:55:19.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 05 23:55:19.502 INFO kablam! Sep 05 23:55:19.517 INFO kablam! error[E0624]: method `span_err` is private Sep 05 23:55:19.517 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:54:20 Sep 05 23:55:19.517 INFO kablam! | Sep 05 23:55:19.517 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 05 23:55:19.517 INFO kablam! | ^^^^^^^^ Sep 05 23:55:19.517 INFO kablam! Sep 05 23:55:19.520 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 Sep 05 23:55:19.521 INFO kablam! | Sep 05 23:55:19.521 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 05 23:55:19.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:55:19.521 INFO kablam! | | Sep 05 23:55:19.521 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.521 INFO kablam! | in this macro invocation Sep 05 23:55:19.521 INFO kablam! | Sep 05 23:55:19.521 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 05 23:55:19.521 INFO kablam! = note: required by `std::rt::begin_panic` Sep 05 23:55:19.521 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 05 23:55:19.521 INFO kablam! Sep 05 23:55:19.523 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.523 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 Sep 05 23:55:19.523 INFO kablam! | Sep 05 23:55:19.523 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 05 23:55:19.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:55:19.523 INFO kablam! | | Sep 05 23:55:19.523 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.523 INFO kablam! | in this macro invocation Sep 05 23:55:19.523 INFO kablam! | Sep 05 23:55:19.523 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 05 23:55:19.523 INFO kablam! = note: required by `std::rt::begin_panic` Sep 05 23:55:19.523 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 05 23:55:19.523 INFO kablam! Sep 05 23:55:19.523 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.523 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 Sep 05 23:55:19.523 INFO kablam! | Sep 05 23:55:19.523 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 05 23:55:19.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:55:19.523 INFO kablam! | | Sep 05 23:55:19.523 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.523 INFO kablam! | in this macro invocation Sep 05 23:55:19.523 INFO kablam! | Sep 05 23:55:19.523 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 05 23:55:19.523 INFO kablam! = note: required by `std::rt::begin_panic` Sep 05 23:55:19.523 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 05 23:55:19.524 INFO kablam! Sep 05 23:55:19.524 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.524 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 Sep 05 23:55:19.524 INFO kablam! | Sep 05 23:55:19.524 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 05 23:55:19.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:55:19.524 INFO kablam! | | Sep 05 23:55:19.524 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 05 23:55:19.524 INFO kablam! | in this macro invocation Sep 05 23:55:19.524 INFO kablam! | Sep 05 23:55:19.524 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 05 23:55:19.524 INFO kablam! = note: required by `std::rt::begin_panic` Sep 05 23:55:19.524 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 05 23:55:19.524 INFO kablam! Sep 05 23:55:19.537 INFO kablam! error: aborting due to 9 previous errors Sep 05 23:55:19.537 INFO kablam! Sep 05 23:55:19.537 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 05 23:55:19.537 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 05 23:55:19.551 INFO kablam! error: Could not compile `interpolate_idents`. Sep 05 23:55:19.551 INFO kablam! Sep 05 23:55:19.551 INFO kablam! To learn more, run the command again with --verbose. Sep 05 23:55:19.553 INFO kablam! su: No module specific data is present Sep 05 23:55:20.258 INFO running `"docker" "rm" "-f" "90b28a35abb0e88c2ed9e97f5225e89e2cc95620775ed675ca299a732758a960"` Sep 05 23:55:20.370 INFO blam! 90b28a35abb0e88c2ed9e97f5225e89e2cc95620775ed675ca299a732758a960