IRC logs for #buildstream for Thursday, 2020-02-06

*** xjuan has quit IRC00:21
gitlab-br-bottlater closed MR !1744 (tlater/fix-jinja-autoescape->master: optionpool.py: Make jinja autoescape rules explicit) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/174401:39
gitlab-br-bottlater opened (was WIP) MR !1791 (tlater/node-exceptions->master: node.pyx: Add note on node exceptions in plugins) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/179101:42
*** tristan has joined #buildstream03:15
*** tristan_ has quit IRC03:17
*** redattack has joined #buildstream06:40
*** ikerperez has joined #buildstream08:31
*** paulsherwood has joined #buildstream08:59
*** traveltissues has joined #buildstream09:38
*** redattack has quit IRC09:39
*** santi has joined #buildstream09:44
*** tme5 has joined #buildstream09:47
gitlab-br-botjuergbi opened MR !1816 (juerg/incremental-workspace-build->master: Reimplement support for incremental workspace builds) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/181610:10
*** jonathanmaw has joined #buildstream10:20
*** phildawson has quit IRC11:00
*** phildawson has joined #buildstream11:00
*** phildawson has quit IRC11:47
*** phildawson has joined #buildstream11:50
*** redattack has joined #buildstream12:52
*** Trevinho has quit IRC13:08
*** benschubert has quit IRC13:13
*** redattack has quit IRC13:32
*** tpollard has quit IRC13:42
*** tpollard has joined #buildstream13:42
*** tpollard has quit IRC13:46
*** tpollard has joined #buildstream13:49
*** tristan_ has joined #buildstream13:49
*** tristan has quit IRC13:51
*** benschubert has joined #buildstream14:01
*** Trevinho has joined #buildstream14:04
*** tristan has joined #buildstream14:06
*** jjardon[m] has quit IRC14:16
*** reuben640[m] has quit IRC14:16
*** segfault1[m] has quit IRC14:16
*** asingh_[m] has quit IRC14:16
*** walterve[m][m] has quit IRC14:16
*** kailueke[m] has quit IRC14:16
*** tlater[m] has quit IRC14:16
*** skullone[m] has quit IRC14:16
*** Demos[m] has quit IRC14:16
*** verdre[m] has quit IRC14:16
*** albfan[m] has quit IRC14:16
*** doras[m] has quit IRC14:16
*** SamThursfield[m] has quit IRC14:16
*** dbuch[m] has quit IRC14:16
*** m_22[m] has quit IRC14:16
*** Trevio[m] has quit IRC14:16
*** tchaik[m] has quit IRC14:16
*** theawless[m] has quit IRC14:16
*** DineshBhattarai[m] has quit IRC14:16
*** mrmcq2u[m] has quit IRC14:16
*** rafaelff1[m] has quit IRC14:16
*** connorshea[m] has quit IRC14:16
*** dylan-m[m] has quit IRC14:16
*** mattiasb[m] has quit IRC14:16
*** awacheux[m] has quit IRC14:16
*** cgm[m] has quit IRC14:16
*** pro[m] has quit IRC14:16
*** tristan_ has quit IRC14:17
*** krichter[m] has joined #buildstream14:25
*** lantw44 has quit IRC14:38
*** lantw44 has joined #buildstream14:38
*** narispo has joined #buildstream15:04
*** krichter[m] has quit IRC16:33
*** traveltissues has quit IRC16:46
*** phildawson has quit IRC16:49
*** phildawson has joined #buildstream16:55
*** m_22[m] has joined #buildstream17:28
*** verdre[m] has joined #buildstream17:28
*** walterve[m][m] has joined #buildstream17:28
*** mattiasb[m] has joined #buildstream17:28
*** dylan-m[m] has joined #buildstream17:28
*** awacheux[m] has joined #buildstream17:28
*** Demos[m] has joined #buildstream17:28
*** mrmcq2u[m] has joined #buildstream17:28
*** albfan[m] has joined #buildstream17:28
*** asingh_[m] has joined #buildstream17:28
*** jjardon[m] has joined #buildstream17:28
*** theawless[m] has joined #buildstream17:28
*** tchaik[m] has joined #buildstream17:28
*** dbuch[m] has joined #buildstream17:28
*** skullone[m] has joined #buildstream17:28
*** segfault1[m] has joined #buildstream17:28
*** gimpnet-irc[m] has joined #buildstream17:28
*** Abderrahim[m] has joined #buildstream17:28
*** SamThursfield[m] has joined #buildstream17:28
*** connorshea[m] has joined #buildstream17:28
*** tlater[m] has joined #buildstream17:28
*** reuben640[m] has joined #buildstream17:28
*** doras[m] has joined #buildstream17:28
*** cgm[m] has joined #buildstream17:28
*** DineshBhattarai[m] has joined #buildstream17:28
*** Trevio[m] has joined #buildstream17:28
*** rafaelff1[m] has joined #buildstream17:28
*** kailueke[m] has joined #buildstream17:28
*** pro[m] has joined #buildstream17:28
juergbi!1816 should now be ready for review, the remote execution tests should work in CI as well17:38
*** tme5 has quit IRC17:38
*** tpollard has quit IRC17:40
*** traveltissues has joined #buildstream17:46
*** traveltissues has quit IRC17:49
*** santi has quit IRC18:02
*** WSalmon has quit IRC18:03
*** WSalmon has joined #buildstream18:04
WSalmoni had been using ostree to copy things from the build to install dir. I then asked it to try moving them instead, (hoping for a performance improvement) but i get a error now. https://gitlab.com/celduin/crash/jetbot-system-bst/-/jobs/428572683 is there something that always stops thing from moving files like this or is something more complex happening? maybe with my ci setup this is for bst1.4 btw. juergbi maybe?18:09
juergbiWSalmon: EBUSY on unlinkat() usually means that a directory fd is still open, or it's an active mount point. I assume the working directory is not within .../rootfs, is it?18:14
juergbiI don't see the connection to copy vs. move18:14
juergbiis --consume the breaking change?18:14
*** xjuan has joined #buildstream18:18
WSalmoni added the --consume command that ostree clames moves rather than coppies18:20
WSalmonand its on a networked file system, i dont know exactly how aws dose it, it looks like a real file system18:20
WSalmoni added the --consume command that ostree clames moves rather than coppies18:22
WSalmonsorry my internet is not really up to much atm...18:22
*** phildawson has quit IRC18:28
juergbiWSalmon: can you try with root-read-only: True?18:31
juergbiassuming you only need to write to build-root and install-root18:31
WSalmonwhat level is it? config?18:31
juergbiyes18:32
juergbiwith the default root-read-only False, pyfuse is used, maybe that causes an issue somehow18:32
juergbialthough pyfuse should not affect build-root and install-root18:32
juergbiif that doesn't help, maybe try locally to rule out AWS issues18:33
WSalmonlike https://gitlab.com/celduin/crash/jetbot-system-bst/commit/b07eecf514644257d825034e320d68614038b53f ?18:35
*** narispo has quit IRC18:35
*** narispo has joined #buildstream18:35
*** narispo has joined #buildstream18:36
WSalmonthat might have done it. i think i need to re read that bst file, many thanks juergbi18:40
*** xjuan has quit IRC18:42
*** xjuan has joined #buildstream18:42
*** traveltissues has joined #buildstream18:45
WSalmonapparently not, but it dose it well in, i wonder if it waits to hash everything before it tries to move... ah well, ill have to try it locally next, thanks juergbi18:49
*** jonathanmaw has quit IRC18:53
*** xjuan has quit IRC20:24
*** xjuan has joined #buildstream20:43
*** phildawson has joined #buildstream21:12
*** phildawson has quit IRC21:15
*** xjuan has quit IRC22:45

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