[INFO] updating cached repository https://github.com/robsonfs/pipviewer [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] 3bcdab8002bac074509b11fbc09554f8d890022b [INFO] checking robsonfs/pipviewer against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobsonfs%2Fpipviewer" "/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/robsonfs/pipviewer on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/robsonfs/pipviewer [INFO] finished tweaking git repo https://github.com/robsonfs/pipviewer [INFO] tweaked toml for git repo https://github.com/robsonfs/pipviewer written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/robsonfs/pipviewer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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-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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7ad0ea404c9140fae6020e09d3d274916b61ba42490557f5484aa29cca03a0cf [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" "7ad0ea404c9140fae6020e09d3d274916b61ba42490557f5484aa29cca03a0cf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking smallvec v1.2.0 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking crossbeam v0.7.3 [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 atty v0.2.14 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking signal-hook v0.1.13 [INFO] [stderr] Checking crossterm v0.14.2 [INFO] [stderr] Checking pipeviewer v0.1.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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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/stats.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let _ = execute!( [INFO] [stderr] | _____________^ [INFO] [stderr] 49 | | stderr, [INFO] [stderr] 50 | | cursor::MoveToColumn(0), [INFO] [stderr] 51 | | Clear(ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 54 | | PrintStyledContent(rate) [INFO] [stderr] 55 | | ); [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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.20s [INFO] running `"docker" "inspect" "7ad0ea404c9140fae6020e09d3d274916b61ba42490557f5484aa29cca03a0cf"` [INFO] running `"docker" "rm" "-f" "7ad0ea404c9140fae6020e09d3d274916b61ba42490557f5484aa29cca03a0cf"` [INFO] [stdout] 7ad0ea404c9140fae6020e09d3d274916b61ba42490557f5484aa29cca03a0cf