go-mockery 2.20.2 -> 2.26.1 https://github.com/vektra/mockery/releases attrpath: go-mockery 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-3lx3wHnPQ/slRXnlVAnI1ZqSykDXNivjwg1WUITGj64=" [golangModuleVersion] Replaced vendorHash with sha256-4LQhXMz3k4OUJFZmk1BbuN1mLrDHWVm8RZgZprtxah4= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A go-mockery nix build failed. got build log for 'go-mockery' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/w4nha6gq08nvq267icd4fq38h12grl41-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Building subPackage . go: -mod may only be set to readonly when in workspace mode, but it is set to "vendor" Remove the -mod flag to use the default readonly value, or set GOWORK=off to disable workspace mode. go-mockery 2.20.2 -> 2.24.0 https://repology.org/project/go:mockery/versions attrpath: go-mockery 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-3lx3wHnPQ/slRXnlVAnI1ZqSykDXNivjwg1WUITGj64=" [golangModuleVersion] Replaced vendorHash with sha256-xBJSC4OfdBZK9Uu72qVvxb/14c7WZU7q90hQp6E0u/Y= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A go-mockery nix build failed. Building subPackage ./pkg/fixtures/example_project/baz/internal/foo Building subPackage ./pkg/fixtures/example_project/context Building subPackage ./pkg/fixtures/example_project/foo Building subPackage ./pkg/fixtures/http Building subPackage ./pkg/fixtures/redefined_type_b Building subPackage ./pkg/fixtures/test github.com/vektra/mockery/v2/pkg/fixtures/test: no non-test Go files in /build/source/pkg/fixtures/test Building subPackage ./pkg/logging @nix { "action": "setPhase", "phase": "checkPhase" } running tests ok github.com/vektra/mockery/v2/cmd 0.387s --- FAIL: TestGeneratorSuite (5.10s) --- FAIL: TestGeneratorSuite/TestGeneratorPrologueNote (0.10s) generator_test.go:899: Error Trace: /build/source/pkg/generator_test.go:899 Error: Not equal: expected: "// Code generated by mockery v2.24.0. DO NOT EDIT.\n\n// A\n// B\n\n" actual : "// Code generated by mockery v0.0.0-dev. DO NOT EDIT.\n\n// A\n// B\n\n" Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -// Code generated by mockery v2.24.0. DO NOT EDIT. +// Code generated by mockery v0.0.0-dev. DO NOT EDIT. Test: TestGeneratorSuite/TestGeneratorPrologueNote FAIL FAIL github.com/vektra/mockery/v2/pkg 9.388s FAIL