[INFO] cloning repository https://github.com/DomB37/InhouseBot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DomB37/InhouseBot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDomB37%2FInhouseBot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDomB37%2FInhouseBot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df71961ac54651e0ff078ffc063985a86a29115c
[INFO] checking DomB37/InhouseBot against master#292be5c7c05138d753bbd4b30db7a3f1a5c914f7 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDomB37%2FInhouseBot" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DomB37/InhouseBot
[INFO] finished tweaking git repo https://github.com/DomB37/InhouseBot
[INFO] tweaked toml for git repo https://github.com/DomB37/InhouseBot written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DomB37/InhouseBot on toolchain 292be5c7c05138d753bbd4b30db7a3f1a5c914f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DomB37/InhouseBot 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" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typemap_rev v0.1.5
[INFO] [stderr]   Downloaded command_attr v0.4.0
[INFO] [stderr]   Downloaded async-tungstenite v0.17.2
[INFO] [stderr]   Downloaded serenity v0.11.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24a181dac6937128a60235d7e71009bf7ea9111a8feb6f221a4c98a14c3e39f1
[INFO] running `Command { std: "docker" "start" "-a" "24a181dac6937128a60235d7e71009bf7ea9111a8feb6f221a4c98a14c3e39f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24a181dac6937128a60235d7e71009bf7ea9111a8feb6f221a4c98a14c3e39f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24a181dac6937128a60235d7e71009bf7ea9111a8feb6f221a4c98a14c3e39f1", kill_on_drop: false }`
[INFO] [stdout] 24a181dac6937128a60235d7e71009bf7ea9111a8feb6f221a4c98a14c3e39f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 428f8aa559df5613d8b9a7aabb765f20ed03b6218ad80799b3d853bf02a12c37
[INFO] running `Command { std: "docker" "start" "-a" "428f8aa559df5613d8b9a7aabb765f20ed03b6218ad80799b3d853bf02a12c37", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking tracing-core v0.1.27
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking cpufeatures v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]     Checking rustls-pemfile v1.0.0
[INFO] [stderr]    Compiling serenity v0.11.2
[INFO] [stderr]     Checking hashbrown v0.12.1
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking sha-1 v0.10.0
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking typemap_rev v0.1.5
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]     Checking ring v0.16.20
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.11
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ordered-float v2.10.0
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.22.3
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling command_attr v0.4.0
[INFO] [stderr]     Checking tokio v1.19.2
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking tracing v0.1.35
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking dashmap v5.3.4
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking tungstenite v0.17.2
[INFO] [stderr]     Checking async-tungstenite v0.17.2
[INFO] [stderr]     Checking hyper v0.14.19
[INFO] [stderr]     Checking hyper-rustls v0.23.0
[INFO] [stderr]     Checking reqwest v0.11.11
[INFO] [stderr]     Checking bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | static mut topEmoji: str  = ":frog: "
[INFO] [stdout]   |                                      ^ help: add `;` here
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   |                                   ^ help: add `;` here
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   |                                    ^ help: add `;` here
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   |                                         ^ help: add `;` here
[INFO] [stdout] 9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `pub`
[INFO] [stdout]   --> src/lib/inhouse.rs:9:43
[INFO] [stdout]    |
[INFO] [stdout]  9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]    |                                           ^ help: add `;` here
[INFO] [stdout] 10 |
[INFO] [stdout] 11 | pub struct QueueManager{
[INFO] [stdout]    | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `jgEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:152:36
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 topEmoji = words[0]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 153 |                 jgEmoji = words[1]
[INFO] [stdout]     |                 ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `midEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:153:35
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 jgEmoji = words[1]
[INFO] [stdout]     |                                   ^ help: add `;` here
[INFO] [stdout] 154 |                 midEmoji = words[2]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `botEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:154:36
[INFO] [stdout]     |
[INFO] [stdout] 154 |                 midEmoji = words[2]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 155 |                 botEmoji = words[3]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `supEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:155:36
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 botEmoji = words[3]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 156 |                 supEmoji = words[4]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `let`
[INFO] [stdout]    --> src/lib/inhouse.rs:156:36
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 supEmoji = words[4]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 157 |                 let response = msg.reply_mention(&ctx.http, &format!("Role Emojis have been set!")).await?;
[INFO] [stdout]     |                 --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | static mut topEmoji: str  = ":frog: "
[INFO] [stdout]   |                                      ^ help: add `;` here
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   |                                   ^ help: add `;` here
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   |                                    ^ help: add `;` here
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `static`
[INFO] [stdout]  --> src/lib/inhouse.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   |                                         ^ help: add `;` here
[INFO] [stdout] 9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `pub`
[INFO] [stdout]   --> src/lib/inhouse.rs:9:43
[INFO] [stdout]    |
[INFO] [stdout]  9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]    |                                           ^ help: add `;` here
[INFO] [stdout] 10 |
[INFO] [stdout] 11 | pub struct QueueManager{
[INFO] [stdout]    | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `jgEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:152:36
[INFO] [stdout]     |
[INFO] [stdout] 152 |                 topEmoji = words[0]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 153 |                 jgEmoji = words[1]
[INFO] [stdout]     |                 ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `midEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:153:35
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 jgEmoji = words[1]
[INFO] [stdout]     |                                   ^ help: add `;` here
[INFO] [stdout] 154 |                 midEmoji = words[2]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `botEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:154:36
[INFO] [stdout]     |
[INFO] [stdout] 154 |                 midEmoji = words[2]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 155 |                 botEmoji = words[3]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `supEmoji`
[INFO] [stdout]    --> src/lib/inhouse.rs:155:36
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 botEmoji = words[3]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 156 |                 supEmoji = words[4]
[INFO] [stdout]     |                 -------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `let`
[INFO] [stdout]    --> src/lib/inhouse.rs:156:36
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 supEmoji = words[4]
[INFO] [stdout]     |                                    ^ help: add `;` here
[INFO] [stdout] 157 |                 let response = msg.reply_mention(&ctx.http, &format!("Role Emojis have been set!")).await?;
[INFO] [stdout]     |                 --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:137:7
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[command]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::macros::command;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:137:7
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[command]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::macros::command;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:50
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                  ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Message;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::model::prelude::Message;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Args` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:69
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::env::Args;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::env::Args;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::Args;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CommandResult` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:78
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::CommandResult;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `correct_channel` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout] 139 |         if correct_channel(ctx, msg).await {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::commands::queue::correct_channel` exists but is inaccessible
[INFO] [stdout]    --> src/commands/queue.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn correct_channel(ctx: &Context, msg: &Message) -> bool{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Prefix` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:144:41
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     prefix = data.get::<Prefix>().unwrap().clone();
[INFO] [stdout]     |                                         ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Prefix;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Prefix;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sleep` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 sleep(Duration::from_secs(3)).await;
[INFO] [stdout]     |                 ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::sleep;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::time::sleep;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Duration`
[INFO] [stdout]    --> src/lib/inhouse.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 sleep(Duration::from_secs(3)).await;
[INFO] [stdout]     |                       ^^^^^^^^ use of undeclared type `Duration`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:50
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                  ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Message;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::model::prelude::Message;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Args` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:69
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                                     ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::env::Args;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::env::Args;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::Args;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CommandResult` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:138:78
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub async fn roleEmojis(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serenity::framework::standard::CommandResult;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `correct_channel` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout] 139 |         if correct_channel(ctx, msg).await {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: function `crate::commands::queue::correct_channel` exists but is inaccessible
[INFO] [stdout]    --> src/commands/queue.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn correct_channel(ctx: &Context, msg: &Message) -> bool{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Prefix` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:144:41
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     prefix = data.get::<Prefix>().unwrap().clone();
[INFO] [stdout]     |                                         ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Prefix;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::path::Prefix;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sleep` in this scope
[INFO] [stdout]    --> src/lib/inhouse.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 sleep(Duration::from_secs(3)).await;
[INFO] [stdout]     |                 ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::sleep;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::time::sleep;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Duration`
[INFO] [stdout]    --> src/lib/inhouse.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 sleep(Duration::from_secs(3)).await;
[INFO] [stdout]     |                       ^^^^^^^^ use of undeclared type `Duration`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::time::Duration;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | static mut topEmoji: str  = ":frog: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | static mut topEmoji: str  = ":frog: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | static mut jgEmoji: str = ":dog: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut midEmoji: str = ":cat: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | static mut botEmoji: str = ":blue_car: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]  --> src/lib/inhouse.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | static mut supEmoji: str = ":police_car: "
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout]   = note: statics and constants must have a statically known size
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib/inhouse.rs:146:21
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...   let response = msg.reply_mention(&ctx.http, &format!("Usage: {}roleEmojis <top emoji> <jg emoji> <mid emoji> <bot emoji> <sup emoji...
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 147 | ...   sleep(Duration::from_secs(3)).await;
[INFO] [stdout] 148 | ...   response.delete(&ctx.http).await?;
[INFO] [stdout]     |       -------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `response` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let response: /* Type */ = msg.reply_mention(&ctx.http, &format!("Usage: {}roleEmojis <top emoji> <jg emoji> <mid emoji> <bot emoji> <sup emoji>", prefix)).await?;
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib/inhouse.rs:146:21
[INFO] [stdout]     |
[INFO] [stdout] 146 | ...   let response = msg.reply_mention(&ctx.http, &format!("Usage: {}roleEmojis <top emoji> <jg emoji> <mid emoji> <bot emoji> <sup emoji...
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 147 | ...   sleep(Duration::from_secs(3)).await;
[INFO] [stdout] 148 | ...   response.delete(&ctx.http).await?;
[INFO] [stdout]     |       -------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `response` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 let response: /* Type */ = msg.reply_mention(&ctx.http, &format!("Usage: {}roleEmojis <top emoji> <jg emoji> <mid emoji> <bot emoji> <sup emoji>", prefix)).await?;
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0412, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bot` (bin "bot") due to 24 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0412, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bot` (bin "bot" test) due to 24 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "428f8aa559df5613d8b9a7aabb765f20ed03b6218ad80799b3d853bf02a12c37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "428f8aa559df5613d8b9a7aabb765f20ed03b6218ad80799b3d853bf02a12c37", kill_on_drop: false }`
[INFO] [stdout] 428f8aa559df5613d8b9a7aabb765f20ed03b6218ad80799b3d853bf02a12c37
