[INFO] cloning repository https://github.com/muffetbot/muffet-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/muffetbot/muffet-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuffetbot%2Fmuffet-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuffetbot%2Fmuffet-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0207670687e9aa2ae00541aec101b6a03fb3bb4f
[INFO] checking muffetbot/muffet-bot/0207670687e9aa2ae00541aec101b6a03fb3bb4f against master#cf8a95590a1b768b7711f2631d5b5e3ead464de7 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuffetbot%2Fmuffet-bot" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/muffetbot/muffet-bot
[INFO] finished tweaking git repo https://github.com/muffetbot/muffet-bot
[INFO] tweaked toml for git repo https://github.com/muffetbot/muffet-bot written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/muffetbot/muffet-bot on toolchain cf8a95590a1b768b7711f2631d5b5e3ead464de7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 204 packages to latest compatible versions
[INFO] [stderr]       Adding command_attr v0.3.2 (available: v0.3.8)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding serenity v0.9.4 (available: v0.12.4)
[INFO] [stderr]       Adding strum v0.20.0 (available: v0.27.2)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.48.0)
[INFO] [stderr]       Adding toml v0.5.11 (available: v0.9.8)
[INFO] [stderr]       Adding tracing-appender v0.1.2 (available: v0.2.4)
[INFO] [stderr]       Adding tracing-subscriber v0.2.25 (available: v0.3.22)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-tungstenite v0.9.3
[INFO] [stderr]   Downloaded command_attr v0.3.2
[INFO] [stderr]   Downloaded tokio-rustls v0.14.1
[INFO] [stderr]   Downloaded hyper-rustls v0.21.0
[INFO] [stderr]   Downloaded tungstenite v0.11.1
[INFO] [stderr]   Downloaded webpki-roots v0.20.0
[INFO] [stderr]   Downloaded serenity v0.9.4
[INFO] [stderr]   Downloaded hyper v0.13.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0139496d60aaf3da46d8f49984bc87f2d64b726806eaf95a50d0b694c8ece67
[INFO] running `Command { std: "docker" "start" "-a" "a0139496d60aaf3da46d8f49984bc87f2d64b726806eaf95a50d0b694c8ece67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0139496d60aaf3da46d8f49984bc87f2d64b726806eaf95a50d0b694c8ece67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0139496d60aaf3da46d8f49984bc87f2d64b726806eaf95a50d0b694c8ece67", kill_on_drop: false }`
[INFO] [stdout] a0139496d60aaf3da46d8f49984bc87f2d64b726806eaf95a50d0b694c8ece67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 332da5e0bde0eeb1ea5e7d5c3a5fda1adb0271bc4cd83cf21a91d7407cb63b7b
[INFO] running `Command { std: "docker" "start" "-a" "332da5e0bde0eeb1ea5e7d5c3a5fda1adb0271bc4cd83cf21a91d7407cb63b7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking input_buffer v0.3.1
[INFO] [stderr]    Compiling serenity v0.9.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking typemap_rev v0.1.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]     Checking tungstenite v0.11.1
[INFO] [stderr]     Checking tracing-appender v0.1.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling command_attr v0.3.2
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]     Checking rustls v0.18.1
[INFO] [stderr]     Checking webpki-roots v0.20.0
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.14.1
[INFO] [stderr]     Checking async-tungstenite v0.9.3
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking hyper-rustls v0.21.0
[INFO] [stderr]     Checking reqwest v0.10.10
[INFO] [stderr]     Checking muffet-bot v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout] note: required by a bound in `debug`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:379:8
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub fn debug<T>(t: T) -> DebugValue<T>
[INFO] [stdout]     |        ----- required by a bound in this function
[INFO] [stdout] 378 | where
[INFO] [stdout] 379 |     T: fmt::Debug,
[INFO] [stdout]     |        ^^^^^^^^^^ required by this bound in `debug`
[INFO] [stdout]     = note: this error originates in the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `serenity::prelude::Context` doesn't implement `std::fmt::Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `tracing::Value` is implemented for `DebugValue<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.35/src/field.rs:744:1
[INFO] [stdout]     |
[INFO] [stdout] 744 | / impl<T> Value for DebugValue<T>
[INFO] [stdout] 745 | | where
[INFO] [stdout] 746 | |     T: fmt::Debug,
[INFO] [stdout]     | |__________________^
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `std::fmt::Debug`
[INFO] [stdout]     = note: required for `DebugValue<&&serenity::prelude::Context>` to implement `tracing::Value`
[INFO] [stdout]     = note: required for the cast from `&DebugValue<&&serenity::prelude::Context>` to `&dyn tracing::Value`
[INFO] [stdout]     = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]   --> src/utils/config.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn default() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 60 |             ..Default::default()
[INFO] [stdout]    |               ------------------ recursive call site
[INFO] [stdout]    |
[INFO] [stdout]    = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]    = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]   --> src/utils/config.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn default() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 60 |             ..Default::default()
[INFO] [stdout]    |               ------------------ recursive call site
[INFO] [stdout]    |
[INFO] [stdout]    = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]    = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `muffet-bot` (bin "muffet-bot") due to 18 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `muffet-bot` (bin "muffet-bot" test) due to 18 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "332da5e0bde0eeb1ea5e7d5c3a5fda1adb0271bc4cd83cf21a91d7407cb63b7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "332da5e0bde0eeb1ea5e7d5c3a5fda1adb0271bc4cd83cf21a91d7407cb63b7b", kill_on_drop: false }`
[INFO] [stdout] 332da5e0bde0eeb1ea5e7d5c3a5fda1adb0271bc4cd83cf21a91d7407cb63b7b
