| 17 Jul 2024 |
magic_rb | Yeah this is recent, ill need @zowoq to pull the logs from the journal to see if anything pops up there. This is definitely a bug that needs fixing, if you could open a issue on the buildbot-nix repo id appreciate it | 20:32:38 |
Traxys | I'll do that! | 20:33:12 |
magic_rb | Thanks, if you run into anything which looks like a implementation bug ping me | 20:33:41 |
magic_rb | For the future | 20:33:53 |
Matt Sturgeon | Anecdotally, I've seen broken pipe errors on nixvim's buildbot in the past. However I think I've only seen them when some other test has failed, leading to the broken pipe.
I may have also seen them when buildbot was having issues due to high load, but I can't remember definitively.
Either way, this is clearly something different, thanks for your interest! | 20:34:59 |
Traxys | Opened the issue, added some context if it helps in any way (I think the context is unrelated, but in case it's not :eh:) | 20:41:07 |
Traxys | (I looked at the repo and saw the PR to combine build reports, it might help us I think we had around ~300 checks in nixvim, we used a link farm to make it more manageable on github) | 20:44:06 |
Traxys | * (I looked at the repo and saw the PR to combine build reports, it might help us I think we had around ~300 checks in nixvim, we used a link farm to make it more manageable on github, thanks :D) | 20:44:14 |
| 18 Jul 2024 |
| purepani joined the room. | 03:10:04 |
| arbel joined the room. | 22:18:51 |
| Trenton VanderWert joined the room. | 23:05:05 |
| 19 Jul 2024 |
Traxys | magic_rb in case you think of a workaround this issue before a complete fix don't hesitate to share it with us! | 16:24:47 |
| 14 Oct 2024 |
| dish [Fox/It/She] left the room. | 16:12:25 |
| 19 Jul 2024 |
Traxys | * magic_rb in case you think of a workaround for this issue before a complete fix don't hesitate to share it with us! | 16:24:54 |
magic_rb | In reply to @traxys:familleboyer.net magic_rb in case you think of a workaround this issue before a complete fix don't hesitate to share it with us! The broekn pipe? Ive no idea what might be causing it, i dont have access to the buildbot instance itself yet (should get that sorted) so debugging this isnt easy, ill try to repro on my own instance and ill see what gives | 16:35:54 |
magic_rb | But its definitely on my list | 16:36:06 |
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 |