[INFO] cloning repository https://github.com/codeandkey/bigbot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codeandkey/bigbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeandkey%2Fbigbot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeandkey%2Fbigbot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 48bc508cf0c45719bf664887d797b119ae758895
[INFO] testing codeandkey/bigbot against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeandkey%2Fbigbot" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/codeandkey/bigbot
[INFO] finished tweaking git repo https://github.com/codeandkey/bigbot
[INFO] tweaked toml for git repo https://github.com/codeandkey/bigbot written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/codeandkey/bigbot on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/codeandkey/bigbot 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d18a1727e3039cc748192d914f40f6cf613c3c998ff3bbc7ab4e36f65b3122eb
[INFO] running `Command { std: "docker" "start" "-a" "d18a1727e3039cc748192d914f40f6cf613c3c998ff3bbc7ab4e36f65b3122eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d18a1727e3039cc748192d914f40f6cf613c3c998ff3bbc7ab4e36f65b3122eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18a1727e3039cc748192d914f40f6cf613c3c998ff3bbc7ab4e36f65b3122eb", kill_on_drop: false }`
[INFO] [stdout] d18a1727e3039cc748192d914f40f6cf613c3c998ff3bbc7ab4e36f65b3122eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c29f79d1ab67c5c93ad1d61780ac4953d22381b244d2494abddabc629050f507
[INFO] running `Command { std: "docker" "start" "-a" "c29f79d1ab67c5c93ad1d61780ac4953d22381b244d2494abddabc629050f507", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling webpki-roots v1.0.1
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling audiopus_sys v0.2.2
[INFO] [stderr]    Compiling opus v0.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling protobuf-parse v3.7.2
[INFO] [stderr]    Compiling protobuf-codegen v3.7.2
[INFO] [stderr]    Compiling threebot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rusqlite v0.37.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling r2d2_sqlite v0.31.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stdout] warning: methods `current_user_id`, `current_channel_id`, `get_channel_info`, and `audio_effect_settings` are never used
[INFO] [stdout]    --> src/commands/mod.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub trait SessionTools: Send + Sync {
[INFO] [stdout]     |           ------------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 219 |     fn current_user_id(&self) -> Option<u32>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |     fn current_channel_id(&self) -> Option<u32>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |     fn get_channel_info(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |     fn audio_effect_settings(&self) -> &crate::config::AudioEffectSettings;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source_channel_id` and `is_private_message` are never read
[INFO] [stdout]    --> src/commands/mod.rs:381:9
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub struct CommandContext {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 381 |     pub source_channel_id: Option<u32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 382 |     /// Whether this was a private message
[INFO] [stdout] 383 |     pub is_private_message: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CommandContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `all_commands` is never used
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn all_commands() -> Vec<Box<dyn Command>> {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_sound_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn create_sound_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_farewell_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn create_farewell_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_alias_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn create_alias_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_bind_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn create_bind_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_greeting_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn create_greeting_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_ping_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn create_ping_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Model` is never constructed
[INFO] [stdout]  --> src/database/entities/user_settings.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Model {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_BAN_LIST` is never used
[INFO] [stdout]   --> src/protos/mod.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub const MESSAGE_BAN_LIST: u16 = 10;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_PERMISSION_DENIED` is never used
[INFO] [stdout]   --> src/protos/mod.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub const MESSAGE_PERMISSION_DENIED: u16 = 12;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_ACL` is never used
[INFO] [stdout]   --> src/protos/mod.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub const MESSAGE_ACL: u16 = 13;
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_QUERY_USERS` is never used
[INFO] [stdout]   --> src/protos/mod.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub const MESSAGE_QUERY_USERS: u16 = 14;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_CONTEXT_ACTION_MODIFY` is never used
[INFO] [stdout]   --> src/protos/mod.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub const MESSAGE_CONTEXT_ACTION_MODIFY: u16 = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_CONTEXT_ACTION` is never used
[INFO] [stdout]   --> src/protos/mod.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub const MESSAGE_CONTEXT_ACTION: u16 = 17;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_USER_LIST` is never used
[INFO] [stdout]   --> src/protos/mod.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub const MESSAGE_USER_LIST: u16 = 18;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_VOICE_TARGET` is never used
[INFO] [stdout]   --> src/protos/mod.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub const MESSAGE_VOICE_TARGET: u16 = 19;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_USER_STATS` is never used
[INFO] [stdout]   --> src/protos/mod.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub const MESSAGE_USER_STATS: u16 = 22;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_REQUEST_BLOB` is never used
[INFO] [stdout]   --> src/protos/mod.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub const MESSAGE_REQUEST_BLOB: u16 = 23;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_SERVER_CONFIG` is never used
[INFO] [stdout]   --> src/protos/mod.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub const MESSAGE_SERVER_CONFIG: u16 = 24;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_SUGGEST_CONFIG` is never used
[INFO] [stdout]   --> src/protos/mod.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub const MESSAGE_SUGGEST_CONFIG: u16 = 25;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> src/session.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct ConnectionOptions {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub timeout: Option<u64>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `audio_effects` is never read
[INFO] [stdout]    --> src/session.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub struct Session {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 202 |     audio_effects: AudioEffectSettings,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "c29f79d1ab67c5c93ad1d61780ac4953d22381b244d2494abddabc629050f507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c29f79d1ab67c5c93ad1d61780ac4953d22381b244d2494abddabc629050f507", kill_on_drop: false }`
[INFO] [stdout] c29f79d1ab67c5c93ad1d61780ac4953d22381b244d2494abddabc629050f507
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3716f891fa9288442db47484473f4a41197335b072834001e152ef5fb6185340
[INFO] running `Command { std: "docker" "start" "-a" "3716f891fa9288442db47484473f4a41197335b072834001e152ef5fb6185340", kill_on_drop: false }`
[INFO] [stderr]    Compiling threebot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `current_user_id`, `current_channel_id`, `get_channel_info`, and `audio_effect_settings` are never used
[INFO] [stdout]    --> src/commands/mod.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub trait SessionTools: Send + Sync {
[INFO] [stdout]     |           ------------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 219 |     fn current_user_id(&self) -> Option<u32>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |     fn current_channel_id(&self) -> Option<u32>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |     fn get_channel_info(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |     fn audio_effect_settings(&self) -> &crate::config::AudioEffectSettings;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source_channel_id` and `is_private_message` are never read
[INFO] [stdout]    --> src/commands/mod.rs:381:9
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub struct CommandContext {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 381 |     pub source_channel_id: Option<u32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 382 |     /// Whether this was a private message
[INFO] [stdout] 383 |     pub is_private_message: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CommandContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `all_commands` is never used
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn all_commands() -> Vec<Box<dyn Command>> {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_sound_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn create_sound_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_farewell_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn create_farewell_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_alias_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn create_alias_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_bind_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn create_bind_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_greeting_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn create_greeting_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_ping_command` is never used
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn create_ping_command() -> Box<dyn Command> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Model` is never constructed
[INFO] [stdout]  --> src/database/entities/user_settings.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Model {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_BAN_LIST` is never used
[INFO] [stdout]   --> src/protos/mod.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub const MESSAGE_BAN_LIST: u16 = 10;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_PERMISSION_DENIED` is never used
[INFO] [stdout]   --> src/protos/mod.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub const MESSAGE_PERMISSION_DENIED: u16 = 12;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_ACL` is never used
[INFO] [stdout]   --> src/protos/mod.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub const MESSAGE_ACL: u16 = 13;
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_QUERY_USERS` is never used
[INFO] [stdout]   --> src/protos/mod.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub const MESSAGE_QUERY_USERS: u16 = 14;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_CONTEXT_ACTION_MODIFY` is never used
[INFO] [stdout]   --> src/protos/mod.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub const MESSAGE_CONTEXT_ACTION_MODIFY: u16 = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_CONTEXT_ACTION` is never used
[INFO] [stdout]   --> src/protos/mod.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub const MESSAGE_CONTEXT_ACTION: u16 = 17;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_USER_LIST` is never used
[INFO] [stdout]   --> src/protos/mod.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub const MESSAGE_USER_LIST: u16 = 18;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_VOICE_TARGET` is never used
[INFO] [stdout]   --> src/protos/mod.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub const MESSAGE_VOICE_TARGET: u16 = 19;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_USER_STATS` is never used
[INFO] [stdout]   --> src/protos/mod.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub const MESSAGE_USER_STATS: u16 = 22;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_REQUEST_BLOB` is never used
[INFO] [stdout]   --> src/protos/mod.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub const MESSAGE_REQUEST_BLOB: u16 = 23;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_SERVER_CONFIG` is never used
[INFO] [stdout]   --> src/protos/mod.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub const MESSAGE_SERVER_CONFIG: u16 = 24;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MESSAGE_SUGGEST_CONFIG` is never used
[INFO] [stdout]   --> src/protos/mod.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub const MESSAGE_SUGGEST_CONFIG: u16 = 25;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> src/session.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct ConnectionOptions {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub timeout: Option<u64>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `audio_effects` is never read
[INFO] [stdout]    --> src/session.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub struct Session {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 202 |     audio_effects: AudioEffectSettings,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.84s
[INFO] running `Command { std: "docker" "inspect" "3716f891fa9288442db47484473f4a41197335b072834001e152ef5fb6185340", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3716f891fa9288442db47484473f4a41197335b072834001e152ef5fb6185340", kill_on_drop: false }`
[INFO] [stdout] 3716f891fa9288442db47484473f4a41197335b072834001e152ef5fb6185340
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7089867f5fd2533dd27a648ea6280fb7e5f9d0a0faa5a433e50124dc2ca508fe
[INFO] running `Command { std: "docker" "start" "-a" "7089867f5fd2533dd27a648ea6280fb7e5f9d0a0faa5a433e50124dc2ca508fe", kill_on_drop: false }`
[INFO] [stderr] warning: methods `current_user_id`, `current_channel_id`, `get_channel_info`, and `audio_effect_settings` are never used
[INFO] [stderr]    --> src/commands/mod.rs:219:8
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub trait SessionTools: Send + Sync {
[INFO] [stderr]     |           ------------ methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 219 |     fn current_user_id(&self) -> Option<u32>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 222 |     fn current_channel_id(&self) -> Option<u32>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 228 |     fn get_channel_info(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 249 |     fn audio_effect_settings(&self) -> &crate::config::AudioEffectSettings;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `source_channel_id` and `is_private_message` are never read
[INFO] [stderr]    --> src/commands/mod.rs:381:9
[INFO] [stderr]     |
[INFO] [stderr] 377 | pub struct CommandContext {
[INFO] [stderr]     |            -------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 381 |     pub source_channel_id: Option<u32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 382 |     /// Whether this was a private message
[INFO] [stderr] 383 |     pub is_private_message: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CommandContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `all_commands` is never used
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn all_commands() -> Vec<Box<dyn Command>> {
[INFO] [stderr]   |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_sound_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn create_sound_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_farewell_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn create_farewell_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_alias_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub fn create_alias_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_bind_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn create_bind_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_greeting_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub fn create_greeting_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_ping_command` is never used
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/threebot-d2f23688573e5a53/out/commands_generated.rs:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn create_ping_command() -> Box<dyn Command> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Model` is never constructed
[INFO] [stderr]  --> src/database/entities/user_settings.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct Model {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_BAN_LIST` is never used
[INFO] [stderr]   --> src/protos/mod.rs:18:15
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub const MESSAGE_BAN_LIST: u16 = 10;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_PERMISSION_DENIED` is never used
[INFO] [stderr]   --> src/protos/mod.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub const MESSAGE_PERMISSION_DENIED: u16 = 12;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_ACL` is never used
[INFO] [stderr]   --> src/protos/mod.rs:21:15
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub const MESSAGE_ACL: u16 = 13;
[INFO] [stderr]    |               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_QUERY_USERS` is never used
[INFO] [stderr]   --> src/protos/mod.rs:22:15
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub const MESSAGE_QUERY_USERS: u16 = 14;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_CONTEXT_ACTION_MODIFY` is never used
[INFO] [stderr]   --> src/protos/mod.rs:24:15
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub const MESSAGE_CONTEXT_ACTION_MODIFY: u16 = 16;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_CONTEXT_ACTION` is never used
[INFO] [stderr]   --> src/protos/mod.rs:25:15
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub const MESSAGE_CONTEXT_ACTION: u16 = 17;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_USER_LIST` is never used
[INFO] [stderr]   --> src/protos/mod.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub const MESSAGE_USER_LIST: u16 = 18;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_VOICE_TARGET` is never used
[INFO] [stderr]   --> src/protos/mod.rs:27:15
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub const MESSAGE_VOICE_TARGET: u16 = 19;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_USER_STATS` is never used
[INFO] [stderr]   --> src/protos/mod.rs:30:15
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub const MESSAGE_USER_STATS: u16 = 22;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_REQUEST_BLOB` is never used
[INFO] [stderr]   --> src/protos/mod.rs:31:15
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub const MESSAGE_REQUEST_BLOB: u16 = 23;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_SERVER_CONFIG` is never used
[INFO] [stderr]   --> src/protos/mod.rs:32:15
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub const MESSAGE_SERVER_CONFIG: u16 = 24;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MESSAGE_SUGGEST_CONFIG` is never used
[INFO] [stderr]   --> src/protos/mod.rs:33:15
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub const MESSAGE_SUGGEST_CONFIG: u16 = 25;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `timeout` is never read
[INFO] [stderr]   --> src/session.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub struct ConnectionOptions {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 78 |     pub timeout: Option<u64>,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `audio_effects` is never read
[INFO] [stderr]    --> src/session.rs:202:5
[INFO] [stderr]     |
[INFO] [stderr] 186 | pub struct Session {
[INFO] [stderr]     |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 202 |     audio_effects: AudioEffectSettings,
[INFO] [stderr]     |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `threebot` (bin "threebot" test) generated 24 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/threebot-bf307e01848bf693)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test audio::effects::tests::test_effect_parsing ... ok
[INFO] [stdout] test audio::effects::tests::test_pipeline_selection ... ok
[INFO] [stdout] test audio::effects::tests::test_reverb_requires_sox ... ok
[INFO] [stdout] test audio::effects::tests::test_parse_effects ... ok
[INFO] [stdout] test audio::effects::tests::test_ffmpeg_filter_generation ... ok
[INFO] [stdout] test commands::bind::tests::test_command_normalization ... ok
[INFO] [stdout] test commands::bind::tests::test_display_formatting ... ok
[INFO] [stdout] test commands::sound::tests::test_timestamp_parsing ... ok
[INFO] [stdout] test audio::effects::tests::test_sox_effect_separation ... ok
[INFO] [stdout] test commands::tests::test_sanitize_command_line ... ok
[INFO] [stdout] test config::tests::test_cli_overrides ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test config::tests::test_path_resolution ... ok
[INFO] [stdout] test config::tests::test_tilde_expansion ... ok
[INFO] [stdout] test sounds::tests::test_validate_sound_code ... ok
[INFO] [stdout] test session::tests::test_markdown_to_html ... ok
[INFO] [stdout] test config::tests::test_config_serialization ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7089867f5fd2533dd27a648ea6280fb7e5f9d0a0faa5a433e50124dc2ca508fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7089867f5fd2533dd27a648ea6280fb7e5f9d0a0faa5a433e50124dc2ca508fe", kill_on_drop: false }`
[INFO] [stdout] 7089867f5fd2533dd27a648ea6280fb7e5f9d0a0faa5a433e50124dc2ca508fe
