2015-09-05 17:57:19 ncopa: what was the address to logs from both buildbots at once? 2015-09-05 21:43:06 http://build.alpinelinux.org/buildlogs/ 2015-09-06 08:05:47 ncopa: thanks 2015-09-07 12:42:25 hmm, what 2015-09-07 12:42:29 checksums 2015-09-07 12:42:54 you modified init script but forgot to update checksums 2015-09-07 12:43:00 fark 2015-09-07 12:43:16 forgot those were part of the checksums 2015-09-07 12:43:23 where are the full buildlogs btw? 2015-09-07 12:43:32 http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/dropbear/dropbear-2015.68-r0.log 2015-09-07 12:43:46 want me to push a fix? I only miss a commit message 2015-09-07 19:05:39 doh, sorry about missing the main/ prefix 2015-09-09 10:13:50 argh, need to get used to the main/ prefix :( 2015-09-10 12:02:38 oops? 2015-09-10 12:04:54 ok, found it 2015-09-10 12:05:35 algitbot: high five 2015-09-10 12:05:40 … 2015-09-14 11:46:41 algitbot: ping 2015-09-14 11:47:15 bug in sircbot 2015-09-15 07:08:11 what happend to ncopa? 2015-09-15 07:34:28 you mean that he's not pushing changes like crazy today? 2015-09-15 07:34:41 clandmeter: ↑ 2015-09-15 07:38:29 :) 2015-09-15 07:38:44 barthalion: he aways for 20 minutes. thats not accepted at this time of day 2015-09-15 07:47:22 who else is going to provide customer support? 2015-09-15 07:47:39 algitbot: help 2015-09-15 07:47:48 see, its useless 2015-09-15 10:34:48 clandmeter: lol 2015-09-15 14:28:12 ^ 5 hours lost in debugging that :( 2015-09-15 15:50:28 Waiting for /var/cache/distfiles/libnftnl-1.0.3.tar.bz2.lock ... 2015-09-15 15:50:30 abuild-fetch: fcntl(F_SETLKW): Stale file handle 2015-09-16 09:53:25 ncopa: can i see the buildlog? 2015-09-16 09:55:50 http://build.alpinelinux.org/buildlogs/build-edge-x86_64.v3.2.0-2052-ge723a2c.log 2015-09-16 09:56:07 http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/lua-sqlite/ 2015-09-16 09:57:39 hmm i wonder if thats a typo 2015-09-16 09:59:41 not a typo 2015-09-16 09:59:45 luarocks is in testing, not in main 2015-09-16 09:59:51 clandmeter: ↑ 2015-09-16 10:01:25 it doesnt need to be in makedpends 2015-09-16 14:21:31 gnats? 2015-09-16 14:22:22 i thought gnats died in the 90'ies 2015-09-16 14:24:17 this is kinda fun 2015-09-16 14:24:24 i checked whats new in gnats 2015-09-16 14:24:33 - Build now uses automake, and code has been adjusted to compile properly in 2015-09-16 14:24:33 various environments (tested with gcc 2.95.... 2015-09-16 14:24:43 gcc 2.95... 2015-09-16 14:51:21 ncopa: yeah, that release was 10 years in the making :P 2015-09-16 16:57:44 clandmeter, ^^ 2015-09-17 10:34:47 fabled: arm builder offline? 2015-09-17 10:35:21 clandmeter, possible for edge. the hosting place had planned power outage. 2015-09-17 10:35:33 since yesterday? 2015-09-17 10:35:33 and i never checked if it started or not 2015-09-17 10:35:38 since Saturday 2015-09-17 10:35:48 yesterday it workds i beleive 2015-09-17 10:35:54 damn cant type... 2015-09-17 10:36:00 3.2-stable/arm is different place 2015-09-17 10:36:04 edge/arm is separate 2015-09-17 10:36:28 i'll check it sometime today (in few hours) 2015-09-17 10:37:16 clandmeter, seems arm/edge builder is offline currently 2015-09-17 10:37:18 np, just curious. 2015-09-17 11:16:46 oh is 3.2-stable down? 2015-09-17 11:16:48 i have that box here 2015-09-17 11:17:40 seems to be up 2015-09-17 11:23:27 no edge is down 2015-09-17 11:40:44 algitbot: retry 3.0-stable 2015-09-17 16:24:12 ncopa: for ^^ it didn't create the source package 2015-09-17 16:24:14 remote: fatal: could not create archive file '/archive/acf-db/acf-db-0.2.0.tar': Permission denied 2015-09-18 05:53:00 tdtrask: git system user was not in acfdev group 2015-09-18 05:53:03 that is fixed now 2015-09-18 11:27:53 hum 2015-09-18 11:28:18 be taht verbose when telling that build is done? 2015-09-18 11:28:20 i suppose not 2015-09-18 11:29:08 ncopa: do it need "uploaded to testing" when no testing/ package was built? 2015-09-18 11:29:36 no, but i dont know how to detect if anything was built there or not 2015-09-18 11:30:19 ah, no biggie 2015-09-18 11:30:49 http://git.alpinelinux.org/cgit/aports/tree/main/aports-build/aports-build 2015-09-18 11:30:58 i supposei could use git diff or something 2015-09-18 11:39:25 ncopa: can't you detect wether rsync changed files on the destination? 2015-09-18 11:43:48 changes=$(rsync -rui ...); rc=$?; if [ "$changes" ] then $upload_msg fi 2015-09-18 11:47:17 like this? http://tpaste.us/3qly 2015-09-18 11:47:39 i want set rc=1 if any of the listed repos fails 2015-09-18 11:49:20 i'm testing that now 2015-09-18 11:49:37 ncopa: http://sprunge.us/WOdi 2015-09-18 11:49:53 ah, your way is nicer :) 2015-09-18 11:52:06 ok, lets see if it works 2015-09-18 11:52:14 i only test it on x86_64 builder 2015-09-18 11:53:04 ok it didnt work :) 2015-09-18 11:57:55 apparently it regenerates the APKINDEX 2015-09-18 11:59:55 ah 2015-09-18 12:01:00 i think that is trivial to fix though 2015-09-18 12:02:04 a bit hacky, but elif [ -n $(echo "$changes" | fgrep -v APKINDEX.tar.gz) ] 2015-09-18 12:02:13 no, there is a better fix 2015-09-18 12:02:22 to not generate APKINDEX if nothing was built 2015-09-18 12:03:34 I have a update pending when you're ready to test 2015-09-18 12:03:40 please push 2015-09-18 12:04:13 hm 2015-09-18 12:05:19 bah 2015-09-18 12:05:48 I have another update as well :) 2015-09-18 12:07:14 ok, please try now 2015-09-18 12:07:39 i sent rsync output to tmpfile 2015-09-18 12:07:53 but didnt change th [ -n "$changes" ] 2015-09-18 12:08:05 \o/ 2015-09-18 12:08:10 :( 2015-09-18 12:08:16 lol 2015-09-18 12:09:13 if you figure out what went wrong I have another one 2015-09-18 12:09:56 rsync -rui --delete-delay --delay-updates \ 2015-09-18 12:09:56 $repo/$arch $i/$repo/ > /tmp/upload-changes 2015-09-18 12:10:07 ... 2015-09-18 12:10:10 elif [ -s /tmp/upload-changes ]; then 2015-09-18 12:10:10 $upload_msg "$rel/$repo/$arch" 2015-09-18 12:10:31 bah 2015-09-18 12:10:33 i know now 2015-09-18 12:10:38 there are 2 different messages 2015-09-18 12:10:54 ok 2015-09-18 12:10:55 try now 2015-09-18 12:11:19 there we go 2015-09-18 12:11:21 :( 2015-09-18 12:11:24 err, :) 2015-09-18 12:11:24 works 2015-09-18 12:11:29 works like a charm 2015-09-18 12:11:31 yeah, typo 2015-09-18 12:19:51 uggedal: do you have more? 2015-09-18 12:19:56 to push 2015-09-18 12:20:08 both x86 and x86_64 should do it correct now 2015-09-18 12:24:17 nice 2015-09-18 12:24:20 it seems to work 2015-09-18 12:27:53 uggedal: big thanks for that 2015-09-18 12:28:01 this was a great improvement 2015-09-18 12:40:43 ncopa: np, you did the work :) 2015-09-18 12:45:30 ncopa: thanks for fixing the git snapshot 2015-09-18 12:46:11 yw 2015-09-18 12:46:50 Waiting for /var/cache/distfiles/acf-db-0.2.0.tar.xz.lock ... 2015-09-18 12:46:51 abuild-fetch: fcntl(F_SETLKW): Stale file handle 2015-09-18 12:46:58 i wonder what that is about 2015-09-18 12:48:42 2015-09-15 15:50:28 uggedal Waiting for /var/cache/distfiles/libnftnl-1.0.3.tar.bz2.lock ...2015-09-15 15:50:28 uggedal abuild-fetch: fcntl(F_SETLKW): Stale file handle 2015-09-18 12:48:56 i wonder why it happens 2015-09-18 12:49:00 ncopa: got that a few days ago as well, worked fine on next push 2015-09-18 12:49:14 problem is lockfile on nfs share 2015-09-18 12:49:19 the distfiles is on nfs 2015-09-18 12:49:38 the x86 and x86_64 builders are on different iron 2015-09-18 12:49:45 but share distfiles dir via nfs 2015-09-18 12:49:53 (and jumboframes ;) 2015-09-18 12:50:22 lockfiles on nfs is a big mess 2015-09-18 12:50:25 on linux 2015-09-18 12:51:44 i wonder if we should make a lock service over tcp instead or similar 2015-09-19 14:21:13 prepare for breakage :-P 2015-09-19 14:24:54 seems http servers are off-line 2015-09-19 14:27:38 algitbot: retry 2015-09-19 14:27:49 algitbot: retry master 2015-09-19 14:28:18 The system returned: (111) Connection refused 2015-09-19 14:29:05 inconvenient timing :-/ 2015-09-19 14:40:58 algitbot: retry master 2015-09-21 07:53:40 algitbot: retry master 2015-09-21 08:00:54 algitbot: retry master 2015-09-21 08:01:52 curl: (7) Failed to connect to distfiles.alpinelinux.org port 80: Connection refused 2015-09-21 08:06:16 ncopa, is something wrong? ^^^ 2015-09-21 08:08:42 http://build.alpinelinux.org/buildlogs/build-edge-x86_64/testing/libubox/libubox-0_git20150921-r0.log 2015-09-21 08:09:46 algitbot: retry master 2015-09-21 08:11:05 git:~$ ls /archive/libubox-0_git20150921.tar.gz 2015-09-21 08:11:14 /archive/libubox-0_git20150921.tar.gz 2015-09-21 08:13:01 http://dev.alpinelinux.org/archive/libubox/ 2015-09-21 08:13:24 should go in there? 2015-09-21 08:13:33 source="http://distfiles.alpinelinux.org/distfiles/$pkgname-$pkgver.tar.gz 2015-09-21 08:13:54 source="http://dev.alpinelinux.org/archive...." 2015-09-21 08:14:20 ahhh 2015-09-21 08:14:36 gotcha 2015-09-21 08:15:14 i'd also file an issue upstream and ask for proper releases 2015-09-21 08:15:23 y 2015-09-21 08:22:19 algitbot: retry master 2015-09-21 08:30:50 algitbot: retry master 2015-09-21 08:32:35 phew 2015-09-21 08:32:58 :) 2015-09-21 08:59:22 algitbot: retry master 2015-09-21 12:53:25 ^^^^ testing/*? lol 2015-09-21 12:54:05 :| didnt know how to name it 2015-09-21 12:55:14 np, it just sounded to me like all testing was given to ScrumpyJack :D 2015-09-21 12:55:58 it does look like that. 2015-09-22 11:34:26 thanks ncopa 2015-09-22 11:34:42 uggedal: thanks to you 2015-09-22 11:35:00 i also test booted it in qemu before pushing 2015-09-22 11:35:28 yeah, running under it now on linode kvm/qemu 2015-09-23 11:26:22 what's up with the failing curl at the end of the builds? 2015-09-24 07:59:51 algitbot: hi 2015-09-24 13:20:45 ncopa: go still needs to be disabled for x86/ 2015-09-24 13:20:47 ? 2015-09-24 13:22:11 i think go-bootstrap fails 2015-09-24 13:22:24 yeah i just noticed 2015-09-24 13:23:00 bah 2015-09-24 13:23:08 go fails on v3.2 too 2015-09-24 13:23:15 on x86 2015-09-24 13:23:16 why? 2015-09-24 13:23:26 apparently it built when we did 3.2-stable 2015-09-24 13:23:35 builds fine for me on my x86 box 2015-09-24 13:23:53 ./make.bash: line 161: 13658 Trace/breakpoint trap "$GOTOOLDIR"/go_bootstrap clean -i std 2015-09-24 13:23:53 >>> ERROR: go: all failed 2015-09-24 13:23:53 >>> go: Uninstalling dependencies... 2015-09-24 13:24:02 http://build.alpinelinux.org/buildlogs/build-3-2-x86/main/go/go-1.4.2-r1.log 2015-09-24 13:24:07 any idea what might be wrong? 2015-09-24 13:24:11 im on edge 2015-09-24 13:29:46 lol 2015-09-24 13:29:46 >>> go-cross*: Package size: 1.1 GB 2015-09-24 13:29:47 >>> go-cross*: Compressing data... 2015-09-28 13:27:00 fun 2015-09-28 14:14:24 go is blocking 3.2-x86 builds 2015-09-29 10:06:00 algitbot: retry 3.2-stable 2015-09-30 21:01:05 algitbot: retry 3.0-stable 2015-09-30 21:02:47 hmm, is the arm logs available somewhere?