2026-03-13T17:25:23Z 👀 I see new changes 2026-03-13T17:25:23Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:25:23Z $ go version 2026-03-13T17:25:23Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:25:23Z 1.22.2 already installed 2026-03-13T17:25:23Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:25:23Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:25:23Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:25:23Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:25:25Z From https://github.com/hexops/wrench 2026-03-13T17:25:25Z 3c22f74..8a82eec main -> origin/main 2026-03-13T17:25:25Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:25:25Z HEAD is now at 8a82eec Don't cache 4xx/5xx errors permanently for files from stable releases (#4) 2026-03-13T17:25:25Z $ go version 2026-03-13T17:25:25Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:25:25Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:25:25Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=8a82eecb' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=Don't cache 4xx/5xx errors permanently for files from stable releases (#4)' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:25:25Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:25:32Z # github.com/hexops/wrench usage: link [options] main.o -B note add an ELF NT_GNU_BUILD_ID note when using ELF; use "gobuildid" to generate it from the Go build ID -E entry set entry symbol name -H type set header type -I linker use linker as ELF dynamic linker -L directory add specified directory to library path -R quantum set address rounding quantum (default -1) -T int set the start address of text symbols (default -1) -V print version and exit -X definition add string value definition of the form importpath.name=value -a no-op (deprecated) -asan enable ASan interface -aslr enable ASLR for buildmode=c-shared on windows (default true) -benchmark string set to 'mem' or 'cpu' to enable phase benchmarking -benchmarkprofile base emit phase profiles to base_phase.{cpu,mem}prof -buildid id record id as Go toolchain build id -buildmode mode set build mode -c dump call graph -capturehostobjs string capture host object files loaded during internal linking to specified dir -compressdwarf compress DWARF if possible (default true) -cpuprofile file write cpu profile to file -d disable dynamic executable -debugnosplit dump nosplit call graph -debugtextsize int debug text section max size -debugtramp int debug trampolines -dumpdep dump symbol dependency graph -extar string archive program for buildmode=c-archive -extld linker use linker when linking in external mode -extldflags flags pass flags to external linker -f ignore version mismatch -g disable go package data checks -h halt on error -importcfg file read import configuration from file -installsuffix suffix set package directory suffix -k symbol set field tracking symbol -libgcc string compiler support lib for internal linking; use "none" to disable -linkmode mode set link mode -linkshared link against installed Go shared libraries -memprofile file write memory profile to file -memprofilerate rate set runtime.MemProfileRate to rate -msan enable MSan interface -n no-op (deprecated) -o file write output to file -pluginpath string full path name for plugin -pruneweakmap prune weak mapinit refs (default true) -r path set the ELF dynamic linker search path to dir1:dir2:... -race enable race detector -s disable symbol table -strictdups int sanity check duplicate symbol contents during object file reading (1=warn 2=err). -tmpdir directory use directory for temporary files -v print link trace -w disable DWARF generation 2026-03-13T17:25:32Z 'go': error: exit code: 1 2026-03-13T17:25:32Z build failure! 2026-03-13T17:32:36Z 👀 I see new changes 2026-03-13T17:32:36Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:32:36Z $ go version 2026-03-13T17:32:36Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:32:36Z 1.22.2 already installed 2026-03-13T17:32:36Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:32:36Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:32:36Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:32:36Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:32:37Z From https://github.com/hexops/wrench 2026-03-13T17:32:37Z 8a82eec..963fb53 main -> origin/main 2026-03-13T17:32:37Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:32:37Z HEAD is now at 963fb53 only cache upstream errors for 120s rather than infinitely 2026-03-13T17:32:37Z $ go version $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:32:37Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:32:37Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=963fb53b' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=only cache upstream errors for 120s rather than infinitely' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:32:37Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:32:53Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T17:32:53Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:32:53Z build success! restarting.. 2026-03-13T17:32:53Z $ wrench svc restart 2026-03-13T17:32:54Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T17:38:44Z 👀 I see new changes 2026-03-13T17:38:44Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:38:44Z $ go version 2026-03-13T17:38:44Z 1.22.2 already installed 2026-03-13T17:38:44Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:38:44Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:38:44Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:38:44Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:38:44Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:38:45Z From https://github.com/hexops/wrench 2026-03-13T17:38:45Z 963fb53..9768eaa main -> origin/main 2026-03-13T17:38:45Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:38:45Z HEAD is now at 9768eaa CI: update to latest setup-go / linter versions 2026-03-13T17:38:45Z $ go version 2026-03-13T17:38:45Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:38:45Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:38:45Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=9768eaa5' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=CI: update to latest setup-go / linter versions' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:38:45Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:39:00Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T17:39:01Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:39:01Z build success! restarting.. 2026-03-13T17:39:01Z $ wrench svc restart 2026-03-13T17:39:01Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T17:47:29Z 👀 I see new changes 2026-03-13T17:47:29Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:47:29Z $ go version 2026-03-13T17:47:29Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:47:29Z 1.22.2 already installed 2026-03-13T17:47:29Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:47:29Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:47:29Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:47:29Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:47:31Z From https://github.com/hexops/wrench 2026-03-13T17:47:31Z 9768eaa..dad0e3b main -> origin/main 2026-03-13T17:47:31Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:47:31Z HEAD is now at dad0e3b update to latest Go version 2026-03-13T17:47:31Z $ go version $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:47:31Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:47:31Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=dad0e3b2' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=update to latest Go version' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:47:31Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:47:31Z go: downloading go1.25.0 (linux/amd64) 2026-03-13T17:47:40Z go: downloading github.com/hexops/cmder v1.0.2 2026-03-13T17:47:40Z go: downloading github.com/kardianos/service v1.2.4 2026-03-13T17:47:40Z go: downloading github.com/nxadm/tail v1.4.11 2026-03-13T17:47:40Z go: downloading golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 2026-03-13T17:47:41Z go: downloading github.com/BurntSushi/toml v1.6.0 2026-03-13T17:47:41Z go: downloading github.com/bwmarrin/discordgo v0.29.0 2026-03-13T17:47:41Z go: downloading github.com/dustin/go-humanize v1.0.1 2026-03-13T17:47:41Z go: downloading github.com/keegancsmith/sqlf v1.1.2 2026-03-13T17:47:42Z go: downloading golang.org/x/crypto v0.49.0 2026-03-13T17:47:42Z go: downloading golang.org/x/oauth2 v0.36.0 2026-03-13T17:47:42Z go: downloading modernc.org/sqlite v1.46.1 2026-03-13T17:47:48Z go: downloading github.com/bmatcuk/doublestar/v4 v4.10.0 2026-03-13T17:47:49Z go: downloading github.com/gorilla/websocket v1.5.3 2026-03-13T17:47:49Z go: downloading github.com/google/go-querystring v1.2.0 2026-03-13T17:47:49Z go: downloading github.com/mailru/easyjson v0.9.1 2026-03-13T17:47:49Z go: downloading golang.org/x/net v0.52.0 2026-03-13T17:47:49Z go: downloading golang.org/x/sys v0.42.0 2026-03-13T17:47:50Z go: downloading modernc.org/libc v1.70.0 2026-03-13T17:47:53Z go: downloading github.com/andybalholm/brotli v1.2.0 2026-03-13T17:47:53Z go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 2026-03-13T17:47:53Z go: downloading github.com/golang/snappy v1.0.0 2026-03-13T17:47:53Z go: downloading github.com/klauspost/compress v1.18.4 2026-03-13T17:47:55Z go: downloading github.com/klauspost/pgzip v1.2.6 2026-03-13T17:47:55Z go: downloading github.com/nwaples/rardecode/v2 v2.2.2 2026-03-13T17:47:55Z go: downloading github.com/pierrec/lz4/v4 v4.1.26 2026-03-13T17:47:56Z go: downloading github.com/ulikunitz/xz v0.5.15 2026-03-13T17:47:57Z go: downloading golang.org/x/text v0.35.0 2026-03-13T17:47:58Z go: downloading github.com/fsnotify/fsnotify v1.9.0 2026-03-13T17:47:59Z go: downloading github.com/google/uuid v1.6.0 2026-03-13T17:47:59Z go: downloading modernc.org/mathutil v1.7.1 2026-03-13T17:47:59Z go: downloading modernc.org/memory v1.11.0 2026-03-13T17:47:59Z go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec 2026-03-13T17:52:49Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T17:52:49Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:52:49Z build success! restarting.. 2026-03-13T17:52:49Z $ wrench svc restart 2026-03-13T17:52:49Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T17:52:49Z 👀 I see new changes 2026-03-13T17:52:49Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:52:49Z $ go version 2026-03-13T17:52:49Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:52:49Z 1.22.2 already installed 2026-03-13T17:52:49Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:52:49Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:52:49Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:52:49Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:53:32Z 👀 I see new changes 2026-03-13T17:53:32Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:53:32Z $ go version 2026-03-13T17:53:32Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:53:32Z 1.22.2 already installed 2026-03-13T17:53:32Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:53:32Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:53:32Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:53:32Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:53:33Z From https://github.com/hexops/wrench 2026-03-13T17:53:33Z dad0e3b..b2d5fce main -> origin/main 2026-03-13T17:53:33Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:53:33Z HEAD is now at b2d5fce fix linter errors 2026-03-13T17:53:33Z $ go version 2026-03-13T17:53:33Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:53:33Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:53:33Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=b2d5fce6' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=fix linter errors' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:53:33Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:53:55Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T17:53:55Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:53:55Z build success! restarting.. 2026-03-13T17:53:55Z $ wrench svc restart 2026-03-13T17:53:55Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T17:57:03Z 👀 I see new changes 2026-03-13T17:57:03Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T17:57:03Z $ go version 2026-03-13T17:57:03Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:57:03Z 1.22.2 already installed 2026-03-13T17:57:03Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T17:57:03Z $ git clone https://github.com/hexops/wrench 2026-03-13T17:57:03Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T17:57:03Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T17:57:04Z From https://github.com/hexops/wrench * [new tag] release-b2d5fce -> release-b2d5fce 2026-03-13T17:57:04Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T17:57:04Z HEAD is now at b2d5fce fix linter errors 2026-03-13T17:57:04Z $ go version 2026-03-13T17:57:04Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T17:57:04Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T17:57:04Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=b2d5fce6' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=fix linter errors' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T17:57:04Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T17:57:25Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T17:57:25Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T17:57:25Z build success! restarting.. 2026-03-13T17:57:25Z $ wrench svc restart 2026-03-13T17:57:25Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T18:01:30Z 👀 I see new changes 2026-03-13T18:01:30Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T18:01:30Z $ go version 2026-03-13T18:01:30Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:01:30Z 1.22.2 already installed 2026-03-13T18:01:30Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T18:01:30Z $ git clone https://github.com/hexops/wrench 2026-03-13T18:01:30Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T18:01:30Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T18:01:31Z From https://github.com/hexops/wrench 2026-03-13T18:01:31Z b2d5fce..52b466a main -> origin/main 2026-03-13T18:01:31Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T18:01:31Z HEAD is now at 52b466a fix lint errors 2026-03-13T18:01:31Z $ go version 2026-03-13T18:01:31Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T18:01:31Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T18:01:31Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=52b466a6' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=fix lint errors' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T18:01:31Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T18:01:56Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T18:01:57Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:01:57Z build success! restarting.. 2026-03-13T18:01:57Z $ wrench svc restart 2026-03-13T18:01:57Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T18:38:06Z 👀 I see new changes 2026-03-13T18:38:06Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T18:38:06Z $ go version 2026-03-13T18:38:06Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:38:06Z 1.22.2 already installed 2026-03-13T18:38:06Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T18:38:06Z $ git clone https://github.com/hexops/wrench 2026-03-13T18:38:06Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T18:38:06Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T18:38:08Z From https://github.com/hexops/wrench 2026-03-13T18:38:08Z 52b466a..a261fe9 main -> origin/main * [new tag] release-52b466a -> release-52b466a 2026-03-13T18:38:08Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T18:38:08Z HEAD is now at a261fe9 fix lint errors 2026-03-13T18:38:08Z $ go version $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T18:38:08Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T18:38:08Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=a261fe98' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=fix lint errors' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T18:38:08Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T18:38:31Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T18:38:31Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:38:31Z build success! restarting.. 2026-03-13T18:38:31Z $ wrench svc restart 2026-03-13T18:38:32Z ignoring error: 'wrench': error: exit code: -1 2026-03-13T18:38:37Z 👀 I see new changes 2026-03-13T18:38:37Z $ cd /root/wrench/ && wrench script install-go 2026-03-13T18:38:37Z $ go version 2026-03-13T18:38:37Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:38:37Z 1.22.2 already installed 2026-03-13T18:38:37Z $ cd /root/wrench/ && wrench script rebuild-only 2026-03-13T18:38:37Z $ git clone https://github.com/hexops/wrench 2026-03-13T18:38:37Z fatal: destination path 'wrench' already exists and is not an empty directory. 2026-03-13T18:38:37Z ignoring error: 'git': error: exit code: 128 $ cd wrench/ && git fetch 2026-03-13T18:38:38Z From https://github.com/hexops/wrench 2026-03-13T18:38:38Z * [new tag] release-a261fe9 -> release-a261fe9 2026-03-13T18:38:38Z $ cd wrench/ && git reset --hard origin/main 2026-03-13T18:38:38Z HEAD is now at a261fe9 fix lint errors 2026-03-13T18:38:38Z $ go version 2026-03-13T18:38:38Z $ cd wrench/ && git describe --abbrev=8 --dirty --always --long 2026-03-13T18:38:38Z $ cd wrench/ && git log -1 --pretty=format:%s 2026-03-13T18:38:38Z $ cd wrench/ && go build -ldflags -X 'github.com/hexops/wrench/internal/wrench.Version=a261fe98' -X 'github.com/hexops/wrench/internal/wrench.CommitTitle=fix lint errors' -X 'github.com/hexops/wrench/internal/wrench.Date=2026-03-13T18:38:38Z' -X 'github.com/hexops/wrench/internal/wrench.GoVersion=go version go1.22.2 linux/amd64' -o bin/wrench . 2026-03-13T18:38:58Z $ mv wrench/bin/wrench /usr/local/bin/wrench 2026-03-13T18:38:58Z { "PushedRepos": null, "UpsertIssues": null, "CustomLogs": null, "Metadata": null, "Stats": null } 2026-03-13T18:38:58Z build success! restarting.. 2026-03-13T18:38:58Z $ wrench svc restart 2026-03-13T18:38:58Z ignoring error: 'wrench': error: exit code: -1