[INFO] cloning repository https://github.com/HoolaBoola/laudekoodibotti [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HoolaBoola/laudekoodibotti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoolaBoola%2Flaudekoodibotti"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoolaBoola%2Flaudekoodibotti'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e4aa821457935b2e5c187ec772a2db20d92809e4 [INFO] checking HoolaBoola/laudekoodibotti against master#d939f708d960161d23b964309ba68ff207fc0ead for pr-70087 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoolaBoola%2Flaudekoodibotti" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HoolaBoola/laudekoodibotti on toolchain d939f708d960161d23b964309ba68ff207fc0ead [INFO] running `"/workspace/cargo-home/bin/cargo" "+d939f708d960161d23b964309ba68ff207fc0ead" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HoolaBoola/laudekoodibotti [INFO] finished tweaking git repo https://github.com/HoolaBoola/laudekoodibotti [INFO] tweaked toml for git repo https://github.com/HoolaBoola/laudekoodibotti written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/HoolaBoola/laudekoodibotti already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d939f708d960161d23b964309ba68ff207fc0ead" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d939f708d960161d23b964309ba68ff207fc0ead" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31ec267c93d54b48591dfb5de5f31ecb4483a9e9b2eddfc36af0571a003e6617 [INFO] running `"docker" "start" "-a" "31ec267c93d54b48591dfb5de5f31ecb4483a9e9b2eddfc36af0571a003e6617"` [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling carapax-codegen v0.2.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking shellwords v1.0.0 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking rustls v0.17.0 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking rustls-native-certs v0.3.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking tokio-rustls v0.13.0 [INFO] [stderr] Checking tokio-util v0.3.0 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking tokio-socks v0.2.1 [INFO] [stderr] Compiling leptonica-sys v0.2.1 [INFO] [stderr] Compiling tesseract-sys v0.4.1 [INFO] [stderr] Checking hyper v0.13.3 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking hyper-rustls v0.20.0 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking tgbot v0.7.0 [INFO] [stderr] Checking carapax v0.5.0 [INFO] [stderr] Checking leptess v0.8.1 [INFO] [stderr] Checking laudekoodibotti v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:52:37 [INFO] [stderr] | [INFO] [stderr] 52 | ... context.execute(SendMessage::new(chat_id, &text)).await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:52:37 [INFO] [stderr] | [INFO] [stderr] 52 | ... context.execute(SendMessage::new(chat_id, &text)).await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 28s [INFO] running `"docker" "inspect" "31ec267c93d54b48591dfb5de5f31ecb4483a9e9b2eddfc36af0571a003e6617"` [INFO] running `"docker" "rm" "-f" "31ec267c93d54b48591dfb5de5f31ecb4483a9e9b2eddfc36af0571a003e6617"` [INFO] [stdout] 31ec267c93d54b48591dfb5de5f31ecb4483a9e9b2eddfc36af0571a003e6617