gitlab-br-bot | jjardon opened issue #984 (Overnigth jobs are failing:) on buildstream https://gitlab.com/BuildStream/buildstream/issues/984 | 00:01 |
---|---|---|
*** alatiera has quit IRC | 00:21 | |
*** PopCornSecurity has joined #buildstream | 01:20 | |
*** PopCornSecurity has quit IRC | 01:34 | |
*** nimish2711 has quit IRC | 03:47 | |
*** nimish2711 has joined #buildstream | 03:52 | |
*** tristan has quit IRC | 04:46 | |
*** tristan has joined #buildstream | 06:05 | |
*** nimish2711 has quit IRC | 06:41 | |
*** toscalix has joined #buildstream | 07:14 | |
*** nimish2711 has joined #buildstream | 07:34 | |
*** rdale has joined #buildstream | 08:22 | |
*** alatiera has joined #buildstream | 08:31 | |
*** raoul has joined #buildstream | 08:50 | |
*** nimish2711 has quit IRC | 09:13 | |
*** jonathanmaw has joined #buildstream | 09:16 | |
gitlab-br-bot | LaurenceUrhegyi opened issue #985 (Re-factor work-space handling) on buildstream https://gitlab.com/BuildStream/buildstream/issues/985 | 09:23 |
*** lachlan has joined #buildstream | 09:39 | |
*** phildawson_ has joined #buildstream | 09:40 | |
*** phil has quit IRC | 09:41 | |
*** lachlan has quit IRC | 09:44 | |
*** lachlan has joined #buildstream | 09:51 | |
*** lachlan has quit IRC | 09:54 | |
*** lachlan has joined #buildstream | 10:15 | |
*** lachlan has quit IRC | 10:19 | |
*** alatiera_ has joined #buildstream | 10:30 | |
*** alatiera has quit IRC | 10:30 | |
*** alatiera_ is now known as alatiera | 10:31 | |
*** lachlan has joined #buildstream | 10:42 | |
*** lachlan has quit IRC | 10:46 | |
*** lachlan has joined #buildstream | 10:52 | |
*** lachlan has quit IRC | 10:58 | |
*** lachlan has joined #buildstream | 11:14 | |
*** lachlan has quit IRC | 11:18 | |
*** tristan has quit IRC | 11:33 | |
*** nimish2711 has joined #buildstream | 11:34 | |
*** tristan has joined #buildstream | 11:56 | |
gitlab-br-bot | jjardon 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/1275 | 12:06 |
gitlab-br-bot | jjardon 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/1276 | 13:07 |
jennis | aevri, frustratingly, https://nbviewer.jupyter.org/ doesn't seem to work well with notebooks hosted on GitLab :( | 13:08 |
aevri | Hmm, 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 |
aevri | How about mybinder.org? | 13:11 |
jennis | GitLab can render but with all the codeblocks... | 13:11 |
jennis | https://gitlab.com/jennis/test_nbviewer/blob/master/benchmarks.ipynb | 13:11 |
jennis | Now 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 nicely | 13:12 |
jennis | A bit convoluted... But it works | 13:12 |
jennis | However I've also had to sacrifice the interactivity :( | 13:12 |
aevri | Oh, what's wrong with codeblocks? It is supposed to be 'literate programming' after all :) | 13:13 |
aevri | If 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 |
aevri | Losing interactivity is a shame, mybinder.org should have us covered there though. | 13:14 |
jennis | Just annoying that you need to scroll through all this code to see the graphs | 13:14 |
jennis | But that cell at the top hides it and you can toggle it back on with the button | 13:14 |
jennis | Works kind of nicely | 13:14 |
aevri | Yeah maybe wrap them up in funcs to import | 13:14 |
*** lachlan has joined #buildstream | 13:20 | |
jennis | aevri, 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.ipynb | 13:26 |
gitlab-br-bot | jjardon opened issue #986 ([1.2] CI is unable to build docs) on buildstream https://gitlab.com/BuildStream/buildstream/issues/986 | 13:27 |
aevri | jennis, 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 |
jennis | thanks aevri | 13:31 |
aevri | 👍 | 13:31 |
*** nimish2711 has quit IRC | 13:35 | |
raoul | Has 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 least | 13:39 |
tpollard | can you paste the error? | 13:40 |
tpollard | I'm on a branch based off of current master locally and it wfm | 13:40 |
raoul | one sec | 13:41 |
raoul | https://pastebin.com/PUsB9uKk | 13:42 |
raoul | it 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 branch | 13:42 |
gitlab-br-bot | jjardon 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/1277 | 13:43 |
raoul | tpollard, I'm on python 3.7, so if you're on a different version that might be why it's failing for me | 13:46 |
raoul | maybe | 13:46 |
tpollard | potentially, 3.6.7 here | 13:46 |
jennis | I'm using 3.6 and getting this | 13:49 |
jennis | I'm unable to repeat it though :/ | 13:49 |
gitlab-br-bot | jjardon 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/1277 | 14:03 |
*** lachlan has quit IRC | 14:04 | |
*** lachlan has joined #buildstream | 14:28 | |
*** lachlan has quit IRC | 14:32 | |
*** lachlan has joined #buildstream | 14:37 | |
* raoul tracks it down to commit bd7e75f9 and wonders if there's been some weird change in WeakValueDictionary... | 14:40 | |
*** lachlan has quit IRC | 14:44 | |
tpollard | I'll try it on my end soon as a singular test | 14:52 |
*** lachlan has joined #buildstream | 14:54 | |
*** lachlan has quit IRC | 14:58 | |
*** lachlan has joined #buildstream | 15:05 | |
*** lachlan has quit IRC | 15:27 | |
*** lachlan has joined #buildstream | 15:44 | |
tpollard | raoul: fails if I run it standalone, not if I run the whole test suite | 15:48 |
raoul | well that's odd... | 15:49 |
tpollard | aha | 15:53 |
raoul | hmm yeah same happens for me | 15:54 |
raoul | maybe it's something to do with it being the first test running? | 15:54 |
raoul | unsure if this raises more questions or not | 15:54 |
tpollard | 'tox -e py36 -- --integration tests/frontend/buildcheckout.py tests/frontend/buildtrack.py' running it with the test that preceded it, it passes | 15:54 |
tpollard | so I would suggest it's dependant on it somehow? | 15:54 |
*** toscalix has quit IRC | 15:55 | |
*** lachlan has quit IRC | 15:55 | |
tpollard | which if it is we definitely want to rectify | 15:55 |
raoul | hmmm 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 do | 15:58 |
raoul | definitely odd | 15:58 |
*** toscalix has joined #buildstream | 15:59 | |
*** lachlan has joined #buildstream | 15:59 | |
*** lachlan has quit IRC | 16:12 | |
tpollard | raoul: cool | 16:12 |
gitlab-br-bot | raoul.hidalgocharman opened issue #988 (Standalone test failure for buildtrack) on buildstream https://gitlab.com/BuildStream/buildstream/issues/988 | 16:15 |
*** lachlan has joined #buildstream | 16:16 | |
*** nimish2711 has joined #buildstream | 16:34 | |
*** toscalix has quit IRC | 17:02 | |
*** phildawson_ has quit IRC | 17:06 | |
*** phildawson_ has joined #buildstream | 17:07 | |
*** adds68 has quit IRC | 17:11 | |
*** ikerperez has quit IRC | 17:11 | |
*** jennis has quit IRC | 17:11 | |
*** nimish2711 has quit IRC | 17:12 | |
*** raoul has quit IRC | 17:17 | |
*** alatiera_ has joined #buildstream | 17:22 | |
*** alatiera has quit IRC | 17:22 | |
*** alatiera_ is now known as alatiera | 17:22 | |
*** nimish2711 has joined #buildstream | 17:34 | |
*** lachlan has quit IRC | 17:39 | |
*** lachlan has joined #buildstream | 17:48 | |
*** lachlan has quit IRC | 17:49 | |
*** lachlan has joined #buildstream | 17:51 | |
*** jonathanmaw has quit IRC | 17:59 | |
gitlab-br-bot | juergbi 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/1278 | 18:40 |
*** phildawson_ has quit IRC | 18:41 | |
*** alatiera_ has joined #buildstream | 18:50 | |
*** alatiera has quit IRC | 18:50 | |
*** alatiera_ is now known as alatiera | 18:50 | |
*** nimish2711 has quit IRC | 18:54 | |
*** nimish2711 has joined #buildstream | 18:57 | |
*** nimish2711 has quit IRC | 19:14 | |
*** nimish2711 has joined #buildstream | 19:15 | |
*** adds68 has joined #buildstream | 19:32 | |
*** rdale has quit IRC | 19:41 | |
*** lachlan has quit IRC | 19:54 | |
*** nimish2711 has joined #buildstream | 20:28 | |
*** nimish2711 has quit IRC | 20:33 | |
*** nimish2711 has joined #buildstream | 20:38 | |
*** nimish2711 has joined #buildstream | 20:39 | |
*** nimish2711 has quit IRC | 20:54 | |
*** nimish2711 has joined #buildstream | 20:54 | |
*** nimish2711 has quit IRC | 20:59 | |
*** alatiera has quit IRC | 21:20 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!