[INFO] crate ayzim 0.1.2 is already in cache [INFO] extracting crate ayzim 0.1.2 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/ayzim/0.1.2 [INFO] extracting crate ayzim 0.1.2 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/ayzim/0.1.2 [INFO] validating manifest of ayzim-0.1.2 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ayzim-0.1.2 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ayzim-0.1.2 [INFO] finished frobbing ayzim-0.1.2 [INFO] frobbed toml for ayzim-0.1.2 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/ayzim/0.1.2/Cargo.toml [INFO] started frobbing ayzim-0.1.2 [INFO] finished frobbing ayzim-0.1.2 [INFO] frobbed toml for ayzim-0.1.2 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/ayzim/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ayzim-0.1.2 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/ayzim/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 063b2d1df726147d536872cf725202c19fc093a2e0ba73209ce49460bee3f448 [INFO] running `"docker" "start" "-a" "063b2d1df726147d536872cf725202c19fc093a2e0ba73209ce49460bee3f448"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `ayzim-opt`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Checking odds v0.2.26 [INFO] [stderr] Checking cfor v1.1.0 [INFO] [stderr] Compiling interpolate_idents v0.1.8 [INFO] [stderr] Compiling ayzim-macros v0.1.0 [INFO] [stderr] Compiling string_cache_codegen v0.3.1 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Delimited` in module `syntax::tokenstream` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:62:74 [INFO] [stderr] | [INFO] [stderr] 62 | TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] | ^^^^^^^^^ not found in `syntax::tokenstream` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ext::tt::quoted::Delimited; [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ext::tt::quoted::TokenTree::Delimited; [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::tokenstream::TokenTree::Delimited; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | PatKind::TupleStruct(_, ref mut s, _) | PatKind::Tuple(ref mut s, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 3 [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:37:49 [INFO] [stderr] | [INFO] [stderr] 37 | PatKind::TupleStruct(_, ref mut s, _) | PatKind::Tuple(ref mut s, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | PatKind::Slice(ref mut before, ref mut slice, ref mut after) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 3 [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 3 fields [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | PatKind::Range(_, _) | [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected 3 fields, found 2 [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:62:22 [INFO] [stderr] | [INFO] [stderr] 62 | let pat = parser.parse_pat().unwrap().unwrap(); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:62:43 [INFO] [stderr] | [INFO] [stderr] 62 | let pat = parser.parse_pat().unwrap().unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | if let PatKind::TupleStruct(_, _, _) = pat.node { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 3 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ayzim-macros-0.1.0/src/lib.rs:68:69 [INFO] [stderr] | [INFO] [stderr] 68 | if skip { pat } else { cx.pat(sp, PatKind::Box(P(pat))).unwrap() } [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `ayzim-macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no associated item named `Ident` found for type `syntax::parse::token::Token` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:32:59 [INFO] [stderr] | [INFO] [stderr] 32 | TokenTree::Token(ref span, Token::Ident(ref ident)) => { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `syntax::parse::token::Token` [INFO] [stderr] | help: there is a method with a similar name: `ident` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Ident` found for type `syntax::parse::token::Token` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:46:57 [INFO] [stderr] | [INFO] [stderr] 46 | Some(TokenTree::Token(s, Token::Ident(new_ident))) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `syntax::parse::token::Token` [INFO] [stderr] | help: there is a method with a similar name: `ident` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 3 fields [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | TokenTree::Delimited(s, d) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 fields, found 2 [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | / TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] 63 | | delim: d.delim, [INFO] [stderr] 64 | | tts: map_tts(d.tts.into()).into(), [INFO] [stderr] 65 | | }) [INFO] [stderr] | |______________________________^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `std::cell::RefMut<'_, syntax::parse::parser::Parser<'a>>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | let span = parser.span; [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] [INFO] [stderr] error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:61:19 [INFO] [stderr] | [INFO] [stderr] 61 | let ret = panictry!(self.parser.borrow_mut().parse_expr()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` [INFO] [stderr] = note: required by `std::rt::begin_panic` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:54 [INFO] [stderr] | [INFO] [stderr] 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:66:19 [INFO] [stderr] | [INFO] [stderr] 66 | let ret = panictry!(self.parser.borrow_mut().parse_pat()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` [INFO] [stderr] = note: required by `std::rt::begin_panic` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | while let Some(item) = panictry!(self.parser.borrow_mut().parse_item()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` [INFO] [stderr] = note: required by `std::rt::begin_panic` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | token::Eof => break, [INFO] [stderr] | ^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error[E0277]: `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | _ => ret.push(panictry!(parser.parse_impl_item(&mut false))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `syntax::rustc_errors::FatalError` cannot be sent between threads safely [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `syntax::rustc_errors::FatalError` [INFO] [stderr] = note: required by `std::rt::begin_panic` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/parser_any_macro.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | token::Eof => break, [INFO] [stderr] | ^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0277, E0308, E0422, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `interpolate_idents`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "063b2d1df726147d536872cf725202c19fc093a2e0ba73209ce49460bee3f448"` [INFO] running `"docker" "rm" "-f" "063b2d1df726147d536872cf725202c19fc093a2e0ba73209ce49460bee3f448"` [INFO] [stdout] 063b2d1df726147d536872cf725202c19fc093a2e0ba73209ce49460bee3f448