IRC logs for #baserock for Thursday, 2016-05-19

*** gtristan has joined #baserock02:01
*** zoli_ has quit IRC03:44
*** zoli_ has joined #baserock03:52
paulsherwoodi know :)04:13
*** toscalix has joined #baserock05:58
*** gtristan has quit IRC07:12
*** CTtpollard has quit IRC07:17
*** CTtpollard has joined #baserock07:20
*** ctbruce has joined #baserock07:25
*** toscalix has quit IRC07:33
*** paulwaters_ has joined #baserock07:34
*** toscalix has joined #baserock07:53
*** ctbruce has quit IRC07:57
*** ctbruce has joined #baserock08:06
*** franred has quit IRC08:34
*** locallycompact has joined #baserock08:38
*** franred has joined #baserock08:48
*** ssam2 has joined #baserock09:05
*** ChanServ sets mode: +v ssam209:05
*** leeming has joined #baserock09:15
*** franred has quit IRC09:25
*** edcragg has joined #baserock09:27
*** franred has joined #baserock09:32
ssam2anyone looked at https://pagure.io/ ?09:46
ssam2looks a bit like a much simpler Gitlab09:46
*** leeming has left #baserock09:48
*** leeming has joined #baserock09:48
edcragglooks nice and simple09:49
*** rdale has quit IRC09:59
*** gtristan has joined #baserock10:06
*** gtristan has quit IRC10:06
*** gtristan has joined #baserock10:06
*** rdale has joined #baserock10:49
*** franred has quit IRC11:42
*** franred has joined #baserock11:42
*** leeming has quit IRC12:00
*** leeming has joined #baserock12:02
*** cosm has joined #baserock12:47
* leeming sighs at a ybd job that has taken 24hours, then errored13:19
paulsherwoodleeming: any idea *why*?13:20
paulsherwoodleeming: can you share a log?13:20
gtristanleeming, shouldnt be too bad... unless of course, webkit fails to compile on arm because you messed up your custom cross compiler down in build essential ;-)13:20
gtristan(then welcome another 24hrs)13:20
paulsherwoodleeming: if you're interested in wallclock time (aren't we all?) maybe use a powerful aws machine?13:21
leemingpaulsherwood,  apparently on downloading a cache, it slipped up and ended process. Since caches are used, it shouldnt take as long this time, right?13:24
* paulsherwood has never seen 'apparently on downloading a cache, it slipped up and ended process.' please could you post the log?13:25
paulsherwood(unless you're building something secret, of course)13:26
paulsherwoodleeming: ^^13:28
leemingsorry, that was my paraphrasing... the ssh session i am using is busy right now. 2mins will open another and see if i can find the log13:29
paulsherwoodack, thanks13:30
paulsherwoodare you using vagrant? if so, amending the Vagrantfile to increase your VM cores and mem may help you13:31
leemingno, this is just a local VM. It isn't anything important, I am just gaining initial experience with baserock right now13:33
leemingcan't seem to find an obvious log file. Looked in obvious places13:35
leemingas in, cwd, /var/logs, /src/ybd and looking through the default config now13:35
edcraggyou have to specifically add logging to the config, don't you?13:37
leemingedcragg, if that is the case, no exact error message then, sorry. Terminal scrollback maxed out13:39
edcraggis there a build log for the thing that failed, in the local artifact cache?13:40
leemingi can't find anything that looks obvious13:45
leemingsince I rerun, unfortunately can't look at timestamps13:45
gtristanleeming, there is a 'ybd' directory containing artifacts, gits, ccache_dir...14:24
gtristanleeming, the build logs should be in artifacts along side each artifact which was generated14:25
gtristanbut it's the logs of the actual builds, not the log of the output of ybd operation14:25
gtristanI usually run it with 2>&1 > ~/build.log to catch it indeed :-/14:25
gtristanor > build.log 2>&1 rather14:26
gtristanand to answer the previous, right... ybd will pick up right where it left off and probably repeat the same error right away (unless it was some cosmic debris which caused the incident and the build just continues)14:27
leeminggtristan, thanks. That is what I presumed.14:29
leemingThe error did look like it was some timeout/network error, but can't say for sure as I don't have the exact error message available. IF i am right, maybe need to have a look at catching that and retry (if it doesnt already) ?14:30
leeminganyway, not very helpful without exact error, i know14:30
paulsherwoodleeming: no, there's no log file by default. if you want one, ybd/ybd.py system arch | tee some-log-file.txt14:37
leemingpaulsherwood, sure - will do that in future to avoid anything running off my terminal scroll back14:41
paulsherwoodleeming: ack14:41
*** gtristan has quit IRC14:42
*** gtristan has joined #baserock14:53
rjekCan ybd deploy to a kvm+ssh host where the block storage is an LV, rather than a flat file?15:25
ssam2http://git.baserock.org/cgit/baserock/baserock/definitions.git/tree/extensions/kvm.write15:41
ssam2it builds a disk image locally as a file, then copies it kinda using rsync (using the 'xfer-hole' and 'recv-hole' script, which is a workaround for rsync apparently not supporting sparse files correctly... if i remember)15:42
ssam2so i imagine the answer is "no", but i don't know exactly what you need15:42
rjekCan recv-hole write to block devices?15:43
ssam2http://git.baserock.org/cgit/baserock/baserock/definitions.git/tree/extensions/recv-hole15:43
ssam2apparently to stdout or to a file15:44
rjekie, can you specify /dev/vg/lv ?15:44
rjekLooks like it uses dd for the heavy-lifting, so it might work15:45
pedroalvarezsome previous checks, that the file doesn't exist, may trigger an error15:46
rjekHow does it get recv-hole to the remote end?15:46
ssam2i'm not at all sure15:47
ssam2oh, writeexts.get_data('recv-hole') returns the actual text of the script15:48
ssam2so it just passes the whole thing to `ssh`15:48
rjekheh15:48
locallycompactoh I forgot it did that15:48
*** ctbruce has quit IRC15:49
locallycompactarrggh15:49
*** anahuelamo has quit IRC16:36
*** anahuelamo has joined #baserock16:38
*** edcragg has quit IRC16:50
*** cosm has quit IRC16:58
*** anahuelamo has quit IRC17:12
*** locallycompact has quit IRC17:39
*** vgrade has quit IRC18:26
*** vgrade has joined #baserock18:26
*** toscalix has quit IRC18:41
*** ssam2 has quit IRC19:11
*** xenthree3 has joined #baserock20:05
*** xenthree3 has left #baserock20:05
*** edcragg has joined #baserock20:48
*** edcragg has quit IRC20:51
*** edcragg has joined #baserock20:53
*** cosm has joined #baserock21:01
*** edcragg has quit IRC21:50
*** astrophys has joined #baserock22:44
*** cosm has quit IRC23:03

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!