| 22 Aug 2025 |
Mic92 | @zowoq:matrix.org: unclear if this relates to anything that changed in buildbot. Rather looks like nix-eval-jobs output has unexpected output?
https://github.com/nix-community/buildbot-nix/blob/main/buildbot_nix%2Fbuildbot_nix%2F__init__.py#L207 | 03:42:27 |
zowoq | The buildbot-nix toml shouldn't be included in the nix-eval-jobs output? Isn't that a buildbot issue? | 04:24:26 |
Mic92 | Yeah it's just bit weird how the last changes relate to that in any way. Do we have logs how nix-eval-jobs got called in that instance. | 05:02:35 |
zowoq | Probably not the correct fix but this works:
diff --git a/buildbot_nix/buildbot_nix/repo_config/__init__.py b/buildbot_nix/buildbot_nix/repo_config/__init__.py
index bbc6a1641..d9bf514ff 100644
--- a/buildbot_nix/buildbot_nix/repo_config/__init__.py
+++ b/buildbot_nix/buildbot_nix/repo_config/__init__.py
@@ -28,7 +28,7 @@ class BranchConfig(BaseModel):
cmd = await buildstep.makeRemoteShellCommand(
collectStdout=True,
collectStderr=True,
- stdioLogName="stdio",
+ stdioLogName="toml",
# TODO: replace this with something like buildbot.steps.transfer.StringUpload
# in the future... this one doesn't not exist yet.
command=[
https://buildbot.nix-community.org/#/builders/4466/builds/477 Seems it was merging the output from the separate steps?
| 05:06:29 |
zowoq | * Probably not the correct fix but this works:
diff --git a/buildbot_nix/buildbot_nix/repo_config/__init__.py b/buildbot_nix/buildbot_nix/repo_config/__init__.py
index bbc6a1641..d9bf514ff 100644
--- a/buildbot_nix/buildbot_nix/repo_config/__init__.py
+++ b/buildbot_nix/buildbot_nix/repo_config/__init__.py
@@ -28,7 +28,7 @@ class BranchConfig(BaseModel):
cmd = await buildstep.makeRemoteShellCommand(
collectStdout=True,
collectStderr=True,
- stdioLogName="stdio",
+ stdioLogName="toml",
# TODO: replace this with something like buildbot.steps.transfer.StringUpload
# in the future... this one doesn't not exist yet.
command=[
https://buildbot.nix-community.org/#/builders/4466/builds/477 Seems it was merging the output from the separate steps?
| 05:06:38 |
Mic92 | Ah. I think your fix might the correct one? | 05:23:16 |
| 2 Sep 2025 |
| @aidalgol:tchncs.de joined the room. | 21:55:00 |
| 4 Sep 2025 |
| @aidalgol:tchncs.de changed their display name from Aidan Gauland to aidalgol[m]. | 11:23:33 |
| 27 Aug 2025 |
| connor (burnt/out) (UTC-8) changed their display name from connor (he/him) (UTC-7) to connor (he/him) (UTC+1). | 18:33:44 |
| 4 Sep 2025 |
| @aidalgol:tchncs.de changed their display name from aidalgol[m] to aidalgol. | 11:24:12 |
| 29 Aug 2025 |
| @luna-null:matrix.org left the room. | 02:40:15 |
| 12 Sep 2025 |
| @aidalgol:tchncs.de set a profile picture. | 09:21:42 |
| 29 Aug 2025 |
| Rcat 🏳️🌈🏳️⚧️ joined the room. | 07:06:57 |
| 13 Sep 2025 |
| saygo.2 joined the room. | 19:22:24 |
| 29 Aug 2025 |
| magic_rb changed their profile picture. | 19:31:00 |
| 13 Sep 2025 |
| saygo.2 left the room. | 21:40:44 |
| 31 Aug 2025 |
| sinan changed their profile picture. | 16:25:25 |
| 13 Sep 2025 |
| saygo.2 joined the room. | 21:49:15 |
| 3 Sep 2025 |
| missfrizzle joined the room. | 06:34:50 |
| 15 Sep 2025 |
| saygo.2 left the room. | 03:52:07 |
| 3 Sep 2025 |
| ghpzin joined the room. | 07:29:42 |
| 4 Sep 2025 |
| FliegendeWurst changed their display name from FliegendeWurst (@GPN23) to FliegendeWurst. | 08:34:25 |
| connor (burnt/out) (UTC-8) changed their display name from connor (he/him) (UTC+1) to connor (he/him) (UTC+2). | 17:03:21 |
| 5 Sep 2025 |
| @ayatsfer:matrix.org left the room. | 11:21:52 |
| 6 Sep 2025 |
raf | Hi, I'm currently the sole maintainer of https://github.com/orgs/nix-community/nh but I was not yet invited to https://github.com/orgs/nix-community/teams/nh. Could someone add me to the team and perhaps remove viperML? I'm not sure if he's interested in maintaining the project anymore, and has previously removed himself from the repository. | 07:33:36 |
raf | also I've received a mail for coderabbit AI integration in nix-community, is it possible for it to be set up for code reviews in nh? | 07:34:35 |
Gaétan Lepage | I discussed with Viper and I'm not sure he agrees about being removed.
Could you please confirm directly with him before proceeding? | 07:59:21 |
Pratham Patel | Hello! I created a PR on the infra repo to request access to an aarch64-linux builder machine to better understand how virtio/virgl behaves on aarch64. This is primarily for resolving issue #401485 in nixpgs.
https://github.com/nix-community/infra/pull/1958 | 08:10:03 |
K900 | Those machines don't have GPUs | 08:14:32 |
Pratham Patel | Yeah, that's not an issue. The thing is that there seems to be some issue on ARM trying to emulate a GPU for the VM. I'm trying to see what can be done about that. | 08:32:08 |