[INFO] fetching crate proc-quote-impl 0.3.2... [INFO] checking proc-quote-impl-0.3.2 against try#c34df645207dd0b6887b2312cf109109ba3a0ffb for pr-102513 [INFO] extracting crate proc-quote-impl 0.3.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate proc-quote-impl 0.3.2 on toolchain c34df645207dd0b6887b2312cf109109ba3a0ffb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate proc-quote-impl 0.3.2 [INFO] finished tweaking crates.io crate proc-quote-impl 0.3.2 [INFO] tweaked toml for crates.io crate proc-quote-impl 0.3.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2cdcc9ad460ced1fa20952a45db4b5cde1a1f16082938a9897f65e64e942cd40 [INFO] running `Command { std: "docker" "start" "-a" "2cdcc9ad460ced1fa20952a45db4b5cde1a1f16082938a9897f65e64e942cd40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2cdcc9ad460ced1fa20952a45db4b5cde1a1f16082938a9897f65e64e942cd40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cdcc9ad460ced1fa20952a45db4b5cde1a1f16082938a9897f65e64e942cd40", kill_on_drop: false }` [INFO] [stdout] 2cdcc9ad460ced1fa20952a45db4b5cde1a1f16082938a9897f65e64e942cd40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+c34df645207dd0b6887b2312cf109109ba3a0ffb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7721e62b9d1a8cea5c7d1ce657de716f4fd6713ac5f9ec14eb1ae041ded79078 [INFO] running `Command { std: "docker" "start" "-a" "7721e62b9d1a8cea5c7d1ce657de716f4fd6713ac5f9ec14eb1ae041ded79078", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking unicode-ident v1.0.4 [INFO] [stderr] Checking proc-quote-impl v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> src/lib.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | proc_quote::quote(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] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | proc_quote::quote(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[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> src/lib.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | proc_quote::quote(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] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | proc_quote::quote(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[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> src/lib.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | proc_quote::quote_spanned(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_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> src/lib.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | proc_quote::quote_spanned(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] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | proc_quote::quote_spanned(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[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | proc_quote::quote_spanned(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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 `proc-quote-impl` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `proc-quote-impl` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "7721e62b9d1a8cea5c7d1ce657de716f4fd6713ac5f9ec14eb1ae041ded79078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7721e62b9d1a8cea5c7d1ce657de716f4fd6713ac5f9ec14eb1ae041ded79078", kill_on_drop: false }` [INFO] [stdout] 7721e62b9d1a8cea5c7d1ce657de716f4fd6713ac5f9ec14eb1ae041ded79078