Sep 04 13:41:06.556 INFO checking interpolate_idents-0.1.8 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 13:41:06.556 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 13:41:06.556 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:41:06.833 INFO blam! 8585b635b212994ab1abb36b993e6f1249413850685440b5c3a480a4a532fa33 Sep 04 13:41:06.836 INFO running `"docker" "start" "-a" "8585b635b212994ab1abb36b993e6f1249413850685440b5c3a480a4a532fa33"` Sep 04 13:41:07.614 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 04 13:41:13.188 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 13:41:13.188 INFO kablam! --> src/lib.rs:10:13 Sep 04 13:41:13.188 INFO kablam! | Sep 04 13:41:13.188 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 13:41:13.188 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 13:41:13.188 INFO kablam! Sep 04 13:41:13.188 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 13:41:13.189 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 13:41:13.189 INFO kablam! | Sep 04 13:41:13.189 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 13:41:13.189 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 13:41:13.189 INFO kablam! Sep 04 13:41:13.344 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 13:41:13.344 INFO kablam! --> src/lib.rs:10:13 Sep 04 13:41:13.344 INFO kablam! | Sep 04 13:41:13.344 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 13:41:13.344 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 13:41:13.345 INFO kablam! Sep 04 13:41:13.345 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 13:41:13.345 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 13:41:13.345 INFO kablam! | Sep 04 13:41:13.345 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 13:41:13.345 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 13:41:13.346 INFO kablam! Sep 04 13:41:13.355 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 13:41:13.355 INFO kablam! --> src/lib.rs:32:52 Sep 04 13:41:13.355 INFO kablam! | Sep 04 13:41:13.355 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 13:41:13.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 13:41:13.355 INFO kablam! Sep 04 13:41:13.465 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 13:41:13.465 INFO kablam! --> src/lib.rs:46:50 Sep 04 13:41:13.465 INFO kablam! | Sep 04 13:41:13.465 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 13:41:13.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 13:41:13.465 INFO kablam! Sep 04 13:41:13.505 INFO kablam! error[E0624]: method `span_err` is private Sep 04 13:41:13.505 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 13:41:13.505 INFO kablam! | Sep 04 13:41:13.505 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 13:41:13.505 INFO kablam! | ^^^^^^^^ Sep 04 13:41:13.505 INFO kablam! Sep 04 13:41:13.511 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.511 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 13:41:13.511 INFO kablam! | Sep 04 13:41:13.511 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 13:41:13.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.511 INFO kablam! | | Sep 04 13:41:13.511 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.511 INFO kablam! | in this macro invocation Sep 04 13:41:13.511 INFO kablam! | Sep 04 13:41:13.511 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.511 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.511 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 04 13:41:13.511 INFO kablam! Sep 04 13:41:13.513 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.513 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 13:41:13.513 INFO kablam! | Sep 04 13:41:13.513 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 13:41:13.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.513 INFO kablam! | | Sep 04 13:41:13.513 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.513 INFO kablam! | in this macro invocation Sep 04 13:41:13.513 INFO kablam! | Sep 04 13:41:13.513 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.513 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.513 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 04 13:41:13.513 INFO kablam! Sep 04 13:41:13.515 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.515 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 13:41:13.515 INFO kablam! | Sep 04 13:41:13.515 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 13:41:13.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.515 INFO kablam! | | Sep 04 13:41:13.515 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.516 INFO kablam! | in this macro invocation Sep 04 13:41:13.516 INFO kablam! | Sep 04 13:41:13.516 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.516 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.516 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 04 13:41:13.516 INFO kablam! Sep 04 13:41:13.517 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.518 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 13:41:13.518 INFO kablam! | Sep 04 13:41:13.518 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 13:41:13.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.518 INFO kablam! | | Sep 04 13:41:13.518 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.518 INFO kablam! | in this macro invocation Sep 04 13:41:13.518 INFO kablam! | Sep 04 13:41:13.518 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.518 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.518 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 04 13:41:13.518 INFO kablam! Sep 04 13:41:13.523 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 13:41:13.523 INFO kablam! --> src/lib.rs:32:52 Sep 04 13:41:13.523 INFO kablam! | Sep 04 13:41:13.523 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 13:41:13.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 13:41:13.523 INFO kablam! Sep 04 13:41:13.528 INFO kablam! error: aborting due to 9 previous errors Sep 04 13:41:13.528 INFO kablam! Sep 04 13:41:13.528 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 13:41:13.528 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 13:41:13.547 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 13:41:13.547 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:41:13.582 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 13:41:13.582 INFO kablam! --> src/lib.rs:10:13 Sep 04 13:41:13.582 INFO kablam! | Sep 04 13:41:13.582 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 13:41:13.582 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 13:41:13.582 INFO kablam! Sep 04 13:41:13.582 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 13:41:13.582 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 13:41:13.582 INFO kablam! | Sep 04 13:41:13.582 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 13:41:13.582 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 13:41:13.582 INFO kablam! Sep 04 13:41:13.649 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 13:41:13.650 INFO kablam! --> src/lib.rs:46:50 Sep 04 13:41:13.650 INFO kablam! | Sep 04 13:41:13.650 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 13:41:13.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 13:41:13.650 INFO kablam! Sep 04 13:41:13.688 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 13:41:13.688 INFO kablam! --> src/lib.rs:32:52 Sep 04 13:41:13.688 INFO kablam! | Sep 04 13:41:13.688 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 13:41:13.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 13:41:13.688 INFO kablam! Sep 04 13:41:13.692 INFO kablam! error[E0624]: method `span_err` is private Sep 04 13:41:13.692 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 13:41:13.692 INFO kablam! | Sep 04 13:41:13.692 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 13:41:13.692 INFO kablam! | ^^^^^^^^ Sep 04 13:41:13.692 INFO kablam! Sep 04 13:41:13.699 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.699 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 13:41:13.699 INFO kablam! | Sep 04 13:41:13.699 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 13:41:13.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.699 INFO kablam! | | Sep 04 13:41:13.699 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.699 INFO kablam! | in this macro invocation Sep 04 13:41:13.699 INFO kablam! | Sep 04 13:41:13.699 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.699 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.699 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 04 13:41:13.699 INFO kablam! Sep 04 13:41:13.701 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.701 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 13:41:13.701 INFO kablam! | Sep 04 13:41:13.701 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 13:41:13.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.701 INFO kablam! | | Sep 04 13:41:13.701 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.701 INFO kablam! | in this macro invocation Sep 04 13:41:13.701 INFO kablam! | Sep 04 13:41:13.701 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.701 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.701 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 04 13:41:13.701 INFO kablam! Sep 04 13:41:13.704 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.704 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 13:41:13.704 INFO kablam! | Sep 04 13:41:13.704 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 13:41:13.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.704 INFO kablam! | | Sep 04 13:41:13.704 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.704 INFO kablam! | in this macro invocation Sep 04 13:41:13.704 INFO kablam! | Sep 04 13:41:13.704 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.704 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.704 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 04 13:41:13.704 INFO kablam! Sep 04 13:41:13.706 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.706 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 13:41:13.706 INFO kablam! | Sep 04 13:41:13.706 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 13:41:13.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.706 INFO kablam! | | Sep 04 13:41:13.707 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.707 INFO kablam! | in this macro invocation Sep 04 13:41:13.707 INFO kablam! | Sep 04 13:41:13.707 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.707 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.707 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 04 13:41:13.707 INFO kablam! Sep 04 13:41:13.717 INFO kablam! error: aborting due to 9 previous errors Sep 04 13:41:13.717 INFO kablam! Sep 04 13:41:13.717 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 13:41:13.717 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 13:41:13.737 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 13:41:13.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:41:13.763 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 13:41:13.763 INFO kablam! --> src/lib.rs:46:50 Sep 04 13:41:13.763 INFO kablam! | Sep 04 13:41:13.763 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 13:41:13.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 13:41:13.763 INFO kablam! Sep 04 13:41:13.800 INFO kablam! error[E0624]: method `span_err` is private Sep 04 13:41:13.800 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 13:41:13.800 INFO kablam! | Sep 04 13:41:13.800 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 13:41:13.800 INFO kablam! | ^^^^^^^^ Sep 04 13:41:13.800 INFO kablam! Sep 04 13:41:13.807 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.807 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 13:41:13.807 INFO kablam! | Sep 04 13:41:13.807 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 13:41:13.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.807 INFO kablam! | | Sep 04 13:41:13.807 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.807 INFO kablam! | in this macro invocation Sep 04 13:41:13.807 INFO kablam! | Sep 04 13:41:13.807 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.807 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.807 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 04 13:41:13.807 INFO kablam! Sep 04 13:41:13.809 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.809 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 13:41:13.809 INFO kablam! | Sep 04 13:41:13.809 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 13:41:13.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.809 INFO kablam! | | Sep 04 13:41:13.809 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.809 INFO kablam! | in this macro invocation Sep 04 13:41:13.809 INFO kablam! | Sep 04 13:41:13.809 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.809 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.809 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 04 13:41:13.809 INFO kablam! Sep 04 13:41:13.812 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.812 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 13:41:13.812 INFO kablam! | Sep 04 13:41:13.812 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 13:41:13.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.812 INFO kablam! | | Sep 04 13:41:13.812 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.812 INFO kablam! | in this macro invocation Sep 04 13:41:13.812 INFO kablam! | Sep 04 13:41:13.812 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.812 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.812 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 04 13:41:13.812 INFO kablam! Sep 04 13:41:13.814 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.814 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 13:41:13.814 INFO kablam! | Sep 04 13:41:13.815 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 13:41:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:41:13.815 INFO kablam! | | Sep 04 13:41:13.815 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 13:41:13.815 INFO kablam! | in this macro invocation Sep 04 13:41:13.815 INFO kablam! | Sep 04 13:41:13.815 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 13:41:13.815 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 13:41:13.815 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 04 13:41:13.815 INFO kablam! Sep 04 13:41:13.826 INFO kablam! error: aborting due to 9 previous errors Sep 04 13:41:13.826 INFO kablam! Sep 04 13:41:13.826 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 13:41:13.826 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 13:41:13.846 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 13:41:13.846 INFO kablam! Sep 04 13:41:13.846 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:41:13.847 INFO kablam! su: No module specific data is present Sep 04 13:41:14.325 INFO running `"docker" "rm" "-f" "8585b635b212994ab1abb36b993e6f1249413850685440b5c3a480a4a532fa33"` Sep 04 13:41:14.425 INFO blam! 8585b635b212994ab1abb36b993e6f1249413850685440b5c3a480a4a532fa33