[INFO] cloning repository https://github.com/PixieGarfunkel/discord-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PixieGarfunkel/discord-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixieGarfunkel%2Fdiscord-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixieGarfunkel%2Fdiscord-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46b9dc436fa694d8c8958ebca93fe1f1d123bd21
[INFO] building PixieGarfunkel/discord-bot against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPixieGarfunkel%2Fdiscord-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/PixieGarfunkel/discord-bot
[INFO] finished tweaking git repo https://github.com/PixieGarfunkel/discord-bot
[INFO] tweaked toml for git repo https://github.com/PixieGarfunkel/discord-bot written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PixieGarfunkel/discord-bot on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PixieGarfunkel/discord-bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-macros v0.8.5
[INFO] [stderr]   Downloaded sqlx-macros-core v0.8.5
[INFO] [stderr]   Downloaded sqlx-mysql v0.8.5
[INFO] [stderr]   Downloaded jiff-static v0.2.13
[INFO] [stderr]   Downloaded hyper-util v0.1.12
[INFO] [stderr]   Downloaded sqlx-core v0.8.5
[INFO] [stderr]   Downloaded sqlx-postgres v0.8.5
[INFO] [stderr]   Downloaded sqlx-sqlite v0.8.5
[INFO] [stderr]   Downloaded sqlx v0.8.5
[INFO] [stderr]   Downloaded jiff v0.2.13
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce5138d77d7e9cd792e0ad5afa2af65d334b231ace35c3e986511578f0185f49
[INFO] running `Command { std: "docker" "start" "-a" "ce5138d77d7e9cd792e0ad5afa2af65d334b231ace35c3e986511578f0185f49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce5138d77d7e9cd792e0ad5afa2af65d334b231ace35c3e986511578f0185f49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce5138d77d7e9cd792e0ad5afa2af65d334b231ace35c3e986511578f0185f49", kill_on_drop: false }`
[INFO] [stdout] ce5138d77d7e9cd792e0ad5afa2af65d334b231ace35c3e986511578f0185f49
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d434a284a50cf8c2a942f1da57555850f659ccfe1a1a44c9079919421dad8484
[INFO] running `Command { std: "docker" "start" "-a" "d434a284a50cf8c2a942f1da57555850f659ccfe1a1a44c9079919421dad8484", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling base64ct v1.7.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling command_attr v0.5.3
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling typemap_rev v0.3.0
[INFO] [stderr]    Compiling uwl v0.6.0
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling jiff v0.2.13
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling serde_cow v0.1.2
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling sqlx-core v0.8.5
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling sqlx-mysql v0.8.5
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-util v0.1.12
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.5
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling sqlx-macros v0.8.5
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling sqlx v0.8.5
[INFO] [stderr]    Compiling discord-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ResolvedValue`
[INFO] [stdout]  --> src/commands/database/updatemoney.rs:2:71
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serenity::model::application::{CommandOptionType, ResolvedOption, ResolvedValue};
[INFO] [stdout]   |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `database` is never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Handler {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] 21 |     database: Pool<MySql>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/attachmentinput.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/id.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/ping.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(_options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/database/updatemoney.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub async fn run(_options: &[ResolvedOption<'_>], database: &Pool<MySql>) -> String {
[INFO] [stdout]   |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/commands/database/adduser.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn run(options: &[ResolvedOption<'_>], database: &Pool<MySql>) -> String {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cached_at` is never read
[INFO] [stdout]  --> src/commands/api/minecraft/mcapi_types.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MCUserMeta {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 5 |     pub cached_at: u32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MCUserMeta` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `value`, and `signature` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct MCUserProperties {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub value: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub signature: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserProperties` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct MCUserNameHistory {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 17 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserNameHistory` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `meta`, `username`, `raw_id`, `skin_texture`, `properties`, and `name_history` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct MCUserPlayer {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 22 |     pub meta: MCUserMeta,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 23 |     pub username: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub id: String,
[INFO] [stdout] 25 |     pub raw_id: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 26 |     pub avatar: String,
[INFO] [stdout] 27 |     pub skin_texture: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub properties: Vec<MCUserProperties>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 29 |     pub name_history: Vec<MCUserNameHistory>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserPlayer` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `code`, `message`, and `error` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct MCUser {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 39 |     pub code: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub error: Option<bool>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUser` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandReturn` is never constructed
[INFO] [stdout]  --> src/types.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct CommandReturn {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d434a284a50cf8c2a942f1da57555850f659ccfe1a1a44c9079919421dad8484", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d434a284a50cf8c2a942f1da57555850f659ccfe1a1a44c9079919421dad8484", kill_on_drop: false }`
[INFO] [stdout] d434a284a50cf8c2a942f1da57555850f659ccfe1a1a44c9079919421dad8484
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f29981cc1f2e3618d76f4d463ebc6cc5f5c19ad5e76b3ce35f97b16e192a662
[INFO] running `Command { std: "docker" "start" "-a" "1f29981cc1f2e3618d76f4d463ebc6cc5f5c19ad5e76b3ce35f97b16e192a662", kill_on_drop: false }`
[INFO] [stderr]    Compiling discord-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ResolvedValue`
[INFO] [stdout]  --> src/commands/database/updatemoney.rs:2:71
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serenity::model::application::{CommandOptionType, ResolvedOption, ResolvedValue};
[INFO] [stdout]   |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `database` is never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Handler {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] 21 |     database: Pool<MySql>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/attachmentinput.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/id.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/ping.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn run(_options: &[ResolvedOption]) -> String {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> src/commands/database/updatemoney.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub async fn run(_options: &[ResolvedOption<'_>], database: &Pool<MySql>) -> String {
[INFO] [stdout]   |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/commands/database/adduser.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn run(options: &[ResolvedOption<'_>], database: &Pool<MySql>) -> String {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cached_at` is never read
[INFO] [stdout]  --> src/commands/api/minecraft/mcapi_types.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MCUserMeta {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 5 |     pub cached_at: u32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MCUserMeta` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `value`, and `signature` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct MCUserProperties {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 10 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub value: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub signature: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserProperties` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct MCUserNameHistory {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 17 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserNameHistory` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `meta`, `username`, `raw_id`, `skin_texture`, `properties`, and `name_history` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct MCUserPlayer {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 22 |     pub meta: MCUserMeta,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 23 |     pub username: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub id: String,
[INFO] [stdout] 25 |     pub raw_id: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 26 |     pub avatar: String,
[INFO] [stdout] 27 |     pub skin_texture: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub properties: Vec<MCUserProperties>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 29 |     pub name_history: Vec<MCUserNameHistory>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUserPlayer` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `code`, `message`, and `error` are never read
[INFO] [stdout]   --> src/commands/api/minecraft/mcapi_types.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct MCUser {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 39 |     pub code: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub error: Option<bool>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MCUser` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandReturn` is never constructed
[INFO] [stdout]  --> src/types.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct CommandReturn {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1f29981cc1f2e3618d76f4d463ebc6cc5f5c19ad5e76b3ce35f97b16e192a662", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f29981cc1f2e3618d76f4d463ebc6cc5f5c19ad5e76b3ce35f97b16e192a662", kill_on_drop: false }`
[INFO] [stdout] 1f29981cc1f2e3618d76f4d463ebc6cc5f5c19ad5e76b3ce35f97b16e192a662
