[INFO] cloning repository https://github.com/ryan-dfw/PipeViewer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryan-dfw/PipeViewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan-dfw%2FPipeViewer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan-dfw%2FPipeViewer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f02131adb16d5ea64df9e3e3ab1d365979fd3a40 [INFO] testing ryan-dfw/PipeViewer against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryan-dfw%2FPipeViewer" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ryan-dfw/PipeViewer on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ryan-dfw/PipeViewer [INFO] finished tweaking git repo https://github.com/ryan-dfw/PipeViewer [INFO] tweaked toml for git repo https://github.com/ryan-dfw/PipeViewer written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ryan-dfw/PipeViewer already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parking_lot_core v0.7.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4940699d3f1739a0fe716ddc2e85e0ee4dcedd48b1a68c21fd3e3684decfb891 [INFO] running `Command { std: "docker" "start" "-a" "4940699d3f1739a0fe716ddc2e85e0ee4dcedd48b1a68c21fd3e3684decfb891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4940699d3f1739a0fe716ddc2e85e0ee4dcedd48b1a68c21fd3e3684decfb891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4940699d3f1739a0fe716ddc2e85e0ee4dcedd48b1a68c21fd3e3684decfb891", kill_on_drop: false }` [INFO] [stdout] 4940699d3f1739a0fe716ddc2e85e0ee4dcedd48b1a68c21fd3e3684decfb891 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22bc6f24e7d25ea9cdc69e24263560dda1d4c062352b9c531e47242174eff59b [INFO] running `Command { std: "docker" "start" "-a" "22bc6f24e7d25ea9cdc69e24263560dda1d4c062352b9c531e47242174eff59b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.38 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling parking_lot_core v0.7.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.14.2 [INFO] [stderr] Compiling pipeviewer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last_instant` [INFO] [stdout] --> src/stats.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_instant` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/stats.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s [INFO] running `Command { std: "docker" "inspect" "22bc6f24e7d25ea9cdc69e24263560dda1d4c062352b9c531e47242174eff59b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22bc6f24e7d25ea9cdc69e24263560dda1d4c062352b9c531e47242174eff59b", kill_on_drop: false }` [INFO] [stdout] 22bc6f24e7d25ea9cdc69e24263560dda1d4c062352b9c531e47242174eff59b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 270b7a2bdd1cc2e5886aa862df828c530c4b72272b11d98c55fd55c4819687d7 [INFO] running `Command { std: "docker" "start" "-a" "270b7a2bdd1cc2e5886aa862df828c530c4b72272b11d98c55fd55c4819687d7", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pipeviewer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last_instant` [INFO] [stdout] --> src/stats.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_instant` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/stats.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stats.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let _ = execute!( [INFO] [stdout] | _____________^ [INFO] [stdout] 52 | | stderr, [INFO] [stdout] 53 | | cursor::MoveToColumn(0), [INFO] [stdout] 54 | | Clear(ClearType::CurrentLine), [INFO] [stdout] ... | [INFO] [stdout] 57 | | PrintStyledContent(rate) [INFO] [stdout] 58 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `write_ansi_code` which comes from the expansion of the macro `execute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `last_instant` [INFO] [stdout] --> src/stats.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_instant` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/stats.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let mut last_instant = Instant::now(); [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcr4DjyS/symbols.o" "/opt/rustwide/target/debug/deps/pipeviewer-ee6a2f04111f1fe7.pipeviewer.1c8e8150fd045935-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pipeviewer-ee6a2f04111f1fe7.bchk93w5sr9zry1dx2kbxs6dr.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3f2fb5628a902976.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-faba618726e33e66.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-cb7e1a26da719554.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-cc5e90924cebe413.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-77bfdf41ffdea394.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-3944a511feaf31a5.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-6cc3c95e674939fc.rlib" "/opt/rustwide/target/debug/deps/libmio-c2e943f7241b8f51.rlib" "/opt/rustwide/target/debug/deps/liblog-c7d6b6b1f2c4d0b7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libslab-91f591b5118db5ec.rlib" "/opt/rustwide/target/debug/deps/libiovec-bc6f3fca2b946dbc.rlib" "/opt/rustwide/target/debug/deps/libnet2-78589a994c8323c5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-cae657bf0499ef05.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1479e0082e4f9507.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-f64abb103254f904.rlib" "/opt/rustwide/target/debug/deps/liblock_api-d027705864ae35f1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-9939d34f4fa51854.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-527313ca31866d04.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-8a82fbb7513247d9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-76ae4c2fa6c09d90.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-bcf8ffad6742c322.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-82059f033d9c8a99.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-43debb97c20fb0d8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9be248c43a0486aa.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c71c7d3baff721e2.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-936d42b8bdd000d6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-066b54dcc0b2baaf.rlib" "/opt/rustwide/target/debug/deps/libclap-833ad2ac1f34b1fb.rlib" "/opt/rustwide/target/debug/deps/libvec_map-d1c726ee9462094b.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-6c59b6dbdd57232a.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d68de29b8fd74f8a.rlib" "/opt/rustwide/target/debug/deps/libstrsim-28704821e7fba54d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2169ba44ab025064.rlib" "/opt/rustwide/target/debug/deps/libatty-58302b39f4c79531.rlib" "/opt/rustwide/target/debug/deps/liblibc-8edd5820f5f2e4f6.rlib" "/opt/rustwide/target/debug/deps/libansi_term-974901499252e9a3.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pipeviewer-ee6a2f04111f1fe7" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pipeviewer` (lib test) due to 1 previous error; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "270b7a2bdd1cc2e5886aa862df828c530c4b72272b11d98c55fd55c4819687d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "270b7a2bdd1cc2e5886aa862df828c530c4b72272b11d98c55fd55c4819687d7", kill_on_drop: false }` [INFO] [stdout] 270b7a2bdd1cc2e5886aa862df828c530c4b72272b11d98c55fd55c4819687d7