[05:31:03] gerrit down? [05:32:07] It seems up but timing out quite a bunch [05:32:44] Indeed: [05:32:45] It's not just you! gerrit.wikimedia.org is down. [05:32:45] Last updated: May 6, 2024, 7:32 AM (1 second ago) [05:35:11] Yeah, something is going on on the host https://grafana.wikimedia.org/d/000000377/host-overview?orgId=1&var-server=gerrit1003&var-datasource=thanos&var-cluster=misc&from=1714970745963&to=1714973660842 [05:35:17] hashar around? [05:44:15] the alert is resolved from what I can see in -operations, and the graphs are back to normal [07:13:18] hmm [13:25:06] moritzm: I'm trying to build a go package using dh_golang with golang 1.22 (provided on bookworm backports by golang-1.22-go). The problem is that golang-1.22-go installs the go binaries on /usr/lib/go-1.22/go so it's outside of the PATH and dh_golang fails to find it. Updating the PATH on debian/rules would fix it but I don't know if it's the best way [13:27:43] checking dh_golang source code (https://sources.debian.org/src/dh-golang/1.62/lib/Debian/Debhelper/Buildsystem/golang.pm/) it looks like they don't use GOROOT at all [13:29:18] hmmh, not sure if dh-golang has a better feature built-in, not very familiar with it, but just setting the path in debian/rules seems fine to me [13:33:11] thx