[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#59fd4ef94daa991e6797b5aa6127e824f3067def for pr-145108-2
[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 59fd4ef94daa991e6797b5aa6127e824f3067def
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "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" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "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.10.0)
[INFO] [stderr]       Adding serenity v0.9.4 (available: v0.12.5)
[INFO] [stderr]       Adding strum v0.20.0 (available: v0.27.2)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.49.0)
[INFO] [stderr]       Adding toml v0.5.11 (available: v1.0.3+spec-1.1.0)
[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" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-rustls v0.14.1
[INFO] [stderr]   Downloaded tracing-appender v0.1.2
[INFO] [stderr]   Downloaded command_attr v0.3.2
[INFO] [stderr]   Downloaded async-tungstenite v0.9.3
[INFO] [stderr]   Downloaded tungstenite v0.11.1
[INFO] [stderr]   Downloaded hyper v0.13.10
[INFO] [stderr]   Downloaded webpki-roots v0.20.0
[INFO] [stderr]   Downloaded reqwest v0.10.10
[INFO] [stderr]   Downloaded serenity v0.9.4
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e64334f8b6a286f52fadd912f99fc293f8aa34e34ecb7abcd269523c3c44c20
[INFO] running `Command { std: "docker" "start" "-a" "0e64334f8b6a286f52fadd912f99fc293f8aa34e34ecb7abcd269523c3c44c20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e64334f8b6a286f52fadd912f99fc293f8aa34e34ecb7abcd269523c3c44c20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e64334f8b6a286f52fadd912f99fc293f8aa34e34ecb7abcd269523c3c44c20", kill_on_drop: false }`
[INFO] [stdout] 0e64334f8b6a286f52fadd912f99fc293f8aa34e34ecb7abcd269523c3c44c20
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e4d03e2a2f2cbb9df9d39ca4aa1198a4403deb46fcdc786da4e9c7aad0e3341
[INFO] running `Command { std: "docker" "start" "-a" "4e4d03e2a2f2cbb9df9d39ca4aa1198a4403deb46fcdc786da4e9c7aad0e3341", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serenity v0.9.4
[INFO] [stderr]     Checking typemap_rev v0.1.5
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking input_buffer v0.3.1
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]    Compiling ring v0.16.20
[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.17
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking rustls v0.18.1
[INFO] [stderr]     Checking webpki-roots v0.20.0
[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]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.14.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tungstenite v0.11.1
[INFO] [stderr]     Checking async-tungstenite v0.9.3
[INFO] [stderr]     Checking tracing-appender v0.1.2
[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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/prelude.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/admin/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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 `Debug`
[INFO] [stdout]    --> src/mods/commands.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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 `Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `Debug` is not implemented for `serenity::prelude::Context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `&serenity::prelude::Context` to implement `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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.36/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] 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] error[E0277]: `serenity::prelude::Context` doesn't implement `Debug`
[INFO] [stdout]    --> src/utils/discord.rs:23:1
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[instrument]
[INFO] [stdout]     | ^^^^^^^^^^^^^ the trait `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.36/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 `Debug`
[INFO] [stdout]     = note: 1 redundant requirement hidden
[INFO] [stdout]     = note: required for `&&serenity::prelude::Context` to implement `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_all` 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] 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] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[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" "4e4d03e2a2f2cbb9df9d39ca4aa1198a4403deb46fcdc786da4e9c7aad0e3341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e4d03e2a2f2cbb9df9d39ca4aa1198a4403deb46fcdc786da4e9c7aad0e3341", kill_on_drop: false }`
[INFO] [stdout] 4e4d03e2a2f2cbb9df9d39ca4aa1198a4403deb46fcdc786da4e9c7aad0e3341
