[INFO] fetching crate sqlite-rs 0.3.7...
[INFO] checking sqlite-rs-0.3.7 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate sqlite-rs 0.3.7 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate sqlite-rs 0.3.7
[INFO] finished tweaking crates.io crate sqlite-rs 0.3.7
[INFO] tweaked toml for crates.io crate sqlite-rs 0.3.7 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-rs 0.3.7 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sqlite-rs 0.3.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ee674564b90b4e68011377c1815ea6426e87a7ad51639d2677c92252cdab482
[INFO] running `Command { std: "docker" "start" "-a" "2ee674564b90b4e68011377c1815ea6426e87a7ad51639d2677c92252cdab482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ee674564b90b4e68011377c1815ea6426e87a7ad51639d2677c92252cdab482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ee674564b90b4e68011377c1815ea6426e87a7ad51639d2677c92252cdab482", kill_on_drop: false }`
[INFO] [stdout] 2ee674564b90b4e68011377c1815ea6426e87a7ad51639d2677c92252cdab482
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15467efca02c5c4195894c95a82ecd4ea43dbcac2750ae88f3a52e1b66a33593
[INFO] running `Command { std: "docker" "start" "-a" "15467efca02c5c4195894c95a82ecd4ea43dbcac2750ae88f3a52e1b66a33593", kill_on_drop: false }`
[INFO] [stderr]    Compiling sqlite-rs v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `debug` and `trace`
[INFO] [stdout]  --> src/tests/mod.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{debug, trace, SqliteConnection};
[INFO] [stdout]   |             ^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/header/magic_header_string.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MagicHeaderString([u8; 16]);
[INFO] [stdout]    |            ----------------- ^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/header/reserved_for_expansion.rs:7:33
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ReservedForExpansion([u8; 20]);
[INFO] [stdout]   |            -------------------- ^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uri` and `mode` are never read
[INFO] [stdout]    --> src/io/mod.rs:103:3
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct SqliteUri {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 103 |   uri: String,
[INFO] [stdout]     |   ^^^
[INFO] [stdout] 104 |   path: PathBuf,
[INFO] [stdout] 105 |   mode: SqliteUriFileMode,
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SqliteUri` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `btree` is never read
[INFO] [stdout]   --> src/runtime/mod.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SqliteRuntime {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |   btree: SqliteBtree,
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteRuntime` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SqliteMaster` is never constructed
[INFO] [stdout]  --> src/runtime/internal_tables/sqlite_master/mod.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(super) struct SqliteMaster(());
[INFO] [stdout]   |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SqliteSequence` is never constructed
[INFO] [stdout]  --> src/runtime/internal_tables/sqlite_sequence/mod.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(super) struct SqliteSequence(());
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/header/magic_header_string.rs:15:30
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MagicHeaderString([u8; 16]);
[INFO] [stdout]    |            ----------------- ^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/header/reserved_for_expansion.rs:7:33
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ReservedForExpansion([u8; 20]);
[INFO] [stdout]   |            -------------------- ^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `uri` and `mode` are never read
[INFO] [stdout]    --> src/io/mod.rs:103:3
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct SqliteUri {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 103 |   uri: String,
[INFO] [stdout]     |   ^^^
[INFO] [stdout] 104 |   path: PathBuf,
[INFO] [stdout] 105 |   mode: SqliteUriFileMode,
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SqliteUri` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `btree` is never read
[INFO] [stdout]   --> src/runtime/mod.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SqliteRuntime {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |   btree: SqliteBtree,
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteRuntime` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SqliteMaster` is never constructed
[INFO] [stdout]  --> src/runtime/internal_tables/sqlite_master/mod.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(super) struct SqliteMaster(());
[INFO] [stdout]   |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SqliteSequence` is never constructed
[INFO] [stdout]  --> src/runtime/internal_tables/sqlite_sequence/mod.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(super) struct SqliteSequence(());
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `normalized_input`
[INFO] [stdout]  --> src/sqlite_cli/repl/sql.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) fn run(normalized_input: impl AsRef<str>) -> SqliteCliResult<()> {
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normalized_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `normalized_input`
[INFO] [stdout]  --> src/sqlite_cli/repl/sql.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) fn run(normalized_input: impl AsRef<str>) -> SqliteCliResult<()> {
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_normalized_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cli` is never read
[INFO] [stdout]   --> src/sqlite_cli/repl/mod.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(crate) struct SqliteCliRepl {
[INFO] [stdout]    |                   ------------- field in this struct
[INFO] [stdout] 16 |   is_tty: bool,
[INFO] [stdout] 17 |   cli: Cli,
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliRepl` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |   SqliteRsLib(SqliteError),
[INFO] [stdout]    |   ----------- ^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -   SqliteRsLib(SqliteError),
[INFO] [stdout] 11 +   SqliteRsLib(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 |   Custom(String),
[INFO] [stdout]    |   ------ ^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -   Custom(String),
[INFO] [stdout] 12 +   Custom(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |   StdIo(StdIoError),
[INFO] [stdout]    |   ----- ^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -   StdIo(StdIoError),
[INFO] [stdout] 13 +   StdIo(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |   InvalidCLiArgs(String),
[INFO] [stdout]    |   -------------- ^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 14 -   InvalidCLiArgs(String),
[INFO] [stdout] 14 +   InvalidCLiArgs(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |   AddrParseError(AddrParseError),
[INFO] [stdout]    |   -------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 15 -   AddrParseError(AddrParseError),
[INFO] [stdout] 15 +   AddrParseError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |   ParseIntError(ParseIntError),
[INFO] [stdout]    |   ------------- ^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -   ParseIntError(ParseIntError),
[INFO] [stdout] 16 +   ParseIntError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cli` is never read
[INFO] [stdout]   --> src/sqlite_cli/repl/mod.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(crate) struct SqliteCliRepl {
[INFO] [stdout]    |                   ------------- field in this struct
[INFO] [stdout] 16 |   is_tty: bool,
[INFO] [stdout] 17 |   cli: Cli,
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliRepl` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |   SqliteRsLib(SqliteError),
[INFO] [stdout]    |   ----------- ^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -   SqliteRsLib(SqliteError),
[INFO] [stdout] 11 +   SqliteRsLib(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 |   Custom(String),
[INFO] [stdout]    |   ------ ^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -   Custom(String),
[INFO] [stdout] 12 +   Custom(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |   StdIo(StdIoError),
[INFO] [stdout]    |   ----- ^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -   StdIo(StdIoError),
[INFO] [stdout] 13 +   StdIo(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |   InvalidCLiArgs(String),
[INFO] [stdout]    |   -------------- ^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 14 -   InvalidCLiArgs(String),
[INFO] [stdout] 14 +   InvalidCLiArgs(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |   AddrParseError(AddrParseError),
[INFO] [stdout]    |   -------------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 15 -   AddrParseError(AddrParseError),
[INFO] [stdout] 15 +   AddrParseError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/sqlite_cli/result.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |   ParseIntError(ParseIntError),
[INFO] [stdout]    |   ------------- ^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SqliteCliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -   ParseIntError(ParseIntError),
[INFO] [stdout] 16 +   ParseIntError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] running `Command { std: "docker" "inspect" "15467efca02c5c4195894c95a82ecd4ea43dbcac2750ae88f3a52e1b66a33593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15467efca02c5c4195894c95a82ecd4ea43dbcac2750ae88f3a52e1b66a33593", kill_on_drop: false }`
[INFO] [stdout] 15467efca02c5c4195894c95a82ecd4ea43dbcac2750ae88f3a52e1b66a33593
