2017-11-01 17:08:04 hm, go 1.9.2 seems to have build fine on armhf before 2017-11-01 17:11:47 in go 1.9 they introduced parallel compilation might be an issue with that 2017-11-02 05:00:43 apk-tools:master [passed] |William Pitcock| solver: implement support for choosing default virtuals | https://travis-ci.org/alpinelinux/apk-tools/builds/296099225 2017-11-02 13:21:48 duh 2017-11-02 16:40:24 apk-tools:master [passed] |William Pitcock| solver: only select a default if there is at least one provider with a declared provider_priority | https://travis-ci.org/alpinelinux/apk-tools/builds/296357769 2017-11-02 17:26:42 apk-tools:master [passed] |William Pitcock| solver: prefer highest requirer count above installed status | https://travis-ci.org/alpinelinux/apk-tools/builds/296378641 2017-11-03 16:22:41 algitbot: retry master 2017-11-04 18:36:57 algitbot: retry master 2017-11-04 18:44:31 algitbot: retry master 2017-11-05 00:37:43 retry master 2017-11-05 00:37:57 algitbot: retry master 2017-11-05 20:28:33 hmhm 2017-11-05 20:29:48 this worked fine on the travis CI runner 2017-11-05 20:29:48 > 2017-11-05 20:29:53 > ALL TESTS SUCCESSFUL. 2017-11-05 20:29:55 strange… 2017-11-05 20:43:47 cannot even reproduce this on my machine 2017-11-05 20:52:19 aha! 2017-11-05 21:35:30 algitbot: retry master 2017-11-05 21:38:55 algitbot: retry master 2017-11-06 10:31:44 algitbot: retry master 2017-11-07 00:01:35 algitbot: retry master 2017-11-10 04:24:53 that's weird 2017-11-10 09:49:23 algitbot: retry master 2017-11-10 20:05:59 algitbot: retry master 2017-11-10 20:35:38 algitbot: retry master 2017-11-10 21:27:33 retry master 2017-11-10 21:27:39 algitbot: retry master 2017-11-12 23:18:22 they really wants to piss me off! libressl detection in rust-openssl is fixed to exact version numbers, i.e. 2.6.2 is ok, 2.6.3 doesn’t work due to this stupid detection 2017-11-13 18:36:53 algitbot: retry master 2017-11-13 19:19:09 algitbot: retry master 2017-11-13 19:24:15 algitbot: retry master 2017-11-14 18:50:52 algitbot: retry master 2017-11-16 13:35:12 algitbot: retry master 2017-11-16 15:33:06 sigh... 2017-11-16 15:41:33 hum.. ok? mosh build second try... 2017-11-16 15:42:44 ncopa: seems community/lua-http 0.2-r0 is hanging on build-edge-ppc64le 2017-11-16 15:46:39 ok, i killed it 2017-11-16 15:46:58 it was lua5.1 /usr/bin/busted 2017-11-16 16:16:35 algitbot: retry master 2017-11-16 16:19:46 algitbot: retry master 2017-11-16 16:20:14 algitbot: retry master 2017-11-16 18:19:49 algitbot: retry master 2017-11-16 18:26:07 hmm. the_silver_searcher should build fine in ppc64le edge (as it does in 3.7 builder) as patch https://github.com/alpinelinux/aports/commit/bf0205104ba520e7d2fea17704a1cc131551c3d3 is merged 2017-11-17 12:23:28 algitbot: rebuild master 2017-11-17 12:24:01 algitbot: retry master 2017-11-17 15:45:19 jirutka: looks like may packages fails due to busted ^^^ 2017-11-17 15:46:49 not finding /usr/bin/busted-5.3 in 3.7 builders (as lua5.3 is been installed) 2017-11-17 16:04:59 algitbot: retry master 2017-11-17 16:25:03 looks like lua-busted is not built http://build.alpinelinux.org/buildlogs/build-3-7-ppc64le/community/lua-busted/ 2017-11-17 16:29:00 oh 2017-11-17 16:29:08 i think i know what may happen 2017-11-17 16:32:05 ncopa: it is missing to build lua-busted? 2017-11-17 16:40:37 no its there 2017-11-17 16:40:59 i think it may be a bug in apk 2017-11-17 16:41:17 install_if is not installed if repository is specified on commandline 2017-11-17 16:41:26 lua-busted is in community repo 2017-11-17 16:41:33 the /etc/apk/repositories has only main 2017-11-17 16:41:35 not community 2017-11-17 16:41:48 sigh 2017-11-17 16:42:04 but while the dependencies are added, the repodest is added 2017-11-17 16:42:14 but for some reason it does not pull in the install_if 2017-11-17 16:42:21 why is community specified only on cli? and why it can even affect install_if? 2017-11-17 16:42:54 and why it worked until now? lua-busted is not new 2017-11-17 16:42:56 because otherwise will we not catch dependencies main -> community 2017-11-17 16:43:40 apk would happily install deps from community while building packages in main 2017-11-17 16:43:58 hm, i do it differently on Travis, edits /etc/apk/repositories before each build 2017-11-17 16:44:25 i think for the edge builders, we have community in /etc/apk/repositories systemwide 2017-11-17 16:44:38 otherwise would not testing repo build... 2017-11-17 16:44:44 (yeah i know its a mess) 2017-11-17 16:44:54 i have a suggestion for a workaround 2017-11-17 16:45:08 do not rely on install_if if you have explicit depends 2017-11-17 16:45:23 https://github.com/alpinelinux/aports/blob/master/.travis/build-pkgs#L34-L50 2017-11-17 16:45:42 https://github.com/alpinelinux/aports/blob/master/.travis/build-pkgs#L73-L74 2017-11-17 16:45:49 sudo sh -c "printf '%s\n' $repos > /etc/apk/repositories" 2017-11-17 16:45:56 only works on disposable systems 2017-11-17 16:46:14 it updates it before each build 2017-11-17 16:46:40 yeah, it’s hackish, I don’t remember why I did it in this way, but our whole build system is messy hack, so… 2017-11-17 16:46:45 i though it builds the machine, the entire vm from scratch each build? 2017-11-17 16:46:59 yes, but that’s not important here 2017-11-17 16:47:14 if you don’t run multiple separated builds in parallel 2017-11-17 16:47:15 the weird thing is why its not gets installed 2017-11-17 16:47:30 because apk should find the install_if 2017-11-17 16:47:36 yeah, we should fix it 2017-11-17 16:48:20 but i dont like the indirect depends in makedepends 2017-11-17 16:48:23 wait a moment, lua5.1-busted and lua5.2-busted are installed, but not lua5.3-busted o.O http://build.alpinelinux.org/buildlogs/build-3-7-ppc64le/community/lua-lpeg_patterns/lua-lpeg_patterns-0.4-r1.log 2017-11-17 16:48:39 hum 2017-11-17 16:48:48 ok... i have no clue whats going on then 2017-11-17 16:49:08 jirutka: yes, it is missing just lua5.3-busted 2017-11-17 16:49:29 jirutka: and apk search for lua5.3-busted do not finds the package in 3.7 builders 2017-11-17 16:49:53 hm, so we have even bigger problem 2017-11-17 16:50:05 because /etc/apk/repositories does not contain "community", only "main" 2017-11-17 16:50:05 how the hell can happen that some subpackage get lost? 2017-11-17 16:50:13 its not lost 2017-11-17 16:50:22 it just fail pull in the install_if as expected 2017-11-17 16:51:07 but i dont like to depend on install_if for makedepends 2017-11-17 16:51:14 hm, right, lua5.3-busted is in the 3.7 repository 2017-11-17 16:51:33 why? 2017-11-17 16:51:50 because it makes calculating the build order significantly more complicated 2017-11-17 16:52:21 hm, yeah, install_if is not even considered in dependency graph 2017-11-17 16:52:50 lua-busted it 2017-11-17 16:52:51 is* 2017-11-17 16:53:00 btw it is not a make depend, but check depend ;) 2017-11-17 16:53:01 so it should work anyway 2017-11-17 16:53:03 but that doesn’t matter 2017-11-17 16:53:17 build order calculation gets more compilcated 2017-11-17 16:53:47 and its trivial to make it depend explicitly on lua5.3-busted 2017-11-17 16:54:31 no, on lua5.1-busted, lua5.2-busted, lua5.3-busted 2017-11-17 16:54:34 https://github.com/alpinelinux/aports/blob/master/community/lua-lpeg_patterns/APKBUILD 2017-11-17 16:54:49 you loop luaver 2017-11-17 17:00:43 http://tpaste.us/DkVl 2017-11-17 17:04:16 grrr, we need lua-busted (w/o) version for binary on PATH 2017-11-17 17:04:51 supporting multiple versions of lang is insane 2017-11-17 17:05:03 unfortunately we need lua5.1 for luajit 2017-11-17 17:05:10 but I’d like to get rid at least of lua5.2 2017-11-17 17:07:11 and maybe support lua5.1 *only* for LuaJIT 2017-11-17 17:07:41 I wish upstream *finally* implement Lua 5.3 into LuaJIT, but it doesn’t look like it’ll be soon :( 2017-11-17 17:13:12 jirutka: thanks for cleaning that up 2017-11-17 17:13:36 there might be other build failures now since i enabled halt and report on errors 2017-11-17 17:16:56 any idea why openjdk7 fails to build? 2017-11-17 17:21:08 i havent looked at it 2017-11-17 17:21:12 its weekend for me now 2017-11-17 17:21:18 will check it on monday 2017-11-19 01:36:05 algitbot: retry master 2017-11-19 01:38:47 algitbot: retry master 2017-11-19 01:39:38 algitbot: retry master 2017-11-19 01:40:02 algitbot: retry master 2017-11-19 01:41:14 grr 2017-11-19 12:46:28 ollieparanoid: ^ 2017-11-19 16:17:29 clandmeter: thanks! \o/ 2017-11-19 19:12:26 clandmeter: now build-edge-armhf fails at gns3-server. I guess because it misses this commit? https://github.com/alpinelinux/aports/commit/40d074c249ab8664d462b112900a0d37c9487a28 -- (lately all .tar.gz archives generated by github had the checksum changed) 2017-11-19 23:22:07 algitbot: retry master 2017-11-20 11:27:09 algitbot: retry master 2017-11-20 16:56:22 mkinitfs:master [passed] |Andrej| mkinitfs: fix building initfs without a kernel | https://travis-ci.org/alpinelinux/mkinitfs/builds/304842084 2017-11-21 11:40:43 #!python3 -s 2017-11-21 11:40:52 itstool is broken for some reason 2017-11-21 11:41:57 bah 2017-11-21 11:42:23 ? 2017-11-21 11:43:07 oh 2017-11-21 11:43:29 i thought it was me who failed to verify that itstool actually worked 2017-11-21 11:43:49 i did test that itstool fixes actually work - i thought 2017-11-21 11:43:53 it works for me 2017-11-21 11:44:01 and it looks like i did 2017-11-21 11:44:02 however 2017-11-21 11:44:18 ppc64le specific issue? 2017-11-21 11:44:25 looks like someone cleaned up itstool after me 2017-11-21 11:44:34 commit b34db16729ab78563258d16e0be4d5d67cb2f071 2017-11-21 11:44:34 Author: Jakub Jirutka 2017-11-21 11:44:34 Date: Sat Nov 18 01:14:19 2017 +0100 2017-11-21 11:44:34 main/itstool: don't rely on python version autodetection 2017-11-21 11:44:38 that wone broke it 2017-11-21 11:45:13 no pkgrel bumb 2017-11-21 11:45:29 different binary packages on different arch 2017-11-21 11:45:46 after that commit it ended up as #!python -s 2017-11-21 11:45:54 instead of #!/usr/bin/python ... 2017-11-21 11:45:57 python3 that is 2017-11-21 11:46:21 ah 2017-11-21 11:46:25 explains it 2017-11-21 11:46:34 so the var needs full path 2017-11-21 11:47:03 seems so yes 2017-11-21 11:47:30 does not still explain the error in https://github.com/alpinelinux/aports/pull/2782 2017-11-21 11:47:42 maybe thats older issue 2017-11-21 11:48:08 i think that might be solved by my previous commits 2017-11-21 11:48:17 i'll have a look at that after i fixed itstool 2017-11-21 11:49:45 ok, so linux-rpi failure due to missing 'bc' is different still 2017-11-21 11:50:44 yup 2017-11-21 11:50:47 different issue 2017-11-21 12:21:34 i have no clue why girara test fails 2017-11-21 13:33:08 ncopa, build-3-7-armhf does not report failures here? 2017-11-21 13:56:12 fabled: apparently not 2017-11-21 13:56:15 i'll fix it 2017-11-21 14:00:05 whee, build-3-7-armhf / main finished 2017-11-21 14:54:39 ncopa: fabled: about error in itstool, the problem was on armhf builder, there was python2 installed, so it picked python2 instead of python3 2017-11-21 14:54:52 jirutka: i figured 2017-11-21 14:54:58 thanks for fixing it 2017-11-21 14:55:12 or.... 2017-11-21 14:55:19 ncopa: I tried to build it locally and it worked, where does it set #!python3? 2017-11-21 14:55:24 thanks for figuring out the proper fix 2017-11-21 14:55:38 you’re welcome 2017-11-21 14:55:48 *shrug*, it should be ok now 2017-11-21 14:55:53 teamwork ;) 2017-11-21 14:55:57 the question i got no answer for is how the hack get python2 installed on the builder and not cleaned 2017-11-21 14:56:22 edge builder? 2017-11-21 14:56:45 yes 2017-11-21 14:57:35 thats definitively a good question 2017-11-21 14:57:44 i dunno 2017-11-21 14:57:49 its building openjdk7 now 2017-11-21 14:57:54 will probably do so til tomorrow 2017-11-21 14:58:42 but i have no clue why the girara test fails 2017-11-21 14:58:55 i dunno if the test is broken or if its a bug in the lib 2017-11-21 22:10:59 algitbot: retry master 2017-11-22 12:33:04 algitbot: retry master 2017-11-22 12:35:39 algitbot: retry master 2017-11-22 15:36:47 fcolista: can you please have a look at the tomahawk build? or move it to unmaintained 2017-11-22 15:48:36 ncopa, sure 2017-11-22 15:54:16 trying to build against qt5 2017-11-22 16:15:34 ncopa: are you working on geany? 2017-11-22 16:21:38 looks that for domino effect other packages needs to be rebuilt against qt5 2017-11-22 16:21:41 working on it 2017-11-22 18:56:01 qt5 in main: when are we going to do this big jump? 2017-11-22 23:46:09 algitbot: retry master 2017-11-23 07:29:26 only aarch64 is left now 2017-11-23 12:52:24 i think i have a fix for aarch64 in a minute 2017-11-23 15:07:29 mkinitfs:master [passed] |Natanael Copa| ==== release 3.2.0 ==== | https://travis-ci.org/alpinelinux/mkinitfs/builds/306361919 2017-11-23 15:27:06 i aborted the build of firefox-esr on aarch64 because i updated to 52.5.0 2017-11-23 15:27:10 no need to build it twice 2017-11-23 15:48:07 algitbot: help 2017-11-23 16:45:14 algitbot: retry master 2017-11-23 17:04:50 algitbot: retry master 2017-11-24 14:55:05 jirutka: thx 2017-11-25 02:02:38 algitbot: retry master 2017-11-27 21:29:38 algitbot: retry master 2017-11-28 14:34:56 apk-tools:master [passed] |Timo Teräs| fetch: print additional error diagnostics in verbose mode | https://travis-ci.org/alpinelinux/apk-tools/builds/308457269 2017-11-28 18:31:11 seems now 2017-11-28 18:31:57 ncopa :( 2017-11-28 18:32:48 bah 2017-11-28 18:33:08 ncopa: (04:28:21 PM) algitbot: build-edge-s390x: failed to build libassuan: http://build.alpinelinux.org/buildlogs/build-edge-s390x/main/libassuan/libassuan-2.4.3-r2.log 2017-11-28 18:33:31 ncopa: I think this is the same a problem that happened in ppc64le edge builder 2017-11-28 18:33:38 yeah 2017-11-28 18:33:40 looks so 2017-11-28 18:33:42 ncopa: I think musl did not upgraded there fine and you manually upgraded 2017-11-28 18:33:44 needs upgrade 2017-11-28 18:34:26 algitbot: retry master 2017-11-28 18:38:48 i doubbt make -j1 helps 2017-11-28 18:39:06 ncopa: :( . In my ppc64le container it worked 2017-11-28 18:40:22 I mean, it built fine 2017-11-28 18:40:37 it does not look like it runs the tests any faster withiout the -j1 2017-11-28 18:40:57 oh, im wrong 2017-11-28 18:44:12 rdutra: do you have coreutils installed on your system? 2017-11-28 18:45:30 yeah, coreutils seems to solve it 2017-11-28 18:45:38 ncopa: umm I dont have it installed 2017-11-28 18:57:33 whatta 2017-11-28 18:57:44 ncopa-edge-x86_64:~/aports$ groups 2017-11-28 18:57:44 ncopa wheel readproc kvm abuild racktables-lsm 2017-11-28 18:57:54 how did I end up in the racktables-lsm group? 2017-11-28 18:58:11 buildozer is there too 2017-11-28 19:13:42 ok i thikn i know whats wrong with augeas 2017-11-28 19:14:03 apparently the testuite check a group you are in 2017-11-28 19:14:16 the it `ls -l something` 2017-11-28 19:14:31 and check the group name from ls output 2017-11-28 19:15:42 but busybox ls truncate the groupname