[INFO] fetching crate sqlite-rs 0.3.7... [INFO] building sqlite-rs-0.3.7 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate sqlite-rs 0.3.7 into /workspace/builds/worker-6-tc2/source [INFO] removed /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sqlite-rs 0.3.7 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae7b956f6108ace4c01b242208b9413f0a49a6540c164204995124a071aaa9d9 [INFO] running `Command { std: "docker" "start" "-a" "ae7b956f6108ace4c01b242208b9413f0a49a6540c164204995124a071aaa9d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae7b956f6108ace4c01b242208b9413f0a49a6540c164204995124a071aaa9d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae7b956f6108ace4c01b242208b9413f0a49a6540c164204995124a071aaa9d9", kill_on_drop: false }` [INFO] [stdout] ae7b956f6108ace4c01b242208b9413f0a49a6540c164204995124a071aaa9d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 619f028f74b2ed141f5dc87f8cb0604c064fb557f39c6015a38e8d2f7515908c [INFO] running `Command { std: "docker" "start" "-a" "619f028f74b2ed141f5dc87f8cb0604c064fb557f39c6015a38e8d2f7515908c", kill_on_drop: false }` [INFO] [stderr] Compiling sqlite-rs v0.3.7 (/opt/rustwide/workdir) [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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [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: 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: 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] [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) -> 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "619f028f74b2ed141f5dc87f8cb0604c064fb557f39c6015a38e8d2f7515908c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "619f028f74b2ed141f5dc87f8cb0604c064fb557f39c6015a38e8d2f7515908c", kill_on_drop: false }` [INFO] [stdout] 619f028f74b2ed141f5dc87f8cb0604c064fb557f39c6015a38e8d2f7515908c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6278127e481cb9e7990df69318153263cc2596c38f2d8bceaf5ad44c829e41cd [INFO] running `Command { std: "docker" "start" "-a" "6278127e481cb9e7990df69318153263cc2596c38f2d8bceaf5ad44c829e41cd", 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: 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] = 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/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] [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 `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) -> 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "6278127e481cb9e7990df69318153263cc2596c38f2d8bceaf5ad44c829e41cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6278127e481cb9e7990df69318153263cc2596c38f2d8bceaf5ad44c829e41cd", kill_on_drop: false }` [INFO] [stdout] 6278127e481cb9e7990df69318153263cc2596c38f2d8bceaf5ad44c829e41cd