[INFO] updating cached repository https://github.com/reminder-bot/timezone-dispatch [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bc9ad8e7ba6d82ccf6858a8f058531fde5b58ab6 [INFO] checking reminder-bot/timezone-dispatch against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freminder-bot%2Ftimezone-dispatch" "/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/reminder-bot/timezone-dispatch on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/reminder-bot/timezone-dispatch [INFO] finished tweaking git repo https://github.com/reminder-bot/timezone-dispatch [INFO] tweaked toml for git repo https://github.com/reminder-bot/timezone-dispatch written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/reminder-bot/timezone-dispatch already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 47395f65315ca79eac4df6f51c4808e5a9d0625912524d21fc096e48a5acb047 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "47395f65315ca79eac4df6f51c4808e5a9d0625912524d21fc096e48a5acb047"` [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking nix v0.11.0 [INFO] [stderr] Checking atoi v0.2.4 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Checking regex v1.0.6 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking uuid v0.7.2 [INFO] [stderr] Checking twox-hash v1.1.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking mysql_common v0.12.0 [INFO] [stderr] Checking tokio-reactor v0.1.8 [INFO] [stderr] Checking crossbeam v0.6.0 [INFO] [stderr] Checking dotenv v0.10.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking tokio-threadpool v0.1.11 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking tokio v0.1.15 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Checking mysql v14.2.0 [INFO] [stderr] Compiling parse-zoneinfo v0.1.1 [INFO] [stderr] Checking hyper v0.12.23 [INFO] [stderr] Compiling chrono-tz v0.4.1 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.9 [INFO] [stderr] Checking timezone-dispatch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut e = end.clone(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut e = end.clone(); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `"docker" "inspect" "47395f65315ca79eac4df6f51c4808e5a9d0625912524d21fc096e48a5acb047"` [INFO] running `"docker" "rm" "-f" "47395f65315ca79eac4df6f51c4808e5a9d0625912524d21fc096e48a5acb047"` [INFO] [stdout] 47395f65315ca79eac4df6f51c4808e5a9d0625912524d21fc096e48a5acb047