Sep 01 16:48:50.048 INFO checking interpolate_idents-0.1.8 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 16:48:50.048 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 16:48:50.048 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/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 01 16:48:50.282 INFO blam! e6db06eb09d4c74d399d7f2d9ea1b1e483133fee4ed7a1bbcbd782dae60fca7b Sep 01 16:48:50.284 INFO running `"docker" "start" "-a" "e6db06eb09d4c74d399d7f2d9ea1b1e483133fee4ed7a1bbcbd782dae60fca7b"` Sep 01 16:48:51.142 INFO kablam! Compiling interpolate_idents v0.1.8 (file:///source) Sep 01 16:48:57.134 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:57.134 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:57.134 INFO kablam! | Sep 01 16:48:57.134 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:57.134 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:57.134 INFO kablam! Sep 01 16:48:57.134 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:57.134 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:57.134 INFO kablam! | Sep 01 16:48:57.134 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:57.135 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:57.135 INFO kablam! Sep 01 16:48:57.250 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:57.250 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:57.250 INFO kablam! | Sep 01 16:48:57.250 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:57.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:57.251 INFO kablam! Sep 01 16:48:57.329 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:57.329 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:57.329 INFO kablam! | Sep 01 16:48:57.329 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:57.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:57.330 INFO kablam! Sep 01 16:48:57.363 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:57.363 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:57.363 INFO kablam! | Sep 01 16:48:57.363 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:57.363 INFO kablam! | ^^^^^^^^ Sep 01 16:48:57.363 INFO kablam! Sep 01 16:48:57.368 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.368 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:57.368 INFO kablam! | Sep 01 16:48:57.368 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:57.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.368 INFO kablam! | | Sep 01 16:48:57.368 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.368 INFO kablam! | in this macro invocation Sep 01 16:48:57.369 INFO kablam! | Sep 01 16:48:57.369 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.369 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.369 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:57.369 INFO kablam! Sep 01 16:48:57.371 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.371 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:57.371 INFO kablam! | Sep 01 16:48:57.371 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:57.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.371 INFO kablam! | | Sep 01 16:48:57.371 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.371 INFO kablam! | in this macro invocation Sep 01 16:48:57.371 INFO kablam! | Sep 01 16:48:57.371 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.371 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.371 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:57.371 INFO kablam! Sep 01 16:48:57.373 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.373 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:57.374 INFO kablam! | Sep 01 16:48:57.374 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:57.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.374 INFO kablam! | | Sep 01 16:48:57.374 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.374 INFO kablam! | in this macro invocation Sep 01 16:48:57.374 INFO kablam! | Sep 01 16:48:57.374 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.374 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.374 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:57.374 INFO kablam! Sep 01 16:48:57.376 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.376 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:57.376 INFO kablam! | Sep 01 16:48:57.376 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:57.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.376 INFO kablam! | | Sep 01 16:48:57.376 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.376 INFO kablam! | in this macro invocation Sep 01 16:48:57.376 INFO kablam! | Sep 01 16:48:57.376 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.376 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.376 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:57.376 INFO kablam! Sep 01 16:48:57.386 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:57.386 INFO kablam! Sep 01 16:48:57.386 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:57.386 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:57.402 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:57.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:48:57.512 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:57.513 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:57.513 INFO kablam! | Sep 01 16:48:57.513 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:57.513 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:57.513 INFO kablam! Sep 01 16:48:57.513 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:57.513 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:57.513 INFO kablam! | Sep 01 16:48:57.513 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:57.513 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:57.513 INFO kablam! Sep 01 16:48:57.646 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:48:57.646 INFO kablam! --> src/lib.rs:10:13 Sep 01 16:48:57.646 INFO kablam! | Sep 01 16:48:57.647 INFO kablam! 10 | use syntax::codemap::Span; Sep 01 16:48:57.647 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:48:57.647 INFO kablam! Sep 01 16:48:57.647 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 16:48:57.647 INFO kablam! --> src/parser_any_macro.rs:10:19 Sep 01 16:48:57.647 INFO kablam! | Sep 01 16:48:57.647 INFO kablam! 10 | use syntax::util::small_vector::SmallVector; Sep 01 16:48:57.647 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 16:48:57.647 INFO kablam! Sep 01 16:48:57.673 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:57.673 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:57.673 INFO kablam! | Sep 01 16:48:57.673 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:57.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:57.673 INFO kablam! Sep 01 16:48:57.748 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:57.748 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:57.748 INFO kablam! | Sep 01 16:48:57.748 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:57.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:57.748 INFO kablam! Sep 01 16:48:57.770 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:57.770 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:57.770 INFO kablam! | Sep 01 16:48:57.770 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:57.770 INFO kablam! | ^^^^^^^^ Sep 01 16:48:57.770 INFO kablam! Sep 01 16:48:57.774 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.774 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:57.774 INFO kablam! | Sep 01 16:48:57.774 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:57.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.774 INFO kablam! | | Sep 01 16:48:57.774 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.774 INFO kablam! | in this macro invocation Sep 01 16:48:57.774 INFO kablam! | Sep 01 16:48:57.774 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.774 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.774 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:57.774 INFO kablam! Sep 01 16:48:57.775 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.775 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:57.775 INFO kablam! | Sep 01 16:48:57.775 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:57.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.775 INFO kablam! | | Sep 01 16:48:57.776 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.776 INFO kablam! | in this macro invocation Sep 01 16:48:57.776 INFO kablam! | Sep 01 16:48:57.776 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.776 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.776 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:57.776 INFO kablam! Sep 01 16:48:57.777 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.777 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:57.777 INFO kablam! | Sep 01 16:48:57.777 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:57.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.777 INFO kablam! | | Sep 01 16:48:57.777 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.777 INFO kablam! | in this macro invocation Sep 01 16:48:57.777 INFO kablam! | Sep 01 16:48:57.777 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.777 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.777 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:57.778 INFO kablam! Sep 01 16:48:57.780 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.780 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:57.780 INFO kablam! | Sep 01 16:48:57.780 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:57.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.780 INFO kablam! | | Sep 01 16:48:57.780 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.780 INFO kablam! | in this macro invocation Sep 01 16:48:57.780 INFO kablam! | Sep 01 16:48:57.780 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.780 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.780 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:57.780 INFO kablam! Sep 01 16:48:57.790 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:57.790 INFO kablam! Sep 01 16:48:57.790 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:57.790 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:57.807 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:57.807 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:48:57.819 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:48:57.819 INFO kablam! --> src/lib.rs:32:52 Sep 01 16:48:57.819 INFO kablam! | Sep 01 16:48:57.819 INFO kablam! 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { Sep 01 16:48:57.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:48:57.819 INFO kablam! Sep 01 16:48:57.897 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:48:57.897 INFO kablam! --> src/lib.rs:46:50 Sep 01 16:48:57.897 INFO kablam! | Sep 01 16:48:57.897 INFO kablam! 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) Sep 01 16:48:57.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:48:57.898 INFO kablam! Sep 01 16:48:57.918 INFO kablam! error[E0624]: method `span_err` is private Sep 01 16:48:57.918 INFO kablam! --> src/parser_any_macro.rs:54:20 Sep 01 16:48:57.918 INFO kablam! | Sep 01 16:48:57.918 INFO kablam! 54 | parser.span_err(span, &msg[..]); Sep 01 16:48:57.918 INFO kablam! | ^^^^^^^^ Sep 01 16:48:57.918 INFO kablam! Sep 01 16:48:57.922 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.922 INFO kablam! --> src/parser_any_macro.rs:61:19 Sep 01 16:48:57.922 INFO kablam! | Sep 01 16:48:57.922 INFO kablam! 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); Sep 01 16:48:57.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.922 INFO kablam! | | Sep 01 16:48:57.922 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.922 INFO kablam! | in this macro invocation Sep 01 16:48:57.922 INFO kablam! | Sep 01 16:48:57.922 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.922 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.922 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:57.922 INFO kablam! Sep 01 16:48:57.923 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.923 INFO kablam! --> src/parser_any_macro.rs:66:19 Sep 01 16:48:57.923 INFO kablam! | Sep 01 16:48:57.923 INFO kablam! 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); Sep 01 16:48:57.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.923 INFO kablam! | | Sep 01 16:48:57.923 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.923 INFO kablam! | in this macro invocation Sep 01 16:48:57.923 INFO kablam! | Sep 01 16:48:57.924 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.924 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.924 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:57.924 INFO kablam! Sep 01 16:48:57.925 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.925 INFO kablam! --> src/parser_any_macro.rs:72:32 Sep 01 16:48:57.925 INFO kablam! | Sep 01 16:48:57.925 INFO kablam! 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { Sep 01 16:48:57.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.925 INFO kablam! | | Sep 01 16:48:57.925 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.925 INFO kablam! | in this macro invocation Sep 01 16:48:57.925 INFO kablam! | Sep 01 16:48:57.925 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.925 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.925 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:57.925 INFO kablam! Sep 01 16:48:57.926 INFO kablam! error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.926 INFO kablam! --> src/parser_any_macro.rs:86:31 Sep 01 16:48:57.926 INFO kablam! | Sep 01 16:48:57.926 INFO kablam! 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) Sep 01 16:48:57.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:48:57.926 INFO kablam! | | Sep 01 16:48:57.926 INFO kablam! | `syntax::rustc_errors::FatalError` cannot be sent between threads safely Sep 01 16:48:57.927 INFO kablam! | in this macro invocation Sep 01 16:48:57.927 INFO kablam! | Sep 01 16:48:57.927 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` Sep 01 16:48:57.927 INFO kablam! = note: required by `std::rt::begin_panic` Sep 01 16:48:57.927 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:57.927 INFO kablam! Sep 01 16:48:57.933 INFO kablam! error: aborting due to 9 previous errors Sep 01 16:48:57.933 INFO kablam! Sep 01 16:48:57.933 INFO kablam! Some errors occurred: E0023, E0061, E0277, E0432, E0624. Sep 01 16:48:57.933 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:48:57.950 INFO kablam! error: Could not compile `interpolate_idents`. Sep 01 16:48:57.951 INFO kablam! Sep 01 16:48:57.951 INFO kablam! To learn more, run the command again with --verbose. Sep 01 16:48:57.952 INFO kablam! su: No module specific data is present Sep 01 16:48:58.558 INFO running `"docker" "rm" "-f" "e6db06eb09d4c74d399d7f2d9ea1b1e483133fee4ed7a1bbcbd782dae60fca7b"` Sep 01 16:48:58.677 INFO blam! e6db06eb09d4c74d399d7f2d9ea1b1e483133fee4ed7a1bbcbd782dae60fca7b