[INFO] updating cached repository https://github.com/antoyo/statusbar [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] 5cfc16eaf1584649f043de99c7aecb82ab470476 [INFO] checking antoyo/statusbar against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoyo%2Fstatusbar" "/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/antoyo/statusbar on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/antoyo/statusbar [INFO] finished tweaking git repo https://github.com/antoyo/statusbar [INFO] tweaked toml for git repo https://github.com/antoyo/statusbar written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/antoyo/statusbar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 49e814e2fe08660b7d03ce323a270d25f6a2ec5b1bd6741ec3733361b5f5a5ee [INFO] running `"docker" "start" "-a" "49e814e2fe08660b7d03ce323a270d25f6a2ec5b1bd6741ec3733361b5f5a5ee"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking bitflags v1.0.1 [INFO] [stderr] Checking rem v0.1.2 [INFO] [stderr] Compiling alsa-sys v0.1.1 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Checking bytes v0.4.6 [INFO] [stderr] Checking nix v0.10.0 [INFO] [stderr] Checking alsa v0.2.0 [INFO] [stderr] Checking statusbar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:158:31 [INFO] [stderr] | [INFO] [stderr] 158 | let remind_filename = home_dir()?.join(REMIND_CONFIG_DIR).join("reminders.rem"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:257:31 [INFO] [stderr] | [INFO] [stderr] 257 | let offlineimap_dir = home_dir()?.join(OFFLINEIMAP_CONFIG_DIR); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:158:31 [INFO] [stderr] | [INFO] [stderr] 158 | let remind_filename = home_dir()?.join(REMIND_CONFIG_DIR).join("reminders.rem"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:257:31 [INFO] [stderr] | [INFO] [stderr] 257 | let offlineimap_dir = home_dir()?.join(OFFLINEIMAP_CONFIG_DIR); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.48s [INFO] running `"docker" "inspect" "49e814e2fe08660b7d03ce323a270d25f6a2ec5b1bd6741ec3733361b5f5a5ee"` [INFO] running `"docker" "rm" "-f" "49e814e2fe08660b7d03ce323a270d25f6a2ec5b1bd6741ec3733361b5f5a5ee"` [INFO] [stdout] 49e814e2fe08660b7d03ce323a270d25f6a2ec5b1bd6741ec3733361b5f5a5ee