*** eddynetweb has joined #buildstream | 00:28 | |
*** Kinnison has quit IRC | 00:42 | |
*** Kinnison has joined #buildstream | 00:43 | |
*** xjuan has quit IRC | 01:22 | |
*** kapil___ has joined #buildstream | 02:44 | |
*** lsfranco has quit IRC | 04:15 | |
*** lsfranco has joined #buildstream | 04:15 | |
*** nimish has joined #buildstream | 05:44 | |
*** nimish has quit IRC | 05:46 | |
*** nimish has joined #buildstream | 05:46 | |
*** nimish has quit IRC | 09:16 | |
*** nimish has joined #buildstream | 09:16 | |
*** WSalmon_ has joined #buildstream | 09:29 | |
*** nimish has quit IRC | 09:31 | |
*** nimish has joined #buildstream | 09:32 | |
benschubert | Hey, the overnight tests failed https://gitlab.com/BuildStream/buildstream/-/jobs/134343505. Does anyone knows for sure what is going on? | 09:32 |
---|---|---|
*** WSalmon_ has quit IRC | 09:33 | |
*** WSalmon_ has joined #buildstream | 09:34 | |
*** raoul__ has joined #buildstream | 09:35 | |
*** nimish has quit IRC | 09:52 | |
*** nimish has joined #buildstream | 09:52 | |
laurence | nice summary mail on the list there from Angelos. One step closer to making the traffic more digestable | 09:52 |
*** raoul__ is now known as raoul | 10:06 | |
*** alatiera has joined #buildstream | 10:07 | |
gitlab-br-bot | adds68 reopened issue #816 (Unexpected caching behaviour with bst plugin) on buildstream https://gitlab.com/BuildStream/buildstream/issues/816 | 10:21 |
juergbi | adds68: do I understand you correctly, you changed the sources and it still didn't rebuild? | 10:29 |
juergbi | I mean, the element sources, not the plugin .py source | 10:30 |
adds68 | juergbi, no as the sources are correct, i can not change them, but the expected behaviour for my plugin is that if they do change it should rebuild, however i have a cached build of collect_manifest.bst which is using the plugin, which had an error in the .json output. If i turn off the cache i receive the correct output locally, however when using | 10:32 |
adds68 | the cache bst returns the incorrect cached result | 10:32 |
adds68 | juergbi, so i think this is similar to #447 | 10:32 |
gitlab-br-bot | Issue #447: Strack trace shown when trying to checkout an unbuilt element https://gitlab.com/BuildStream/buildstream/issues/447 | 10:32 |
adds68 | #477 * | 10:32 |
gitlab-br-bot | Issue #477: Allow rebuilding of a single element https://gitlab.com/BuildStream/buildstream/issues/477 | 10:32 |
juergbi | ah ok, yes, during plugin development this could be very useful | 10:34 |
*** toscalix has joined #buildstream | 10:34 | |
juergbi | the format version is about what is supported in the plugin configuration. it does not mean that the output has changed | 10:34 |
juergbi | so it would be wrong (or at least not optimal) for BuildStream to include that in the cache key | 10:35 |
adds68 | juergbi, ah ok, i thought it was to signify a change | 10:35 |
juergbi | i.e., I don't think there is anything BuildStream can do to automatically invalidate the cache here | 10:35 |
juergbi | what you can do is include a version number in the result of get_unique_key() | 10:35 |
juergbi | and then you can increment whenever you want/need | 10:36 |
adds68 | juergbi, hmm interesting, that could be good practice IMO | 10:36 |
juergbi | so a bit like the core artifact version but per plugin | 10:36 |
juergbi | every plugin can do this on its own but we don't have special infrastructure/API for this | 10:36 |
adds68 | I will add that now and see if it invalidates the cache :) thanks! | 10:37 |
juergbi | yw | 10:38 |
*** toscalix has quit IRC | 10:46 | |
*** nimish has quit IRC | 10:47 | |
*** nimish has joined #buildstream | 10:48 | |
*** lsfranco has quit IRC | 11:35 | |
*** lsfranco has joined #buildstream | 11:36 | |
*** lsfranco has joined #buildstream | 11:36 | |
*** nimish has quit IRC | 11:42 | |
*** nimish has joined #buildstream | 11:43 | |
*** lachlan has joined #buildstream | 11:44 | |
*** demure has joined #buildstream | 11:45 | |
*** lsfranco has quit IRC | 11:48 | |
*** nimish has quit IRC | 11:48 | |
*** nimish has joined #buildstream | 11:48 | |
WSalmon | dose buildstream create a log in the cache for every elements pull/build/push but not for every invocation? | 11:52 |
*** nimish has quit IRC | 11:53 | |
*** nimish has joined #buildstream | 11:54 | |
jennis | WSalmon, also for each invocation | 11:54 |
gitlab-br-bot | jmacarthur approved MR !986 (willsalmon/shellBuildTrees->master: Shell --build has optional buildtrees) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/986 | 11:54 |
jennis | for example, in ~/.cache/logs/$project/$element you may find <cache_key>-build.<some number>.log | 11:55 |
jennis | the <some_number for different invocations> | 11:55 |
*** abderrahim has quit IRC | 11:55 | |
*** abderrahim has joined #buildstream | 11:56 | |
*** lsfranco has joined #buildstream | 11:57 | |
*** nimish has quit IRC | 11:59 | |
*** nimish has joined #buildstream | 11:59 | |
jennis | Sorry misinterpreted WSalmon's question, for anyone else interested, we have `bst --log-file FILE COMMAND ELEMENT` to see the full log | 12:00 |
jennis | but thus full log doesn't seem to be cached locally | 12:00 |
jennis | this* | 12:00 |
jennis | Also adds68, FWIW, you can remove the ref of the artifact locally in your cache if you want to rebuild it: `rm ~/.cache/buildstream/artifacts/cas/refs/heads/$project/$element/$cache_key | 12:01 |
jennis | This might help you out for now until #477 is addressed | 12:02 |
gitlab-br-bot | Issue #477: Allow rebuilding of a single element https://gitlab.com/BuildStream/buildstream/issues/477 | 12:02 |
*** nimish has quit IRC | 12:09 | |
*** nimish has joined #buildstream | 12:09 | |
adds68 | Jennis, I tried that, but this is in the CI cache | 12:28 |
gitlab-br-bot | raoul.hidalgocharman approved MR !986 (willsalmon/shellBuildTrees->master: Shell --build has optional buildtrees) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/986 | 12:30 |
jennis | adds68, ahh, less ideal | 12:32 |
*** lsfranco has quit IRC | 12:35 | |
*** lsfranco has joined #buildstream | 12:35 | |
*** lsfranco has joined #buildstream | 12:36 | |
*** lsfranco has quit IRC | 12:41 | |
*** lsfranco has joined #buildstream | 12:41 | |
*** kapil___ has quit IRC | 12:54 | |
*** lsfranco has quit IRC | 13:01 | |
*** lsfranco has joined #buildstream | 13:02 | |
*** lsfranco has quit IRC | 13:07 | |
*** lsfranco has joined #buildstream | 13:07 | |
*** tristan has joined #buildstream | 13:11 | |
*** nimish has quit IRC | 13:28 | |
*** lsfranco has quit IRC | 13:37 | |
*** lsfranco has joined #buildstream | 13:37 | |
*** lsfranco has quit IRC | 13:42 | |
WSalmon | when a opperation starts i get something like this [--:--:--][70b06877][build:project_169.bst ] START Staging sources | 13:42 |
*** lsfranco has joined #buildstream | 13:43 | |
WSalmon | is there a way to get it to fill out the --:--:-- | 13:43 |
WSalmon | so i can workout when things start? | 13:43 |
valentind | Not without modification. | 13:46 |
*** nimish has joined #buildstream | 13:49 | |
valentind | WSalmon, if we added this feature, I think it would be better to add the timestamp in the log file. That would be less confusing. | 13:50 |
valentind | Because mixing duration and time dates is not a good idea. | 13:51 |
WSalmon | i woudnt mind a flag or something and yep in the log file | 13:51 |
WSalmon | i havent looked at that bit of the code but i presume it would be pretty easy to add? | 13:52 |
*** ajibade_ has joined #buildstream | 13:52 | |
*** lsfranco has quit IRC | 13:53 | |
*** lsfranco has joined #buildstream | 13:53 | |
valentind | It is like 2 lines to change. | 13:54 |
valentind | To make it optional, I would put that in buildstream.conf | 13:55 |
*** ChanServ sets mode: +o tristan | 13:58 | |
tristan | WSalmon, the feature exists | 13:58 |
tristan | just not well documented | 13:59 |
WSalmon | oh brill | 13:59 |
*** ajibade_ has quit IRC | 13:59 | |
tristan | WSalmon, the --:--:-- are the start markers for any elapsed time measurements | 13:59 |
tristan | but you can also have wallclock time | 13:59 |
*** kapil___ has joined #buildstream | 13:59 | |
WSalmon | :) | 14:00 |
tristan | WSalmon, see message-format in the user config, by default it adds %{elapsed}, but there is a %{wallclock} you can add (instead, or in addition, as you like) | 14:00 |
tristan | that needs better docs for sure | 14:00 |
WSalmon | thanks | 14:01 |
tristan | there is also an option for microsecond precision, etc | 14:01 |
tristan | I think elapsed-ms and wallclock-ms | 14:01 |
WSalmon | ill have a look, many thanks | 14:02 |
jmac | !952 is now complete if anyone has time to review it | 14:19 |
gitlab-br-bot | MR !952: Remote-execution instance configuration support https://gitlab.com/BuildStream/buildstream/merge_requests/952 | 14:19 |
*** lsfranco has quit IRC | 14:23 | |
*** lsfranco has joined #buildstream | 14:24 | |
*** Grum has joined #buildstream | 14:26 | |
*** nimish has quit IRC | 14:29 | |
*** nimish has joined #buildstream | 14:30 | |
valentind | WSalmon, sorry, I really did not know about it. | 14:32 |
WSalmon | valentind, now worries :D | 14:33 |
WSalmon | thanks for trying | 14:33 |
WSalmon | now we both know :) | 14:33 |
*** lsfranco has quit IRC | 14:44 | |
*** lsfranco has joined #buildstream | 14:44 | |
*** lsfranco has quit IRC | 14:44 | |
*** lsfranco has joined #buildstream | 14:44 | |
*** nimish has quit IRC | 14:55 | |
*** nimish has joined #buildstream | 14:55 | |
*** lsfranco has quit IRC | 14:59 | |
*** lsfranco has joined #buildstream | 15:00 | |
*** raoul_ has joined #buildstream | 15:02 | |
*** lachlan has quit IRC | 15:02 | |
*** raoul has quit IRC | 15:03 | |
*** raoul_ has quit IRC | 15:06 | |
*** lsfranco has quit IRC | 15:10 | |
*** lsfranco has joined #buildstream | 15:10 | |
*** nimish has quit IRC | 15:15 | |
*** nimish has joined #buildstream | 15:15 | |
*** lachlan has joined #buildstream | 15:19 | |
*** lsfranco has quit IRC | 15:25 | |
*** lsfranco has joined #buildstream | 15:26 | |
*** lsfranco has quit IRC | 15:36 | |
*** lsfranco has joined #buildstream | 15:36 | |
*** raoul_ has joined #buildstream | 15:42 | |
*** raoul_ has quit IRC | 15:49 | |
*** nimish has quit IRC | 16:00 | |
*** nimish has joined #buildstream | 16:01 | |
*** raoul_ has joined #buildstream | 16:04 | |
*** nimish has quit IRC | 16:21 | |
*** nimish has joined #buildstream | 16:21 | |
*** tiagogomes has quit IRC | 16:28 | |
*** tiagogomes has joined #buildstream | 16:29 | |
*** lsfranco has quit IRC | 16:31 | |
*** lsfranco has joined #buildstream | 16:31 | |
*** kapil___ has quit IRC | 16:44 | |
*** lsfranco has quit IRC | 16:56 | |
*** lsfranco has joined #buildstream | 16:57 | |
*** lsfranco has quit IRC | 16:57 | |
*** lsfranco has joined #buildstream | 16:57 | |
*** lsfranco has joined #buildstream | 16:58 | |
*** phildawson has quit IRC | 17:00 | |
*** nimish has quit IRC | 17:01 | |
*** lsfranco has quit IRC | 17:04 | |
*** lsfranco has joined #buildstream | 17:05 | |
*** lsfranco has quit IRC | 17:17 | |
*** lsfranco has joined #buildstream | 17:18 | |
*** raoul_ has quit IRC | 17:19 | |
*** lsfranco has quit IRC | 17:23 | |
*** WSalmon_ has quit IRC | 17:23 | |
*** lsfranco has joined #buildstream | 17:23 | |
*** lachlan has quit IRC | 17:30 | |
*** lachlan has joined #buildstream | 17:32 | |
*** lsfranco has quit IRC | 17:43 | |
*** tiagogomes has quit IRC | 17:43 | |
*** alatiera has quit IRC | 17:43 | |
*** lsfranco has joined #buildstream | 17:43 | |
*** alatiera has joined #buildstream | 17:44 | |
*** toscalix has joined #buildstream | 17:49 | |
*** alatiera has quit IRC | 17:52 | |
*** toscalix has joined #buildstream | 17:56 | |
*** toscalix has quit IRC | 18:14 | |
*** lachlan has quit IRC | 18:30 | |
*** lachlan has joined #buildstream | 18:47 | |
*** lachlan has quit IRC | 18:57 | |
*** lsfranco has quit IRC | 18:59 | |
*** lsfranco has joined #buildstream | 18:59 | |
*** kirkland has joined #buildstream | 19:04 | |
*** lsfranco has quit IRC | 19:09 | |
*** lsfranco has joined #buildstream | 19:09 | |
*** lsfranco has quit IRC | 19:09 | |
*** lsfranco has joined #buildstream | 19:10 | |
*** lachlan has joined #buildstream | 19:17 | |
*** toscalix has joined #buildstream | 19:17 | |
*** lsfranco has quit IRC | 19:20 | |
*** lsfranco has joined #buildstream | 19:20 | |
*** alatiera has joined #buildstream | 19:22 | |
*** toscalix has quit IRC | 19:25 | |
*** toscalix has joined #buildstream | 19:26 | |
*** toscalix has quit IRC | 19:35 | |
*** toscalix has joined #buildstream | 19:35 | |
*** lavish__ has joined #buildstream | 19:48 | |
gitlab-br-bot | cs-shadow opened MR !1010 (chandan/fix-warning->master: Fix Deprecation warnings from regex module) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1010 | 19:49 |
*** toscalix has quit IRC | 19:55 | |
gitlab-br-bot | cs-shadow closed issue #814 (Add `bst source` command group) on buildstream https://gitlab.com/BuildStream/buildstream/issues/814 | 20:07 |
gitlab-br-bot | cs-shadow merged MR !1003 (chandan/source-subgroup->master: Introduce new "source" command group) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1003 | 20:07 |
*** toscalix has joined #buildstream | 20:07 | |
*** toscalix has quit IRC | 20:22 | |
*** lachlan has quit IRC | 20:42 | |
*** alatiera has quit IRC | 23:00 | |
*** WSalmon_ has joined #buildstream | 23:39 | |
*** stoffepojken7 has joined #buildstream | 23:57 | |
*** tristan has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!