[INFO] fetching crate juniper-eager-loading-code-gen 0.5.1... [INFO] testing juniper-eager-loading-code-gen-0.5.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate juniper-eager-loading-code-gen 0.5.1 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate juniper-eager-loading-code-gen 0.5.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate juniper-eager-loading-code-gen 0.5.1 [INFO] finished tweaking crates.io crate juniper-eager-loading-code-gen 0.5.1 [INFO] tweaked toml for crates.io crate juniper-eager-loading-code-gen 0.5.1 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16dbeeefd2ca4bfe07c88ef8b2236972cbb0de0c2fe52f317905c790615451f9 [INFO] running `Command { std: "docker" "start" "-a" "16dbeeefd2ca4bfe07c88ef8b2236972cbb0de0c2fe52f317905c790615451f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16dbeeefd2ca4bfe07c88ef8b2236972cbb0de0c2fe52f317905c790615451f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16dbeeefd2ca4bfe07c88ef8b2236972cbb0de0c2fe52f317905c790615451f9", kill_on_drop: false }` [INFO] [stdout] 16dbeeefd2ca4bfe07c88ef8b2236972cbb0de0c2fe52f317905c790615451f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36efbbb29dd9c6001d1c0a134c60bdf34561a8ce26e64670a48defecb140103f [INFO] running `Command { std: "docker" "start" "-a" "36efbbb29dd9c6001d1c0a134c60bdf34561a8ce26e64670a48defecb140103f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling syn-mid v0.5.3 [INFO] [stderr] Compiling bae v0.1.7 [INFO] [stderr] Compiling juniper-eager-loading-code-gen v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | dead_code, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: `HasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OptionHasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.10s [INFO] running `Command { std: "docker" "inspect" "36efbbb29dd9c6001d1c0a134c60bdf34561a8ce26e64670a48defecb140103f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36efbbb29dd9c6001d1c0a134c60bdf34561a8ce26e64670a48defecb140103f", kill_on_drop: false }` [INFO] [stdout] 36efbbb29dd9c6001d1c0a134c60bdf34561a8ce26e64670a48defecb140103f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7796dd179ac3b80cc71a704622c7660eaad50f221225123b94feb7adc5b3b84d [INFO] running `Command { std: "docker" "start" "-a" "7796dd179ac3b80cc71a704622c7660eaad50f221225123b94feb7adc5b3b84d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | dead_code, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: `HasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OptionHasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling juniper-eager-loading-code-gen v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | dead_code, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: `HasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default` [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | default: Option<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OptionHasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/derive_eager_loading/field_args.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/juniper_eager_loading_code_gen-35ee05becf5125a3) [INFO] running `Command { std: "docker" "inspect" "7796dd179ac3b80cc71a704622c7660eaad50f221225123b94feb7adc5b3b84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7796dd179ac3b80cc71a704622c7660eaad50f221225123b94feb7adc5b3b84d", kill_on_drop: false }` [INFO] [stdout] 7796dd179ac3b80cc71a704622c7660eaad50f221225123b94feb7adc5b3b84d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b831457533b3452ed46755bb71552ed47e8cbac6e7f21a664c8b64f61867d6de [INFO] running `Command { std: "docker" "start" "-a" "b831457533b3452ed46755bb71552ed47e8cbac6e7f21a664c8b64f61867d6de", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `default` [INFO] [stderr] --> src/derive_eager_loading/field_args.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | default: Option<()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | dead_code, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] note: `HasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/derive_eager_loading/field_args.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `default` [INFO] [stderr] --> src/derive_eager_loading/field_args.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | default: Option<()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OptionHasOne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/derive_eager_loading/field_args.rs:96:10 [INFO] [stderr] | [INFO] [stderr] 96 | #[derive(Debug, Clone, FromAttributes)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `juniper-eager-loading-code-gen` (lib) generated 2 warnings [INFO] [stderr] warning: `juniper-eager-loading-code-gen` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/juniper_eager_loading_code_gen-35ee05becf5125a3) [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] [stderr] Doc-tests juniper-eager-loading-code-gen [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" "b831457533b3452ed46755bb71552ed47e8cbac6e7f21a664c8b64f61867d6de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b831457533b3452ed46755bb71552ed47e8cbac6e7f21a664c8b64f61867d6de", kill_on_drop: false }` [INFO] [stdout] b831457533b3452ed46755bb71552ed47e8cbac6e7f21a664c8b64f61867d6de