[INFO] fetching crate graphql-introspection-query 0.2.0...
[INFO] testing graphql-introspection-query-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate graphql-introspection-query 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate graphql-introspection-query 0.2.0
[INFO] finished tweaking crates.io crate graphql-introspection-query 0.2.0
[INFO] tweaked toml for crates.io crate graphql-introspection-query 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphql-introspection-query 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4abb708d69ae6738567b52aec9da76adb0047e1a57fdaf4ff474ddfbd036b049
[INFO] running `Command { std: "docker" "start" "-a" "4abb708d69ae6738567b52aec9da76adb0047e1a57fdaf4ff474ddfbd036b049", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4abb708d69ae6738567b52aec9da76adb0047e1a57fdaf4ff474ddfbd036b049", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4abb708d69ae6738567b52aec9da76adb0047e1a57fdaf4ff474ddfbd036b049", kill_on_drop: false }`
[INFO] [stdout] 4abb708d69ae6738567b52aec9da76adb0047e1a57fdaf4ff474ddfbd036b049
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a45c12ca755b822dff470fb5293d361555818b8b4b96209264eb4c64cc92dd26
[INFO] running `Command { std: "docker" "start" "-a" "a45c12ca755b822dff470fb5293d361555818b8b4b96209264eb4c64cc92dd26", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct FullTypeFieldsArgs {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] 143 |     #[serde(flatten)]
[INFO] [stdout] 144 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FullTypeFieldsArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct SchemaDirectivesArgs {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 244 |     #[serde(flatten)]
[INFO] [stdout] 245 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SchemaDirectivesArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directives` is never read
[INFO] [stdout]    --> src/introspection_response.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Schema {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 264 |     directives: Option<Vec<Option<SchemaDirectives>>>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Schema` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] running `Command { std: "docker" "inspect" "a45c12ca755b822dff470fb5293d361555818b8b4b96209264eb4c64cc92dd26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a45c12ca755b822dff470fb5293d361555818b8b4b96209264eb4c64cc92dd26", kill_on_drop: false }`
[INFO] [stdout] a45c12ca755b822dff470fb5293d361555818b8b4b96209264eb4c64cc92dd26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 786ab51c90bcbb6ac1c347f61a249061bcb6367cef9cf7d73a2e0defd349d81d
[INFO] running `Command { std: "docker" "start" "-a" "786ab51c90bcbb6ac1c347f61a249061bcb6367cef9cf7d73a2e0defd349d81d", kill_on_drop: false }`
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct FullTypeFieldsArgs {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] 143 |     #[serde(flatten)]
[INFO] [stdout] 144 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FullTypeFieldsArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct SchemaDirectivesArgs {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 244 |     #[serde(flatten)]
[INFO] [stdout] 245 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SchemaDirectivesArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directives` is never read
[INFO] [stdout]    --> src/introspection_response.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Schema {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 264 |     directives: Option<Vec<Option<SchemaDirectives>>>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Schema` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub struct FullTypeFieldsArgs {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] 143 |     #[serde(flatten)]
[INFO] [stdout] 144 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FullTypeFieldsArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input_value` is never read
[INFO] [stdout]    --> src/introspection_response.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct SchemaDirectivesArgs {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 244 |     #[serde(flatten)]
[INFO] [stdout] 245 |     input_value: InputValue,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SchemaDirectivesArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directives` is never read
[INFO] [stdout]    --> src/introspection_response.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub struct Schema {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 264 |     directives: Option<Vec<Option<SchemaDirectives>>>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Schema` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "786ab51c90bcbb6ac1c347f61a249061bcb6367cef9cf7d73a2e0defd349d81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "786ab51c90bcbb6ac1c347f61a249061bcb6367cef9cf7d73a2e0defd349d81d", kill_on_drop: false }`
[INFO] [stdout] 786ab51c90bcbb6ac1c347f61a249061bcb6367cef9cf7d73a2e0defd349d81d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c4373892c8e330d3ce0ba777ac9d3dba8aa6e31408966515fd14545fa66ed7b6
[INFO] running `Command { std: "docker" "start" "-a" "c4373892c8e330d3ce0ba777ac9d3dba8aa6e31408966515fd14545fa66ed7b6", kill_on_drop: false }`
[INFO] [stderr] warning: field `input_value` is never read
[INFO] [stderr]    --> src/introspection_response.rs:144:5
[INFO] [stderr]     |
[INFO] [stderr] 142 | pub struct FullTypeFieldsArgs {
[INFO] [stderr]     |            ------------------ field in this struct
[INFO] [stderr] 143 |     #[serde(flatten)]
[INFO] [stderr] 144 |     input_value: InputValue,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `FullTypeFieldsArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `input_value` is never read
[INFO] [stderr]    --> src/introspection_response.rs:245:5
[INFO] [stderr]     |
[INFO] [stderr] 243 | pub struct SchemaDirectivesArgs {
[INFO] [stderr]     |            -------------------- field in this struct
[INFO] [stderr] 244 |     #[serde(flatten)]
[INFO] [stderr] 245 |     input_value: InputValue,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SchemaDirectivesArgs` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `directives` is never read
[INFO] [stderr]    --> src/introspection_response.rs:264:5
[INFO] [stderr]     |
[INFO] [stderr] 259 | pub struct Schema {
[INFO] [stderr]     |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 264 |     directives: Option<Vec<Option<SchemaDirectives>>>,
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Schema` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `graphql-introspection-query` (lib) generated 3 warnings
[INFO] [stderr] warning: `graphql-introspection-query` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphql_introspection_query-48fd31175c719a1b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests graphql_introspection_query
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c4373892c8e330d3ce0ba777ac9d3dba8aa6e31408966515fd14545fa66ed7b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4373892c8e330d3ce0ba777ac9d3dba8aa6e31408966515fd14545fa66ed7b6", kill_on_drop: false }`
[INFO] [stdout] c4373892c8e330d3ce0ba777ac9d3dba8aa6e31408966515fd14545fa66ed7b6
