Sep 02 10:18:37.042 INFO checking interpolate_idents-0.1.8 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:18:37.042 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:18:37.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:37.294 INFO blam! 9973bc89714f6ee8049fc504c805e91b012a67fa66e33fdd1fda6c758ee200cf Sep 02 10:18:37.297 INFO running `"docker" "start" "-a" "9973bc89714f6ee8049fc504c805e91b012a67fa66e33fdd1fda6c758ee200cf"` Sep 02 10:18:38.187 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 02 10:18:44.748 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:44.748 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:44.748 INFO kablam! | Sep 02 10:18:44.748 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:44.748 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:44.748 INFO kablam! Sep 02 10:18:44.748 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:44.748 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:44.748 INFO kablam! | Sep 02 10:18:44.748 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:44.748 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:44.748 INFO kablam! Sep 02 10:18:45.014 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:45.014 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:45.014 INFO kablam! | Sep 02 10:18:45.014 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:45.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:45.014 INFO kablam! Sep 02 10:18:45.156 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:45.156 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:45.156 INFO kablam! | Sep 02 10:18:45.156 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:45.156 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:45.157 INFO kablam! Sep 02 10:18:45.157 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:45.157 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:45.157 INFO kablam! | Sep 02 10:18:45.157 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:45.157 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:45.158 INFO kablam! Sep 02 10:18:45.163 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:45.163 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:45.163 INFO kablam! | Sep 02 10:18:45.163 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:45.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:45.163 INFO kablam! Sep 02 10:18:45.205 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:45.205 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:45.205 INFO kablam! | Sep 02 10:18:45.205 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:45.205 INFO kablam! | ^^^^^^^^ Sep 02 10:18:45.205 INFO kablam! Sep 02 10:18:45.212 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.212 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:45.212 INFO kablam! | Sep 02 10:18:45.212 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:45.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.212 INFO kablam! | | Sep 02 10:18:45.212 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.212 INFO kablam! | in this macro invocation Sep 02 10:18:45.212 INFO kablam! | Sep 02 10:18:45.212 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.212 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.212 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:45.212 INFO kablam! Sep 02 10:18:45.214 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.214 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:45.214 INFO kablam! | Sep 02 10:18:45.214 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:45.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.214 INFO kablam! | | Sep 02 10:18:45.214 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.214 INFO kablam! | in this macro invocation Sep 02 10:18:45.214 INFO kablam! | Sep 02 10:18:45.214 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.214 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.214 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:45.214 INFO kablam! Sep 02 10:18:45.217 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.217 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:45.217 INFO kablam! | Sep 02 10:18:45.217 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:45.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.217 INFO kablam! | | Sep 02 10:18:45.217 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.217 INFO kablam! | in this macro invocation Sep 02 10:18:45.217 INFO kablam! | Sep 02 10:18:45.217 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.217 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.217 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:45.217 INFO kablam! Sep 02 10:18:45.219 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.219 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:45.219 INFO kablam! | Sep 02 10:18:45.219 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:45.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.219 INFO kablam! | | Sep 02 10:18:45.219 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.219 INFO kablam! | in this macro invocation Sep 02 10:18:45.220 INFO kablam! | Sep 02 10:18:45.220 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.220 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.220 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:45.220 INFO kablam! Sep 02 10:18:45.230 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:45.230 INFO kablam! Sep 02 10:18:45.230 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:45.230 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:45.250 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:45.251 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:18:45.360 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:45.360 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:45.360 INFO kablam! | Sep 02 10:18:45.361 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:45.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:45.361 INFO kablam! Sep 02 10:18:45.481 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:45.482 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:45.482 INFO kablam! | Sep 02 10:18:45.482 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:45.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:45.482 INFO kablam! Sep 02 10:18:45.520 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 10:18:45.520 INFO kablam! --> src/lib.rs:10:13 Sep 02 10:18:45.520 INFO kablam! | Sep 02 10:18:45.520 INFO kablam! 10 | use syntax::codemap::Span; Sep 02 10:18:45.521 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 10:18:45.521 INFO kablam! Sep 02 10:18:45.521 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 10:18:45.521 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 02 10:18:45.521 INFO kablam! | Sep 02 10:18:45.521 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 02 10:18:45.521 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 10:18:45.521 INFO kablam! Sep 02 10:18:45.526 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:45.526 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:45.526 INFO kablam! | Sep 02 10:18:45.526 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:45.526 INFO kablam! | ^^^^^^^^ Sep 02 10:18:45.526 INFO kablam! Sep 02 10:18:45.533 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.534 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:45.534 INFO kablam! | Sep 02 10:18:45.534 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:45.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.534 INFO kablam! | | Sep 02 10:18:45.534 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.534 INFO kablam! | in this macro invocation Sep 02 10:18:45.534 INFO kablam! | Sep 02 10:18:45.534 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.534 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.534 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:45.534 INFO kablam! Sep 02 10:18:45.536 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.536 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:45.536 INFO kablam! | Sep 02 10:18:45.536 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:45.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.536 INFO kablam! | | Sep 02 10:18:45.536 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.536 INFO kablam! | in this macro invocation Sep 02 10:18:45.536 INFO kablam! | Sep 02 10:18:45.536 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.536 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.536 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:45.536 INFO kablam! Sep 02 10:18:45.539 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.539 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:45.539 INFO kablam! | Sep 02 10:18:45.539 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:45.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.539 INFO kablam! | | Sep 02 10:18:45.540 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.540 INFO kablam! | in this macro invocation Sep 02 10:18:45.540 INFO kablam! | Sep 02 10:18:45.540 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.540 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.540 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:45.540 INFO kablam! Sep 02 10:18:45.542 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.542 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:45.542 INFO kablam! | Sep 02 10:18:45.542 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:45.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.542 INFO kablam! | | Sep 02 10:18:45.542 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.543 INFO kablam! | in this macro invocation Sep 02 10:18:45.543 INFO kablam! | Sep 02 10:18:45.543 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.543 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.543 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:45.543 INFO kablam! Sep 02 10:18:45.554 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:45.554 INFO kablam! Sep 02 10:18:45.554 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:45.554 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:45.574 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:45.574 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:18:45.697 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 10:18:45.697 INFO kablam! --> src/lib.rs:32:52 Sep 02 10:18:45.697 INFO kablam! | Sep 02 10:18:45.697 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 02 10:18:45.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 10:18:45.697 INFO kablam! Sep 02 10:18:45.804 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 10:18:45.804 INFO kablam! --> src/lib.rs:46:50 Sep 02 10:18:45.804 INFO kablam! | Sep 02 10:18:45.804 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 02 10:18:45.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 10:18:45.804 INFO kablam! Sep 02 10:18:45.836 INFO kablam! error[E0624]: method `span_err` is private Sep 02 10:18:45.836 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 02 10:18:45.836 INFO kablam! | Sep 02 10:18:45.836 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 02 10:18:45.836 INFO kablam! | ^^^^^^^^ Sep 02 10:18:45.836 INFO kablam! Sep 02 10:18:45.843 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.843 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 02 10:18:45.843 INFO kablam! | Sep 02 10:18:45.843 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 02 10:18:45.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.843 INFO kablam! | | Sep 02 10:18:45.843 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.843 INFO kablam! | in this macro invocation Sep 02 10:18:45.843 INFO kablam! | Sep 02 10:18:45.843 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.843 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.843 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:45.844 INFO kablam! Sep 02 10:18:45.845 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.845 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 02 10:18:45.845 INFO kablam! | Sep 02 10:18:45.845 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 02 10:18:45.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.845 INFO kablam! | | Sep 02 10:18:45.845 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.846 INFO kablam! | in this macro invocation Sep 02 10:18:45.846 INFO kablam! | Sep 02 10:18:45.846 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.846 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.846 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:45.846 INFO kablam! Sep 02 10:18:45.848 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.848 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 02 10:18:45.848 INFO kablam! | Sep 02 10:18:45.848 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 02 10:18:45.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.848 INFO kablam! | | Sep 02 10:18:45.848 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.848 INFO kablam! | in this macro invocation Sep 02 10:18:45.848 INFO kablam! | Sep 02 10:18:45.848 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.848 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.849 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:45.849 INFO kablam! Sep 02 10:18:45.850 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.851 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 02 10:18:45.851 INFO kablam! | Sep 02 10:18:45.851 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 02 10:18:45.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:18:45.851 INFO kablam! | | Sep 02 10:18:45.851 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 02 10:18:45.851 INFO kablam! | in this macro invocation Sep 02 10:18:45.851 INFO kablam! | Sep 02 10:18:45.851 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 02 10:18:45.851 INFO kablam! = note: required by `std::rt::begin_panic` Sep 02 10:18:45.851 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:45.851 INFO kablam! Sep 02 10:18:45.858 INFO kablam! error: aborting due to 9 previous errors Sep 02 10:18:45.858 INFO kablam! Sep 02 10:18:45.858 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 02 10:18:45.859 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 10:18:45.877 INFO kablam! error: Could not compile `interpolate_idents`. Sep 02 10:18:45.877 INFO kablam! Sep 02 10:18:45.877 INFO kablam! To learn more, run the command again with --verbose. Sep 02 10:18:45.878 INFO kablam! su: No module specific data is present Sep 02 10:18:46.328 INFO running `"docker" "rm" "-f" "9973bc89714f6ee8049fc504c805e91b012a67fa66e33fdd1fda6c758ee200cf"` Sep 02 10:18:46.411 INFO blam! 9973bc89714f6ee8049fc504c805e91b012a67fa66e33fdd1fda6c758ee200cf