Sep 02 10:18:36.465 INFO checking interpolate_idents-0.1.8 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 10:18:36.465 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 10:18:36.465 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 10:18:36.654 INFO blam! a02f78e670af09c9039a0cbbb58d60b45f501896424491879ac2194780947ebe Sep 02 10:18:36.656 INFO running `"docker" "start" "-a" "a02f78e670af09c9039a0cbbb58d60b45f501896424491879ac2194780947ebe"` Sep 02 10:18:37.631 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 02 10:18:43.641 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:43.642 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:43.642 INFO kablam! | Sep 02 10:18:43.642 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:43.642 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:43.642 INFO kablam! Sep 02 10:18:43.643 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:43.643 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:43.643 INFO kablam! | Sep 02 10:18:43.643 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:43.643 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:43.644 INFO kablam! Sep 02 10:18:43.872 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:43.872 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:43.872 INFO kablam! | Sep 02 10:18:43.872 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:43.872 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:43.872 INFO kablam! Sep 02 10:18:43.873 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:43.873 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:43.873 INFO kablam! | Sep 02 10:18:43.873 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:43.873 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:43.873 INFO kablam! Sep 02 10:18:43.954 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:43.954 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:43.954 INFO kablam! | Sep 02 10:18:43.954 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:43.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:43.955 INFO kablam! Sep 02 10:18:44.076 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:44.076 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:44.076 INFO kablam! | Sep 02 10:18:44.076 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:44.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:44.076 INFO kablam! Sep 02 10:18:44.116 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:44.116 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:44.116 INFO kablam! | Sep 02 10:18:44.116 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:44.116 INFO kablam! | ^^^^^^^^ Sep 02 10:18:44.116 INFO kablam! Sep 02 10:18:44.123 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.123 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:44.123 INFO kablam! | Sep 02 10:18:44.124 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:44.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.124 INFO kablam! | | Sep 02 10:18:44.124 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.124 INFO kablam! | in this macro invocation Sep 02 10:18:44.124 INFO kablam! | Sep 02 10:18:44.125 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.125 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.126 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 02 10:18:44.126 INFO kablam! Sep 02 10:18:44.128 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.129 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:44.129 INFO kablam! | Sep 02 10:18:44.129 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:44.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.129 INFO kablam! | | Sep 02 10:18:44.129 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.129 INFO kablam! | in this macro invocation Sep 02 10:18:44.129 INFO kablam! | Sep 02 10:18:44.130 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.130 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.131 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 02 10:18:44.131 INFO kablam! Sep 02 10:18:44.134 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.134 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:44.134 INFO kablam! | Sep 02 10:18:44.134 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:44.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.134 INFO kablam! | | Sep 02 10:18:44.134 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.134 INFO kablam! | in this macro invocation Sep 02 10:18:44.135 INFO kablam! | Sep 02 10:18:44.135 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.135 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.136 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 02 10:18:44.136 INFO kablam! Sep 02 10:18:44.139 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.139 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:44.139 INFO kablam! | Sep 02 10:18:44.139 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:44.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.139 INFO kablam! | | Sep 02 10:18:44.139 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.139 INFO kablam! | in this macro invocation Sep 02 10:18:44.139 INFO kablam! | Sep 02 10:18:44.139 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.139 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.139 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 02 10:18:44.139 INFO kablam! Sep 02 10:18:44.149 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:44.149 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:44.149 INFO kablam! | Sep 02 10:18:44.149 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:44.149 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:44.149 INFO kablam! Sep 02 10:18:44.150 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:44.150 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:44.150 INFO kablam! | Sep 02 10:18:44.150 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:44.150 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:44.150 INFO kablam! Sep 02 10:18:44.151 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:44.151 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:44.151 INFO kablam! | Sep 02 10:18:44.151 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:44.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:44.151 INFO kablam! Sep 02 10:18:44.153 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:44.153 INFO kablam! Sep 02 10:18:44.154 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:44.154 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:44.175 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:44.175 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:18:44.296 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:44.296 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:44.296 INFO kablam! | Sep 02 10:18:44.296 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:44.296 INFO kablam! Sep 02 10:18:44.320 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:44.320 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:44.320 INFO kablam! | Sep 02 10:18:44.320 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:44.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:44.320 INFO kablam! Sep 02 10:18:44.342 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:44.342 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:44.342 INFO kablam! | Sep 02 10:18:44.342 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:44.342 INFO kablam! | ^^^^^^^^ Sep 02 10:18:44.342 INFO kablam! Sep 02 10:18:44.349 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.349 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:44.349 INFO kablam! | Sep 02 10:18:44.349 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:44.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.349 INFO kablam! | | Sep 02 10:18:44.349 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.349 INFO kablam! | in this macro invocation Sep 02 10:18:44.349 INFO kablam! | Sep 02 10:18:44.350 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.350 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.350 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 02 10:18:44.350 INFO kablam! Sep 02 10:18:44.351 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.352 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:44.352 INFO kablam! | Sep 02 10:18:44.352 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:44.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.352 INFO kablam! | | Sep 02 10:18:44.352 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.352 INFO kablam! | in this macro invocation Sep 02 10:18:44.352 INFO kablam! | Sep 02 10:18:44.352 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.352 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.352 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 02 10:18:44.352 INFO kablam! Sep 02 10:18:44.355 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.355 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:44.355 INFO kablam! | Sep 02 10:18:44.355 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:44.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.355 INFO kablam! | | Sep 02 10:18:44.355 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.355 INFO kablam! | in this macro invocation Sep 02 10:18:44.355 INFO kablam! | Sep 02 10:18:44.355 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.355 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.355 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 02 10:18:44.355 INFO kablam! Sep 02 10:18:44.357 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.357 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:44.357 INFO kablam! | Sep 02 10:18:44.358 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:44.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.358 INFO kablam! | | Sep 02 10:18:44.358 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.358 INFO kablam! | in this macro invocation Sep 02 10:18:44.358 INFO kablam! | Sep 02 10:18:44.358 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.358 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.358 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 02 10:18:44.358 INFO kablam! Sep 02 10:18:44.369 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:44.369 INFO kablam! Sep 02 10:18:44.369 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:44.369 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:44.395 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:44.395 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:18:44.446 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:44.446 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:44.446 INFO kablam! | Sep 02 10:18:44.446 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:44.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:44.447 INFO kablam! Sep 02 10:18:44.485 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:44.485 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:44.485 INFO kablam! | Sep 02 10:18:44.485 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:44.485 INFO kablam! | ^^^^^^^^ Sep 02 10:18:44.485 INFO kablam! Sep 02 10:18:44.492 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.492 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:44.492 INFO kablam! | Sep 02 10:18:44.492 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:44.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.492 INFO kablam! | | Sep 02 10:18:44.492 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.492 INFO kablam! | in this macro invocation Sep 02 10:18:44.492 INFO kablam! | Sep 02 10:18:44.492 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.493 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.493 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 02 10:18:44.493 INFO kablam! Sep 02 10:18:44.495 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.495 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:44.495 INFO kablam! | Sep 02 10:18:44.496 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:44.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.496 INFO kablam! | | Sep 02 10:18:44.496 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.496 INFO kablam! | in this macro invocation Sep 02 10:18:44.496 INFO kablam! | Sep 02 10:18:44.496 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.496 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.496 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 02 10:18:44.496 INFO kablam! Sep 02 10:18:44.499 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.500 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:44.500 INFO kablam! | Sep 02 10:18:44.500 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:44.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.500 INFO kablam! | | Sep 02 10:18:44.500 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.500 INFO kablam! | in this macro invocation Sep 02 10:18:44.500 INFO kablam! | Sep 02 10:18:44.500 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.500 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.501 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 02 10:18:44.501 INFO kablam! Sep 02 10:18:44.503 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.503 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:44.503 INFO kablam! | Sep 02 10:18:44.503 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:44.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:44.504 INFO kablam! | | Sep 02 10:18:44.504 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:44.504 INFO kablam! | in this macro invocation Sep 02 10:18:44.504 INFO kablam! | Sep 02 10:18:44.504 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:44.504 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:44.504 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 02 10:18:44.504 INFO kablam! Sep 02 10:18:44.515 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:44.515 INFO kablam! Sep 02 10:18:44.516 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:44.516 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:44.536 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:44.536 INFO kablam! Sep 02 10:18:44.536 INFO kablam! To learn more, run the command again with --verbose. Sep 02 10:18:44.538 INFO kablam! su: No module specific data is present Sep 02 10:18:45.063 INFO running `"docker" "rm" "-f" "a02f78e670af09c9039a0cbbb58d60b45f501896424491879ac2194780947ebe"` Sep 02 10:18:45.223 INFO blam! a02f78e670af09c9039a0cbbb58d60b45f501896424491879ac2194780947ebe