*** narispo has quit IRC | 00:04 | |
*** narispo has joined #buildstream | 00:05 | |
*** narispo has quit IRC | 00:29 | |
*** narispo has joined #buildstream | 00:29 | |
*** narispo has quit IRC | 00:43 | |
*** narispo has joined #buildstream | 00:43 | |
*** narispo has quit IRC | 01:01 | |
*** narispo has joined #buildstream | 01:01 | |
*** narispo has quit IRC | 01:15 | |
*** narispo has joined #buildstream | 01:15 | |
*** narispo has quit IRC | 01:30 | |
*** narispo has joined #buildstream | 01:31 | |
*** narispo has quit IRC | 05:32 | |
*** narispo has joined #buildstream | 05:36 | |
*** narispo has quit IRC | 05:58 | |
*** narispo has joined #buildstream | 05:59 | |
gitlab-br-bot | BenjaminSchubert approved MR !1667 (juerg/casd-connect->master: cascache.py: Defer attempt to connect to casd until socket file exists) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1667 | 07:45 |
---|---|---|
*** bochecha has joined #buildstream | 08:02 | |
*** tiagogomes has joined #buildstream | 08:38 | |
*** santi has joined #buildstream | 08:59 | |
*** lachlan has joined #buildstream | 09:30 | |
*** jonathanmaw has joined #buildstream | 09:31 | |
*** lachlan has quit IRC | 09:51 | |
*** traveltissues has joined #buildstream | 09:58 | |
*** lachlan has joined #buildstream | 10:01 | |
*** lachlan has quit IRC | 10:11 | |
*** lachlan has joined #buildstream | 10:16 | |
*** lachlan has quit IRC | 10:22 | |
*** lachlan has joined #buildstream | 10:27 | |
*** lachlan has quit IRC | 10:37 | |
*** lachlan has joined #buildstream | 10:48 | |
*** lachlan has quit IRC | 11:03 | |
*** lachlan has joined #buildstream | 11:10 | |
* tlater[m] wonders what happened to the buildbox-casd output in test outptu | 11:10 | |
tlater[m] | *output | 11:11 |
tlater[m] | It doesn't seem to show anymore... | 11:11 |
tlater[m] | bst-artifact-server output, even | 11:11 |
*** phildawson_ has quit IRC | 11:21 | |
tlater[m] | juergbi: I'm getting a StatusCode.UNIMPLEMENTED when trying to FetchTree | 11:21 |
tlater[m] | Is the binary version on buildstream.build up-to-date? | 11:22 |
*** rdale has quit IRC | 11:22 | |
*** rdale has joined #buildstream | 11:30 | |
*** phoenix has joined #buildstream | 11:39 | |
*** narispo has quit IRC | 11:43 | |
*** narispo has joined #buildstream | 11:43 | |
*** phoenix has quit IRC | 11:46 | |
tpollard | I've updated https://gitlab.com/BuildStream/buildstream/merge_requests/1666 with a snapshot of what the widget looks like with the changes, would appreciate and feedback/review | 11:46 |
* tpollard ponders if it makes sense to change the complete-name of the build queue to Elements Built, as that is the criteria for done() | 11:49 | |
*** lachlan has quit IRC | 12:01 | |
*** rdale has quit IRC | 12:02 | |
*** lachlan has joined #buildstream | 12:03 | |
gitlab-br-bot | cs-shadow opened MR !1668 (chandan/release-1.91.2->master: Prepare NEWS for 1.91.2 snapshot release) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1668 | 12:07 |
*** santi has quit IRC | 12:12 | |
*** rdale has joined #buildstream | 12:17 | |
*** phoenix has joined #buildstream | 12:20 | |
*** lachlan has quit IRC | 12:35 | |
juergbi | tlater[m]: no, FetchTree supporthas been merged to buildbox-casd master a while ago but the static binary / CI images haven't been updated yet | 12:35 |
juergbi | I could build an updated static binary | 12:36 |
benschubert | juergbi: I have the results for #1126, marginal improvments on medium projects :( | 12:43 |
gitlab-br-bot | Issue #1126: Cache resolution is slow https://gitlab.com/BuildStream/buildstream/issues/1126 | 12:43 |
juergbi | benschubert: that's with roughly how many elements? | 12:45 |
benschubert | roughly 3 thousand | 12:46 |
juergbi | hm, so 30ms average per package, that's indeed pretty slow | 12:47 |
juergbi | benschubert: could you quickly also provide a profile for bst show with python3 -m cProfile? | 12:47 |
benschubert | with everything cached? | 12:47 |
juergbi | yes | 12:47 |
juergbi | well, nothing cached also seems way too slow, so profile of that would also be interesting | 12:48 |
juergbi | benschubert: was bst show nothing cached' | 12:49 |
juergbi | 'bst show nothing cachec' also much faster before partial CAS / casd? | 12:49 |
*** santi has joined #buildstream | 12:49 | |
benschubert | spends 15s loading elements ;) | 12:50 |
benschubert | so it's reading and finding files on disk that is taking that long | 12:50 |
juergbi | how many elements big is our debian test stack? | 12:50 |
benschubert | if I had a stack referencing everything, would be around 10s | 12:50 |
benschubert | 75000, but we don't run `bst show`, we do `bst show debian-stack.bst` | 12:50 |
juergbi | on warm dentry cache, finding 3k files shouldn't take long at all | 12:52 |
benschubert | that is fine, the parsing of it we do afterwards is not | 12:53 |
juergbi | debian base-files.bst references 6k elements and takes around 6s for complete bst show | 12:55 |
juergbi | don't understand why it would take 24s for a 3k project | 12:55 |
juergbi | the parsing is done in either case | 12:56 |
benschubert | not the parsing sorry | 12:58 |
benschubert | but how we process each target | 12:58 |
benschubert | that slows down many parts of the code for nothing | 12:58 |
*** rdale has quit IRC | 12:58 | |
benschubert | I believe we should remove targets that are included in another one, but that might be tricky to make | 12:58 |
tlater[m] | juergbi: I recall you saying something about a buildstream project for this | 12:59 |
tlater[m] | Any chance I could get my filthy fingers on it? | 12:59 |
juergbi | benschubert: ah, didn't realize that this had such a big impact | 12:59 |
benschubert | it does :) hence why we built a stack on the debian project | 12:59 |
juergbi | tlater[m]: https://gitlab.com/BuildGrid/buildbox/buildbox-integration | 12:59 |
benschubert | try doing a 'bst show' in it :) | 13:00 |
tlater[m] | ta juergbi ! | 13:00 |
juergbi | tlater[m]: i'm still using bst 1.4 to build that, though | 13:01 |
*** rdale has joined #buildstream | 13:01 | |
tlater[m] | juergbi: Not bootstrapped yet? ;p | 13:01 |
*** rdale has quit IRC | 13:02 | |
* tlater[m] 's buildstream-for-building is also still 1.4, because no real projects are supported by master yet | 13:02 | |
*** rdale has joined #buildstream | 13:05 | |
*** santi has quit IRC | 13:08 | |
*** rdale has quit IRC | 13:12 | |
*** phildawson has joined #buildstream | 13:14 | |
gitlab-br-bot | tpollard approved MR !1668 (chandan/release-1.91.2->master: Prepare NEWS for 1.91.2 snapshot release) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1668 | 13:14 |
*** santi has joined #buildstream | 13:26 | |
gitlab-br-bot | marge-bot123 merged MR !1668 (chandan/release-1.91.2->master: Prepare NEWS for 1.91.2 snapshot release) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1668 | 13:27 |
gitlab-br-bot | traveltissues approved MR !1666 (tpollard/render_task_group->master: _frontend/status.py: Complete names when rendering dynamic queue status) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1666 | 13:30 |
*** phoenix has quit IRC | 13:31 | |
gitlab-br-bot | traveltissues approved MR !1654 (aevri/enable_spawn_ci_3->master: pickle `first_pass_config` factories) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1654 | 13:31 |
gitlab-br-bot | traveltissues 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/1651 | 13:41 |
*** tpollard has quit IRC | 13:43 | |
*** tpollard has joined #buildstream | 13:43 | |
gitlab-br-bot | traveltissues opened issue #1181 (resolve workspaces stages only once test failure for multiprocessing run) on buildstream https://gitlab.com/BuildStream/buildstream/issues/1181 | 13:45 |
benschubert | juergbi: cleaning up the profile to make it publicly available might be quite annoying :/ I can give pointers however | 13:48 |
*** traveltissues has quit IRC | 13:50 | |
juergbi | ah, I see | 13:52 |
gitlab-br-bot | tlater opened MR !1670 (tlater/plugin-documentation-improvement->master: format_project.rst: De-obfuscate element/package differences) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1670 | 13:52 |
*** rdale has joined #buildstream | 13:53 | |
*** narispo has quit IRC | 13:53 | |
gitlab-br-bot | tpollard approved MR !1670 (tlater/plugin-documentation-improvement->master: format_project.rst: De-obfuscate element/package differences) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1670 | 13:56 |
*** narispo has joined #buildstream | 13:59 | |
*** narispo has quit IRC | 14:02 | |
*** narispo has joined #buildstream | 14:02 | |
*** lachlan has joined #buildstream | 14:07 | |
*** lachlan has quit IRC | 14:37 | |
*** lachlan has joined #buildstream | 14:40 | |
*** santi has quit IRC | 14:42 | |
*** lachlan has quit IRC | 14:43 | |
*** lachlan has joined #buildstream | 14:44 | |
*** jonathanmaw has quit IRC | 14:45 | |
gitlab-br-bot | marge-bot123 merged MR !1654 (aevri/enable_spawn_ci_3->master: pickle `first_pass_config` factories) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1654 | 15:02 |
*** santi has joined #buildstream | 15:10 | |
*** lachlan has quit IRC | 15:29 | |
*** lachlan has joined #buildstream | 15:37 | |
*** narispo has quit IRC | 15:54 | |
*** narispo has joined #buildstream | 15:54 | |
*** tpollard has quit IRC | 16:08 | |
*** bochecha has quit IRC | 16:25 | |
gitlab-br-bot | marge-bot123 merged MR !1666 (tpollard/render_task_group->master: _frontend/status.py: Complete names when rendering dynamic queue status) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1666 | 16:27 |
*** santi has quit IRC | 16:28 | |
*** tiagogomes has quit IRC | 17:21 | |
gitlab-br-bot | marge-bot123 merged MR !1670 (tlater/plugin-documentation-improvement->master: format_project.rst: De-obfuscate element/package differences) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1670 | 17:31 |
*** narispo has quit IRC | 17:36 | |
*** narispo has joined #buildstream | 17:37 | |
*** narispo has quit IRC | 17:54 | |
*** narispo has joined #buildstream | 17:54 | |
*** rdale has quit IRC | 19:51 | |
*** lachlan has quit IRC | 20:04 | |
*** cs-shadow has quit IRC | 20:35 | |
*** narispo has quit IRC | 20:39 | |
*** narispo has joined #buildstream | 20:41 | |
*** narispo has quit IRC | 22:00 | |
*** narispo has joined #buildstream | 23:49 | |
*** narispo has quit IRC | 23:49 | |
*** narispo has joined #buildstream | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!