gofumpt 0.3.1 -> 0.5.0 https://github.com/mvdan/gofumpt/releases attrpath: gofumpt 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-Il1E1yOejLEdKRRMqelGeJbHRjx4qFymf7N98BEdFzg=" [golangModuleVersion] Replaced vendorHash with sha256-W0WKEQgOIFloWsB4E1RTICVKVlj9ChGSpo92X+bjNEk= 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 gofumpt nix build failed. @nix { "action": "setPhase", "phase": "checkPhase" } running tests --- FAIL: TestScript (0.13s) --- FAIL: TestScript/diagnose (0.04s) testscript.go:520: # First, test a local build of gofumpt resulting from 'git clone'. # Its version will be inferred from VCS, but since we want a stable test, # we mock the VCS information. Note that test binaries do not have VCS info. # Data obtained from a real build while developing. (0.034s) # A local build without VCS information will result in a missing version. (0.004s) # We want a published version of gofumpt on the public module proxies, # because that's the only way that its module version will be included. # Using a directory replace directive will not work. # This means that any change in how gofumpt reports its own version # will require two pull requests, the second one updating the test script. # We could consider using go-internal/goproxytest, but then we would need to # manually run something like go-internal/cmd/txtar-addmod reguarly. # Or teach goproxytest to serve a mock version of gofumpt from its local checkout. # Either way, both are relatively overkill for now. (0.000s) # TODO: update these once the library fix hits master # gofumpt as the main binary with a real module version. (0.002s) > go install mvdan.cc/gofumpt@${GOFUMPT_PUBLISHED_VERSION} [stderr] go: mvdan.cc/gofumpt@v0.3.2-0.20220627183521-8dda8068d9f3: module lookup disabled by GOPROXY=off [exit status 1] FAIL: testdata/script/diagnose.txtar:51: unexpected go command failure FAIL FAIL mvdan.cc/gofumpt 2.951s FAIL