Sep 04 16:37:44.433 INFO checking interpolate_idents-0.1.8 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 16:37:44.433 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 16:37:44.433 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:37:44.640 INFO blam! 8d0d8e2c59b51f59d51a01f08d959c3955eea4adcf9331341793ad2fd1dbf096 Sep 04 16:37:44.642 INFO running `"docker" "start" "-a" "8d0d8e2c59b51f59d51a01f08d959c3955eea4adcf9331341793ad2fd1dbf096"` Sep 04 16:37:45.669 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 04 16:37:52.243 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 16:37:52.243 INFO kablam! --> src/lib.rs:10:13 Sep 04 16:37:52.243 INFO kablam! | Sep 04 16:37:52.243 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 16:37:52.243 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 16:37:52.243 INFO kablam! Sep 04 16:37:52.243 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 16:37:52.243 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 16:37:52.243 INFO kablam! | Sep 04 16:37:52.243 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 16:37:52.243 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 16:37:52.244 INFO kablam! Sep 04 16:37:52.320 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 16:37:52.320 INFO kablam! --> src/lib.rs:10:13 Sep 04 16:37:52.320 INFO kablam! | Sep 04 16:37:52.320 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 16:37:52.321 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 16:37:52.324 INFO kablam! Sep 04 16:37:52.324 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 16:37:52.324 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 16:37:52.324 INFO kablam! | Sep 04 16:37:52.324 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 16:37:52.324 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 16:37:52.325 INFO kablam! Sep 04 16:37:52.440 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 16:37:52.440 INFO kablam! --> src/lib.rs:10:13 Sep 04 16:37:52.440 INFO kablam! | Sep 04 16:37:52.440 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 16:37:52.440 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 16:37:52.440 INFO kablam! Sep 04 16:37:52.440 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 16:37:52.440 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 04 16:37:52.440 INFO kablam! | Sep 04 16:37:52.440 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 04 16:37:52.440 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 16:37:52.440 INFO kablam! Sep 04 16:37:52.586 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 16:37:52.586 INFO kablam! --> src/lib.rs:32:52 Sep 04 16:37:52.586 INFO kablam! | Sep 04 16:37:52.586 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 16:37:52.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 16:37:52.586 INFO kablam! Sep 04 16:37:52.595 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 16:37:52.595 INFO kablam! --> src/lib.rs:32:52 Sep 04 16:37:52.595 INFO kablam! | Sep 04 16:37:52.595 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 16:37:52.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 16:37:52.596 INFO kablam! Sep 04 16:37:52.643 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 16:37:52.643 INFO kablam! --> src/lib.rs:32:52 Sep 04 16:37:52.643 INFO kablam! | Sep 04 16:37:52.643 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 04 16:37:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 16:37:52.643 INFO kablam! Sep 04 16:37:52.726 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 16:37:52.726 INFO kablam! --> src/lib.rs:46:50 Sep 04 16:37:52.726 INFO kablam! | Sep 04 16:37:52.726 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 16:37:52.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 16:37:52.727 INFO kablam! Sep 04 16:37:52.761 INFO kablam! error[E0624]: method `span_err` is private Sep 04 16:37:52.761 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 16:37:52.761 INFO kablam! | Sep 04 16:37:52.761 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 16:37:52.761 INFO kablam! | ^^^^^^^^ Sep 04 16:37:52.761 INFO kablam! Sep 04 16:37:52.766 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 16:37:52.766 INFO kablam! --> src/lib.rs:46:50 Sep 04 16:37:52.766 INFO kablam! | Sep 04 16:37:52.766 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 16:37:52.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 16:37:52.766 INFO kablam! Sep 04 16:37:52.772 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 16:37:52.772 INFO kablam! --> src/lib.rs:46:50 Sep 04 16:37:52.772 INFO kablam! | Sep 04 16:37:52.772 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 04 16:37:52.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 16:37:52.772 INFO kablam! Sep 04 16:37:52.772 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.772 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 16:37:52.773 INFO kablam! | Sep 04 16:37:52.773 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 16:37:52.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.773 INFO kablam! | | Sep 04 16:37:52.773 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.773 INFO kablam! | in this macro invocation Sep 04 16:37:52.773 INFO kablam! | Sep 04 16:37:52.773 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.773 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.773 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 16:37:52.773 INFO kablam! Sep 04 16:37:52.775 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.775 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 16:37:52.775 INFO kablam! | Sep 04 16:37:52.775 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 16:37:52.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.775 INFO kablam! | | Sep 04 16:37:52.775 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.775 INFO kablam! | in this macro invocation Sep 04 16:37:52.775 INFO kablam! | Sep 04 16:37:52.775 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.775 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.775 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 16:37:52.775 INFO kablam! Sep 04 16:37:52.778 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.778 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 16:37:52.778 INFO kablam! | Sep 04 16:37:52.778 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 16:37:52.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.778 INFO kablam! | | Sep 04 16:37:52.778 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.778 INFO kablam! | in this macro invocation Sep 04 16:37:52.778 INFO kablam! | Sep 04 16:37:52.778 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.778 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.778 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 16:37:52.778 INFO kablam! Sep 04 16:37:52.780 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.780 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 16:37:52.780 INFO kablam! | Sep 04 16:37:52.781 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 16:37:52.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.781 INFO kablam! | | Sep 04 16:37:52.781 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.781 INFO kablam! | in this macro invocation Sep 04 16:37:52.781 INFO kablam! | Sep 04 16:37:52.781 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.781 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.781 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 16:37:52.781 INFO kablam! Sep 04 16:37:52.791 INFO kablam! error: aborting due to 9 previous errors Sep 04 16:37:52.791 INFO kablam! Sep 04 16:37:52.791 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 16:37:52.792 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 16:37:52.806 INFO kablam! error[E0624]: method `span_err` is private Sep 04 16:37:52.806 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 16:37:52.807 INFO kablam! | Sep 04 16:37:52.807 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 16:37:52.807 INFO kablam! | ^^^^^^^^ Sep 04 16:37:52.807 INFO kablam! Sep 04 16:37:52.809 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 16:37:52.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:37:52.813 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.813 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 16:37:52.813 INFO kablam! | Sep 04 16:37:52.813 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 16:37:52.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.813 INFO kablam! | | Sep 04 16:37:52.813 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.813 INFO kablam! | in this macro invocation Sep 04 16:37:52.813 INFO kablam! | Sep 04 16:37:52.813 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.813 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.813 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 16:37:52.813 INFO kablam! Sep 04 16:37:52.815 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.815 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 16:37:52.815 INFO kablam! | Sep 04 16:37:52.815 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 16:37:52.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.816 INFO kablam! | | Sep 04 16:37:52.816 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.816 INFO kablam! | in this macro invocation Sep 04 16:37:52.816 INFO kablam! | Sep 04 16:37:52.816 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.816 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.816 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 16:37:52.816 INFO kablam! Sep 04 16:37:52.818 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.818 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 16:37:52.818 INFO kablam! | Sep 04 16:37:52.818 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 16:37:52.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.818 INFO kablam! | | Sep 04 16:37:52.819 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.819 INFO kablam! | in this macro invocation Sep 04 16:37:52.819 INFO kablam! | Sep 04 16:37:52.819 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.819 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.819 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 16:37:52.819 INFO kablam! Sep 04 16:37:52.821 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.821 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 16:37:52.821 INFO kablam! | Sep 04 16:37:52.821 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 16:37:52.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.821 INFO kablam! | | Sep 04 16:37:52.821 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.821 INFO kablam! | in this macro invocation Sep 04 16:37:52.821 INFO kablam! | Sep 04 16:37:52.821 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.821 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.821 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 16:37:52.821 INFO kablam! Sep 04 16:37:52.832 INFO kablam! error: aborting due to 9 previous errors Sep 04 16:37:52.832 INFO kablam! Sep 04 16:37:52.832 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 16:37:52.832 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 16:37:52.847 INFO kablam! error[E0624]: method `span_err` is private Sep 04 16:37:52.847 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 04 16:37:52.847 INFO kablam! | Sep 04 16:37:52.847 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 04 16:37:52.847 INFO kablam! | ^^^^^^^^ Sep 04 16:37:52.847 INFO kablam! Sep 04 16:37:52.852 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 16:37:52.852 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:37:52.854 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.854 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 04 16:37:52.854 INFO kablam! | Sep 04 16:37:52.854 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 04 16:37:52.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.854 INFO kablam! | | Sep 04 16:37:52.854 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.854 INFO kablam! | in this macro invocation Sep 04 16:37:52.854 INFO kablam! | Sep 04 16:37:52.854 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.855 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.855 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 16:37:52.855 INFO kablam! Sep 04 16:37:52.856 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.856 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 04 16:37:52.856 INFO kablam! | Sep 04 16:37:52.856 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 04 16:37:52.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.856 INFO kablam! | | Sep 04 16:37:52.856 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.856 INFO kablam! | in this macro invocation Sep 04 16:37:52.856 INFO kablam! | Sep 04 16:37:52.856 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.856 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.856 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 16:37:52.857 INFO kablam! Sep 04 16:37:52.858 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.858 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 04 16:37:52.858 INFO kablam! | Sep 04 16:37:52.858 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 04 16:37:52.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.858 INFO kablam! | | Sep 04 16:37:52.858 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.859 INFO kablam! | in this macro invocation Sep 04 16:37:52.859 INFO kablam! | Sep 04 16:37:52.859 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.859 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.859 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 16:37:52.859 INFO kablam! Sep 04 16:37:52.860 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.860 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 04 16:37:52.860 INFO kablam! | Sep 04 16:37:52.860 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 04 16:37:52.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:37:52.860 INFO kablam! | | Sep 04 16:37:52.860 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 04 16:37:52.860 INFO kablam! | in this macro invocation Sep 04 16:37:52.860 INFO kablam! | Sep 04 16:37:52.860 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 04 16:37:52.860 INFO kablam! = note: required by `std::rt::begin_panic` Sep 04 16:37:52.860 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 16:37:52.860 INFO kablam! Sep 04 16:37:52.867 INFO kablam! error: aborting due to 9 previous errors Sep 04 16:37:52.867 INFO kablam! Sep 04 16:37:52.867 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 04 16:37:52.867 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 16:37:52.883 INFO kablam! error: Could not compile `interpolate_idents`. Sep 04 16:37:52.883 INFO kablam! Sep 04 16:37:52.883 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:37:52.885 INFO kablam! su: No module specific data is present Sep 04 16:37:53.403 INFO running `"docker" "rm" "-f" "8d0d8e2c59b51f59d51a01f08d959c3955eea4adcf9331341793ad2fd1dbf096"` Sep 04 16:37:53.494 INFO blam! 8d0d8e2c59b51f59d51a01f08d959c3955eea4adcf9331341793ad2fd1dbf096