2020-12-01 09:35:21 algitbot: retry master 2020-12-01 09:47:08 let's see if fx builds now 2020-12-01 09:49:53 Should work, worked on my aarch64 container 2020-12-01 09:50:06 Unless I messed up the commit :D 2020-12-01 09:52:58 openjdk is excruciatingly slow on armhf/v7 2020-12-01 09:54:02 Yes. I'm waiting for it from yesterday. 2020-12-01 09:54:12 What hw is it running on? 2020-12-01 09:55:28 aarch64 based servers with plenty of cores 2020-12-01 09:55:44 But armv7 and armhf share the same hardware 2020-12-01 10:18:11 algitbot: retry master 2020-12-01 10:24:39 Cogitri: I had to kill it 2020-12-01 10:24:41 ^ 2020-12-01 10:24:48 algitbot: retry master 2020-12-01 10:25:29 ikke: Ah, why? 2020-12-01 10:25:35 Process got stuck 2020-12-01 10:25:40 FUTEX_WAIT_PRIVATE 2020-12-01 10:25:42 Of FF? 2020-12-01 10:25:46 yes, rust 2020-12-01 10:26:05 oh rip 2020-12-01 10:26:14 yup 2020-12-01 10:28:41 aarch64 build of FF died? 2020-12-01 10:28:56 mimi89999: if you read back, you see what happened :) 2020-12-01 10:34:10 Hmmm. Debian also does not have arm builds of FF: https://packages.debian.org/sid/firefox 2020-12-01 12:30:36 Maybe it's better to disable Firefox on aarch64? https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/15120 2020-12-01 12:30:40 no 2020-12-01 12:30:42 it's continuing 2020-12-01 12:30:47 We need to be more patient 2020-12-01 12:31:00 build-edge-aarch64: failed to build firefox: https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/firefox/firefox-83.0-r1.log 2020-12-01 12:31:11 tha's the old log 2020-12-01 12:31:12 13:00 2020-12-01 12:31:20 it's only updated when complete (or failed) 2020-12-01 12:31:28 I'm looking directly on the builder 2020-12-01 12:33:01 patience, my young padowan :) 2020-12-01 12:35:28 :) 2020-12-01 13:59:41 ikke: Failed again! 😞️ 2020-12-01 14:00:09 /o\ 2020-12-01 14:00:23 Cogitri: ^ 2020-12-01 14:01:58 Now it's that __NR_FORK 2020-12-01 14:08:30 I hope that it won't attempt to build it again 2020-12-01 14:08:52 It will 2020-12-01 14:09:17 It will keep retrying to build the package until it's fixed 2020-12-01 14:10:50 And the queue will keep building... 2020-12-01 14:11:54 yes 2020-12-01 14:12:06 that's the life if distrubtion management 2020-12-01 14:12:55 Hmmmm, weird that that only happens on aarch64 2020-12-01 14:13:02 yes 2020-12-01 14:13:21 but you said it built for you, right? 2020-12-01 14:13:21 I have to admit I'm not sure what that syscall stuff is about, but I doubt fork() isn't available on aarch64 :D 2020-12-01 14:13:33 I'm looking into it a bit 2020-12-01 14:13:50 those constants are defined in unistd 2020-12-01 14:14:11 /usr/include/asm/unistd_32.h for example 2020-12-01 14:15:08 I aborted the build at gkrust because that takes forever but I think the C++ part built fine 2020-12-01 14:16:39 Hm, `rg -i "NR_FORK" /usr/include/` doesn't return anything on my aarch64 container 2020-12-01 14:17:20 But that patch is in since c9413fd0912a1f1e6cdc9e5fd25d15f4f22cc11a ... ? 2020-12-01 14:19:13 Cogitri: NR_fork 2020-12-01 14:20:18 That one neither 2020-12-01 14:20:23 `-i` is not case sentive 2020-12-01 14:22:05 I'll just ifdef it out for now 2020-12-01 14:22:19 right 2020-12-01 14:23:08 So it's our own patch that breaks it 2020-12-01 14:23:14 Yup 2020-12-01 14:24:38 May 6th, strange 2020-12-01 14:26:19 Yes, very 2020-12-01 14:26:28 The musl-dev apk package of 3.12 doesnt seem to contain it either 2020-12-01 14:42:33 algitbot: retry master 2020-12-01 14:43:22 algitbot: retry master 2020-12-01 15:00:44 Notcurses also failed tests for me on Debian testing. I reported an issue: https://github.com/dankamongmen/notcurses/issues/1168 2020-12-01 15:01:29 mimi89999: thanks 2020-12-01 15:02:19 Don't people try to build packages before opening merge requests? 2020-12-01 15:03:09 mimi89999: not often in last times :P 2020-12-01 15:12:11 :D 2020-12-01 15:12:50 Woah! 2020-12-01 15:13:26 algitbot: retry master 2020-12-01 15:13:49 hmm, wasn't gcc supposed to be fixed :P 2020-12-01 15:14:14 algitbot: retry master 2020-12-01 15:14:53 ikke: yes 2020-12-01 15:15:51 Missing Linux headers? https://build.alpinelinux.org/buildlogs//build-edge-mips64/main/mtools/mtools-4.0.26-r0.log 2020-12-01 15:16:21 is wrong actually 2020-12-01 15:17:57 `uapi/linux/unistd.h` ? 2020-12-01 15:18:47 true 2020-12-01 15:22:16 notcurses seems to pass tests on x86_64 2020-12-01 15:23:22 It failed them on my Debian testing amd64 2020-12-01 15:23:25 oh 2020-12-01 15:23:29 yes crashes for me too 2020-12-01 15:23:51 Reported upstream: https://github.com/dankamongmen/notcurses/issues/1168 2020-12-01 15:25:42 ikke: i hope on the kde packages you masked on s390x you also did so on mips, since they're masked for same reason (either big endian or no rust) 2020-12-01 15:25:45 Ariadne: I hope that it's the tests that are broken and not the package. 2020-12-01 15:25:45 :s 2020-12-01 15:26:10 mimi89999: its probably the package, but the dependency tree does not look "important" 2020-12-01 15:26:52 move discussion to #alpine-devel please 2020-12-01 16:51:15 😔 2020-12-01 16:56:21 For more information about this error, try `rustc --explain E0432`. 2020-12-01 16:57:17 error[E0432]: unresolved imports `core::arch::arm::float32x4_t`, `core::arch::arm::int32x4_t`, `core::arch::arm::vaddq_f32` 2020-12-01 17:45:10 ^^ \o/ 2020-12-01 17:56:06 Horay! 2020-12-01 20:25:44 `./gt-cp-method.h:36:2: internal compiler error: Segmentation fault` 2020-12-01 20:25:45 Nice 2020-12-01 20:25:51 For https://build.alpinelinux.org/buildlogs//build-edge-mips64/main/gcc/gcc-10.2.1_pre0-r3.log 2020-12-01 20:30:30 anyone know what are 'ZDI-CAN' security tags? 2020-12-01 20:38:28 hmm, wrong channel to ask 2020-12-01 21:09:10 `kimap` fails for me on x86_64 with `Could not find a configuration file for package "KF5Mime" that is compatible with requested version "5.15.3".` 2020-12-01 21:09:20 The following configuration files were considered but not accepted: /usr/lib/cmake/KF5Mime/KF5MimeConfig.cmake, version: 5.15.2 2020-12-01 21:12:34 Hmm, seems like a version mismatch 2020-12-01 21:34:13 ikke: I used `20.08.2-r0`. 2020-12-01 21:34:28 Latest in Edge 2020-12-01 21:35:12 `kmime-dev` `20.08.2-r0`. 2020-12-02 12:50:09 algitbot: retry master 2020-12-03 01:02:15 algitbot: retry master 2020-12-03 11:15:50 algitbot: retry master 2020-12-03 15:06:52 algitbot: retry master 2020-12-03 22:59:43 algitbot: retry master 2020-12-04 23:37:34 algitbot: retry master 2020-12-05 06:30:33 algitbot: retry master 2020-12-05 08:24:26 algitbot: retry master 2020-12-05 11:44:03 algitbot: retry master 2020-12-05 11:57:37 <_ikke_> algitbot: retry master 2020-12-05 12:16:07 <_ikke_> algitbot: retry master 2020-12-05 12:30:07 <_ikke_> algitbot: retry master 2020-12-05 16:09:23 algitbot: retry master 2020-12-05 16:54:24 algitbot: retry 3.13-stable 2020-12-06 17:09:51 algitbot: retry master 2020-12-06 17:55:26 algitbot: retry master 2020-12-06 19:58:15 algitbot: retry master 2020-12-06 20:00:22 algitbot: retry master 2020-12-08 13:04:30 algitbot: retry master 2020-12-08 16:01:39 algitbot: retry master 2020-12-08 19:12:46 algitbot: retry master 2020-12-09 01:27:36 algitbot: retry master 2020-12-09 01:29:00 algitbot: retry master 2020-12-09 13:48:17 algitbot: retry mastedr 2020-12-09 13:48:19 algitbot: retry master 2020-12-09 17:17:22 algitbot: retry master 2020-12-10 09:57:31 algitbot: retry 3.12-stable 2020-12-10 11:43:54 algitbot: retry master 2020-12-10 11:58:36 algitbot: retry master 2020-12-11 17:00:27 lua-aports:v1.1.0 [passed] |Natanael Copa| ==== release 1.1.0 ==== | https://travis-ci.org/alpinelinux/lua-aports/builds/749074453 2020-12-13 11:49:57 algitbot: retry master 2020-12-13 13:02:43 algitbot: retry master 2020-12-14 13:04:04 build-edge-aarch64 stuck on 82% of the qtwebengine? 2020-12-14 13:18:32 artok: note that the progress is not updated live 2020-12-14 13:19:04 it does not mean how far the build of the pacakge itself is 2020-12-14 13:19:13 more how many of the queued packages are built 2020-12-14 13:19:29 ok thanks 2020-12-14 15:45:34 algitbot: retry master 2020-12-14 15:49:43 algitbot: retry master 2020-12-14 16:03:21 algitbot: 2020-12-14 16:03:25 algitbot: retry master 2020-12-14 16:25:28 algitbot: retry master 2020-12-15 16:05:33 algitbot: retry master 2020-12-15 17:28:07 algitbot: retry master 2020-12-15 17:44:31 algitbot: retry master 2020-12-15 19:49:08 algitbot: retry master 2020-12-15 20:11:12 ikke: how do you know it will be properly? :) 2020-12-15 20:38:31 clandmeter: intuition :P 2020-12-15 21:12:23 clandmeter: see, it worked now ;-) 2020-12-15 22:20:42 algitbot: retry master 2020-12-15 22:22:07 algitbot: retry master 2020-12-16 05:43:57 algitbot: retry master 2020-12-16 05:56:59 algitbot: retry master 2020-12-16 06:02:58 ah ikke got the 3-13-mips64 builder back to life 2020-12-16 06:03:25 yea 2020-12-16 06:03:41 p3-lz4 hanging 2020-12-16 06:05:17 ah, and s390x 2020-12-16 06:07:04 i'm mostly interested in build-edge-x86 trying notcurses again 2020-12-16 06:16:48 Ariadne: notcurses comes after pdns 2020-12-16 06:16:54 ;/ 2020-12-16 06:17:15 does that come after grpc? 2020-12-16 06:17:34 no, before... 2020-12-16 06:18:24 I guess it first has to finish its current cycle 2020-12-16 06:20:35 algitbot: retry master 2020-12-16 06:37:52 algitbot: retry master 2020-12-16 06:42:27 ffs 2020-12-16 06:42:29 huh 2020-12-16 06:42:34 how did that work on edge? 2020-12-16 06:43:07 (proftpd) 2020-12-16 06:44:54 i wonder if there is a way to get a ctest log 2020-12-16 06:45:05 Ariadne: I can take a look 2020-12-16 06:45:34 i figured the issue was /dev/tty being bogus 2020-12-16 06:45:42 but apparently there is more to it 2020-12-16 06:46:26 hmm, it crashes after 1.74 seconds 2020-12-16 06:46:49 https://tpaste.us/x1jv 2020-12-16 06:47:28 that is Testing/Temporary/LastTest.log 2020-12-16 07:02:04 algitbot: retry master 2020-12-16 09:06:09 algitbot: retry master 2020-12-16 10:29:31 algitbot: retry master 2020-12-16 13:48:58 algitbot: retry 3.11-stable 2020-12-18 10:37:49 algitbot: retry master 2020-12-18 14:00:06 wow, 3.2-stable :) 2020-12-18 20:03:30 algitbot: retry master 2020-12-18 22:07:34 algitbot: retry master 2020-12-18 22:07:56 I think I need to bump protobuf and protobuf-c 2020-12-18 22:21:12 algitbot: retry master 2020-12-19 11:02:07 algitbot: retry master 2020-12-19 17:03:20 algitbot: retry master 2020-12-20 10:14:18 algitbot: retry master 2020-12-20 11:52:16 algitbot: retry 3.9-stable 2020-12-20 12:05:06 algitbot: retry master 2020-12-20 12:07:43 Cogitri: hope ldc now builds properly :) 2020-12-20 12:08:05 ikke: It worked on my x86_64 lxc so I'm hoping for the best :) 2020-12-20 12:08:28 Retried master for that aarch64 3.13 failure, not sure why hunspell-de-de would fail the checksum otherwise 2020-12-20 12:08:55 hunspell failed before 2020-12-20 12:11:55 Cogitri: The returned file is html 2020-12-20 12:12:07 Oh, huh 2020-12-20 12:12:53 THe download page it seems 2020-12-20 12:13:08 span>Download 2020-12-20 12:21:32 The donwload link https://extensions.openoffice.org/de/projectrelease/german-de-de-frami-dictionaries-20170112 leads to sourceforge 2020-12-20 12:21:38 but the checksum is different 2020-12-20 12:22:49 oh no, it's still the same 2020-12-20 12:22:51 Cogitri: ^ 2020-12-20 12:23:26 4 test failures 2020-12-20 12:27:41 ugh :( 2020-12-20 12:28:10 That was meant to be hunspell-de-de 2020-12-20 12:33:15 ikke: ah, but only 4 failures on aarch64, not 800 :) 2020-12-20 12:34:03 Cogitri: yes, a big improvement 2020-12-20 12:35:08 At least x86_64 should work now though 2020-12-20 12:35:33 And thanks for handling hunspell-de-de 2020-12-20 12:37:31 np 2020-12-20 12:40:19 algitbot: retry master 2020-12-20 12:59:08 Yuck, messed up applying the patch for aarch64, testing a new version right now, I should have ldc fixed by later today hopefully :) 2020-12-20 19:42:20 algitbot: retry master 2020-12-21 17:45:57 algitbot: retry master 2020-12-22 11:28:35 mkinitfs:master [errored] |Natanael Copa| Merge branch 'master' into 'master' | https://travis-ci.org/alpinelinux/mkinitfs/builds/751008246 2020-12-22 11:30:31 mkinitfs:master [errored] |Natanael Copa| Merge branch '4-mkinitfs-fails-if-feature-list-is-empty' into 'master' | https://travis-ci.org/alpinelinux/mkinitfs/builds/751008435 2020-12-22 11:35:00 mkinitfs:master [errored] |Noel Kuntze| Run mkdir -p before copying the kernel modules. Makes sure the dirs exist before calling cp on them. | https://travis-ci.org/alpinelinux/mkinitfs/builds/751008758 2020-12-22 11:38:33 mkinitfs:master [errored] |Natanael Copa| Merge branch 'zfs' into 'master' | https://travis-ci.org/alpinelinux/mkinitfs/builds/751009179 2020-12-22 11:40:32 mkinitfs:master [errored] |Natanael Copa| Merge branch 'fix-dhcp-af_packet-module' into 'master' | https://travis-ci.org/alpinelinux/mkinitfs/builds/751009403 2020-12-22 11:47:03 mkinitfs:master [errored] |Natanael Copa| Merge branch 'github/fork/reidrankin/dev-kmsg-progress' into 'master' | https://travis-ci.org/alpinelinux/mkinitfs/builds/751010261 2020-12-22 11:59:32 mkinitfs:master [errored] |Natanael Copa| ==== release 3.5.0_rc1 ==== | https://travis-ci.org/alpinelinux/mkinitfs/builds/751011550 2020-12-22 11:59:44 mkinitfs:v3.5.0_rc1 [errored] |Natanael Copa| ==== release 3.5.0_rc1 ==== | https://travis-ci.org/alpinelinux/mkinitfs/builds/751011562 2020-12-22 16:04:46 algitbot: retry master 2020-12-22 17:24:48 algitbot: retry master 2020-12-22 18:03:39 algitbot: retry master 2020-12-23 21:57:19 algitbot: retry master 2020-12-23 21:57:25 ty 2020-12-23 22:09:50 meh, the hyperopt tarball on distfiles.al.org is wrong 2020-12-24 12:35:51 algitbot: retry master 2020-12-24 14:05:02 dolphin-emu can be fixed by depending on llvm-static, not sure if it actually uses static libraries but it mostly seems to fail because these files are referenced in the cmake configs provided by llvm but don't exist without llvm-static 2020-12-27 15:32:35 algitbot: retry master 2020-12-28 11:44:32 hehe, dutch test strings :3 2020-12-28 13:13:13 > mkdir: cannot create directory ‘/home/buildozer/aports/community/calendarsupport/src’: No space left on device 2020-12-28 13:13:14 Oo 2020-12-28 13:15:48 that host is hosting distfiles 2020-12-28 13:15:58 which is taking up most space 2020-12-31 00:35:23 algitbot: retry master 2020-12-31 01:41:50 algitbot: retry master