[INFO] fetching crate juniper-eager-loading-code-gen 0.5.1... [INFO] testing juniper-eager-loading-code-gen-0.5.1 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26eb4f5cc13e8151008010dac5cb47ca4134acb144dbd309758f7450b01c7079 [INFO] running `Command { std: "docker" "start" "-a" "26eb4f5cc13e8151008010dac5cb47ca4134acb144dbd309758f7450b01c7079", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26eb4f5cc13e8151008010dac5cb47ca4134acb144dbd309758f7450b01c7079", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26eb4f5cc13e8151008010dac5cb47ca4134acb144dbd309758f7450b01c7079", kill_on_drop: false }` [INFO] [stdout] 26eb4f5cc13e8151008010dac5cb47ca4134acb144dbd309758f7450b01c7079 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05de953c8e6a7a67c38831f271efc48e23238117e11e750fe1379ce855a37293 [INFO] running `Command { std: "docker" "start" "-a" "05de953c8e6a7a67c38831f271efc48e23238117e11e750fe1379ce855a37293", 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 v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [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 9.54s [INFO] running `Command { std: "docker" "inspect" "05de953c8e6a7a67c38831f271efc48e23238117e11e750fe1379ce855a37293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05de953c8e6a7a67c38831f271efc48e23238117e11e750fe1379ce855a37293", kill_on_drop: false }` [INFO] [stdout] 05de953c8e6a7a67c38831f271efc48e23238117e11e750fe1379ce855a37293 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 432c37d6cad04c5dcadbee852fb1d4c48bf986f7e00e6f9167031cff934cd51e [INFO] running `Command { std: "docker" "start" "-a" "432c37d6cad04c5dcadbee852fb1d4c48bf986f7e00e6f9167031cff934cd51e", kill_on_drop: false }` [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] [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.79s [INFO] running `Command { std: "docker" "inspect" "432c37d6cad04c5dcadbee852fb1d4c48bf986f7e00e6f9167031cff934cd51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "432c37d6cad04c5dcadbee852fb1d4c48bf986f7e00e6f9167031cff934cd51e", kill_on_drop: false }` [INFO] [stdout] 432c37d6cad04c5dcadbee852fb1d4c48bf986f7e00e6f9167031cff934cd51e [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a6520bbb3aa5858f99cd79365af0c07325158da19d01230d81b20e24d61e17e5 [INFO] running `Command { std: "docker" "start" "-a" "a6520bbb3aa5858f99cd79365af0c07325158da19d01230d81b20e24d61e17e5", 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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/juniper_eager_loading_code_gen-f263f4e031c541e8) [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" "a6520bbb3aa5858f99cd79365af0c07325158da19d01230d81b20e24d61e17e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6520bbb3aa5858f99cd79365af0c07325158da19d01230d81b20e24d61e17e5", kill_on_drop: false }` [INFO] [stdout] a6520bbb3aa5858f99cd79365af0c07325158da19d01230d81b20e24d61e17e5