| 19 Jul 2024 |
Traxys | Yeah no problem, it was just in case you found something but that it required changes in buildbot-nix, maybe we could work around the issue in another way | 16:37:32 |
Traxys | (as we see the problem on 100% of the PRs in nixvim :'() | 16:38:07 |
magic_rb | Oh if its reproducible i can debug | 16:42:34 |
magic_rb | Thats fine | 16:42:36 |
magic_rb | Ill get on it :) | 16:42:39 |
Matt Sturgeon | In reply to @magic_rb:matrix.redalder.org Oh if its reproducible i can debug Semi-reproducable, it doesn't affect each build every time, but we havent had a nix-eval build yet where at least one dependant build isn't affected | 16:43:31 |
Matt Sturgeon | In reply to @magic_rb:matrix.redalder.org Oh if its reproducible i can debug * Semi-reproducible, it doesn't affect each build every time, but we haven't had a nix-eval build yet where at least one dependant build isn't affected | 16:43:37 |
Matt Sturgeon | (Even when repeatedly attempting a rebuild, one or more (random) builds always fail) | 16:44:21 |
magic_rb | How cpu heavy are the builds? My machine isnt the fastest so im wondering if i should bother building off server | 16:44:46 |
Matt Sturgeon | I think my 2018 laptop uses 100% all cores for most of the test build, my desktop is less affected. We used to use around 32GB RAM, but Traxys recent change dropped this to around 3GB (which fixed some of our other buildbot issues, ass mentioned on #227) | 16:50:45 |
Matt Sturgeon | * I think my 2018 laptop uses 100% all cores for most of the test build, my desktop is less affected. We used to use around 32GB RAM, but Traxys' recent change dropped this to around 3GB (which fixed some of our other buildbot issues, ass mentioned on #227) | 16:50:56 |
Matt Sturgeon | * I think my 2018 laptop uses 100% all cores for most of the test build, my desktop is less affected. We used to use around 32GB RAM, but Traxys' recent change dropped this to around 3GB (which fixed some of our other buildbot issues, as mentioned on #227) | 16:51:11 |
Traxys | The test are mostly nix evaluations, there are on the order of ~300 lib.evalModules + pkgs.wrapNeovim + launch of neovim | 16:52:29 |
Traxys | (maybe more than 300 I never checked exactly --') | 16:52:41 |
magic_rb | Yeah that should be fine, ill test it later today | 16:59:34 |
Mic92 | In reply to @mattsturg:matrix.org I think my 2018 laptop uses 100% all cores for most of the test build, my desktop is less affected. We used to use around 32GB RAM, but Traxys' recent change dropped this to around 3GB (which fixed some of our other buildbot issues, as mentioned on #227) We should also soon be better at handling many derivations in .checks: https://github.com/nix-community/buildbot-nix/pull/217 | 18:03:44 |
Traxys | Yup I'm subscribed to that issue :D I think it could help a lot, as we may be able to ditch our link farm :D | 18:05:33 |
Traxys | * Yup I'm subscribed to that PR :D I think it could help a lot, as we may be able to ditch our link farm :D | 18:05:39 |
Traxys | Ok so we have on the order of 1100 builbot jobs :x Would it risk to overwhelm something in builbot? | 18:35:47 |
Traxys | * Ok so we have on the order of 1100 builbot jobs :x Would it risk to overwhelm something in builbot? (if we ditch the link farm) | 18:36:10 |
magic_rb | In reply to @traxys:familleboyer.net Ok so we have on the order of 1100 builbot jobs :x Would it risk to overwhelm something in builbot? (if we ditch the link farm) do it, i dont know, itll create lots of builds for sure, but to the github side it wont be a problem thats taken care of, by that open PR, so after, test it and we'll see :) | 20:34:38 |
Traxys | I have an WIP PR doing that: https://github.com/nix-community/nixvim/pull/1898 What seems to happen is that builds are a bit long, mostly on waiting for builders as each derivation is very quick to compute (https://buildbot.nix-community.org/#/builders/43/builds/294) | 20:41:17 |
Traxys | Though with more than a 1000 checks it's a bit of a mess on the github side, but that should be fixed by the buildbot PR :D | 20:41:48 |
magic_rb | Okay im genuinely impressed this works 👀 | 20:49:40 |
Traxys | Oops I think something broke buildbot, I get connection refused while trying to evaluate a flake (https://buildbot.nix-community.org/#/builders/43/builds/307) | 22:31:45 |
Traxys | Hope it was not the 1000 derivation build x) | 22:32:01 |
Gaétan Lepage | Me too | 22:36:45 |
Gaétan Lepage |  Download clipboard.png | 22:37:09 |
Matt Sturgeon | We've had those kinda errors randomly in the past, but the timing of it happening after testing #1898 doesn't look good... | 22:51:13 |
| 20 Jul 2024 |
zowoq | I've restarted it. | 00:24:58 |