[INFO] updating cached repository https://github.com/greshake/i3status-rust [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] 840ceb23230ee22a42c14d3faeab67610b6aea46 [INFO] checking greshake/i3status-rust against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreshake%2Fi3status-rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/greshake/i3status-rust on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/greshake/i3status-rust [INFO] finished tweaking git repo https://github.com/greshake/i3status-rust [INFO] tweaked toml for git repo https://github.com/greshake/i3status-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/greshake/i3status-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 55ca85942442d19f5bfe0923aa6f57a4c2ef9a73d7d6a1e0cc4dd4f855cda177 [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" "55ca85942442d19f5bfe0923aa6f57a4c2ef9a73d7d6a1e0cc4dd4f855cda177"` [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Checking num-traits v0.2.3 [INFO] [stderr] Checking serde v1.0.53 [INFO] [stderr] Checking quoted_printable v0.3.3 [INFO] [stderr] Checking base64 v0.1.1 [INFO] [stderr] Compiling libpulse-sys v1.5.0 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking inotify-sys v0.1.2 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Compiling syn v0.13.7 [INFO] [stderr] Checking inotify v0.5.1 [INFO] [stderr] Checking mailparse v0.5.1 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Checking maildir v0.1.1 [INFO] [stderr] Checking dbus v0.6.1 [INFO] [stderr] Checking libpulse-binding v2.5.0 [INFO] [stderr] Checking uuid v0.6.3 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling serde_derive v1.0.53 [INFO] [stderr] Compiling parse-zoneinfo v0.2.1 [INFO] [stderr] Compiling chrono-tz v0.5.1 [INFO] [stderr] Checking serde_json v1.0.17 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking i3ipc v0.8.2 [INFO] [stderr] Checking i3status-rs v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de.rs:177:71 [INFO] [stderr] | [INFO] [stderr] 177 | .map_err(|e: toml::de::Error| de::Error::custom(e.description()))?, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de.rs:182:67 [INFO] [stderr] | [INFO] [stderr] 182 | .map_err(|e: toml::de::Error| de::Error::custom(e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de.rs:177:71 [INFO] [stderr] | [INFO] [stderr] 177 | .map_err(|e: toml::de::Error| de::Error::custom(e.description()))?, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de.rs:182:67 [INFO] [stderr] | [INFO] [stderr] 182 | .map_err(|e: toml::de::Error| de::Error::custom(e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/custom.rs:100:35 [INFO] [stderr] | [INFO] [stderr] 100 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/custom.rs:100:35 [INFO] [stderr] | [INFO] [stderr] 100 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/temperature.rs:139:35 [INFO] [stderr] | [INFO] [stderr] 139 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/toggle.rs:96:35 [INFO] [stderr] | [INFO] [stderr] 96 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/temperature.rs:139:35 [INFO] [stderr] | [INFO] [stderr] 139 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/blocks/toggle.rs:96:35 [INFO] [stderr] | [INFO] [stderr] 96 | .unwrap_or_else(|e| e.description().to_owned()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `"docker" "inspect" "55ca85942442d19f5bfe0923aa6f57a4c2ef9a73d7d6a1e0cc4dd4f855cda177"` [INFO] running `"docker" "rm" "-f" "55ca85942442d19f5bfe0923aa6f57a4c2ef9a73d7d6a1e0cc4dd4f855cda177"` [INFO] [stdout] 55ca85942442d19f5bfe0923aa6f57a4c2ef9a73d7d6a1e0cc4dd4f855cda177