[INFO] fetching crate juniper-eager-loading-code-gen 0.5.1... [INFO] testing juniper-eager-loading-code-gen-0.5.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate juniper-eager-loading-code-gen 0.5.1 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate juniper-eager-loading-code-gen 0.5.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bae v0.1.7 [INFO] [stderr] Downloaded syn-mid v0.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd31465550f0f6152b8f941625cf5c8bab81308ae2cfdee83d125f39f3123147 [INFO] running `Command { std: "docker" "start" "-a" "bd31465550f0f6152b8f941625cf5c8bab81308ae2cfdee83d125f39f3123147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd31465550f0f6152b8f941625cf5c8bab81308ae2cfdee83d125f39f3123147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd31465550f0f6152b8f941625cf5c8bab81308ae2cfdee83d125f39f3123147", kill_on_drop: false }` [INFO] [stdout] bd31465550f0f6152b8f941625cf5c8bab81308ae2cfdee83d125f39f3123147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ee9b840ca8fc9bbd21b8611212d7fb4cb5a06ab1e3d25dd7e642055234efd98 [INFO] running `Command { std: "docker" "start" "-a" "0ee9b840ca8fc9bbd21b8611212d7fb4cb5a06ab1e3d25dd7e642055234efd98", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling syn-mid v0.5.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [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 8.62s [INFO] running `Command { std: "docker" "inspect" "0ee9b840ca8fc9bbd21b8611212d7fb4cb5a06ab1e3d25dd7e642055234efd98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ee9b840ca8fc9bbd21b8611212d7fb4cb5a06ab1e3d25dd7e642055234efd98", kill_on_drop: false }` [INFO] [stdout] 0ee9b840ca8fc9bbd21b8611212d7fb4cb5a06ab1e3d25dd7e642055234efd98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e857b0c7167388ff02950e5ff44cf6fd67383ba3a9ea9fcf3bad2caac6f3a8a [INFO] running `Command { std: "docker" "start" "-a" "5e857b0c7167388ff02950e5ff44cf6fd67383ba3a9ea9fcf3bad2caac6f3a8a", kill_on_drop: false }` [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] [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: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] [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] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e857b0c7167388ff02950e5ff44cf6fd67383ba3a9ea9fcf3bad2caac6f3a8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e857b0c7167388ff02950e5ff44cf6fd67383ba3a9ea9fcf3bad2caac6f3a8a", kill_on_drop: false }` [INFO] [stdout] 5e857b0c7167388ff02950e5ff44cf6fd67383ba3a9ea9fcf3bad2caac6f3a8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4cbbcb96df7364c60467087c5fda6aa43e571da33487c800f3552d548f3c1b8e [INFO] running `Command { std: "docker" "start" "-a" "4cbbcb96df7364c60467087c5fda6aa43e571da33487c800f3552d548f3c1b8e", 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 (/opt/rustwide/target/debug/deps/juniper_eager_loading_code_gen-3f48a6e147cbbf61) [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" "4cbbcb96df7364c60467087c5fda6aa43e571da33487c800f3552d548f3c1b8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cbbcb96df7364c60467087c5fda6aa43e571da33487c800f3552d548f3c1b8e", kill_on_drop: false }` [INFO] [stdout] 4cbbcb96df7364c60467087c5fda6aa43e571da33487c800f3552d548f3c1b8e