[INFO] updating cached repository aidanhs/frametool [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aidanhs/frametool [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aidanhs/frametool" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aidanhs/frametool"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aidanhs/frametool'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aidanhs/frametool" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aidanhs/frametool"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aidanhs/frametool'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d438a7555f9c9d89984d5bb1e841e26ef0f3b11e [INFO] sha for GitHub repo aidanhs/frametool: d438a7555f9c9d89984d5bb1e841e26ef0f3b11e [INFO] validating manifest of aidanhs/frametool 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 aidanhs/frametool 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 aidanhs/frametool [INFO] finished frobbing aidanhs/frametool [INFO] frobbed toml for aidanhs/frametool written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aidanhs/frametool/Cargo.toml [INFO] started frobbing aidanhs/frametool [INFO] finished frobbing aidanhs/frametool [INFO] frobbed toml for aidanhs/frametool written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aidanhs/frametool/Cargo.toml [INFO] crate aidanhs/frametool already has a lockfile, it will not be regenerated [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 aidanhs/frametool against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aidanhs/frametool:/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] c16a34699bf1fe9b0d4d8245b3b70e96a73a1bac13c9b2bde9a511af7169642a [INFO] running `"docker" "start" "-a" "c16a34699bf1fe9b0d4d8245b3b70e96a73a1bac13c9b2bde9a511af7169642a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling interpolate_idents v0.2.1 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking combine v2.3.2 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.2.1/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.2.1/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[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.2.1/src/lib.rs:82:74 [INFO] [stderr] | [INFO] [stderr] 82 | 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 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.2.1/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[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.2.1/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[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.2.1/src/lib.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | TokenTree::Token(ref span, Token::Underscore) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Underscore` 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.2.1/src/lib.rs:39:59 [INFO] [stderr] | [INFO] [stderr] 39 | TokenTree::Token(ref span, Token::Underscore) => { [INFO] [stderr] | ^^^^^^^^^^ associated item not found in `syntax::parse::token::Token` [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.2.1/src/lib.rs:53:30 [INFO] [stderr] | [INFO] [stderr] 53 | 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.2.1/src/lib.rs:53:57 [INFO] [stderr] | [INFO] [stderr] 53 | 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 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.2.1/src/lib.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | if let TokenTree::Token(_, Token::Pound) = t { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Pound` 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.2.1/src/lib.rs:73:47 [INFO] [stderr] | [INFO] [stderr] 73 | if let TokenTree::Token(_, Token::Pound) = t { [INFO] [stderr] | ^^^^^ associated item not found in `syntax::parse::token::Token` [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.2.1/src/lib.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | 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.2.1/src/lib.rs:82:29 [INFO] [stderr] | [INFO] [stderr] 82 | / TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] 83 | | delim: d.delim, [INFO] [stderr] 84 | | tts: map_tts(d.tts.into()).into(), [INFO] [stderr] 85 | | }) [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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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 21 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" "c16a34699bf1fe9b0d4d8245b3b70e96a73a1bac13c9b2bde9a511af7169642a"` [INFO] running `"docker" "rm" "-f" "c16a34699bf1fe9b0d4d8245b3b70e96a73a1bac13c9b2bde9a511af7169642a"` [INFO] [stdout] c16a34699bf1fe9b0d4d8245b3b70e96a73a1bac13c9b2bde9a511af7169642a