*** edcragg has quit IRC | 01:04 | |
*** rdale has quit IRC | 02:33 | |
*** zoli__ has joined #baserock | 06:29 | |
*** edcragg has joined #baserock | 07:34 | |
*** edcragg has quit IRC | 07:40 | |
*** mariaderidder has joined #baserock | 07:45 | |
*** gary_perkins has joined #baserock | 07:51 | |
*** mike has joined #baserock | 07:52 | |
*** mike is now known as Guest68200 | 07:52 | |
*** persia has quit IRC | 07:53 | |
*** persia has joined #baserock | 07:53 | |
*** persia has joined #baserock | 07:53 | |
*** jonathanmaw has joined #baserock | 07:55 | |
*** bashrc_ has joined #baserock | 08:03 | |
* SotK sheepishly sends https://gerrit.baserock.org/914 to finish fixing the mess he made :) | 08:48 | |
paulsher1ood | SotK: was the problem that you didn't have an environment to test the original work in? | 08:53 |
---|---|---|
SotK | mostly yes | 08:53 |
paulsher1ood | maybe better to flag that and get help in future | 08:54 |
SotK | upgrading rawdisks was broken because I forgot that it was possible to upgrade rawdisks when I was testing | 08:54 |
SotK | paulsher1ood: probably :/ | 08:54 |
paulsher1ood | SotK: i've done the same, don't worry :) | 08:54 |
paulsher1ood | SotK: so please can you amend your patch to state what testing has been done, and then reviewers can take a view on whether they need to review, or test and review? | 08:59 |
*** ssam2 has joined #baserock | 09:02 | |
*** ChanServ sets mode: +v ssam2 | 09:02 | |
tiagogomes_ | That would be a nice addition to the cover letter, ah wait.... | 09:02 |
*** rdale has joined #baserock | 09:02 | |
*** De|ta_ is now known as De|ta | 09:03 | |
paulsher1ood | is there a cover letter somewhere? am i missing it? | 09:03 |
* SotK leaves a comment on the patch | 09:04 | |
tiagogomes_ | paulsher1ood no sorry for confusing you. It was a way of saying that gerrit doesn't support cover letters, so you'll have to drop that kind of information in the commit message | 09:06 |
*** edcragg has joined #baserock | 09:13 | |
ssam2 | or a comment | 09:13 |
ssam2 | SotK: given quite a few .write extensions in definitions.git seem to be broken in the baserock-15.25 tag, could you do a baserock-15.25.1 tag once https://gerrit.baserock.org/#/c/914/ is merged ? | 09:19 |
SotK | ssam2: sure | 09:19 |
SotK | wait, which are broken in 15.25? | 09:20 |
ssam2 | oh, actually in 15.25 the branch to remove morphlib and cliapp wasn't merged, was it? | 09:20 |
SotK | correct | 09:20 |
ssam2 | so I guess if people are following the instructions on the wiki they won't hit any of those issues | 09:20 |
ssam2 | never mind then! | 09:20 |
*** lachlanmackenzie has joined #baserock | 09:21 | |
ssam2 | mmm, strata: https://gerrit.baserock.org/#/c/908/ | 09:21 |
ssam2 | I guess that diff looks so bad because we still have a different .morph file for each architecture.. | 09:22 |
pedroalvarez | The distbuild bug of 'building many times the same chunk' is still alive. Does anybody know anything about it? | 09:49 |
ssam2 | no, haven't investigated beyond running `systemctl status mason.service` on a Mason | 09:50 |
SotK | only that I've never seen it except on Mason | 09:50 |
ssam2 | which shows that scripts/release-build runs 4 `morph distbuild-morphology` instances in parallel. But distbuild has code to handle that situation and only actual build each chunk once | 09:50 |
*** sambishop has quit IRC | 09:50 | |
*** sambishop has joined #baserock | 10:05 | |
*** ctgriffiths_ has quit IRC | 10:05 | |
*** ctgriffiths has joined #baserock | 10:05 | |
*** a1exhughe5 has joined #baserock | 10:24 | |
*** ssam2 has quit IRC | 10:48 | |
*** ssam2 has joined #baserock | 10:49 | |
*** ChanServ sets mode: +v ssam2 | 10:49 | |
*** zoli__ has quit IRC | 10:56 | |
*** zoli__ has joined #baserock | 11:25 | |
*** pacon has joined #baserock | 11:53 | |
*** pacon has quit IRC | 11:55 | |
*** fay_ has joined #baserock | 12:27 | |
*** fay__ has quit IRC | 12:29 | |
pedroalvarez | ssam2: I'm not really good at tests yet, but I've managed to reproduce the problem without having a mason. I've created a fake stratum with fake 100 fake chunks, and when I kick several parallel builds of a system with this stratum, somem chunks get built twice | 12:47 |
ssam2 | cool | 12:53 |
ssam2 | i've done a patch but I think it doesn't work | 12:54 |
pedroalvarez | ssam2: have you found any cleverer way to test it? | 12:54 |
ssam2 | no | 12:59 |
nowster | Hi all. Is there any reason why morph might go daft with artefact splitting and make a ${name}-misc chunk containing everything in /${name}.inst/ but not putting anything in, say ${name}-libs or ${$name}-devel chunks? | 14:12 |
pedroalvarez | nowster: there are some default rules for artefact splitting | 14:14 |
rjek | This may be of interest https://bits.debian.org/2015/06/reproducible-builds-funded-by-cii.html | 14:15 |
nowster | it splits most things but doesn't seem to do "attr" properly | 14:15 |
* nowster pulls in most recent morph | 14:15 | |
nowster | and purges old chunks | 14:15 |
nowster | This is what I'm getting: | 14:19 |
nowster | http://paste.baserock.org/anotefijiw | 14:19 |
tiagogomes_ | nowster that could happen if the chunk didn't install any library or header files | 14:20 |
nowster | http://paste.baserock.org/erotopekix | 14:21 |
pedroalvarez | well, the "attr.inst/" prefix doesn't look good | 14:21 |
ssam2 | rjek: yes, good news | 14:22 |
ssam2 | nowster: double DESTDIR ? | 14:22 |
ssam2 | what commit of definitions.git are you building? | 14:22 |
pedroalvarez | nowster: I think i fixed that issue in b1fe8c5459e0fc193f656f4a8547c710b8554876 | 14:24 |
nowster | pedroalvarez: of morph? | 14:24 |
pedroalvarez | definitions.git | 14:25 |
nowster | right! | 14:25 |
pedroalvarez | nowster: were you hitting a different problem when you decided to start looking at attr artefact? | 14:26 |
nowster | I'm working off a branch which is very unlikely ever to be merged back. | 14:26 |
nowster | and it's all rdale's fault :) | 14:30 |
rdale | well... | 14:30 |
nowster | I've tweaked a few things and will see if it still builds wrong | 14:30 |
*** jonathanmaw has quit IRC | 14:31 | |
*** mariaderidder has quit IRC | 14:34 | |
*** jonathanmaw has joined #baserock | 14:34 | |
*** mariaderidder has joined #baserock | 14:34 | |
*** zoli__ has quit IRC | 14:37 | |
*** zoli__ has joined #baserock | 14:47 | |
*** zoli__ has quit IRC | 14:52 | |
pedroalvarez | great, Sam has fixed distbuild: https://gerrit.baserock.org/#/q/status:open+project:baserock/baserock/morph+branch:master+topic:sam/distbuild-fix-double-builds | 15:19 |
pedroalvarez | reviews from people familiar with the code, welcome | 15:19 |
*** zoli__ has joined #baserock | 15:20 | |
*** fay_ has quit IRC | 15:29 | |
*** fay_ has joined #baserock | 15:30 | |
*** a1exhughe5 has quit IRC | 15:55 | |
*** fay_ has quit IRC | 15:58 | |
*** zoli__ has quit IRC | 16:12 | |
*** Guest68200 has quit IRC | 16:22 | |
* SotK reviews it | 16:26 | |
*** Guest68200 has joined #baserock | 16:37 | |
pedroalvarez | nearly there :) | 16:38 |
pedroalvarez | thanks for reviewing! | 16:38 |
pedroalvarez | on a parallel universe, mason has fiished building | 16:39 |
*** mariaderidder has quit IRC | 16:42 | |
* SotK finishes reviewing it, looks good | 16:42 | |
SotK | thanks ssam2! | 16:42 |
* pedroalvarez has a patch to add more feedback to mason | 16:47 | |
* pedroalvarez tests it https://mason-x86-64.baserock.org/ | 16:55 | |
pedroalvarez | looks like I missed something though | 16:57 |
*** jonathanmaw has quit IRC | 17:02 | |
*** bashrc_ has quit IRC | 17:02 | |
*** Guest68200 has quit IRC | 17:04 | |
*** edcragg has quit IRC | 17:13 | |
*** Guest68200 has joined #baserock | 17:17 | |
*** ssam2 has quit IRC | 17:19 | |
*** franred has joined #baserock | 17:20 | |
*** CTtpollard has quit IRC | 17:21 | |
*** sambishop has quit IRC | 17:25 | |
*** lachlanmackenzie has quit IRC | 17:29 | |
*** Guest68200 has quit IRC | 17:31 | |
*** sambishop has joined #baserock | 17:46 | |
*** gary_perkins has quit IRC | 18:08 | |
*** franred has quit IRC | 19:00 | |
*** edcragg has joined #baserock | 19:58 | |
*** flatmush has quit IRC | 21:32 | |
*** flatmush has joined #baserock | 21:32 | |
*** franred has joined #baserock | 22:17 | |
*** franred has quit IRC | 22:19 | |
*** edcragg has quit IRC | 22:23 | |
*** pacon has joined #baserock | 22:33 | |
*** pacon has quit IRC | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!