IRC logs for #buildstream for Friday, 2019-10-18

*** narispo has quit IRC03:15
*** ikerperez has quit IRC03:21
*** ikerperez has joined #buildstream03:21
*** akvilebirgelyte has quit IRC03:55
*** akvilebirgelyte has joined #buildstream03:55
*** juergbi has quit IRC05:04
*** juergbi has joined #buildstream05:12
Kinnisonbenschubert: I'm not *certain* but I think tlater[m] might07:18
*** toscalix has joined #buildstream07:28
*** traveltissues has joined #buildstream07:33
gitlab-br-botmarge-bot123 merged MR !1653 (traveltissues/notes->master: workspaces via sourcecache MR2.5) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165307:38
gitlab-br-bottraveltissues approved MR !1656 (bschubert/bump-bst-experimental-version->master: .gitlab-ci.yml: Update bst-plugins-experimental version) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165607:39
gitlab-br-bottraveltissues approved MR !1650 (aevri/enable_spawn_ci->master: Enable a subset of `tests-spawn-multiprocessing-start-method`) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165007:43
*** bochecha has joined #buildstream08:11
*** bochecha has quit IRC08:12
*** tiagogomes has joined #buildstream08:44
*** santi has joined #buildstream08:49
gitlab-br-botmarge-bot123 closed issue #1174 (overnigth test are failing: AttributeError: 'buildstream.node.SequenceNode' object has no attribute '_strip_node_info') on buildstream https://gitlab.com/BuildStream/buildstream/issues/117408:52
gitlab-br-botmarge-bot123 merged MR !1656 (bschubert/bump-bst-experimental-version->master: .gitlab-ci.yml: Update bst-plugins-experimental version) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165608:52
*** jonathanmaw has joined #buildstream09:08
gitlab-br-bottraveltissues opened MR !1658 (traveltissues/fix->master: element.py: remove unused variable) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165809:19
gitlab-br-botBenjaminSchubert approved MR !1658 (traveltissues/fix->master: element.py: remove unused variable) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165809:20
tlater[m]benschubert: I do nowadays!09:30
tlater[m]I'll take a look in a bit09:30
benschubertit seems it's alive again09:30
*** lachlan has joined #buildstream09:32
tlater[m]benschubert: Frankly, I only have access to her gitlab account anyway, so probably not much I could do.09:33
*** akvilebirgelyte_ has joined #buildstream09:38
*** akvilebirgelyte has quit IRC09:39
*** akvilebirgelyte_ has quit IRC09:40
*** akvilebirgelyte_ has joined #buildstream09:41
*** bochecha has joined #buildstream09:44
gitlab-br-bottraveltissues opened (was WIP) MR !1651 (traveltissues/1161->master: remove private api from workspace plugin) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165109:47
tlater[m]ta for fixing mypy traveltissues10:01
*** lachlan has quit IRC10:07
*** lachlan has joined #buildstream10:13
tlater[m]juergbi: I assume that when `update_state()` disappears the methods that used to recursively call it will need to call whatever comes after them in update order?10:15
juergbitlater[m]: yes, assuming you mean a more specific update method with 'whatever comes after them in update order'10:18
tlater[m]Yup10:19
gitlab-br-bottraveltissues opened (was WIP) MR !1651 (traveltissues/1161->master: extend source api and remove private use from workspace plugin) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165110:19
* tlater[m] wonders how this will end up looking in some cases10:19
tlater[m]We'll see, ta juergbi :)10:19
gitlab-br-botmarge-bot123 merged MR !1658 (traveltissues/fix->master: element.py: remove unused variable) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165810:23
*** lachlan has quit IRC10:34
*** slaf has quit IRC10:42
*** slaf has joined #buildstream10:46
*** slaf has joined #buildstream10:46
*** slaf has joined #buildstream10:47
*** slaf has joined #buildstream10:47
*** slaf has joined #buildstream10:47
benschubertCould someone pull the latest buildstream master and run a 'bst show' on any project they have at hand? I get 'assert utils._is_single_threaded() and not cas.has_open_grpc_channels()' for whatever I do...11:27
benschubert(assertion error)11:27
tpollardwfm it seems11:28
benschubertok thanks :)11:28
tpollardactually no wait, this branch has tweaks to that codepath11:29
tpollard(it plays hell with the multiprocessing + pytest threads)11:29
benschubertoh, ok :)11:30
benschubertwell, if someone can try with master, let me know !11:31
traveltissuestrying that now11:32
traveltissuesworks on debian stretch11:34
*** lachlan has joined #buildstream11:34
cs-shadowworks for me as well on fedora:30. Possibly unrelated, 1 out of 5 times that I tried, buildbox-casd died without telling me anything11:37
benschubertcs-shadow: that's not master if it didn't say anything:)11:42
benschubertOr that's yet another bug11:42
cs-shadowbenschubert: i mean it did give me a log file11:42
benschubertOk I'll dig more11:42
cs-shadowbut there was nothing in the log file11:42
benschubertIt should also give an error on the command line11:42
benschubertAh run with --debug for that11:43
cs-shadow"Buildbox-casd didn't exit cleanly. Exit code: -15, Logs: /root/.cache/buildstream/cas/logs/1571398550.720138.log"11:43
cs-shadowi tried --debug but I can't get it to fail now :|11:43
tlater[m]cs-shadow: buildbox-casd unfortunately doesn't have the best logging by default :(11:44
*** santi has quit IRC11:45
gitlab-br-bottraveltissues opened (was WIP) MR !1651 (traveltissues/1161->master: extend source api and remove private use from workspace plugin) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165112:13
benschubert-15 is segfault right?12:31
traveltissuesi'd assume it depends on the system12:32
juergbibenschubert: no, that's SIGTERM12:33
juergbithis can happen if casd is sent SIGTERM before it had a chance to set up a signal handler12:34
juergbior if casd is too old (not installing any signal handler)12:35
*** santi has joined #buildstream12:38
*** lachlan has quit IRC12:41
benschubertWhy would we get calls to cas.get_usage() in 'Loading Elements' phase?12:51
tpollardstatus renderer as a consequence of tracking a state task maybe12:53
tpollard(for the cache widget)12:54
benschubertbut the cache widget shouldn't even be displayed at that point12:54
tpollardHmm, I thought we had some user facing task feedback for the loading of elements12:55
tpollardthis might not be the cause, I just know status wanting the cache has hit me a few times recently12:56
benschubertaouch :/12:57
tpollardwe definitely track the element loading against a task, and that will cause messages to be generated in messenger12:59
tpollardand the statusHeader render method calls cache usage everything we tick13:00
tpollardwhich adds to the overheads we already have for the output13:03
*** jonathanmaw has quit IRC13:31
*** lachlan has joined #buildstream13:49
*** santi has quit IRC13:52
*** santi has joined #buildstream13:53
*** traveltissues has quit IRC14:02
*** lachlan has quit IRC14:03
gitlab-br-botcs-shadow opened issue #1175 (buildobx-casd doesn't exit cleanly after some BuildStream errors) on buildstream https://gitlab.com/BuildStream/buildstream/issues/117514:07
cs-shadowtlater[m], benschubert: I have managed to reproduce the casd failure at least in one scenario very reliably. Just `bst show` somewhere that isn't a buildstream project :)14:08
*** traveltissues has joined #buildstream14:21
tlater[m]Hah, of course that'd happen14:22
* tlater[m] should test that occasionally14:22
tlater[m]We should probably have a test for it in general!14:22
*** lachlan has joined #buildstream14:25
cs-shadow+1 for adding that test case14:28
*** traveltissues has quit IRC14:37
*** santi has quit IRC15:13
*** narispo has joined #buildstream15:16
*** bochecha has quit IRC15:36
*** santi has joined #buildstream15:51
*** tpollard has quit IRC15:55
*** narispo has quit IRC15:55
*** lachlan has quit IRC15:56
*** narispo has joined #buildstream15:56
*** lachlan has joined #buildstream15:58
*** akvilebirgelyte_ has quit IRC16:11
gitlab-br-botmarge-bot123 merged MR !1650 (aevri/enable_spawn_ci->master: Enable a subset of `tests-spawn-multiprocessing-start-method`) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/165016:15
gitlab-br-botcs-shadow opened issue #1176 (Interactive bst operations fail with open workspaces) on buildstream https://gitlab.com/BuildStream/buildstream/issues/117616:46
*** toscalix has quit IRC16:54
*** santi has quit IRC16:55
*** tiagogomes has quit IRC16:59
*** mohan43u has quit IRC18:04
*** mohan43u has joined #buildstream18:06
*** narispo has quit IRC20:01
*** narispo has joined #buildstream20:01
*** lachlan has quit IRC21:52
*** narispo has quit IRC23:12
*** narispo has joined #buildstream23:13
*** narispo has quit IRC23:47
*** narispo has joined #buildstream23:47

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