2026-03-01 18:11:33 on it 2026-03-01 18:15:43 algitbot: ok, thanks 2026-03-01 18:15:46 achill: * 2026-03-01 18:15:54 yup 2026-03-01 18:17:10 Strange, it succeeded on CI 😅 2026-03-01 18:17:22 Ah you literally just merged the glslang update, ok 2026-03-01 18:20:05 yeah :)) 2026-03-01 18:20:20 and my MR rebuild doesn't get any runners :(( 2026-03-01 18:20:36 all already busy 2026-03-01 18:22:39 Hmm 2026-03-01 18:28:27 There should be plenty of space for the smaller jobs, but they are not picked up 2026-03-01 18:44:04 amend-commit and force push worked /shrug 2026-03-02 11:12:15 algitbot: retry master 2026-03-02 12:47:14 algitbot: retry master 2026-03-03 08:17:24 algitbot: retry master 2026-03-03 08:17:28 algitbot: retry master 2026-03-03 08:17:38 hmm, s390x is out to lunch? 2026-03-04 16:10:46 ikke: ^ 2026-03-04 16:16:33 achill: tailscale? 2026-03-04 16:16:37 yea 2026-03-04 16:16:40 listen unix /home/buildozer/aports/community/tailscale/src/TestDoesNotOverwriteIrregularFiles465813604/001/TestDoesNotOverwriteIrregularFiles: bind: invalid argument 2026-03-04 16:28:08 achill: the path is sus 2026-03-04 16:28:23 tailscale/src/TestDoesNotOverwriteIrregularFiles3807131128 2026-03-04 16:28:55 I guess it uses GOTMPDIR? 2026-03-04 16:42:44 yes, it has to do with us overriding GOTMPDIR 2026-03-04 16:53:14 achill: ah, apparently the path of unix sockets can be max 108 characters, and the tmpdir location makes it 130 2026-03-04 16:53:20 https://stackoverflow.com/questions/79646557/is-there-any-restrictions-on-unix-socket-path-length 2026-03-04 16:54:35 achill: I suppose we could use the same logic as the test does now for macos 2026-03-04 17:34:53 lesigh 2026-03-04 19:10:37 achill: The current test failure is due to go1.26 2026-03-04 19:11:05 On my local build container, I still had 1.25.* and the test passed 2026-03-04 19:11:21 There is some difference in httptest or something like that that makes it fail 2026-03-04 19:34:45 d'oh, go 1.26.0 explicitly sets a DialContext now, which tailscale does not expect and panics 2026-03-04 19:58:41 achill: so tailscale was never rebuilt against go 1.26.. 2026-03-04 21:07:48 algitbot: retry master 2026-03-04 21:11:46 algitbot: retry master 2026-03-04 22:33:33 algitbot: retry master 2026-03-05 08:36:54 algitbot: retry master 2026-03-05 09:33:13 algitbot: retry master 2026-03-05 09:36:11 =( 2026-03-05 09:36:34 oh, OOM 2026-03-05 09:36:46 algitbot: retry master 2026-03-05 10:04:29 algitbot: retry master 2026-03-05 10:06:10 ikke: the aarch64 rust build got butchered by the OOM murderer again, is there anything that can be done to avoid that? like in CI 2026-03-05 10:13:12 omni: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/.gitlab/job-config.yaml 2026-03-05 10:15:41 ikke: does that also affect the package builders? 2026-03-05 10:15:52 omni: no 2026-03-05 10:16:04 If it fails on the builders, then it's actually OOM 2026-03-05 10:16:11 (or address space) 2026-03-05 10:16:30 right 2026-03-05 10:17:48 According to our monitoring, the amount of memory available on the aarch64 host has not been < 200GB 2026-03-05 10:19:21 So I wonder why it says "out of memory" 2026-03-05 11:08:21 \o/ 2026-03-05 11:08:41 omni: still, would be good to find out why it even happens 2026-03-05 11:09:07 On a server with 256GB of memory 2026-03-05 11:53:39 ikke: I was thinking too many concurrent jobs, and perhaps limiting that would help, but if you're saying it always had a lot of free memory idk... 2026-03-05 11:53:59 and it couldn't have peaked in memory usage between samples, right? 2026-03-05 11:54:48 For a moment, the server went from ~64GB memory used to ~96GB. Not enough to end up in OOM land 2026-03-06 01:19:35 algitbot: retry master 2026-03-06 17:41:37 achill: bestline is in testing.l. 2026-03-06 17:41:39 testing.. 2026-03-06 17:41:42 I was just working on a fix 2026-03-06 17:44:06 ikke: oh oops 2026-03-06 17:50:30 Anoying tests: "expected false to be true" 2026-03-06 17:50:34 Absolutely clear 2026-03-06 17:50:46 How can you ever expect false to be true :P 2026-03-06 18:02:23 ginkgo: https://github.com/onsi/ginkgo/issues/1640 2026-03-06 18:48:51 algitbot: retry master 2026-03-06 19:32:52 sq: fails due to go vet complaining about %w not being supported by a function that adds support itself 2026-03-06 19:35:02 grafana writes a response body in a test with a response code that does not allow one (1.26 added a check to disallow that) 2026-03-06 19:55:31 lol: "crypto/tls bug: where's my session ticket?" 2026-03-07 10:10:26 wait, is aws-lc still failing only on arm? 2026-03-07 10:11:28 or.. it moved on on x86 at least..? 2026-03-07 10:12:10 seems like it https://build.alpinelinux.org/buildlogs/build-edge-x86/community/aws-lc/aws-lc-1.68.0-r1.log 2026-03-07 10:15:08 ok, perhaps there's some architecture specific reason for it not to Werror on x86.. 2026-03-08 20:01:57 ikke: do you know what that "invalid cross-device link" for pulumi is about? 2026-03-08 20:02:08 perhaps not what it is failing on 2026-03-08 20:02:20 or due to 2026-03-08 20:03:11 omni: My guess would be they try to create hardlinks across filesystems? 2026-03-08 20:03:29 https://unix.stackexchange.com/questions/79132/invalid-cross-device-link-while-hardlinking-in-the-same-file-system 2026-03-08 20:05:07 omni: or I guess in this case a rename (instead of move?) 2026-03-08 20:44:20 ikke: sure, but it must have worked at some point? this is supposed to just be a rebuild with newer go 2026-03-08 20:44:43 or is it fetching something that is not the same last time? 2026-03-08 20:45:08 last rebuild was a month a go 2026-03-08 20:51:47 how about we unbump it and wait for it to be sorted in !96438 ? 2026-03-08 21:05:11 !98728 2026-03-08 22:20:14 fossdd: I'd like to merge !98735 unless you have any objections 2026-03-08 22:20:37 it would be nice to let aarch64 and x86_64 upload to community/ 2026-03-08 23:17:43 fossdd: sorry to not give you more time, I thought you were around since you had just gotten other things in 2026-03-08 23:28:14 !98737 2026-03-08 23:51:47 !98738 2026-03-09 00:29:15 !98741 !98742 2026-03-09 06:48:03 omni: mio I don't have more time, but tofutf seems to be missing a trailing / in the URL, causing a 307 2026-03-09 06:48:26 request: Path: "/api/v3/repos/acme/terraform/tarball", 2026-03-09 06:49:49 resp header: Location: "/api/v3/repos/acme/terraform/tarball/", 2026-03-09 10:08:31 ikke: thanks! I don't have time either right now 2026-03-09 14:52:32 ikke: thanks for the hint, !98758 2026-03-09 21:27:03 andypost[m]: thanks! 2026-03-09 21:27:27 home it faster then clean-up builders 2026-03-09 21:27:33 s/home/hope