[INFO] cloning repository https://github.com/VladimirMarkelov/pwatch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VladimirMarkelov/pwatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladimirMarkelov%2Fpwatch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladimirMarkelov%2Fpwatch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a230e70a6fe2ce0b37121f8cd22564f9533abee2 [INFO] testing VladimirMarkelov/pwatch against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladimirMarkelov%2Fpwatch" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VladimirMarkelov/pwatch on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/VladimirMarkelov/pwatch [INFO] finished tweaking git repo https://github.com/VladimirMarkelov/pwatch [INFO] tweaked toml for git repo https://github.com/VladimirMarkelov/pwatch written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/VladimirMarkelov/pwatch already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simplelog v0.8.0 [INFO] [stderr] Downloaded crossterm v0.17.5 [INFO] [stderr] Downloaded sysinfo v0.14.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8cb4bcf5c4c1cf1aa17b11799edb9dad7021b29a673c9e825ebce495f8c7b3c7 [INFO] running `Command { std: "docker" "start" "-a" "8cb4bcf5c4c1cf1aa17b11799edb9dad7021b29a673c9e825ebce495f8c7b3c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cb4bcf5c4c1cf1aa17b11799edb9dad7021b29a673c9e825ebce495f8c7b3c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cb4bcf5c4c1cf1aa17b11799edb9dad7021b29a673c9e825ebce495f8c7b3c7", kill_on_drop: false }` [INFO] [stdout] 8cb4bcf5c4c1cf1aa17b11799edb9dad7021b29a673c9e825ebce495f8c7b3c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6c99fbc6906abbea95a626ca7bad472991cfd25015070e1caa9bf08be545531 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d6c99fbc6906abbea95a626ca7bad472991cfd25015070e1caa9bf08be545531", kill_on_drop: false }` [INFO] [stderr] Compiling sysinfo v0.14.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling crossterm v0.17.5 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling simplelog v0.8.0 [INFO] [stderr] Compiling pwatch v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `pack` [INFO] [stdout] --> src/config.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) pack: Pack, // How to show CPU and MEM of the same process [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_cpu` [INFO] [stdout] --> src/config.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | pub(crate) no_cpu: bool, // do not show CPU (unused yet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_mem` [INFO] [stdout] --> src/config.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub(crate) no_mem: bool, // do not show MEM (unused yet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.03s [INFO] running `Command { std: "docker" "inspect" "d6c99fbc6906abbea95a626ca7bad472991cfd25015070e1caa9bf08be545531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c99fbc6906abbea95a626ca7bad472991cfd25015070e1caa9bf08be545531", kill_on_drop: false }` [INFO] [stdout] d6c99fbc6906abbea95a626ca7bad472991cfd25015070e1caa9bf08be545531 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ff57932f6513590a8edb8a9a8ed9b765ade8b1fcbfd7e2f81596b9c1151b6dd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1ff57932f6513590a8edb8a9a8ed9b765ade8b1fcbfd7e2f81596b9c1151b6dd", kill_on_drop: false }` [INFO] [stderr] Compiling pwatch v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `pack` [INFO] [stdout] --> src/config.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) pack: Pack, // How to show CPU and MEM of the same process [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_cpu` [INFO] [stdout] --> src/config.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | pub(crate) no_cpu: bool, // do not show CPU (unused yet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_mem` [INFO] [stdout] --> src/config.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | pub(crate) no_mem: bool, // do not show MEM (unused yet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/config.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.11s [INFO] running `Command { std: "docker" "inspect" "1ff57932f6513590a8edb8a9a8ed9b765ade8b1fcbfd7e2f81596b9c1151b6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff57932f6513590a8edb8a9a8ed9b765ade8b1fcbfd7e2f81596b9c1151b6dd", kill_on_drop: false }` [INFO] [stdout] 1ff57932f6513590a8edb8a9a8ed9b765ade8b1fcbfd7e2f81596b9c1151b6dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] faaadbc1fc80408d266b927d1ee9e5cfce1667ec5a8c84b26d49261e0fe76c77 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "faaadbc1fc80408d266b927d1ee9e5cfce1667ec5a8c84b26d49261e0fe76c77", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `pack` [INFO] [stderr] --> src/config.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub(crate) pack: Pack, // How to show CPU and MEM of the same process [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/config.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `no_cpu` [INFO] [stderr] --> src/config.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) no_cpu: bool, // do not show CPU (unused yet) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/config.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `no_mem` [INFO] [stderr] --> src/config.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub(crate) no_mem: bool, // do not show MEM (unused yet) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/config.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pwatch` (bin "pwatch" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pwatch-c12e18f5f7f92f8b) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test counter::var_test::idx_high ... ok [INFO] [stdout] test ux::tests::diff_fmt ... ok [INFO] [stdout] test ux::tests::duration_fmt ... ok [INFO] [stdout] test ux::tests::round_100 ... ok [INFO] [stdout] test counter::var_test::idx_low ... ok [INFO] [stdout] test ux::tests::short_round_test ... ok [INFO] [stdout] test ux::tests::bytes_fmt ... ok [INFO] [stdout] test ux::tests::fade_left ... ok [INFO] [stdout] test ux::tests::cut_test ... ok [INFO] [stdout] test counter::var_test::idx_med ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "faaadbc1fc80408d266b927d1ee9e5cfce1667ec5a8c84b26d49261e0fe76c77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faaadbc1fc80408d266b927d1ee9e5cfce1667ec5a8c84b26d49261e0fe76c77", kill_on_drop: false }` [INFO] [stdout] faaadbc1fc80408d266b927d1ee9e5cfce1667ec5a8c84b26d49261e0fe76c77