[INFO] fetching crate db-derive-impl 0.1.8... [INFO] testing db-derive-impl-0.1.8 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate db-derive-impl 0.1.8 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate db-derive-impl 0.1.8 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 db-derive-impl 0.1.8 [INFO] finished tweaking crates.io crate db-derive-impl 0.1.8 [INFO] tweaked toml for crates.io crate db-derive-impl 0.1.8 written to /workspace/builds/worker-27/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] bdbae777f3bb6aaa7f05e9db6ac626c0d7abd18f6b520b7891b385c1516c71dd [INFO] running `Command { std: "docker" "start" "-a" "bdbae777f3bb6aaa7f05e9db6ac626c0d7abd18f6b520b7891b385c1516c71dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdbae777f3bb6aaa7f05e9db6ac626c0d7abd18f6b520b7891b385c1516c71dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdbae777f3bb6aaa7f05e9db6ac626c0d7abd18f6b520b7891b385c1516c71dd", kill_on_drop: false }` [INFO] [stdout] bdbae777f3bb6aaa7f05e9db6ac626c0d7abd18f6b520b7891b385c1516c71dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] 4c1904a9cb46a7ee593eedc132b8fb78e26f1365d7c26647db63eb49a5bbeda6 [INFO] running `Command { std: "docker" "start" "-a" "4c1904a9cb46a7ee593eedc132b8fb78e26f1365d7c26647db63eb49a5bbeda6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling db-derive-impl v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/execute.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Execute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/execute.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ExecuteField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, darling::FromField)] [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: `sql` [INFO] [stdout] --> src/kind.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | sql: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `postgres` [INFO] [stdout] --> src/kind.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | postgres: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `sqlite` [INFO] [stdout] --> src/kind.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | sqlite: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/kind.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/query.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `data` [INFO] [stdout] --> src/query.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/query.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, darling::FromField)] [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: `ignore` [INFO] [stdout] --> src/table.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ignore: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> src/table.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | kind: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.54s [INFO] running `Command { std: "docker" "inspect" "4c1904a9cb46a7ee593eedc132b8fb78e26f1365d7c26647db63eb49a5bbeda6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c1904a9cb46a7ee593eedc132b8fb78e26f1365d7c26647db63eb49a5bbeda6", kill_on_drop: false }` [INFO] [stdout] 4c1904a9cb46a7ee593eedc132b8fb78e26f1365d7c26647db63eb49a5bbeda6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] a837d92125f0c1aa86e6225ecff384322fab68654484750e8f2446b52cc48d29 [INFO] running `Command { std: "docker" "start" "-a" "a837d92125f0c1aa86e6225ecff384322fab68654484750e8f2446b52cc48d29", kill_on_drop: false }` [INFO] [stderr] Compiling db-derive-impl v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/execute.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Execute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/execute.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ExecuteField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, darling::FromField)] [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: `sql` [INFO] [stdout] --> src/kind.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | sql: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `postgres` [INFO] [stdout] --> src/kind.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | postgres: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `sqlite` [INFO] [stdout] --> src/kind.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | sqlite: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/kind.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/query.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `data` [INFO] [stdout] --> src/query.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/query.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, darling::FromField)] [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: `ignore` [INFO] [stdout] --> src/table.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ignore: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> src/table.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | kind: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/execute.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Execute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/execute.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ExecuteField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/execute.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, darling::FromField)] [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: `sql` [INFO] [stdout] --> src/kind.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | sql: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `postgres` [INFO] [stdout] --> src/kind.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | postgres: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `sqlite` [INFO] [stdout] --> src/kind.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | sqlite: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/kind.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/kind.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stdout] --> src/query.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | builder: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `data` [INFO] [stdout] --> src/query.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | data: Data, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stdout] --> src/query.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | ident: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug, darling::FromField)] [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: `ignore` [INFO] [stdout] --> src/table.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ignore: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `kind` [INFO] [stdout] --> src/table.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | kind: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/table.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `Command { std: "docker" "inspect" "a837d92125f0c1aa86e6225ecff384322fab68654484750e8f2446b52cc48d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a837d92125f0c1aa86e6225ecff384322fab68654484750e8f2446b52cc48d29", kill_on_drop: false }` [INFO] [stdout] a837d92125f0c1aa86e6225ecff384322fab68654484750e8f2446b52cc48d29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] 8c06b33d93d5de773c1291111ebaf0437edb85f12abd038f7cff8849453382dc [INFO] running `Command { std: "docker" "start" "-a" "8c06b33d93d5de773c1291111ebaf0437edb85f12abd038f7cff8849453382dc", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/execute.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | data: Data, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Execute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/execute.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stderr] --> src/execute.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | ident: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ExecuteField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/execute.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug, darling::FromField)] [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: `sql` [INFO] [stderr] --> src/kind.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | sql: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/kind.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `postgres` [INFO] [stderr] --> src/kind.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | postgres: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/kind.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `sqlite` [INFO] [stderr] --> src/kind.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | sqlite: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/kind.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stderr] --> src/kind.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | builder: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/kind.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, darling::FromDeriveInput)] [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: `builder` [INFO] [stderr] --> src/query.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | builder: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `data` [INFO] [stderr] --> src/query.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | data: Data, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Query` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug, darling::FromDeriveInput)] [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: `ident` [INFO] [stderr] --> src/query.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | ident: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `QueryField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(Debug, darling::FromField)] [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: `ignore` [INFO] [stderr] --> src/table.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | ignore: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/table.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `kind` [INFO] [stderr] --> src/table.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | kind: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TableField` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/table.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Clone, Debug, darling::FromField)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `db-derive-impl` (lib) generated 11 warnings [INFO] [stderr] warning: `db-derive-impl` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/db_derive_impl-c2262a32c1b7da8e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test parser::test::postgres_get_by_id ... ok [INFO] [stdout] test parser::test::sqlite_get_by_id ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests db-derive-impl [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" "8c06b33d93d5de773c1291111ebaf0437edb85f12abd038f7cff8849453382dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c06b33d93d5de773c1291111ebaf0437edb85f12abd038f7cff8849453382dc", kill_on_drop: false }` [INFO] [stdout] 8c06b33d93d5de773c1291111ebaf0437edb85f12abd038f7cff8849453382dc