[INFO] fetching crate async-graphql-derive 6.0.11...
[INFO] checking async-graphql-derive-6.0.11 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate async-graphql-derive 6.0.11 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate async-graphql-derive 6.0.11 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate async-graphql-derive 6.0.11
[INFO] finished tweaking crates.io crate async-graphql-derive 6.0.11
[INFO] tweaked toml for crates.io crate async-graphql-derive 6.0.11 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded darling_macro v0.20.8
[INFO] [stderr]   Downloaded darling v0.20.8
[INFO] [stderr]   Downloaded darling_core v0.20.8
[INFO] [stderr]   Downloaded strum_macros v0.25.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3c273553779ae9635bb93967a941cd77b6b0ecd246089591891403939f326750
[INFO] running `Command { std: "docker" "start" "-a" "3c273553779ae9635bb93967a941cd77b6b0ecd246089591891403939f326750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c273553779ae9635bb93967a941cd77b6b0ecd246089591891403939f326750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c273553779ae9635bb93967a941cd77b6b0ecd246089591891403939f326750", kill_on_drop: false }`
[INFO] [stdout] 3c273553779ae9635bb93967a941cd77b6b0ecd246089591891403939f326750
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 368c3a3b44bd7ff45bd9a18498e114c6c48454477384874a9979e4ed9180b49c
[INFO] running `Command { std: "docker" "start" "-a" "368c3a3b44bd7ff45bd9a18498e114c6c48454477384874a9979e4ed9180b49c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking ucd-trie v0.1.6
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.52
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking darling_core v0.20.8
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking pest v2.7.8
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking darling v0.20.8
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking async-graphql-value v6.0.11
[INFO] [stderr]     Checking async-graphql-parser v6.0.11
[INFO] [stderr]     Checking proc-macro-crate v1.3.1
[INFO] [stderr]     Checking async-graphql-derive v6.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/complex_object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/complex_object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
[INFO] running `Command { std: "docker" "inspect" "368c3a3b44bd7ff45bd9a18498e114c6c48454477384874a9979e4ed9180b49c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "368c3a3b44bd7ff45bd9a18498e114c6c48454477384874a9979e4ed9180b49c", kill_on_drop: false }`
[INFO] [stdout] 368c3a3b44bd7ff45bd9a18498e114c6c48454477384874a9979e4ed9180b49c
[INFO] checking async-graphql-derive-6.0.11 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate async-graphql-derive 6.0.11 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate async-graphql-derive 6.0.11 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate async-graphql-derive 6.0.11
[INFO] finished tweaking crates.io crate async-graphql-derive 6.0.11
[INFO] tweaked toml for crates.io crate async-graphql-derive 6.0.11 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 11f84ec3a7e1f2afed70be879f83cb7ebfdae3b00496674dce52afdfaa6545d4
[INFO] running `Command { std: "docker" "start" "-a" "11f84ec3a7e1f2afed70be879f83cb7ebfdae3b00496674dce52afdfaa6545d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11f84ec3a7e1f2afed70be879f83cb7ebfdae3b00496674dce52afdfaa6545d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11f84ec3a7e1f2afed70be879f83cb7ebfdae3b00496674dce52afdfaa6545d4", kill_on_drop: false }`
[INFO] [stdout] 11f84ec3a7e1f2afed70be879f83cb7ebfdae3b00496674dce52afdfaa6545d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bfa9c37fb7d5bccc356a2d4dd4589570f1fcde72d79e22be6f0e3ca165a7ced8
[INFO] running `Command { std: "docker" "start" "-a" "bfa9c37fb7d5bccc356a2d4dd4589570f1fcde72d79e22be6f0e3ca165a7ced8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking ucd-trie v0.1.6
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.52
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking darling_core v0.20.8
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking pest v2.7.8
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking darling v0.20.8
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking async-graphql-value v6.0.11
[INFO] [stderr]     Checking async-graphql-parser v6.0.11
[INFO] [stderr]     Checking proc-macro-crate v1.3.1
[INFO] [stderr]     Checking async-graphql-derive v6.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/complex_object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/complex_object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromIterator` is imported redundantly
[INFO] [stdout]  --> src/object.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{iter::FromIterator, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `FromIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s
[INFO] running `Command { std: "docker" "inspect" "bfa9c37fb7d5bccc356a2d4dd4589570f1fcde72d79e22be6f0e3ca165a7ced8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfa9c37fb7d5bccc356a2d4dd4589570f1fcde72d79e22be6f0e3ca165a7ced8", kill_on_drop: false }`
[INFO] [stdout] bfa9c37fb7d5bccc356a2d4dd4589570f1fcde72d79e22be6f0e3ca165a7ced8
