[INFO] cloning repository https://github.com/wintersand-gh/discord-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wintersand-gh/discord-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwintersand-gh%2Fdiscord-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwintersand-gh%2Fdiscord-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d4e5e862854999579c637eb091aa3c0b39ee3efa [INFO] testing wintersand-gh/discord-rust against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwintersand-gh%2Fdiscord-rust" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wintersand-gh/discord-rust on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wintersand-gh/discord-rust [INFO] finished tweaking git repo https://github.com/wintersand-gh/discord-rust [INFO] tweaked toml for git repo https://github.com/wintersand-gh/discord-rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/wintersand-gh/discord-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49ab6f77a8f2fcbec9401aa3048bc2c27a10d5e0f0bab6c7aff107c4a635aa8a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "49ab6f77a8f2fcbec9401aa3048bc2c27a10d5e0f0bab6c7aff107c4a635aa8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49ab6f77a8f2fcbec9401aa3048bc2c27a10d5e0f0bab6c7aff107c4a635aa8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49ab6f77a8f2fcbec9401aa3048bc2c27a10d5e0f0bab6c7aff107c4a635aa8a", kill_on_drop: false }` [INFO] [stdout] 49ab6f77a8f2fcbec9401aa3048bc2c27a10d5e0f0bab6c7aff107c4a635aa8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 118bd0dadf1cc5e58ab8820d4537045e8fe5bf06c797692a8dc11d6d869eb513 [INFO] running `Command { std: "docker" "start" "-a" "118bd0dadf1cc5e58ab8820d4537045e8fe5bf06c797692a8dc11d6d869eb513", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling serenity v0.10.8 [INFO] [stderr] Compiling uwl v0.6.0 [INFO] [stderr] Compiling tokio v1.8.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling command_attr v0.3.7 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling async-tungstenite v0.11.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.10 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling discord_bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HashMap`, `HashSet`, `fmt::Write`, `sync::Arc` [INFO] [stdout] --> src/main.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | collections::{HashMap, HashSet}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] 3 | env, [INFO] [stdout] 4 | fmt::Write, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 5 | sync::Arc [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Args`, `Channel`, `CommandGroup`, `CommandOptions`, `CommandResult`, `ContentSafeOptions`, `DispatchError`, `HelpOptions`, `LimitedFor`, `Reason`, `RevertBucket`, `StandardFramework`, `check`, `command`, `content_safe`, `group`, `help_commands`, `help`, `hook`, `http::Http`, `id::UserId`, `permissions::Permissions` [INFO] [stdout] --> src/main.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | buckets::{LimitedFor, RevertBucket}, [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 12 | help_commands, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | macros::{check, command, group, help, hook}, [INFO] [stdout] | ^^^^^ ^^^^^^^ ^^^^^ ^^^^ ^^^^ [INFO] [stdout] 14 | Args, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | CommandGroup, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 16 | CommandOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 17 | CommandResult, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 18 | DispatchError, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 19 | HelpOptions, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 20 | Reason, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | StandardFramework [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | }, [INFO] [stdout] 23 | http::Http, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 24 | model::{ [INFO] [stdout] 25 | channel::{Channel, Message}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 26 | gateway::Ready, [INFO] [stdout] 27 | id::UserId, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 28 | permissions::Permissions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | }, [INFO] [stdout] 30 | utils::{content_safe, ContentSafeOptions} [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> src/main.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/main.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | async fn message(&self, ctx: Context, message: Message) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/main.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | let args: Vec<&str> = message.content[1..].split(" ").collect(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `Command { std: "docker" "inspect" "118bd0dadf1cc5e58ab8820d4537045e8fe5bf06c797692a8dc11d6d869eb513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118bd0dadf1cc5e58ab8820d4537045e8fe5bf06c797692a8dc11d6d869eb513", kill_on_drop: false }` [INFO] [stdout] 118bd0dadf1cc5e58ab8820d4537045e8fe5bf06c797692a8dc11d6d869eb513 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76cdecbcdbc624957d03fa3eb81aaa5ccf87a1f27824417a33d70666015597c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76cdecbcdbc624957d03fa3eb81aaa5ccf87a1f27824417a33d70666015597c7", kill_on_drop: false }` [INFO] [stderr] Compiling discord_bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HashMap`, `HashSet`, `fmt::Write`, `sync::Arc` [INFO] [stdout] --> src/main.rs:2:19 [INFO] [stdout] | [INFO] [stdout] 2 | collections::{HashMap, HashSet}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] 3 | env, [INFO] [stdout] 4 | fmt::Write, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 5 | sync::Arc [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Args`, `Channel`, `CommandGroup`, `CommandOptions`, `CommandResult`, `ContentSafeOptions`, `DispatchError`, `HelpOptions`, `LimitedFor`, `Reason`, `RevertBucket`, `StandardFramework`, `check`, `command`, `content_safe`, `group`, `help_commands`, `help`, `hook`, `http::Http`, `id::UserId`, `permissions::Permissions` [INFO] [stdout] --> src/main.rs:11:19 [INFO] [stdout] | [INFO] [stdout] 11 | buckets::{LimitedFor, RevertBucket}, [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 12 | help_commands, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | macros::{check, command, group, help, hook}, [INFO] [stdout] | ^^^^^ ^^^^^^^ ^^^^^ ^^^^ ^^^^ [INFO] [stdout] 14 | Args, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | CommandGroup, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 16 | CommandOptions, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 17 | CommandResult, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 18 | DispatchError, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 19 | HelpOptions, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 20 | Reason, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | StandardFramework [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | }, [INFO] [stdout] 23 | http::Http, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 24 | model::{ [INFO] [stdout] 25 | channel::{Channel, Message}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 26 | gateway::Ready, [INFO] [stdout] 27 | id::UserId, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 28 | permissions::Permissions [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | }, [INFO] [stdout] 30 | utils::{content_safe, ContentSafeOptions} [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Mutex` [INFO] [stdout] --> src/main.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | use tokio::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/main.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | async fn message(&self, ctx: Context, message: Message) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/main.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | let args: Vec<&str> = message.content[1..].split(" ").collect(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "76cdecbcdbc624957d03fa3eb81aaa5ccf87a1f27824417a33d70666015597c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76cdecbcdbc624957d03fa3eb81aaa5ccf87a1f27824417a33d70666015597c7", kill_on_drop: false }` [INFO] [stdout] 76cdecbcdbc624957d03fa3eb81aaa5ccf87a1f27824417a33d70666015597c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1a3acb1b4c3c1c428a3a9f999a028a19e622ca054990df485e50ef884af3bdd6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1a3acb1b4c3c1c428a3a9f999a028a19e622ca054990df485e50ef884af3bdd6", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `HashMap`, `HashSet`, `fmt::Write`, `sync::Arc` [INFO] [stderr] --> src/main.rs:2:19 [INFO] [stderr] | [INFO] [stderr] 2 | collections::{HashMap, HashSet}, [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] 3 | env, [INFO] [stderr] 4 | fmt::Write, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 5 | sync::Arc [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Args`, `Channel`, `CommandGroup`, `CommandOptions`, `CommandResult`, `ContentSafeOptions`, `DispatchError`, `HelpOptions`, `LimitedFor`, `Reason`, `RevertBucket`, `StandardFramework`, `check`, `command`, `content_safe`, `group`, `help_commands`, `help`, `hook`, `http::Http`, `id::UserId`, `permissions::Permissions` [INFO] [stderr] --> src/main.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | buckets::{LimitedFor, RevertBucket}, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] 12 | help_commands, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 13 | macros::{check, command, group, help, hook}, [INFO] [stderr] | ^^^^^ ^^^^^^^ ^^^^^ ^^^^ ^^^^ [INFO] [stderr] 14 | Args, [INFO] [stderr] | ^^^^ [INFO] [stderr] 15 | CommandGroup, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 16 | CommandOptions, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 17 | CommandResult, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 18 | DispatchError, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 19 | HelpOptions, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 20 | Reason, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 21 | StandardFramework [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 22 | }, [INFO] [stderr] 23 | http::Http, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 24 | model::{ [INFO] [stderr] 25 | channel::{Channel, Message}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 26 | gateway::Ready, [INFO] [stderr] 27 | id::UserId, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 28 | permissions::Permissions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 29 | }, [INFO] [stderr] 30 | utils::{content_safe, ContentSafeOptions} [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::sync::Mutex` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | use tokio::sync::Mutex; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ctx` [INFO] [stderr] --> src/main.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | async fn message(&self, ctx: Context, message: Message) { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/main.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | let args: Vec<&str> = message.content[1..].split(" ").collect(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] [INFO] [stderr] warning: `discord_bot` (bin "discord_bot" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/discord_bot-27d41a4dcf568a04) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1a3acb1b4c3c1c428a3a9f999a028a19e622ca054990df485e50ef884af3bdd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a3acb1b4c3c1c428a3a9f999a028a19e622ca054990df485e50ef884af3bdd6", kill_on_drop: false }` [INFO] [stdout] 1a3acb1b4c3c1c428a3a9f999a028a19e622ca054990df485e50ef884af3bdd6