[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobsonfs%2Fpipviewer" "/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/robsonfs/pipviewer on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-7/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" "+beta-2020-06-03" "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=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" "+beta-2020-06-03" "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] 34150e5ddcca91168b0dd4963dae63e4760c3334660e6d5c47dc7fe71e93d99e [INFO] running `"docker" "start" "-a" "34150e5ddcca91168b0dd4963dae63e4760c3334660e6d5c47dc7fe71e93d99e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 arc-swap v0.4.4 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling slab v0.4.2 [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 net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [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 16.65s [INFO] running `"docker" "inspect" "34150e5ddcca91168b0dd4963dae63e4760c3334660e6d5c47dc7fe71e93d99e"` [INFO] running `"docker" "rm" "-f" "34150e5ddcca91168b0dd4963dae63e4760c3334660e6d5c47dc7fe71e93d99e"` [INFO] [stdout] 34150e5ddcca91168b0dd4963dae63e4760c3334660e6d5c47dc7fe71e93d99e [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=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" "+beta-2020-06-03" "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] 51ae858ec391fc60fbfbfd723c5254212143809eb4a831958fd1c3a5a2e54dd5 [INFO] running `"docker" "start" "-a" "51ae858ec391fc60fbfbfd723c5254212143809eb4a831958fd1c3a5a2e54dd5"` [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.78s [INFO] running `"docker" "inspect" "51ae858ec391fc60fbfbfd723c5254212143809eb4a831958fd1c3a5a2e54dd5"` [INFO] running `"docker" "rm" "-f" "51ae858ec391fc60fbfbfd723c5254212143809eb4a831958fd1c3a5a2e54dd5"` [INFO] [stdout] 51ae858ec391fc60fbfbfd723c5254212143809eb4a831958fd1c3a5a2e54dd5 [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=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" "+beta-2020-06-03" "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] 8e7cb786774226e6435af85c1ab5ca3a8af2a9c32cf31b15060a648af16c7ee3 [INFO] running `"docker" "start" "-a" "8e7cb786774226e6435af85c1ab5ca3a8af2a9c32cf31b15060a648af16c7ee3"` [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.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pipeviewer-196d4351e104e8db [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-9cd01f41b70a26ab [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" "8e7cb786774226e6435af85c1ab5ca3a8af2a9c32cf31b15060a648af16c7ee3"` [INFO] running `"docker" "rm" "-f" "8e7cb786774226e6435af85c1ab5ca3a8af2a9c32cf31b15060a648af16c7ee3"` [INFO] [stdout] 8e7cb786774226e6435af85c1ab5ca3a8af2a9c32cf31b15060a648af16c7ee3