2022-12-16T07:42:05 gping 1.3.2 -> 1.6.1 https://github.com/orf/gping/releases 2022-12-16T07:42:08 attrpath: gping 2022-12-16T07:42:08 Checking auto update branch... 2022-12-16T07:42:08 No auto update branch exists 2022-12-16T07:42:11 [version] 2022-12-16T07:42:11 [version] generic version rewriter does not support multiple hashes 2022-12-16T07:42:11 [rustCrateVersion] 2022-12-16T07:43:37 [rustCrateVersion] Replacing cargoSha256 with sha256-s5Xut+L/wQIoO5IInSLxjAHHAkxwfTgtPepH6CUFYDQ= 2022-12-16T07:44:35 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-2dcbe214a7720f57) running 10 tests test test::tests::dragonfly ... ok test test::tests::netbsd ... ok test test::tests::freebsd ... ok test test::tests::alpine ... ok test test::tests::ubuntu ... ok test test::tests::macos ... ok test test::tests::openbsd ... ok test test::tests::android ... ok test test::tests::debian ... 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:113: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`