[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] testing robsonfs/pipviewer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobsonfs%2Fpipviewer" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robsonfs/pipviewer on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-8/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f3cb3dd2643bba1149d06c9d227d6403f7890e71de4087e17ddfa157a5ae3fd9 [INFO] running `"docker" "start" "-a" "f3cb3dd2643bba1149d06c9d227d6403f7890e71de4087e17ddfa157a5ae3fd9"` [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] 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] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling signal-hook v0.1.13 [INFO] [stderr] Compiling crossterm v0.14.2 [INFO] [stderr] Compiling 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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.67s [INFO] running `"docker" "inspect" "f3cb3dd2643bba1149d06c9d227d6403f7890e71de4087e17ddfa157a5ae3fd9"` [INFO] running `"docker" "rm" "-f" "f3cb3dd2643bba1149d06c9d227d6403f7890e71de4087e17ddfa157a5ae3fd9"` [INFO] [stdout] f3cb3dd2643bba1149d06c9d227d6403f7890e71de4087e17ddfa157a5ae3fd9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fb614c768eb1b5d628b97f6c0d8ba1750075447e767dfc84996daec2702ca236 [INFO] running `"docker" "start" "-a" "fb614c768eb1b5d628b97f6c0d8ba1750075447e767dfc84996daec2702ca236"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Compiling 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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `"docker" "inspect" "fb614c768eb1b5d628b97f6c0d8ba1750075447e767dfc84996daec2702ca236"` [INFO] running `"docker" "rm" "-f" "fb614c768eb1b5d628b97f6c0d8ba1750075447e767dfc84996daec2702ca236"` [INFO] [stdout] fb614c768eb1b5d628b97f6c0d8ba1750075447e767dfc84996daec2702ca236 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a9a009cd9d4b02799f733cfead1cda940d3ab197848104e2438e23bdfedd18e2 [INFO] running `"docker" "start" "-a" "a9a009cd9d4b02799f733cfead1cda940d3ab197848104e2438e23bdfedd18e2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: 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] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pipeviewer-3bb929ffba195340 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test stats::test::as_time_format ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pipeviewer-80b8581c8472d6a2 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pipeviewer [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/stats.rs - stats::TimeOutput (line 63) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a9a009cd9d4b02799f733cfead1cda940d3ab197848104e2438e23bdfedd18e2"` [INFO] running `"docker" "rm" "-f" "a9a009cd9d4b02799f733cfead1cda940d3ab197848104e2438e23bdfedd18e2"` [INFO] [stdout] a9a009cd9d4b02799f733cfead1cda940d3ab197848104e2438e23bdfedd18e2