[INFO] crate utf16_literal 0.1.0 is already in cache [INFO] extracting crate utf16_literal 0.1.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/utf16_literal/0.1.0 [INFO] extracting crate utf16_literal 0.1.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/utf16_literal/0.1.0 [INFO] validating manifest of utf16_literal-0.1.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of utf16_literal-0.1.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing utf16_literal-0.1.0 [INFO] finished frobbing utf16_literal-0.1.0 [INFO] frobbed toml for utf16_literal-0.1.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/utf16_literal/0.1.0/Cargo.toml [INFO] started frobbing utf16_literal-0.1.0 [INFO] finished frobbing utf16_literal-0.1.0 [INFO] frobbed toml for utf16_literal-0.1.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/utf16_literal/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking utf16_literal-0.1.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-2/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/utf16_literal/0.1.0:/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2adade7eeb7c92df7f3e07bc383059c91ddcf7b5c5ee097b763e79b2570ec86f [INFO] running `"docker" "start" "-a" "2adade7eeb7c92df7f3e07bc383059c91ddcf7b5c5ee097b763e79b2570ec86f"` [INFO] [stderr] Checking utf16_literal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:34:54 [INFO] [stderr] | [INFO] [stderr] 34 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Literal(l), .. }) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:52:28 [INFO] [stderr] | [INFO] [stderr] 52 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xD800 + hi as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:53:28 [INFO] [stderr] | [INFO] [stderr] 53 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xDC00 + lo as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:55:28 [INFO] [stderr] | [INFO] [stderr] 55 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:56:28 [INFO] [stderr] | [INFO] [stderr] 56 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:67:54 [INFO] [stderr] | [INFO] [stderr] 67 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Op(',', _), .. }) => {}, [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | ::proc_macro::TokenNode::Op('&', ::proc_macro::Spacing::Alone), [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | ::proc_macro::TokenNode::Group(::proc_macro::Delimiter::Bracket, rv.into_iter().collect()), [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> src/lib.rs:34:8 [INFO] [stderr] | [INFO] [stderr] 34 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Literal(l), .. }) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> src/lib.rs:67:8 [INFO] [stderr] | [INFO] [stderr] 67 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Op(',', _), .. }) => {}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:34:54 [INFO] [stderr] | [INFO] [stderr] 34 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Literal(l), .. }) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:52:28 [INFO] [stderr] | [INFO] [stderr] 52 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xD800 + hi as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:53:28 [INFO] [stderr] | [INFO] [stderr] 53 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xDC00 + lo as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:55:28 [INFO] [stderr] | [INFO] [stderr] 55 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:56:28 [INFO] [stderr] | [INFO] [stderr] 56 | rv.push(::proc_macro::TokenNode::Op(',', ::proc_macro::Spacing::Alone)); [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:67:54 [INFO] [stderr] | [INFO] [stderr] 67 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Op(',', _), .. }) => {}, [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | ::proc_macro::TokenNode::Op('&', ::proc_macro::Spacing::Alone), [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> src/lib.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | ::proc_macro::TokenNode::Group(::proc_macro::Delimiter::Bracket, rv.into_iter().collect()), [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> src/lib.rs:34:8 [INFO] [stderr] | [INFO] [stderr] 34 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Literal(l), .. }) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> src/lib.rs:67:8 [INFO] [stderr] | [INFO] [stderr] 67 | Some(::proc_macro::TokenTree { kind: ::proc_macro::TokenNode::Op(',', _), .. }) => {}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:43:70 [INFO] [stderr] | [INFO] [stderr] 43 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:43:70 [INFO] [stderr] | [INFO] [stderr] 43 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:52:70 [INFO] [stderr] | [INFO] [stderr] 52 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xD800 + hi as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:52:70 [INFO] [stderr] | [INFO] [stderr] 52 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xD800 + hi as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:54:70 [INFO] [stderr] | [INFO] [stderr] 54 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xDC00 + lo as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:55:70 [INFO] [stderr] | [INFO] [stderr] 55 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:54:70 [INFO] [stderr] | [INFO] [stderr] 54 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(0xDC00 + lo as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for type `proc_macro::Literal` in the current scope [INFO] [stderr] --> src/lib.rs:55:70 [INFO] [stderr] | [INFO] [stderr] 55 | rv.push(::proc_macro::TokenNode::Literal(::proc_macro::Literal::u16(c as u32 as u16))); [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `utf16_literal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `utf16_literal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2adade7eeb7c92df7f3e07bc383059c91ddcf7b5c5ee097b763e79b2570ec86f"` [INFO] running `"docker" "rm" "-f" "2adade7eeb7c92df7f3e07bc383059c91ddcf7b5c5ee097b763e79b2570ec86f"` [INFO] [stdout] 2adade7eeb7c92df7f3e07bc383059c91ddcf7b5c5ee097b763e79b2570ec86f