IRC logs for #buildstream for Wednesday, 2019-04-03

gitlab-br-botjjardon opened issue #984 (Overnigth jobs are failing:) on buildstream https://gitlab.com/BuildStream/buildstream/issues/98400:01
*** alatiera has quit IRC00:21
*** PopCornSecurity has joined #buildstream01:20
*** PopCornSecurity has quit IRC01:34
*** nimish2711 has quit IRC03:47
*** nimish2711 has joined #buildstream03:52
*** tristan has quit IRC04:46
*** tristan has joined #buildstream06:05
*** nimish2711 has quit IRC06:41
*** toscalix has joined #buildstream07:14
*** nimish2711 has joined #buildstream07:34
*** rdale has joined #buildstream08:22
*** alatiera has joined #buildstream08:31
*** raoul has joined #buildstream08:50
*** nimish2711 has quit IRC09:13
*** jonathanmaw has joined #buildstream09:16
gitlab-br-botLaurenceUrhegyi opened issue #985 (Re-factor work-space handling) on buildstream https://gitlab.com/BuildStream/buildstream/issues/98509:23
*** lachlan has joined #buildstream09:39
*** phildawson_ has joined #buildstream09:40
*** phil has quit IRC09:41
*** lachlan has quit IRC09:44
*** lachlan has joined #buildstream09:51
*** lachlan has quit IRC09:54
*** lachlan has joined #buildstream10:15
*** lachlan has quit IRC10:19
*** alatiera_ has joined #buildstream10:30
*** alatiera has quit IRC10:30
*** alatiera_ is now known as alatiera10:31
*** lachlan has joined #buildstream10:42
*** lachlan has quit IRC10:46
*** lachlan has joined #buildstream10:52
*** lachlan has quit IRC10:58
*** lachlan has joined #buildstream11:14
*** lachlan has quit IRC11:18
*** tristan has quit IRC11:33
*** nimish2711 has joined #buildstream11:34
*** tristan has joined #buildstream11:56
gitlab-br-botjjardon opened MR !1275 (jjardon/bst-plugins-experimental->master: .gitlab-ci.yml: bst2 should use the new bst-plugins-experimental repo instead bst-external) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/127512:06
gitlab-br-botjjardon opened MR !1276 (jjardon/bst_1_2_fedora_29->bst-1.2: .gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/127613:07
jennisaevri, frustratingly, https://nbviewer.jupyter.org/ doesn't seem to work well with notebooks hosted on GitLab :(13:08
aevriHmm, that’s annoying- both nbviewer and GitLab not rendering them. I think the interactive widgets are a bit of a stretch for the static renders though.13:11
aevriHow about mybinder.org?13:11
jennisGitLab can render but with all the codeblocks...13:11
jennishttps://gitlab.com/jennis/test_nbviewer/blob/master/benchmarks.ipynb13:11
jennisNow I've added a cell at the top there which hides all the notebooks, so if I host them on GitHub and then use NBviewer this works nicely13:12
jennisA bit convoluted... But it works13:12
jennisHowever I've also had to sacrifice the interactivity :(13:12
aevriOh, what's wrong with codeblocks? It is supposed to be 'literate programming' after all :)13:13
aevriIf the code is too verbose, you can create a python module in the same dir as the notebook and import it, then just call functions for brevity.13:13
aevriLosing interactivity is a shame, mybinder.org should have us covered there though.13:14
jennisJust annoying that you need to scroll through all this code to see the graphs13:14
jennisBut that cell at the top hides it and you can toggle it back on with the button13:14
jennisWorks kind of nicely13:14
aevriYeah maybe wrap them up in funcs to import13:14
*** lachlan has joined #buildstream13:20
jennisaevri, here is the result of nbviewer + hiding the codeblocks, I think this approach suits our needs, do you agree? https://nbviewer.jupyter.org/github/james-ennis/bst-benchmarks-notebooks/blob/master/benchmarks.ipynb13:26
gitlab-br-botjjardon opened issue #986 ([1.2] CI is unable to build docs) on buildstream https://gitlab.com/BuildStream/buildstream/issues/98613:27
aevrijennis, sure I think the appearance is fine, and I'm glad notebooks have their foot in the door :) I'm also very glad to see the weekly reports keep coming - I think sustaining them is the most important thing.13:30
jennisthanks aevri13:31
aevri👍13:31
*** nimish2711 has quit IRC13:35
raoulHas anyone got any idea why the test `tests/frontend/buildtrack.py::test_build_track` might be failing on master? Seems to have managed to pass the CI but is failing locally for jennis and I at least13:39
tpollardcan you paste the error?13:40
tpollardI'm on a branch based off of current master locally and it wfm13:40
raoulone sec13:41
raoulhttps://pastebin.com/PUsB9uKk13:42
raoulit seems to end up with an extra element called `0.bst-0` took me a while to realise that this was happening on master rather than just my branch13:42
gitlab-br-botjjardon opened MR !1277 (jjardon/bst-1.2-docs->bst-1.2: tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/127713:43
raoultpollard, I'm on python 3.7, so if you're on a different version that might be why it's failing for me13:46
raoulmaybe13:46
tpollardpotentially, 3.6.7 here13:46
jennisI'm using 3.6 and getting this13:49
jennisI'm unable to repeat it though :/13:49
gitlab-br-botjjardon merged MR !1277 (jjardon/bst-1.2-docs->bst-1.2: tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/127714:03
*** lachlan has quit IRC14:04
*** lachlan has joined #buildstream14:28
*** lachlan has quit IRC14:32
*** lachlan has joined #buildstream14:37
* raoul tracks it down to commit bd7e75f9 and wonders if there's been some weird change in WeakValueDictionary...14:40
*** lachlan has quit IRC14:44
tpollardI'll try it on my end soon as a singular test14:52
*** lachlan has joined #buildstream14:54
*** lachlan has quit IRC14:58
*** lachlan has joined #buildstream15:05
*** lachlan has quit IRC15:27
*** lachlan has joined #buildstream15:44
tpollardraoul: fails if I run it standalone, not if I run the whole test suite15:48
raoulwell that's odd...15:49
tpollardaha15:53
raoulhmm yeah same happens for me15:54
raoulmaybe it's something to do with it being the first test running?15:54
raoulunsure if this raises more questions or not15:54
tpollard'tox -e py36 -- --integration tests/frontend/buildcheckout.py tests/frontend/buildtrack.py' running it with the test that preceded it, it passes15:54
tpollardso I would suggest it's dependant on it somehow?15:54
*** toscalix has quit IRC15:55
*** lachlan has quit IRC15:55
tpollardwhich if it is we definitely want to rectify15:55
raoulhmmm well I guess if we can run a test before it to get it to work I'll just create an issue and carry on with what I was trying to do15:58
raouldefinitely odd15:58
*** toscalix has joined #buildstream15:59
*** lachlan has joined #buildstream15:59
*** lachlan has quit IRC16:12
tpollardraoul: cool16:12
gitlab-br-botraoul.hidalgocharman opened issue #988 (Standalone test failure for buildtrack) on buildstream https://gitlab.com/BuildStream/buildstream/issues/98816:15
*** lachlan has joined #buildstream16:16
*** nimish2711 has joined #buildstream16:34
*** toscalix has quit IRC17:02
*** phildawson_ has quit IRC17:06
*** phildawson_ has joined #buildstream17:07
*** adds68 has quit IRC17:11
*** ikerperez has quit IRC17:11
*** jennis has quit IRC17:11
*** nimish2711 has quit IRC17:12
*** raoul has quit IRC17:17
*** alatiera_ has joined #buildstream17:22
*** alatiera has quit IRC17:22
*** alatiera_ is now known as alatiera17:22
*** nimish2711 has joined #buildstream17:34
*** lachlan has quit IRC17:39
*** lachlan has joined #buildstream17:48
*** lachlan has quit IRC17:49
*** lachlan has joined #buildstream17:51
*** jonathanmaw has quit IRC17:59
gitlab-br-botjuergbi opened MR !1278 (juerg/partial-cas->master: Do not fetch file blobs for build-only dependencies with remote execution) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/127818:40
*** phildawson_ has quit IRC18:41
*** alatiera_ has joined #buildstream18:50
*** alatiera has quit IRC18:50
*** alatiera_ is now known as alatiera18:50
*** nimish2711 has quit IRC18:54
*** nimish2711 has joined #buildstream18:57
*** nimish2711 has quit IRC19:14
*** nimish2711 has joined #buildstream19:15
*** adds68 has joined #buildstream19:32
*** rdale has quit IRC19:41
*** lachlan has quit IRC19:54
*** nimish2711 has joined #buildstream20:28
*** nimish2711 has quit IRC20:33
*** nimish2711 has joined #buildstream20:38
*** nimish2711 has joined #buildstream20:39
*** nimish2711 has quit IRC20:54
*** nimish2711 has joined #buildstream20:54
*** nimish2711 has quit IRC20:59
*** alatiera has quit IRC21:20

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