2022-12-28T07:32:20 gping 1.3.2 -> 1.6.3 https://github.com/orf/gping/releases 2022-12-28T07:32:22 attrpath: gping 2022-12-28T07:32:23 Checking auto update branch... 2022-12-28T07:32:23 No auto update branch exists 2022-12-28T07:32:26 [version] 2022-12-28T07:32:26 [version] generic version rewriter does not support multiple hashes 2022-12-28T07:32:26 [rustCrateVersion] 2022-12-28T07:32:53 [rustCrateVersion] Replacing cargoSha256 with sha256-9YQvcqKaXys53zgRhgvR08LSx53HOrFsIiNj0DCsouU= 2022-12-28T07:33:51 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gping nix build failed.  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/pinger-c6426d7eafc93281) running 10 tests test test::tests::ubuntu ... ok test test::tests::openbsd ... ok test test::tests::netbsd ... ok test test::tests::debian ... ok test test::tests::alpine ... ok test test::tests::freebsd ... ok test test::tests::macos ... ok test test::tests::android ... ok test test::tests::dragonfly ... ok test linux::tests::test_linux_detection ... FAILED failures: ---- linux::tests::test_linux_detection stdout ---- thread 'linux::tests::test_linux_detection' panicked at 'Error getting ping: CommandError(Failed to run ping with args ["-V"] Caused by: No such file or directory (os error 2))', pinger/src/linux.rs:114:45 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: linux::tests::test_linux_detection test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `-p pinger --lib`