[INFO] cloning repository https://github.com/Diadlo/avalon_tg_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Diadlo/avalon_tg_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiadlo%2Favalon_tg_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiadlo%2Favalon_tg_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fab46fb64d7de8653d6126cc1c6371b6d24ee6c1
[INFO] checking Diadlo/avalon_tg_bot against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiadlo%2Favalon_tg_bot" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Diadlo/avalon_tg_bot
[INFO] finished tweaking git repo https://github.com/Diadlo/avalon_tg_bot
[INFO] tweaked toml for git repo https://github.com/Diadlo/avalon_tg_bot written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Diadlo/avalon_tg_bot on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Diadlo/avalon_tg_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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.169
[INFO] [stderr]   Downloaded serde v1.0.169
[INFO] [stderr]   Downloaded syn v2.0.24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4c655fb5cc66bd3014e4f25e0b090330dc87be50035c8fb8d635171c202d41c
[INFO] running `Command { std: "docker" "start" "-a" "b4c655fb5cc66bd3014e4f25e0b090330dc87be50035c8fb8d635171c202d41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4c655fb5cc66bd3014e4f25e0b090330dc87be50035c8fb8d635171c202d41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4c655fb5cc66bd3014e4f25e0b090330dc87be50035c8fb8d635171c202d41c", kill_on_drop: false }`
[INFO] [stdout] b4c655fb5cc66bd3014e4f25e0b090330dc87be50035c8fb8d635171c202d41c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce29a10669717f2964e3f77e9b59b9652fe7866d6be310cda1d85629d8a495f2
[INFO] running `Command { std: "docker" "start" "-a" "ce29a10669717f2964e3f77e9b59b9652fe7866d6be310cda1d85629d8a495f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling serde v1.0.169
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling serde_json v1.0.102
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]     Checking base64 v0.21.2
[INFO] [stderr]     Checking uuid v1.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking rc-box v1.2.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v2.0.24
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling serde_derive v1.0.169
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling pin-project-internal v1.1.2
[INFO] [stderr]     Checking futures-util v0.3.28
[INFO] [stderr]     Checking thiserror v1.0.43
[INFO] [stderr]     Checking pin-project v1.1.2
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling aquamarine v0.1.12
[INFO] [stderr]    Compiling teloxide-macros v0.7.1
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking dptree v0.3.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking h2 v0.3.20
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.18
[INFO] [stderr]     Checking teloxide-core v0.9.1
[INFO] [stderr]     Checking teloxide v0.12.2
[INFO] [stderr]     Checking avalon_tg_bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/game.rs:241:13
[INFO] [stdout]     |
[INFO] [stdout] 241 |             drop(votes_ref);
[INFO] [stdout]     |             ^^^^^---------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `&mut Vec<Option<TeamVote>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 241 -             drop(votes_ref);
[INFO] [stdout] 241 +             let _ = votes_ref;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/game.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |             drop(votes_ref);
[INFO] [stdout]     |             ^^^^^---------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `&mut Vec<MissionVote>`
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 273 -             drop(votes_ref);
[INFO] [stdout] 273 +             let _ = votes_ref;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/game.rs:241:13
[INFO] [stdout]     |
[INFO] [stdout] 241 |             drop(votes_ref);
[INFO] [stdout]     |             ^^^^^---------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `&mut std::vec::Vec<Option<game::TeamVote>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 241 -             drop(votes_ref);
[INFO] [stdout] 241 +             let _ = votes_ref;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/game.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |             drop(votes_ref);
[INFO] [stdout]     |             ^^^^^---------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `&mut std::vec::Vec<game::MissionVote>`
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 273 -             drop(votes_ref);
[INFO] [stdout] 273 +             let _ = votes_ref;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s
[INFO] running `Command { std: "docker" "inspect" "ce29a10669717f2964e3f77e9b59b9652fe7866d6be310cda1d85629d8a495f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce29a10669717f2964e3f77e9b59b9652fe7866d6be310cda1d85629d8a495f2", kill_on_drop: false }`
[INFO] [stdout] ce29a10669717f2964e3f77e9b59b9652fe7866d6be310cda1d85629d8a495f2
