2026-07-06 18:36:00 WhyNotHugo: ^ 2026-07-06 18:36:39 lemme see 2026-07-06 18:37:13 mio: the upstream checksum changed, but it seems the builders have the old checksum. Should I just put the old checksum back in the APKBUILD? 2026-07-06 18:37:25 *the builders have the old tarball 2026-07-06 18:41:54 WhyNotHugo: if upstream re-tagged, then maybe update the checksum for the new tarball, and add a -1 in the archive name 2026-07-06 18:43:35 as in, $pkgname-$pkgver-1.tar.gz in the source url 2026-07-09 09:18:54 community_ghostcloud? 2026-07-09 09:19:31 its target branch seems wrong 2026-07-09 09:51:04 baaaaaaaart 2026-07-09 13:41:00 algitbot: retry master 2026-07-09 15:04:04 cargo-tarpaulin maintainer notified 2026-07-09 17:24:49 algitbot: retry master 2026-07-09 17:28:46 kleopatra keeps failing because it cannot find KPim6Mime 2026-07-09 17:29:20 (on 32-bits) 2026-07-09 17:33:30 I know, that's why I made a patch 2026-07-09 17:33:44 But for some reason the patch doesn't actually fix the problem, even though it was made upstream specifically because of this 2026-07-09 17:37:58 Ah the 32-bit part of that was more significant than I realized 2026-07-09 17:46:00 algitbot: retry master 2026-07-09 18:07:02 algitbot: retry master 2026-07-09 18:12:04 hopefully onnxruntime will pass with retry. noticed it stalled on one of the fra-ci, seemed to be fine on pioneer2 ci 2026-07-09 18:13:49 s/stalled/stalled at one point/ 2026-07-09 18:14:01 It's now running on a p550 2026-07-09 20:39:05 algitbot: retry master 2026-07-10 15:29:34 upload k0s binary: create temp file for upload: create temp /home/buildozer/aports/community/k0sctl/tmp/TestLocalBinaryProviderCreatesParentDir2833736412/001/nested/bin: get sudo runner: no supported sudo method found 2026-07-10 15:29:47 wat 2026-07-10 15:30:11 lol 2026-07-10 15:31:27 upload_k0s_test.go:57: 2026-07-10 15:31:30 Error Trace: github.com/k0sproject/k0sctl/phase/upload_k0s_test.go:57 2026-07-10 15:31:32 Error: Received unexpected error: 2026-07-10 15:31:34 upload k0s binary: create temp file for upload: create temp /home/buildozer/aports/community/k0sctl/tmp/TestLocalBinaryProviderCreatesParentDir2833736412/001/nested/bin: get sudo runner: no supported sudo method found 2026-07-10 15:31:36 Test: TestLocalBinaryProviderCreatesParentDir 2026-07-10 15:31:38 --- FAIL: TestLocalBinaryProviderCreatesParentDir (0.01s) 2026-07-10 15:32:26 I test should never require sudo 2026-07-10 15:33:44 s/I/A/ 2026-07-10 15:33:57 https://gitlab.alpinelinux.org/twz123/aports/-/jobs/2428187#L324 2026-07-10 15:34:31 didn't seem to have a problem before 2026-07-10 15:34:54 ci container has doas 2026-07-10 15:35:08 ah okay 2026-07-10 15:39:52 ikke: how would you like to proceed? 2026-07-10 15:39:58 checking the source right now 2026-07-10 15:40:06 okay, thanks 2026-07-10 15:58:35 The code is quite abstract :( 2026-07-10 16:00:44 is it trying to create a directory in tmpdir, looking for certain permission set and then falling back to sudo provider 2026-07-10 16:04:13 I think it's always trying to invoke sudo in case it's not running as root 2026-07-10 16:04:26 if err := remotefs.Upload(h.Sudo().FS(), src, tmp, remotefs.WithPermissions(fs.FileMode(0o600))); err != nil { 2026-07-10 16:09:20 ah. initially read it as only doing it for certain system paths, and if it fails permission check on tmpdir 2026-07-10 16:09:32 and/or 2026-07-10 16:21:53 Let's see if this works 2026-07-10 16:24:18 apparently 2026-07-10 16:26:37 :)