2021-04-02 19:13:52 huh 2021-04-02 19:14:03 where is x86 and ppc64le 2021-04-02 20:10:11 algitbot: retry master 2021-04-02 20:11:21 is that with -r2? 2021-04-02 20:12:24 ikke: ^ 2021-04-02 20:12:33 checking 2021-04-02 20:12:54 you probably need to do `apk upgrade apk-tools` 2021-04-02 20:13:04 build-edge-x86 [~]# apk version apk-tools 2021-04-02 20:13:07 Installed: Available: 2021-04-02 20:13:09 apk-tools-2.12.4-r2 = 2.12.4-r2 2021-04-02 20:13:26 algitbot: retry master 2021-04-02 20:13:54 ffs 2021-04-02 20:13:54 still hapening 2021-04-02 20:14:27 only on 32-bits? 2021-04-02 20:14:52 -r3 backs out the hotfix 2021-04-02 20:15:04 please manually upgrade build-edge-x86 :) 2021-04-02 20:15:40 Ariadne: -r3 is already installed 2021-04-02 20:15:52 cool 2021-04-02 20:15:56 well it hasnt died yet 2021-04-02 20:15:59 nope 2021-04-02 20:16:01 so at least the backout works 2021-04-02 20:16:22 i'm going to backout the hotfix on all the stable branches 2021-04-02 20:16:28 yeah, good idea 2021-04-02 20:18:24 oh well 2021-04-02 20:18:31 this is strange 2021-04-02 20:18:39 i'm not sure why the sporadic issues 2021-04-02 20:18:48 seems to mostly affect 32-bits 2021-04-02 20:19:19 huh 2021-04-02 20:19:26 i wonder if it is the SSIZE_MAX check then 2021-04-04 07:45:07 algitbot: retry master 2021-04-04 19:44:59 algitbot: retry master 2021-04-04 19:59:11 andypost: need to call chrpath 2021-04-04 20:05:57 ikke, thanks! working on it 2021-04-04 20:29:23 algitbot: retry master 2021-04-04 20:33:18 algitbot: retry master 2021-04-04 20:33:51 ikke, what's wrong with edge ppc builder? 2021-04-04 20:34:25 checking 2021-04-04 20:38:37 algitbot: retry master 2021-04-04 20:39:13 was stuck on py3-sh 2021-04-04 20:51:49 algitbot: retry master 2021-04-04 21:01:15 ikke, ppc looks gone again 2021-04-04 21:01:47 on building main/freeswitch 1.10.6-r0 2021-04-04 21:11:52 andypost: seems there are network issues as well 2021-04-04 21:15:04 it just back 2021-04-04 21:15:37 looks bulding fine 2021-04-04 21:40:12 algitbot: retry master 2021-04-04 21:47:20 algitbot: retry master 2021-04-05 00:58:49 algitbot: retry master 2021-04-05 18:44:41 algitbot: retry master 2021-04-05 21:45:57 algitbot: retry master 2021-04-05 22:45:05 algitbot: retry master 2021-04-05 23:01:51 algitbot: retry master 2021-04-06 01:37:54 algitbot: retry master 2021-04-06 02:06:59 algitbot: retry master 2021-04-06 03:44:34 algitbot: retry master 2021-04-06 04:09:04 algitbot: retry master 2021-04-06 04:16:54 algitbot: retry master 2021-04-06 10:11:59 algitbot: retry master 2021-04-06 10:28:04 algitbot: retry master 2021-04-06 10:37:33 maxice8: what are you working on right now? 2021-04-06 10:37:52 py3-magic 2021-04-06 10:37:58 ok 2021-04-06 10:38:07 trying to take a look at inform 2021-04-06 10:38:32 Good luck I have postponed looking into pytest{,-runner} related failures 2021-04-06 10:38:39 ah ok 2021-04-06 10:49:58 maxice8: py3-pytest-runner is still built for 3.8 2021-04-06 10:50:12 yes but why 2021-04-06 10:50:50 I got far enough where I realized that the buildsystem trying to fetch pytest-runner means it is not finding it which is most likely that it is built for py3.8 (I installed it in my container to check it out and it is true) 2021-04-06 10:51:02 right 2021-04-06 10:51:07 but I don't know why it is building for 3.8, adep circular found no circular dependencies 2021-04-06 10:51:09 was it already rebuilt? 2021-04-06 10:51:34 yes, twice 2021-04-06 10:51:45 I still have -r0 2021-04-06 10:51:58 so -r2 is not uploaded yet 2021-04-06 10:52:08 which makes sense, but I need to check on the builder then 2021-04-06 10:52:29 (28/29) Installing py3-pytest-runner (5.3.0-r2) 2021-04-06 10:54:30 -r2 is built against 3.9 2021-04-06 10:56:29 So now to figure out why it's still not found then 2021-04-06 10:57:28 Maybe one of the modules it depends on is on 3.8 ? 2021-04-06 10:57:55 depends only on python :P 2021-04-06 10:58:21 I'll temporarily stop the builder and check 2021-04-06 11:00:44 maxice8: /usr/lib/python3.9/site-packages/pytest_runner-0.0.0-py3.9.egg-info/ 2021-04-06 11:00:49 I guess the version is not correct 2021-04-06 11:01:26 heh 2021-04-06 11:01:28 found the problem 2021-04-06 11:01:35 I figured 2021-04-06 11:01:56 look at ptr.py 2021-04-06 11:01:57 it needs py3-setuptools 2021-04-06 11:02:08 'import setuptools' 2021-04-06 11:02:19 pushed a fix 2021-04-06 11:02:21 I started the builder again 2021-04-06 11:07:14 maxice8: :* 2021-04-06 11:08:36 algitbot: retry master 2021-04-06 11:08:38 what is that ? 2021-04-06 11:08:48 maxice8: was supposed to be :( 2021-04-06 17:36:40 algitbot: retry master 2021-04-06 17:36:46 random checksum failure on x86_64, odd 2021-04-06 17:37:37 not just on x86_64 2021-04-06 17:37:46 I was just looking into it 2021-04-06 17:37:51 happened on armhf as well 2021-04-06 17:38:15 locally the checksum works fine 2021-04-06 17:38:58 Yeah same 2021-04-06 17:41:22 Cogitri: I was just looking at that 2021-04-06 17:41:53 unittest2 seems like a bacport of unittest2, it should be available already 2021-04-06 17:42:11 Oh, sorry, just grepped through the repo and didn't see it 2021-04-06 17:42:30 I looked at pypi 2021-04-06 17:42:46 https://pypi.org/project/unittest2/ 2021-04-06 17:43:19 Hm, but seems like that would require porting that project away from the external module 2021-04-06 17:44:20 As in it wouldn't be a trivial change for us to do 2021-04-06 17:45:04 s/unittest2/unittest? 2021-04-06 17:45:30 And remove the unittest2 dep and stuff 2021-04-06 17:46:38 where is it required in the first place? 2021-04-06 17:46:48 grepping on unittest2 returns nothing 2021-04-06 17:48:29 is it a dependency that requires unittest2? 2021-04-06 18:11:45 ikke: not sure what pulls it in, it just complains that the install of unittest2 (and testrepository) didn't work 2021-04-06 18:12:58 yes, I noticed 2021-04-06 18:13:10 but I cannot find any reference in that project, I so I guess it's another dep 2021-04-06 18:21:54 algitbot: retry master 2021-04-06 21:34:00 algitbot: retry master 2021-04-06 21:50:10 algitbot: retry master 2021-04-06 21:50:47 mercurial has test failures on ppc64le 2021-04-06 21:50:59 ufo2ft also has test failures 2021-04-06 23:24:28 algitbot: retry master 2021-04-07 01:01:37 algitbot : retry master 2021-04-07 01:01:44 algitbot: retry master 2021-04-07 02:57:40 algitbot: retry master 2021-04-07 04:34:06 fixing py3-furl 2021-04-07 04:36:22 maxice8: tar has failing checksums on stable branches 2021-04-07 04:36:30 oh 2021-04-07 04:36:41 I'll take a look 2021-04-07 04:36:50 thanks 2021-04-07 04:38:39 working on publicsuffix2 2021-04-07 04:41:10 armhf and x86_64 already finished community 2021-04-07 04:42:11 I always forget < 3.13 doesn't support remote sources 2021-04-07 04:42:36 maxice8: what do you mean, does not support remote sources? 2021-04-07 04:44:14 What just happened with tar 2021-04-07 04:44:16 also looking at jinja2-cli 2021-04-07 04:46:08 oh 2021-04-07 04:46:11 why 2021-04-07 04:46:17 it was just missing dependencies 2021-04-07 04:46:51 ah, no tests in the first place 2021-04-07 08:09:09 algitbot: retry master 2021-04-07 10:47:52 algitbot: retry master 2021-04-07 17:12:42 algitbot: retry master 2021-04-07 17:26:41 algitbot: retry ,aster 2021-04-07 17:26:47 algitbot: retry master 2021-04-07 17:26:48 Whoops 2021-04-07 17:27:03 We need AI in algitbot :D 2021-04-07 17:27:36 :) 2021-04-07 18:15:52 algitbot: retry master 2021-04-07 18:29:46 algitbot: retry master 2021-04-07 18:35:39 algitbot: retry master 2021-04-07 18:40:15 algitbot: retry master 2021-04-07 18:41:34 algitbot: retry master 2021-04-07 19:16:42 algitbot: retry master 2021-04-07 19:31:37 algitbot: retry master 2021-04-07 19:52:42 algitbot: retry master 2021-04-07 20:23:43 algitbot: retry master 2021-04-07 20:36:19 algitbot: retry master 2021-04-07 20:55:00 algitbot: retry master 2021-04-07 20:56:00 algitbot: retry master 2021-04-07 22:21:45 algitbot: retry 3.11-stable 2021-04-07 22:48:14 algitbot: retry master 2021-04-08 00:37:36 algitbot: retry master 2021-04-08 00:37:57 algitbot: retry master 2021-04-08 00:38:36 algitbot: retry master 2021-04-08 04:44:53 algitbot: retry master 2021-04-08 09:01:32 algitbot: retry master 2021-04-08 11:22:01 going to fix vouch after lunch 2021-04-08 11:26:12 Seems like a simple fix, making mod writeable 2021-04-08 11:57:17 sigh, now someone must manually chmod the dirs, ikke? 2021-04-08 11:57:31 options="chmod-clean" 2021-04-08 11:57:52 thanks maxice8 I wasn't aware 2021-04-08 11:58:08 welcome 2021-04-08 12:01:53 There is a better solution actually 2021-04-08 12:02:17 now chmod is no longer needed, next commit I'll remove it 2021-04-08 23:57:35 algitbot: retry master 2021-04-08 23:57:42 weird 2021-04-08 23:57:57 o 2021-04-08 23:58:04 right, no pkgrel update 2021-04-08 23:58:04 :) 2021-04-09 02:39:18 algitbot: retry master 2021-04-09 04:56:25 Ariadne: nice 2021-04-09 04:59:23 yeah i also reported it to google 2021-04-09 04:59:33 which required me to sign in with a google account 2021-04-09 04:59:37 which required me to be deadnamed 2021-04-09 04:59:39 which sucks 2021-04-09 04:59:42 but whatever 2021-04-09 06:06:28 algitbot: retry 3.12-stable 2021-04-09 06:25:58 algitbot: retry master 2021-04-09 12:40:43 algitbot: retry master 2021-04-09 13:14:36 ? 2021-04-09 13:14:37 algitbot: retry master 2021-04-09 13:14:42 Lets try it another time, maybe the checksum works this time :D 2021-04-09 13:15:40 Yeah, works for me locally 2021-04-09 21:02:57 algitbot: retry master 2021-04-10 05:06:27 humm 2021-04-10 12:15:26 algitbot: retry 3.13-stable 2021-04-11 10:26:01 algitbot: retry master 2021-04-11 10:41:13 algitbot: retry master 2021-04-11 14:33:28 algitbot: retry master 2021-04-11 19:28:39 algitbot: retry master 2021-04-12 06:52:09 wtf 2021-04-12 06:55:19 it builds for me???? 2021-04-12 11:06:49 algitbot: retry master 2021-04-12 12:50:08 apk-tools:v2.10.6 [errored] |Timo Teräs| apk-tools-2.10.6 | https://travis-ci.org/alpinelinux/apk-tools/builds/766775523 2021-04-12 19:43:16 algitbot: retry master 2021-04-13 04:43:45 algitbot: retry master 2021-04-13 09:29:32 algitbot: retry master 2021-04-14 06:24:32 algitbot: retry 3.12-stable 2021-04-14 14:14:46 algitbot: retry 3.10-stable 2021-04-14 15:26:42 algitbot: retry master 2021-04-14 15:27:34 algitbot: retry master armhf 2021-04-14 15:27:48 Or just ignore armhf, whatever... 2021-04-14 19:21:17 nmeum: ^ 2021-04-14 19:22:21 meeehhh 2021-04-14 19:22:55 passed on ci I guess it's a flaky test 2021-04-14 19:23:22 algitbot: retry master 2021-04-14 19:29:33 nmeum: doesn't seem so flaky 2021-04-14 19:30:13 strange 2021-04-14 19:31:31 https://gitlab.alpinelinux.org/alpine/aports/-/jobs/371554 2021-04-14 19:31:35 > ./A03quoting.ztst: all tests successful. 2021-04-14 19:31:38 did pass on the ci 2021-04-14 19:31:53 I also only removed a completion file in package() not sure how that would affect check() 2021-04-14 19:58:52 🙏 2021-04-14 20:00:39 algitbot: retry master 2021-04-15 08:07:54 algitbot: retry 3.12-stable 2021-04-15 08:08:02 algitbot: retry 3.11-stable 2021-04-15 08:08:20 The distfiles clash of arm* can be a bit annoying 2021-04-15 08:46:22 algitbot: retry 3.13-stable 2021-04-15 14:32:54 algitbot: retry master 2021-04-15 17:03:28 algitbot: retry master 2021-04-15 20:19:43 algitbot: retry master 2021-04-15 23:10:48 algitbot: retry master 2021-04-16 00:58:16 algitbot: retry master 2021-04-16 08:23:41 algitbot: retry master 2021-04-16 08:31:29 algitbot: retry master 2021-04-16 11:23:43 algitbot: retry master 2021-04-16 17:44:33 algitbot: retry master 2021-04-16 19:28:47 algitbot: retry master 2021-04-16 20:04:42 algitbot: retry master 2021-04-17 18:12:48 algitbot: retry master 2021-04-18 13:57:47 algitbot: retry master 2021-04-18 14:15:12 finally :) 2021-04-18 14:15:36 can the pdns test-failures also be due to the boost provides? 2021-04-18 14:18:17 ^ blocked on qt5-qtwebengine 2021-04-18 14:31:00 algitbot: retry master 2021-04-18 14:47:48 algitbot: retry master 2021-04-18 15:16:20 algitbot: retry master 2021-04-18 15:40:00 algitbot: retry master 2021-04-18 16:06:55 algitbot: retry master 2021-04-18 16:50:46 algitbot: retry master 2021-04-18 17:58:51 algitbot: retry master 2021-04-18 18:19:21 algitbot: retry master 2021-04-18 18:33:52 algitbot: retry master 2021-04-18 19:48:35 https://github.com/zrepl/zrepl/blob/master/util/optionaldeadline/optionaldeadline_test.go#L74 2021-04-18 22:41:28 algitbot: retry master 2021-04-19 04:28:26 algitbot: retry master 2021-04-19 07:42:18 algitbot: retry master 2021-04-19 10:08:18 algitbot: retry master 2021-04-20 10:35:25 algitbot: retry master 2021-04-21 07:17:25 algitbot: retry master 2021-04-23 05:32:18 algitbot: retry master 2021-04-23 05:34:03 algitbot: retry master 2021-04-23 18:18:36 algitbot: retry master 2021-04-23 18:54:17 PureTryOut[IRC]: you can do it from #alpine-devel too, no need to connect to IRC 2021-04-23 18:54:30 :D 2021-04-23 18:54:45 Waaaaatttt, and you only tell me this now?! 2021-04-23 18:54:56 thought you knew 2021-04-23 18:54:58 :D 2021-04-23 18:55:04 now you spoiled the fun :P 2021-04-23 18:55:09 Then, cya IRC, I never missed you anyway 😂 2021-04-26 06:20:47 algitbot: retry master 2021-04-26 08:11:24 algitbot: retry master 2021-04-27 14:51:31 algitbot: retry 3.13-stable 2021-04-28 10:59:03 algitbot: retry master 2021-04-28 10:59:06 algitbot: retry 3.13-stable 2021-04-28 10:59:07 oops 2021-04-28 10:59:07 :) 2021-04-28 10:59:23 poor algitbot 2021-04-28 11:07:44 algitbot: retry 3.13-stable 2021-04-29 10:40:06 grr 2021-04-29 10:41:47 are you fucking kidding me 2021-04-29 10:42:01 fucking git completely botched the cherry-pick 2021-04-29 10:46:54 algitbot: retry master 2021-04-29 10:46:58 algitbot: retry 3.10-stable 2021-04-29 10:47:50 oh my fucking god 2021-04-29 10:48:00 why could this person not just follow 9.11 2021-04-29 10:50:02 okay, i'll just sync the APKBUILD from edge 2021-04-29 11:13:49 algitbot: retry 3.11-stable 2021-04-29 17:37:33 algitbot: retry master 2021-04-30 08:52:57 algitbot: retry master 2021-04-30 12:57:50 ok github you're really pissing me off 2021-04-30 13:05:52 hummph 2021-04-30 13:50:49 algitbot: retry 3.12-stable 2021-04-30 15:25:52 oops :/ 2021-04-30 16:12:38 algitbot: retry master