[INFO] fetching crate gurkle_codegen 0.3.0... [INFO] checking gurkle_codegen-0.3.0 against master#9c3064e131f4939cc95a29bb11413c49bbda1491 for pr-144098 [INFO] extracting crate gurkle_codegen 0.3.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate gurkle_codegen 0.3.0 [INFO] finished tweaking crates.io crate gurkle_codegen 0.3.0 [INFO] tweaked toml for crates.io crate gurkle_codegen 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gurkle_codegen 0.3.0 on toolchain 9c3064e131f4939cc95a29bb11413c49bbda1491 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c3064e131f4939cc95a29bb11413c49bbda1491" "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" "+9c3064e131f4939cc95a29bb11413c49bbda1491" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 22 packages to latest compatible versions [INFO] [stderr] Adding heck v0.3.3 (available: v0.5.0) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.104) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.12) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c3064e131f4939cc95a29bb11413c49bbda1491" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9c3064e131f4939cc95a29bb11413c49bbda1491" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9a640803ad6574707d0b732beffc10309e5b544905a245800cf58fc4958e985 [INFO] running `Command { std: "docker" "start" "-a" "a9a640803ad6574707d0b732beffc10309e5b544905a245800cf58fc4958e985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9a640803ad6574707d0b732beffc10309e5b544905a245800cf58fc4958e985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9a640803ad6574707d0b732beffc10309e5b544905a245800cf58fc4958e985", kill_on_drop: false }` [INFO] [stdout] a9a640803ad6574707d0b732beffc10309e5b544905a245800cf58fc4958e985 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9c3064e131f4939cc95a29bb11413c49bbda1491" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28f00a9f18a68f10b618a697438f34e655a0d28fb4739453328963df6696a26c [INFO] running `Command { std: "docker" "start" "-a" "28f00a9f18a68f10b618a697438f34e655a0d28fb4739453328963df6696a26c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking heck v0.3.3 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking gurkle-parser v0.3.0 [INFO] [stderr] Checking gurkle_codegen v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `StoredObjectField` is never constructed [INFO] [stdout] --> src/schema.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct StoredObjectField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ObjectFieldId` is never constructed [INFO] [stdout] --> src/schema.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) struct ObjectFieldId(usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputFieldId` is never constructed [INFO] [stdout] --> src/schema.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | struct InputFieldId(usize); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> src/introspection_response.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 129 | pub struct FullType { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 132 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FullType` 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] [INFO] [stdout] [INFO] [stdout] warning: fields `description` and `args` are never read [INFO] [stdout] --> src/introspection_response.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 156 | pub struct FullTypeFields { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 157 | pub name: Option, [INFO] [stdout] 158 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 159 | pub args: Option>>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FullTypeFields` 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: fields `description`, `is_deprecated`, and `deprecation_reason` are never read [INFO] [stdout] --> src/introspection_response.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct FullTypeEnumValues { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 183 | pub name: Option, [INFO] [stdout] 184 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 185 | pub is_deprecated: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 186 | pub deprecation_reason: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FullTypeEnumValues` 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: fields `description` and `default_value` are never read [INFO] [stdout] --> src/introspection_response.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 198 | pub struct InputValue { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 199 | pub name: String, [INFO] [stdout] 200 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 203 | pub default_value: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InputValue` 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: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: fields `name`, `description`, `locations`, and `args` are never read [INFO] [stdout] --> src/introspection_response.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 250 | pub struct SchemaDirectives { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 251 | pub name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 252 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 253 | pub locations: Option>>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 254 | pub args: Option>>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SchemaDirectives` 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>>, [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 `0` is never read [INFO] [stdout] --> src/query.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) struct VariableId(u32); [INFO] [stdout] | ---------- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `VariableId` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StoredObjectField` is never constructed [INFO] [stdout] --> src/schema.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct StoredObjectField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaq3jh09/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gurkle_codegen` (lib) due to 1 previous error; 12 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gurkle_codegen` (lib test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/9c3064e131f4939cc95a29bb11413c49bbda1491/bin/rustc --crate-name gurkle_codegen --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c4416f4b2a99fc4 -C extra-filename=-c7ecc02b03914534 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gurkle_parser=/opt/rustwide/target/debug/deps/libgurkle_parser-da634627695f0b16.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-2c6014c41d3e0ffd.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bb832baf529ecfeb.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-16124fe7d8bf2d9f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-5700544430b09a5f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-bdd01e81ca1a1723.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-3f0b346ba5bc8393.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1ac3aea598eac5b0.rmeta --cap-lints=forbid` (exit status: 0) [INFO] running `Command { std: "docker" "inspect" "28f00a9f18a68f10b618a697438f34e655a0d28fb4739453328963df6696a26c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28f00a9f18a68f10b618a697438f34e655a0d28fb4739453328963df6696a26c", kill_on_drop: false }` [INFO] [stdout] 28f00a9f18a68f10b618a697438f34e655a0d28fb4739453328963df6696a26c