| 19 Nov 2025 |
K900 | @maralorn it's definitely better | 22:26:07 |
K900 | But not perfect | 22:26:09 |
K900 |  Download image.png | 22:26:18 |
K900 | Looks like a lot of small drvs don't count | 22:26:25 |
K900 |  Download image.png | 22:27:14 |
K900 | Some really questionable stacks too | 22:27:20 |
maralorn | Don't count? | 22:29:17 |
maralorn | Also, why is there a "?" In tour hostname? | 22:29:56 |
K900 | Don't get considered "completed" | 22:30:20 |
K900 | Because this machine is ssh-ng://qb?remote-store=daemon | 22:30:40 |
maralorn | Ah, good to know. | 23:00:50 |
maralorn | Very interesting. I would need to see the json log of such an example to debug this. | 23:02:24 |
Grimmauld (any/all) | I also found remote builds don't display the current build phase, but local builds do. Is that expected? | 23:02:36 |
Grimmauld (any/all) | (in older, currently-released noms) | 23:02:51 |
hexa | some features are ssh vs ssh-ng 😄 | 23:03:14 |
maralorn | That's fixed on main | 23:03:16 |
hexa | or were | 23:03:23 |
maralorn | Oh, wait | 23:03:24 |
maralorn | Like hexa said it might be that ssh:// does?not support that | 23:03:58 |
Grimmauld (any/all) | I thought it'd just parse the log for Running phase:? Is that not the case? | 23:04:20 |
Grimmauld (any/all) | because that definitely does appear in log output | 23:04:54 |
hexa | do you know the nix json log format? | 23:04:54 |
maralorn | No | 23:04:55 |
Grimmauld (any/all) | i know of its existence and it is being used within nom, i do not know how it is structured | 23:05:38 |
Grimmauld (any/all) | but nom prints the lod output, so surely it can read it too? | 23:05:50 |
Grimmauld (any/all) | * but nom prints the log output, so surely it can read it too? | 23:05:58 |
maralorn | The phase messages are a distinct kind of json objects in the log which simply don't get emitted for ssh:// builds | 23:06:46 |
maralorn | But of course your suggested hack should work | 23:07:41 |
maralorn | Could also give false positives and could be broken by modifications to builder logging in nixpkgs. | 23:09:05 |
maralorn | But tbf that's true for the?current concept as well | 23:09:29 |