Sep 20 01:33:04.081 INFO checking interpolate_idents-0.1.8 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 01:33:04.081 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 01:33:04.081 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:33:04.320 INFO blam! a7cae1fd6028522237a7ac0c664ee5d7160afe4f8eac675c175c3b5de6fa4a01 Sep 20 01:33:04.322 INFO running `"docker" "start" "-a" "a7cae1fd6028522237a7ac0c664ee5d7160afe4f8eac675c175c3b5de6fa4a01"` Sep 20 01:33:05.467 INFO kablam! usermod: no changes Sep 20 01:33:05.546 INFO kablam! Compiling interpolate_idents v0.1.8 (/source) Sep 20 01:33:08.638 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:33:08.638 INFO kablam! --> src/lib.rs:10:13 Sep 20 01:33:08.638 INFO kablam! | Sep 20 01:33:08.638 INFO kablam! 10 | use syntax::codemap::Span; Sep 20 01:33:08.638 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:33:08.638 INFO kablam! Sep 20 01:33:08.638 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:33:08.638 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 20 01:33:08.638 INFO kablam! | Sep 20 01:33:08.638 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 20 01:33:08.638 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:33:08.638 INFO kablam! Sep 20 01:33:08.822 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 20 01:33:08.822 INFO kablam! --> src/lib.rs:32:52 Sep 20 01:33:08.822 INFO kablam! | Sep 20 01:33:08.822 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 20 01:33:08.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 20 01:33:08.822 INFO kablam! Sep 20 01:33:08.951 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 01:33:08.951 INFO kablam! --> src/lib.rs:46:50 Sep 20 01:33:08.951 INFO kablam! | Sep 20 01:33:08.951 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 20 01:33:08.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:33:08.951 INFO kablam! Sep 20 01:33:08.962 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:33:08.962 INFO kablam! --> src/lib.rs:10:13 Sep 20 01:33:08.962 INFO kablam! | Sep 20 01:33:08.962 INFO kablam! 10 | use syntax::codemap::Span; Sep 20 01:33:08.962 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:33:08.962 INFO kablam! Sep 20 01:33:08.962 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:33:08.962 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 20 01:33:08.962 INFO kablam! | Sep 20 01:33:08.962 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 20 01:33:08.962 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:33:08.962 INFO kablam! Sep 20 01:33:08.966 INFO kablam! error[E0624]: method `span_err` is private Sep 20 01:33:08.966 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 20 01:33:08.966 INFO kablam! | Sep 20 01:33:08.966 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 20 01:33:08.966 INFO kablam! | ^^^^^^^^ Sep 20 01:33:08.966 INFO kablam! Sep 20 01:33:08.970 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 20 01:33:08.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:08.970 INFO kablam! | | Sep 20 01:33:08.970 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! | in this macro invocation Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:08.970 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:08.970 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 20 01:33:08.970 INFO kablam! Sep 20 01:33:08.970 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 20 01:33:08.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:08.970 INFO kablam! | | Sep 20 01:33:08.970 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! | in this macro invocation Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:08.970 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:08.970 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 20 01:33:08.970 INFO kablam! Sep 20 01:33:08.970 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 20 01:33:08.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:08.970 INFO kablam! | | Sep 20 01:33:08.970 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.970 INFO kablam! | in this macro invocation Sep 20 01:33:08.970 INFO kablam! | Sep 20 01:33:08.970 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:08.970 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:08.970 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 20 01:33:08.970 INFO kablam! Sep 20 01:33:08.974 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.974 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 20 01:33:08.974 INFO kablam! | Sep 20 01:33:08.974 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 20 01:33:08.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:08.974 INFO kablam! | | Sep 20 01:33:08.974 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:08.974 INFO kablam! | in this macro invocation Sep 20 01:33:08.974 INFO kablam! | Sep 20 01:33:08.974 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:08.974 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:08.974 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 20 01:33:08.974 INFO kablam! Sep 20 01:33:08.986 INFO kablam! error: aborting due to 9 previous errors Sep 20 01:33:08.986 INFO kablam! Sep 20 01:33:08.986 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 20 01:33:08.986 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 01:33:08.995 INFO kablam! error: Could not compile `interpolate_idents`. Sep 20 01:33:08.995 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:33:09.050 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 20 01:33:09.050 INFO kablam! --> src/lib.rs:32:52 Sep 20 01:33:09.050 INFO kablam! | Sep 20 01:33:09.050 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 20 01:33:09.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 20 01:33:09.050 INFO kablam! Sep 20 01:33:09.130 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 01:33:09.130 INFO kablam! --> src/lib.rs:46:50 Sep 20 01:33:09.130 INFO kablam! | Sep 20 01:33:09.130 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 20 01:33:09.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:33:09.130 INFO kablam! Sep 20 01:33:09.146 INFO kablam! error[E0624]: method `span_err` is private Sep 20 01:33:09.146 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 20 01:33:09.146 INFO kablam! | Sep 20 01:33:09.146 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 20 01:33:09.146 INFO kablam! | ^^^^^^^^ Sep 20 01:33:09.146 INFO kablam! Sep 20 01:33:09.150 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 20 01:33:09.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.150 INFO kablam! | | Sep 20 01:33:09.150 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! | in this macro invocation Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.150 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.150 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 20 01:33:09.150 INFO kablam! Sep 20 01:33:09.150 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 20 01:33:09.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.150 INFO kablam! | | Sep 20 01:33:09.150 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! | in this macro invocation Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.150 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.150 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 20 01:33:09.150 INFO kablam! Sep 20 01:33:09.150 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 20 01:33:09.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.150 INFO kablam! | | Sep 20 01:33:09.150 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.150 INFO kablam! | in this macro invocation Sep 20 01:33:09.150 INFO kablam! | Sep 20 01:33:09.150 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.150 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.150 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 20 01:33:09.150 INFO kablam! Sep 20 01:33:09.154 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.154 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 20 01:33:09.154 INFO kablam! | Sep 20 01:33:09.154 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 20 01:33:09.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.154 INFO kablam! | | Sep 20 01:33:09.154 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.154 INFO kablam! | in this macro invocation Sep 20 01:33:09.154 INFO kablam! | Sep 20 01:33:09.154 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.154 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.154 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 20 01:33:09.154 INFO kablam! Sep 20 01:33:09.162 INFO kablam! error: aborting due to 9 previous errors Sep 20 01:33:09.162 INFO kablam! Sep 20 01:33:09.162 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 20 01:33:09.162 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 01:33:09.178 INFO kablam! error: Could not compile `interpolate_idents`. Sep 20 01:33:09.178 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:33:09.814 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 01:33:09.814 INFO kablam! --> src/lib.rs:10:13 Sep 20 01:33:09.814 INFO kablam! | Sep 20 01:33:09.814 INFO kablam! 10 | use syntax::codemap::Span; Sep 20 01:33:09.814 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 01:33:09.814 INFO kablam! Sep 20 01:33:09.814 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 01:33:09.814 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 20 01:33:09.814 INFO kablam! | Sep 20 01:33:09.814 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 20 01:33:09.814 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 01:33:09.814 INFO kablam! Sep 20 01:33:09.914 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 20 01:33:09.914 INFO kablam! --> src/lib.rs:32:52 Sep 20 01:33:09.914 INFO kablam! | Sep 20 01:33:09.914 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 20 01:33:09.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 20 01:33:09.914 INFO kablam! Sep 20 01:33:09.978 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 01:33:09.978 INFO kablam! --> src/lib.rs:46:50 Sep 20 01:33:09.978 INFO kablam! | Sep 20 01:33:09.978 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 20 01:33:09.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 01:33:09.978 INFO kablam! Sep 20 01:33:09.994 INFO kablam! error[E0624]: method `span_err` is private Sep 20 01:33:09.994 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 20 01:33:09.994 INFO kablam! | Sep 20 01:33:09.994 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 20 01:33:09.994 INFO kablam! | ^^^^^^^^ Sep 20 01:33:09.994 INFO kablam! Sep 20 01:33:09.998 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.998 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 20 01:33:09.998 INFO kablam! | Sep 20 01:33:09.998 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 20 01:33:09.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.998 INFO kablam! | | Sep 20 01:33:09.998 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.998 INFO kablam! | in this macro invocation Sep 20 01:33:09.998 INFO kablam! | Sep 20 01:33:09.998 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.998 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.998 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 20 01:33:09.998 INFO kablam! Sep 20 01:33:09.998 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.998 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 20 01:33:09.998 INFO kablam! | Sep 20 01:33:09.998 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 20 01:33:09.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:09.998 INFO kablam! | | Sep 20 01:33:09.998 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.998 INFO kablam! | in this macro invocation Sep 20 01:33:09.998 INFO kablam! | Sep 20 01:33:09.998 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:09.998 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:09.998 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 20 01:33:09.998 INFO kablam! Sep 20 01:33:09.999 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:09.999 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 20 01:33:09.999 INFO kablam! | Sep 20 01:33:09.999 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 20 01:33:09.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:10.000 INFO kablam! | | Sep 20 01:33:10.000 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:10.000 INFO kablam! | in this macro invocation Sep 20 01:33:10.000 INFO kablam! | Sep 20 01:33:10.000 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:10.000 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:10.000 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 20 01:33:10.000 INFO kablam! Sep 20 01:33:10.006 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:10.006 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 20 01:33:10.006 INFO kablam! | Sep 20 01:33:10.006 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 20 01:33:10.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:33:10.006 INFO kablam! | | Sep 20 01:33:10.006 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 20 01:33:10.006 INFO kablam! | in this macro invocation Sep 20 01:33:10.006 INFO kablam! | Sep 20 01:33:10.006 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 20 01:33:10.006 INFO kablam! = note: required by `std::rt::begin_panic` Sep 20 01:33:10.006 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 20 01:33:10.006 INFO kablam! Sep 20 01:33:10.010 INFO kablam! error: aborting due to 9 previous errors Sep 20 01:33:10.010 INFO kablam! Sep 20 01:33:10.010 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 20 01:33:10.010 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 01:33:10.026 INFO kablam! error: Could not compile `interpolate_idents`. Sep 20 01:33:10.026 INFO kablam! Sep 20 01:33:10.026 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:33:10.027 INFO kablam! su: No module specific data is present Sep 20 01:33:10.988 INFO running `"docker" "rm" "-f" "a7cae1fd6028522237a7ac0c664ee5d7160afe4f8eac675c175c3b5de6fa4a01"` Sep 20 01:33:11.062 INFO blam! a7cae1fd6028522237a7ac0c664ee5d7160afe4f8eac675c175c3b5de6fa4a01