Sep 17 22:44:07.914 INFO checking interpolate_idents-0.1.8 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:44:07.914 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:44:07.914 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:44:08.256 INFO blam! f2df8fc27a2f87bb8dfd724c8132f3adc4bb899c1b2cac4b0d238f0d6a9fa4ca Sep 17 22:44:08.258 INFO running `"docker" "start" "-a" "f2df8fc27a2f87bb8dfd724c8132f3adc4bb899c1b2cac4b0d238f0d6a9fa4ca"` Sep 17 22:44:09.076 INFO kablam! usermod: no changes Sep 17 22:44:09.095 INFO kablam! Compiling interpolate_idents v0.1.8 (/source) Sep 17 22:44:10.842 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 22:44:10.843 INFO kablam! --> src/lib.rs:10:13 Sep 17 22:44:10.843 INFO kablam! | Sep 17 22:44:10.843 INFO kablam! 10 | use syntax::codemap::Span; Sep 17 22:44:10.843 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 22:44:10.843 INFO kablam! Sep 17 22:44:10.843 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 22:44:10.843 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 17 22:44:10.843 INFO kablam! | Sep 17 22:44:10.843 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 17 22:44:10.843 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 17 22:44:10.843 INFO kablam! Sep 17 22:44:10.859 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 22:44:10.859 INFO kablam! --> src/lib.rs:10:13 Sep 17 22:44:10.859 INFO kablam! | Sep 17 22:44:10.859 INFO kablam! 10 | use syntax::codemap::Span; Sep 17 22:44:10.859 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 22:44:10.859 INFO kablam! Sep 17 22:44:10.859 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 22:44:10.859 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 17 22:44:10.859 INFO kablam! | Sep 17 22:44:10.859 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 17 22:44:10.859 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 17 22:44:10.859 INFO kablam! Sep 17 22:44:10.951 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 17 22:44:10.951 INFO kablam! --> src/lib.rs:32:52 Sep 17 22:44:10.951 INFO kablam! | Sep 17 22:44:10.951 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 17 22:44:10.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 17 22:44:10.951 INFO kablam! Sep 17 22:44:10.951 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 22:44:10.951 INFO kablam! --> src/lib.rs:10:13 Sep 17 22:44:10.951 INFO kablam! | Sep 17 22:44:10.951 INFO kablam! 10 | use syntax::codemap::Span; Sep 17 22:44:10.951 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 22:44:10.951 INFO kablam! Sep 17 22:44:10.951 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 22:44:10.951 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 17 22:44:10.951 INFO kablam! | Sep 17 22:44:10.951 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 17 22:44:10.951 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 17 22:44:10.951 INFO kablam! Sep 17 22:44:10.963 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 17 22:44:10.963 INFO kablam! --> src/lib.rs:32:52 Sep 17 22:44:10.963 INFO kablam! | Sep 17 22:44:10.963 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 17 22:44:10.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 17 22:44:10.963 INFO kablam! Sep 17 22:44:11.014 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 22:44:11.015 INFO kablam! --> src/lib.rs:46:50 Sep 17 22:44:11.015 INFO kablam! | Sep 17 22:44:11.015 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 17 22:44:11.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 22:44:11.015 INFO kablam! Sep 17 22:44:11.031 INFO kablam! error[E0624]: method `span_err` is private Sep 17 22:44:11.031 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 17 22:44:11.031 INFO kablam! | Sep 17 22:44:11.031 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 17 22:44:11.031 INFO kablam! | ^^^^^^^^ Sep 17 22:44:11.031 INFO kablam! Sep 17 22:44:11.035 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 17 22:44:11.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.035 INFO kablam! | | Sep 17 22:44:11.035 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! | in this macro invocation Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.035 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.035 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 17 22:44:11.035 INFO kablam! Sep 17 22:44:11.035 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 17 22:44:11.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.035 INFO kablam! | | Sep 17 22:44:11.035 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! | in this macro invocation Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.035 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.035 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 17 22:44:11.035 INFO kablam! Sep 17 22:44:11.035 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 17 22:44:11.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.035 INFO kablam! | | Sep 17 22:44:11.035 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.035 INFO kablam! | in this macro invocation Sep 17 22:44:11.035 INFO kablam! | Sep 17 22:44:11.035 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.035 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.035 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 17 22:44:11.036 INFO kablam! Sep 17 22:44:11.039 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.039 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 17 22:44:11.039 INFO kablam! | Sep 17 22:44:11.039 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 17 22:44:11.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.039 INFO kablam! | | Sep 17 22:44:11.039 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.039 INFO kablam! | in this macro invocation Sep 17 22:44:11.039 INFO kablam! | Sep 17 22:44:11.039 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.039 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.039 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 17 22:44:11.039 INFO kablam! Sep 17 22:44:11.039 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 22:44:11.039 INFO kablam! --> src/lib.rs:46:50 Sep 17 22:44:11.039 INFO kablam! | Sep 17 22:44:11.039 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 17 22:44:11.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 22:44:11.039 INFO kablam! Sep 17 22:44:11.048 INFO kablam! error: aborting due to 9 previous errors Sep 17 22:44:11.048 INFO kablam! Sep 17 22:44:11.048 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 17 22:44:11.048 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 17 22:44:11.055 INFO kablam! error[E0624]: method `span_err` is private Sep 17 22:44:11.055 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 17 22:44:11.055 INFO kablam! | Sep 17 22:44:11.055 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 17 22:44:11.055 INFO kablam! | ^^^^^^^^ Sep 17 22:44:11.055 INFO kablam! Sep 17 22:44:11.055 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 17 22:44:11.055 INFO kablam! --> src/lib.rs:32:52 Sep 17 22:44:11.055 INFO kablam! | Sep 17 22:44:11.055 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 17 22:44:11.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 17 22:44:11.055 INFO kablam! Sep 17 22:44:11.059 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.059 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 17 22:44:11.059 INFO kablam! | Sep 17 22:44:11.059 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 17 22:44:11.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.059 INFO kablam! | | Sep 17 22:44:11.059 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.059 INFO kablam! | in this macro invocation Sep 17 22:44:11.059 INFO kablam! | Sep 17 22:44:11.059 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.059 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.059 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 17 22:44:11.059 INFO kablam! Sep 17 22:44:11.059 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.059 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 17 22:44:11.059 INFO kablam! | Sep 17 22:44:11.059 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 17 22:44:11.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.059 INFO kablam! | | Sep 17 22:44:11.059 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.059 INFO kablam! | in this macro invocation Sep 17 22:44:11.059 INFO kablam! | Sep 17 22:44:11.059 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.059 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.059 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 17 22:44:11.059 INFO kablam! Sep 17 22:44:11.063 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.063 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 17 22:44:11.063 INFO kablam! | Sep 17 22:44:11.063 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 17 22:44:11.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.063 INFO kablam! | | Sep 17 22:44:11.063 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.063 INFO kablam! | in this macro invocation Sep 17 22:44:11.063 INFO kablam! | Sep 17 22:44:11.063 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.063 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.063 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 17 22:44:11.063 INFO kablam! Sep 17 22:44:11.063 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.063 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 17 22:44:11.063 INFO kablam! | Sep 17 22:44:11.063 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 17 22:44:11.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.063 INFO kablam! | | Sep 17 22:44:11.063 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.063 INFO kablam! | in this macro invocation Sep 17 22:44:11.063 INFO kablam! | Sep 17 22:44:11.063 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.063 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.063 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 17 22:44:11.063 INFO kablam! Sep 17 22:44:11.064 INFO kablam! error: Could not compile `interpolate_idents`. Sep 17 22:44:11.065 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:44:11.073 INFO kablam! error: aborting due to 9 previous errors Sep 17 22:44:11.073 INFO kablam! Sep 17 22:44:11.073 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 17 22:44:11.073 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 17 22:44:11.090 INFO kablam! error: Could not compile `interpolate_idents`. Sep 17 22:44:11.090 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:44:11.133 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 22:44:11.133 INFO kablam! --> src/lib.rs:46:50 Sep 17 22:44:11.133 INFO kablam! | Sep 17 22:44:11.133 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 17 22:44:11.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 22:44:11.133 INFO kablam! Sep 17 22:44:11.145 INFO kablam! error[E0624]: method `span_err` is private Sep 17 22:44:11.145 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 17 22:44:11.145 INFO kablam! | Sep 17 22:44:11.145 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 17 22:44:11.145 INFO kablam! | ^^^^^^^^ Sep 17 22:44:11.145 INFO kablam! Sep 17 22:44:11.145 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.145 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 17 22:44:11.145 INFO kablam! | Sep 17 22:44:11.145 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 17 22:44:11.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.145 INFO kablam! | | Sep 17 22:44:11.146 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.146 INFO kablam! | in this macro invocation Sep 17 22:44:11.146 INFO kablam! | Sep 17 22:44:11.146 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.146 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.146 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 17 22:44:11.146 INFO kablam! Sep 17 22:44:11.146 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.146 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 17 22:44:11.146 INFO kablam! | Sep 17 22:44:11.146 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 17 22:44:11.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.146 INFO kablam! | | Sep 17 22:44:11.146 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.146 INFO kablam! | in this macro invocation Sep 17 22:44:11.146 INFO kablam! | Sep 17 22:44:11.147 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.147 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.147 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 17 22:44:11.147 INFO kablam! Sep 17 22:44:11.147 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.147 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 17 22:44:11.147 INFO kablam! | Sep 17 22:44:11.147 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 17 22:44:11.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.147 INFO kablam! | | Sep 17 22:44:11.147 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.147 INFO kablam! | in this macro invocation Sep 17 22:44:11.147 INFO kablam! | Sep 17 22:44:11.147 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.147 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.147 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 17 22:44:11.147 INFO kablam! Sep 17 22:44:11.147 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.147 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 17 22:44:11.147 INFO kablam! | Sep 17 22:44:11.147 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 17 22:44:11.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:44:11.147 INFO kablam! | | Sep 17 22:44:11.147 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 17 22:44:11.147 INFO kablam! | in this macro invocation Sep 17 22:44:11.147 INFO kablam! | Sep 17 22:44:11.147 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 17 22:44:11.147 INFO kablam! = note: required by `std::rt::begin_panic` Sep 17 22:44:11.147 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 17 22:44:11.147 INFO kablam! Sep 17 22:44:11.167 INFO kablam! error: aborting due to 9 previous errors Sep 17 22:44:11.167 INFO kablam! Sep 17 22:44:11.167 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 17 22:44:11.167 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 17 22:44:11.187 INFO kablam! error: Could not compile `interpolate_idents`. Sep 17 22:44:11.187 INFO kablam! Sep 17 22:44:11.187 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:44:11.188 INFO kablam! su: No module specific data is present Sep 17 22:44:11.804 INFO running `"docker" "rm" "-f" "f2df8fc27a2f87bb8dfd724c8132f3adc4bb899c1b2cac4b0d238f0d6a9fa4ca"` Sep 17 22:44:11.922 INFO blam! f2df8fc27a2f87bb8dfd724c8132f3adc4bb899c1b2cac4b0d238f0d6a9fa4ca