[INFO] fetching crate sqlite-rs 0.3.7... [INFO] building sqlite-rs-0.3.7 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate sqlite-rs 0.3.7 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate sqlite-rs 0.3.7 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01b403f97a09c6a086b5f0eac48abd742c160d4b458943c7c61beddc30fae8f6 [INFO] running `Command { std: "docker" "start" "-a" "01b403f97a09c6a086b5f0eac48abd742c160d4b458943c7c61beddc30fae8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01b403f97a09c6a086b5f0eac48abd742c160d4b458943c7c61beddc30fae8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01b403f97a09c6a086b5f0eac48abd742c160d4b458943c7c61beddc30fae8f6", kill_on_drop: false }` [INFO] [stdout] 01b403f97a09c6a086b5f0eac48abd742c160d4b458943c7c61beddc30fae8f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b614bdbc59e4ac4a7d9f11b2a2984ea60321f587be833c6ab8815498e0641a9 [INFO] running `Command { std: "docker" "start" "-a" "8b614bdbc59e4ac4a7d9f11b2a2984ea60321f587be833c6ab8815498e0641a9", 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/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)]` 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] = note: `SqliteMaster` has a derived impl for the trait `Default`, 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] = note: `SqliteSequence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [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)]` 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)]` 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(()), [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(()), [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(()), [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(()), [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(()), [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(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "8b614bdbc59e4ac4a7d9f11b2a2984ea60321f587be833c6ab8815498e0641a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b614bdbc59e4ac4a7d9f11b2a2984ea60321f587be833c6ab8815498e0641a9", kill_on_drop: false }` [INFO] [stdout] 8b614bdbc59e4ac4a7d9f11b2a2984ea60321f587be833c6ab8815498e0641a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0b1fe25f57eb5c7233544a78ccf028713d56326caffb130a105d4c9fa3d53af [INFO] running `Command { std: "docker" "start" "-a" "f0b1fe25f57eb5c7233544a78ccf028713d56326caffb130a105d4c9fa3d53af", 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/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)]` 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] = note: `SqliteMaster` has a derived impl for the trait `Default`, 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] = note: `SqliteSequence` has a derived impl for the trait `Default`, 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] = note: `#[warn(dead_code)]` 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] = note: `SqliteMaster` has a derived impl for the trait `Default`, 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] = note: `SqliteSequence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [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)]` 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)]` 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(()), [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(()), [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(()), [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(()), [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(()), [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(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "f0b1fe25f57eb5c7233544a78ccf028713d56326caffb130a105d4c9fa3d53af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0b1fe25f57eb5c7233544a78ccf028713d56326caffb130a105d4c9fa3d53af", kill_on_drop: false }` [INFO] [stdout] f0b1fe25f57eb5c7233544a78ccf028713d56326caffb130a105d4c9fa3d53af