[INFO] fetching crate db-derive-impl 0.1.8... [INFO] testing db-derive-impl-0.1.8 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate db-derive-impl 0.1.8 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate db-derive-impl 0.1.8 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 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-11/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] 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dcb257ae74f9105486a9670d9fa250fac2c5b54e8ff4826c2bc6b852cdd3afa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7dcb257ae74f9105486a9670d9fa250fac2c5b54e8ff4826c2bc6b852cdd3afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dcb257ae74f9105486a9670d9fa250fac2c5b54e8ff4826c2bc6b852cdd3afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dcb257ae74f9105486a9670d9fa250fac2c5b54e8ff4826c2bc6b852cdd3afa", kill_on_drop: false }` [INFO] [stdout] 7dcb257ae74f9105486a9670d9fa250fac2c5b54e8ff4826c2bc6b852cdd3afa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 257c6e37a7dfe4ba15c5db1c5d75afa3dff11240ae36f32390ee7d222ba3e139 [INFO] running `Command { std: "docker" "start" "-a" "257c6e37a7dfe4ba15c5db1c5d75afa3dff11240ae36f32390ee7d222ba3e139", kill_on_drop: false }` [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 15.06s [INFO] running `Command { std: "docker" "inspect" "257c6e37a7dfe4ba15c5db1c5d75afa3dff11240ae36f32390ee7d222ba3e139", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "257c6e37a7dfe4ba15c5db1c5d75afa3dff11240ae36f32390ee7d222ba3e139", kill_on_drop: false }` [INFO] [stdout] 257c6e37a7dfe4ba15c5db1c5d75afa3dff11240ae36f32390ee7d222ba3e139 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85d8446dddaca0f3689b9e217a68d06c4789ee2626c02bc3fa746edd0631a19d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "85d8446dddaca0f3689b9e217a68d06c4789ee2626c02bc3fa746edd0631a19d", kill_on_drop: false }` [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] [stderr] Compiling db-derive-impl v0.1.8 (/opt/rustwide/workdir) [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 2.55s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/db_derive_impl-1f7cbf843278926f) [INFO] running `Command { std: "docker" "inspect" "85d8446dddaca0f3689b9e217a68d06c4789ee2626c02bc3fa746edd0631a19d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85d8446dddaca0f3689b9e217a68d06c4789ee2626c02bc3fa746edd0631a19d", kill_on_drop: false }` [INFO] [stdout] 85d8446dddaca0f3689b9e217a68d06c4789ee2626c02bc3fa746edd0631a19d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07ef930b3f57abfc0544a964ad8a90aa330304a014a8e615d4030a9cf5bb5a84 [INFO] running `Command { std: "docker" "start" "-a" "07ef930b3f57abfc0544a964ad8a90aa330304a014a8e615d4030a9cf5bb5a84", 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/db_derive_impl-1f7cbf843278926f) [INFO] [stdout] [INFO] [stderr] Doc-tests db-derive-impl [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] [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" "07ef930b3f57abfc0544a964ad8a90aa330304a014a8e615d4030a9cf5bb5a84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07ef930b3f57abfc0544a964ad8a90aa330304a014a8e615d4030a9cf5bb5a84", kill_on_drop: false }` [INFO] [stdout] 07ef930b3f57abfc0544a964ad8a90aa330304a014a8e615d4030a9cf5bb5a84