[INFO] cloning repository https://github.com/PonasKovas/mc_afk_bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PonasKovas/mc_afk_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fmc_afk_bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fmc_afk_bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19528ab5e56341e5d62b7468b9785c2ed0ca54af [INFO] checking PonasKovas/mc_afk_bot against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fmc_afk_bot" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PonasKovas/mc_afk_bot on toolchain 8ea250bdb76176ecb0225baa34aa634b024ae0e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PonasKovas/mc_afk_bot [INFO] finished tweaking git repo https://github.com/PonasKovas/mc_afk_bot [INFO] tweaked toml for git repo https://github.com/PonasKovas/mc_afk_bot written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/PonasKovas/mc_afk_bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da6187ce2b859ce28adf3837c123fce239b5db84faf89f99f50689d03cccba3e [INFO] running `Command { std: "docker" "start" "-a" "da6187ce2b859ce28adf3837c123fce239b5db84faf89f99f50689d03cccba3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da6187ce2b859ce28adf3837c123fce239b5db84faf89f99f50689d03cccba3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da6187ce2b859ce28adf3837c123fce239b5db84faf89f99f50689d03cccba3e", kill_on_drop: false }` [INFO] [stdout] da6187ce2b859ce28adf3837c123fce239b5db84faf89f99f50689d03cccba3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e848e53551045dc80f90b301075a38ed482df22797b83cd9a430f8c016d92480 [INFO] running `Command { std: "docker" "start" "-a" "e848e53551045dc80f90b301075a38ed482df22797b83cd9a430f8c016d92480", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking bytes v0.6.0 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking bimap v0.5.3 [INFO] [stderr] Checking instant v0.1.8 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v0.3.4 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling fltk-sys v0.11.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking flate2 v1.0.19 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Compiling fltk-derive v0.11.4 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Checking fltk v0.11.4 [INFO] [stderr] Checking mc_afk_bot v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `future_poll_fn` has been stable since 1.64.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(future_poll_fn)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `future_poll_fn` has been stable since 1.64.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(future_poll_fn)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `bot::run` [INFO] [stdout] --> src/bot.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub async fn run( [INFO] [stdout] 38 | | ip: String, [INFO] [stdout] 39 | | username: String, [INFO] [stdout] 40 | | settings: Arc>, [INFO] [stdout] ... | [INFO] [stdout] 49 | | C: FnMut(String, Color) + Clone + Send + 'static, [INFO] [stdout] 50 | | S: FnMut(String) + Clone + Send + 'static, [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires elaborating drops for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires borrow-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires processing `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires processing MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires unsafety-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires building MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires type-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] = note: ...which again requires type-checking `bot::run`, completing the cycle [INFO] [stdout] note: cycle used when building MIR for `bot::run` [INFO] [stdout] --> src/bot.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub async fn run( [INFO] [stdout] 38 | | ip: String, [INFO] [stdout] 39 | | username: String, [INFO] [stdout] 40 | | settings: Arc>, [INFO] [stdout] ... | [INFO] [stdout] 49 | | C: FnMut(String, Color) + Clone + Send + 'static, [INFO] [stdout] 50 | | S: FnMut(String) + Clone + Send + 'static, [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `bot::run` [INFO] [stdout] --> src/bot.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub async fn run( [INFO] [stdout] 38 | | ip: String, [INFO] [stdout] 39 | | username: String, [INFO] [stdout] 40 | | settings: Arc>, [INFO] [stdout] ... | [INFO] [stdout] 49 | | C: FnMut(String, Color) + Clone + Send + 'static, [INFO] [stdout] 50 | | S: FnMut(String) + Clone + Send + 'static, [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires elaborating drops for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires borrow-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires processing `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires processing MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires unsafety-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires building MIR for `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] note: ...which requires type-checking `bot::run::{closure#0}::{closure#4}::{closure#0}::{closure#0}`... [INFO] [stdout] --> src/bot.rs:419:40 [INFO] [stdout] | [INFO] [stdout] 419 | ... async move { [INFO] [stdout] | __________________________________^ [INFO] [stdout] 420 | | ... check( [INFO] [stdout] 421 | | ... write_to_log_clone, [INFO] [stdout] 422 | | ... client.clone(), [INFO] [stdout] ... | [INFO] [stdout] 602 | | ... .await; [INFO] [stdout] 603 | | ... } [INFO] [stdout] | |_______________________^ [INFO] [stdout] = note: ...which again requires type-checking `bot::run`, completing the cycle [INFO] [stdout] note: cycle used when building MIR for `bot::run` [INFO] [stdout] --> src/bot.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub async fn run( [INFO] [stdout] 38 | | ip: String, [INFO] [stdout] 39 | | username: String, [INFO] [stdout] 40 | | settings: Arc>, [INFO] [stdout] ... | [INFO] [stdout] 49 | | C: FnMut(String, Color) + Clone + Send + 'static, [INFO] [stdout] 50 | | S: FnMut(String) + Clone + Send + 'static, [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mc_afk_bot` due to 2 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mc_afk_bot` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e848e53551045dc80f90b301075a38ed482df22797b83cd9a430f8c016d92480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e848e53551045dc80f90b301075a38ed482df22797b83cd9a430f8c016d92480", kill_on_drop: false }` [INFO] [stdout] e848e53551045dc80f90b301075a38ed482df22797b83cd9a430f8c016d92480