[INFO] updating cached repository https://github.com/cjbassi/rtop [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] 2a9c90380c18678e9141dbd8ee7d7e0807510186 [INFO] checking cjbassi/rtop against try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjbassi%2Frtop" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cjbassi/rtop on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cjbassi/rtop [INFO] finished tweaking git repo https://github.com/cjbassi/rtop [INFO] tweaked toml for git repo https://github.com/cjbassi/rtop written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/cjbassi/rtop already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] 132d720ccecff7525bf0e323ec1ab14f40cd344d6107579aeb4c23b81d2f0fe5 [INFO] running `"docker" "start" "-a" "132d720ccecff7525bf0e323ec1ab14f40cd344d6107579aeb4c23b81d2f0fe5"` [INFO] [stderr] Checking regex-syntax v0.6.13 [INFO] [stderr] Compiling battery v0.7.5 [INFO] [stderr] Checking unescape v0.1.0 [INFO] [stderr] Checking platforms v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking uom v0.26.0 [INFO] [stderr] Checking size v0.1.2 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking ctrlc v3.1.3 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking platform-dirs v0.2.0 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking crossterm v0.14.1 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking tui v0.8.0 (https://github.com/cjbassi/tui-rs#aff0a4c4) [INFO] [stderr] Checking better-panic v0.2.0 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Checking snafu v0.6.2 [INFO] [stderr] Checking psutil v3.0.1 (https://github.com/borntyping/rust-psutil#0d569dca) [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Checking ytop v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:37:2 [INFO] [stderr] | [INFO] [stderr] 37 | execute!(stdout, terminal::EnterAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | execute!(stdout, cursor::Hide).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | execute!(stdout, terminal::Clear(terminal::ClearType::All)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:2 [INFO] [stderr] | [INFO] [stderr] 58 | execute!(stdout, cursor::MoveTo(0, 0)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:59:2 [INFO] [stderr] | [INFO] [stderr] 59 | execute!(stdout, terminal::Clear(terminal::ClearType::All)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:37:2 [INFO] [stderr] | [INFO] [stderr] 37 | execute!(stdout, terminal::EnterAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:61:2 [INFO] [stderr] | [INFO] [stderr] 61 | execute!(stdout, terminal::LeaveAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:62:2 [INFO] [stderr] | [INFO] [stderr] 62 | execute!(stdout, cursor::Show).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:38:2 [INFO] [stderr] | [INFO] [stderr] 38 | execute!(stdout, cursor::Hide).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | execute!(stdout, terminal::Clear(terminal::ClearType::All)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:2 [INFO] [stderr] | [INFO] [stderr] 58 | execute!(stdout, cursor::MoveTo(0, 0)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:59:2 [INFO] [stderr] | [INFO] [stderr] 59 | execute!(stdout, terminal::Clear(terminal::ClearType::All)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:61:2 [INFO] [stderr] | [INFO] [stderr] 61 | execute!(stdout, terminal::LeaveAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:62:2 [INFO] [stderr] | [INFO] [stderr] 62 | execute!(stdout, cursor::Show).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.13s [INFO] running `"docker" "inspect" "132d720ccecff7525bf0e323ec1ab14f40cd344d6107579aeb4c23b81d2f0fe5"` [INFO] running `"docker" "rm" "-f" "132d720ccecff7525bf0e323ec1ab14f40cd344d6107579aeb4c23b81d2f0fe5"` [INFO] [stdout] 132d720ccecff7525bf0e323ec1ab14f40cd344d6107579aeb4c23b81d2f0fe5