| 26 Mar 2026 |
tomberek | I've seen that if a fetcher fails or something really early in the chain. The logs on the machine will have more info. | 15:54:33 |
John Ericson | thanks Tom! | 15:54:54 |
Pratham Patel | Is this for builds that have failed but haven't made into the channel? Because that's what I actually want to know. I want to know about the build failures as they happen in hydra, before the channel is promoted. | 16:40:39 |
vcunat | Yes, this report is faster than channels. | 17:06:29 |
Pratham Patel | Perfect, thank you! | 17:10:08 |
vcunat | (but reacting on it won't prevent the failure from appearing in channels for some time) | 17:57:09 |
Pratham Patel | Yep, I understand that there's a 3 to 5 day delay for the fixing commit to appear in nixos-unstable | 18:25:41 |
| Vika (she/her) changed their profile picture. | 18:39:18 |
Mic92 | Janne: can I get a sops key from you? | 21:58:30 |
Mic92 | I would like to setup access for the hydra team. | 21:58:46 |
Mic92 | for the staging infra | 21:58:50 |
Janne | Just derive it from my ssh key | 22:18:50 |
Janne | I don't have a laptop rn | 22:19:04 |
| 27 Mar 2026 |
Mic92 | Janne: https://github.com/NixOS/hydra/pull/1568 I fixed up the OIDC PR | 00:24:06 |
Mic92 | is ners also here? | 00:24:29 |
magic_rb | @ners:nixos.dev no | 00:34:47 |
magic_rb | At least not yet | 00:35:03 |
Mic92 | Janne: do you want to switch your own hydra to OIDC for testing :) | 00:46:54 |
Mic92 | I sent him a message | 00:48:25 |
John Ericson | we should invite anyone we know using hydra | 16:39:15 |
John Ericson | Mic92: do you have an opinion on this bytes type vs Vec<u8>? | 16:39:32 |
Mic92 | John Ericson: you refer to this one? https://github.com/tokio-rs/bytes | 16:57:46 |
John Ericson | yeah | 16:57:58 |
John Ericson | I don't get the point of it vs Vec<u8> and &[u8] | 16:58:12 |
John Ericson | I thought this might have come from nix.rs but I am not sure | 16:58:24 |
John Ericson | (maybe I am just missing something as to why it's better to be clear) | 16:58:42 |
Mic92 | John Ericson: I think bytes is ref-counted, so you can do cheap clone() | 16:58:49 |
Mic92 | so useful if you parse protocols | 16:59:09 |
John Ericson | hmm ok | 16:59:14 |
John Ericson | interesting | 16:59:20 |