kubectl-neat 2.0.3 -> 2.0.4 https://repology.org/project/kubectl-neat/versions attrpath: kubectl-neat Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-vGXoYR0DT9V1BD/FN/4szOal0clsLlqReTFkAd2beMw=" [golangModuleVersion] Replaced vendorHash with sha256-xuc9a/A1yk1T9EX3OEf1lRN3kar1q22qT02dqZIzRC0= Received ExitFailure 1 when running Raw command: /nix/store/y0qaalgy7nk3kvnk09j4466skm8ry55l-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kubectl-neat nix build failed. Building subPackage ./cmd Building subPackage ./pkg/defaults Building subPackage ./pkg/testutil evaling implicit 'postBuild' string hook @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase --- FAIL: TestGetCmd (0.00s) cmd_test.go:186: error assertion: have: &errors.errorString{s:"Error invoking kubectl as [../test/kubectl-stub get -o json pods] fork/exec ../test/kubectl-stub: no such file or directory"} test case: {[pods] 0x1244100 apiVersion } cmd_test.go:189: stdout assertion: have: want: apiVersion test case: {[pods] 0x1244100 apiVersion } cmd_test.go:186: error assertion: have: &errors.errorString{s:"Error invoking kubectl as [../test/kubectl-stub get -o json pods mypod] fork/exec ../test/kubectl-stub: no such file or directory"} test case: {[pods mypod] 0x1244100 apiVersion } cmd_test.go:189: stdout assertion: have: want: apiVersion test case: {[pods mypod] 0x1244100 apiVersion } cmd_test.go:186: error assertion: have: &errors.errorString{s:"Error invoking kubectl as [../test/kubectl-stub get -o json pods mypod -o yaml] fork/exec ../test/kubectl-stub: no such file or directory"} test case: {[pods mypod -o yaml] 0x1244100 apiVersion } cmd_test.go:189: stdout assertion: have: want: apiVersion test case: {[pods mypod -o yaml] 0x1244100 apiVersion } cmd_test.go:186: error assertion: have: &errors.errorString{s:"Error invoking kubectl as [../test/kubectl-stub get -o json pods mypod -o json] fork/exec ../test/kubectl-stub: no such file or directory"} test case: {[pods mypod -o json] 0x1244100 apiVersion } cmd_test.go:189: stdout assertion: have: want: apiVersion test case: {[pods mypod -o json] 0x1244100 apiVersion } FAIL FAIL github.com/itaysk/kubectl-neat/cmd 0.038s FAIL