[INFO] fetching crate rust-ad-consts 0.8.0... [INFO] checking rust-ad-consts-0.8.0 against try#66a90ebb65988141d56cac36290f07711b1b1e2d for pr-104616 [INFO] extracting crate rust-ad-consts 0.8.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rust-ad-consts 0.8.0 on toolchain 66a90ebb65988141d56cac36290f07711b1b1e2d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66a90ebb65988141d56cac36290f07711b1b1e2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-ad-consts 0.8.0 [INFO] finished tweaking crates.io crate rust-ad-consts 0.8.0 [INFO] tweaked toml for crates.io crate rust-ad-consts 0.8.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66a90ebb65988141d56cac36290f07711b1b1e2d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66a90ebb65988141d56cac36290f07711b1b1e2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+66a90ebb65988141d56cac36290f07711b1b1e2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bbc2b3031c6069fb0639993cb09e6756328da89e0fb7610e9e431c0c3cdbf099 [INFO] running `Command { std: "docker" "start" "-a" "bbc2b3031c6069fb0639993cb09e6756328da89e0fb7610e9e431c0c3cdbf099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bbc2b3031c6069fb0639993cb09e6756328da89e0fb7610e9e431c0c3cdbf099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbc2b3031c6069fb0639993cb09e6756328da89e0fb7610e9e431c0c3cdbf099", kill_on_drop: false }` [INFO] [stdout] bbc2b3031c6069fb0639993cb09e6756328da89e0fb7610e9e431c0c3cdbf099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+66a90ebb65988141d56cac36290f07711b1b1e2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea26b96f2dbb8552c60135933d6aa49e4d5a55d6df3d68e1eeba1a380827976a [INFO] running `Command { std: "docker" "start" "-a" "ea26b96f2dbb8552c60135933d6aa49e4d5a55d6df3d68e1eeba1a380827976a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling const_format_proc_macros v0.2.29 [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/parse_utils.rs:362:62 [INFO] [stdout] | [INFO] [stdout] 362 | Self::parse(&mut ParseBuffer::new(TokenStream2::from(input))) [INFO] [stdout] | ------------------ ^^^^^ the trait `From` is not implemented for `proc_macro2::TokenStream` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro2::TokenStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 56 | | .and_then(format_macro::concatcp_impl) [INFO] [stdout] 57 | | .unwrap_or_else(compile_err_empty_str) [INFO] [stdout] | |______________________________________________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 58 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 72 | | .and_then(format_macro::formatcp_impl) [INFO] [stdout] 73 | | .unwrap_or_else(compile_err_empty_str) [INFO] [stdout] | |______________________________________________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 74 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 81 | | .and_then(format_macro::formatc_macro_impl) [INFO] [stdout] 82 | | .unwrap_or_else(compile_err_empty_str) [INFO] [stdout] | |______________________________________________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 83 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 90 | | .and_then(format_macro::formatc_if_macro_impl) [INFO] [stdout] 91 | | .unwrap_or_else(compile_err_empty_str) [INFO] [stdout] | |______________________________________________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 92 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 99 | | .and_then(format_macro::formatcp_if_macro_impl) [INFO] [stdout] 100 | | .unwrap_or_else(compile_err_empty_str) [INFO] [stdout] | |______________________________________________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 101 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | / MyParse::parse_token_stream_1(input) [INFO] [stdout] 108 | | .and_then(format_macro::writec_macro_impl) [INFO] [stdout] 109 | | .unwrap_or_else(|e| { [INFO] [stdout] 110 | | let e = e.to_compile_error(); [INFO] [stdout] ... | [INFO] [stdout] 114 | | }) [INFO] [stdout] 115 | | }) [INFO] [stdout] | |__________^ the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] 116 | .into() [INFO] [stdout] | ---- required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:133:44 [INFO] [stdout] | [INFO] [stdout] 133 | crate::respan_to_macro::implementation(input.into()).into() [INFO] [stdout] | ^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `proc_macro2::TokenStream` [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro2::TokenStream` [INFO] [stdout] = note: required for `proc_macro::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | crate::respan_to_macro::implementation(input.into()).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `const_format_proc_macros` due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "ea26b96f2dbb8552c60135933d6aa49e4d5a55d6df3d68e1eeba1a380827976a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea26b96f2dbb8552c60135933d6aa49e4d5a55d6df3d68e1eeba1a380827976a", kill_on_drop: false }` [INFO] [stdout] ea26b96f2dbb8552c60135933d6aa49e4d5a55d6df3d68e1eeba1a380827976a