Sep 01 16:48:48.361 INFO checking interpolate_idents-0.1.8 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 16:48:48.361 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 16:48:48.361 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:48:48.538 INFO blam! 67cfeefdfb142d5242e1cd75aed4eee62b837d7f9b0ccc4f81530287d31b7b96 Sep 01 16:48:48.540 INFO running `"docker" "start" "-a" "67cfeefdfb142d5242e1cd75aed4eee62b837d7f9b0ccc4f81530287d31b7b96"` Sep 01 16:48:49.323 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 01 16:48:55.078 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:55.078 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:55.078 INFO kablam! | Sep 01 16:48:55.078 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:55.078 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:55.078 INFO kablam! Sep 01 16:48:55.079 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:55.079 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:55.079 INFO kablam! | Sep 01 16:48:55.079 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:55.079 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:55.079 INFO kablam! Sep 01 16:48:55.366 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:55.366 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:55.366 INFO kablam! | Sep 01 16:48:55.366 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:55.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:55.366 INFO kablam! Sep 01 16:48:55.586 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:55.586 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:55.586 INFO kablam! | Sep 01 16:48:55.586 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:55.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:55.587 INFO kablam! Sep 01 16:48:55.646 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:55.646 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:55.646 INFO kablam! | Sep 01 16:48:55.646 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:55.646 INFO kablam! | ^^^^^^^^ Sep 01 16:48:55.646 INFO kablam! Sep 01 16:48:55.661 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.661 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:55.661 INFO kablam! | Sep 01 16:48:55.661 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:55.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:55.661 INFO kablam! | | Sep 01 16:48:55.661 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.661 INFO kablam! | in this macro invocation Sep 01 16:48:55.661 INFO kablam! | Sep 01 16:48:55.662 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:55.662 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:55.662 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 01 16:48:55.662 INFO kablam! Sep 01 16:48:55.665 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.665 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:55.665 INFO kablam! | Sep 01 16:48:55.665 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:55.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:55.665 INFO kablam! | | Sep 01 16:48:55.665 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.665 INFO kablam! | in this macro invocation Sep 01 16:48:55.665 INFO kablam! | Sep 01 16:48:55.665 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:55.666 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:55.666 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 01 16:48:55.666 INFO kablam! Sep 01 16:48:55.669 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.669 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:55.669 INFO kablam! | Sep 01 16:48:55.669 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:55.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:55.669 INFO kablam! | | Sep 01 16:48:55.669 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.669 INFO kablam! | in this macro invocation Sep 01 16:48:55.676 INFO kablam! | Sep 01 16:48:55.676 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:55.677 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:55.677 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 01 16:48:55.677 INFO kablam! Sep 01 16:48:55.680 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.680 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:55.680 INFO kablam! | Sep 01 16:48:55.680 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:55.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:55.680 INFO kablam! | | Sep 01 16:48:55.680 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:55.680 INFO kablam! | in this macro invocation Sep 01 16:48:55.680 INFO kablam! | Sep 01 16:48:55.681 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:55.681 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:55.681 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 01 16:48:55.681 INFO kablam! Sep 01 16:48:55.700 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:55.700 INFO kablam! Sep 01 16:48:55.700 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:55.701 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:55.713 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:55.713 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:55.713 INFO kablam! | Sep 01 16:48:55.713 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:55.713 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:55.713 INFO kablam! Sep 01 16:48:55.713 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:55.713 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:55.713 INFO kablam! | Sep 01 16:48:55.713 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:55.713 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:55.713 INFO kablam! Sep 01 16:48:55.732 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:55.732 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:48:55.854 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:55.854 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:55.854 INFO kablam! | Sep 01 16:48:55.854 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:55.854 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:55.854 INFO kablam! Sep 01 16:48:55.855 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:55.855 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:55.855 INFO kablam! | Sep 01 16:48:55.855 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:55.855 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:55.855 INFO kablam! Sep 01 16:48:55.866 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:55.866 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:55.866 INFO kablam! | Sep 01 16:48:55.866 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:55.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:55.867 INFO kablam! Sep 01 16:48:55.969 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:55.969 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:55.969 INFO kablam! | Sep 01 16:48:55.969 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:55.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:55.969 INFO kablam! Sep 01 16:48:56.001 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:56.001 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:56.001 INFO kablam! | Sep 01 16:48:56.001 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:56.001 INFO kablam! | ^^^^^^^^ Sep 01 16:48:56.001 INFO kablam! Sep 01 16:48:56.007 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.007 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:56.007 INFO kablam! | Sep 01 16:48:56.008 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:56.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.008 INFO kablam! | | Sep 01 16:48:56.008 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.008 INFO kablam! | in this macro invocation Sep 01 16:48:56.008 INFO kablam! | Sep 01 16:48:56.008 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.008 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.008 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 01 16:48:56.008 INFO kablam! Sep 01 16:48:56.009 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.009 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:56.009 INFO kablam! | Sep 01 16:48:56.009 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:56.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.010 INFO kablam! | | Sep 01 16:48:56.010 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.010 INFO kablam! | in this macro invocation Sep 01 16:48:56.010 INFO kablam! | Sep 01 16:48:56.010 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.010 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.010 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 01 16:48:56.010 INFO kablam! Sep 01 16:48:56.012 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.012 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:56.012 INFO kablam! | Sep 01 16:48:56.012 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:56.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.012 INFO kablam! | | Sep 01 16:48:56.012 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.012 INFO kablam! | in this macro invocation Sep 01 16:48:56.012 INFO kablam! | Sep 01 16:48:56.012 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.012 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.012 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 01 16:48:56.012 INFO kablam! Sep 01 16:48:56.014 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.014 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:56.014 INFO kablam! | Sep 01 16:48:56.014 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:56.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.014 INFO kablam! | | Sep 01 16:48:56.014 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.014 INFO kablam! | in this macro invocation Sep 01 16:48:56.014 INFO kablam! | Sep 01 16:48:56.014 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.014 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.015 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 01 16:48:56.015 INFO kablam! Sep 01 16:48:56.017 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:56.017 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:56.017 INFO kablam! | Sep 01 16:48:56.017 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:56.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:56.017 INFO kablam! Sep 01 16:48:56.024 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:56.024 INFO kablam! Sep 01 16:48:56.024 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:56.024 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:56.041 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:56.041 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:48:56.120 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:56.122 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:56.122 INFO kablam! | Sep 01 16:48:56.122 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:56.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:56.122 INFO kablam! Sep 01 16:48:56.154 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:56.154 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:56.154 INFO kablam! | Sep 01 16:48:56.154 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:56.154 INFO kablam! | ^^^^^^^^ Sep 01 16:48:56.154 INFO kablam! Sep 01 16:48:56.159 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.159 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:56.159 INFO kablam! | Sep 01 16:48:56.159 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:56.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.159 INFO kablam! | | Sep 01 16:48:56.160 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.160 INFO kablam! | in this macro invocation Sep 01 16:48:56.160 INFO kablam! | Sep 01 16:48:56.160 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.160 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.160 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 01 16:48:56.160 INFO kablam! Sep 01 16:48:56.161 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.161 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:56.161 INFO kablam! | Sep 01 16:48:56.161 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:56.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.161 INFO kablam! | | Sep 01 16:48:56.161 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.161 INFO kablam! | in this macro invocation Sep 01 16:48:56.161 INFO kablam! | Sep 01 16:48:56.161 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.162 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.162 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 01 16:48:56.162 INFO kablam! Sep 01 16:48:56.164 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.164 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:56.164 INFO kablam! | Sep 01 16:48:56.164 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:56.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.164 INFO kablam! | | Sep 01 16:48:56.164 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.164 INFO kablam! | in this macro invocation Sep 01 16:48:56.164 INFO kablam! | Sep 01 16:48:56.164 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.164 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.164 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 01 16:48:56.164 INFO kablam! Sep 01 16:48:56.166 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.166 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:56.166 INFO kablam! | Sep 01 16:48:56.166 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:56.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:56.166 INFO kablam! | | Sep 01 16:48:56.166 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:56.166 INFO kablam! | in this macro invocation Sep 01 16:48:56.166 INFO kablam! | Sep 01 16:48:56.166 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:56.166 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:56.166 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 01 16:48:56.167 INFO kablam! Sep 01 16:48:56.175 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:56.176 INFO kablam! Sep 01 16:48:56.176 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:56.176 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:56.193 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:56.193 INFO kablam! Sep 01 16:48:56.193 INFO kablam! To learn more, run the command again with --verbose. Sep 01 16:48:56.194 INFO kablam! su: No module specific data is present Sep 01 16:48:56.734 INFO running `"docker" "rm" "-f" "67cfeefdfb142d5242e1cd75aed4eee62b837d7f9b0ccc4f81530287d31b7b96"` Sep 01 16:48:56.892 INFO blam! 67cfeefdfb142d5242e1cd75aed4eee62b837d7f9b0ccc4f81530287d31b7b96