| 17 Feb 2023 |
Winter (she/her) | In reply to@cole-h:matrix.org Whatever you see on logs.nix.ci is the truth of what happened :P So x86_64-darwin only ever timed out: https://logs.nix.ci/?attempt_id=7e2121db-9d89-4c2b-85a7-8c0dc23fcccd&key=nixos%2Fnixpkgs.216231 That's what I thought, thanks. | 02:26:03 |
| 21 Feb 2023 |
| Yuu Yin joined the room. | 10:27:55 |
Yuu Yin | is there an issue with ofborg-eval-darwin?
https://gist.githubusercontent.com/GrahamcOfBorg/0f47ada066839a60bf38126e0b4eff14/raw/51b5d34c48a34d8d80e9215f17f30ee1ce835ed4/ofborg-eval-darwin
from https://github.com/NixOS/nixpkgs/pull/217424
| 10:31:12 |
cole-h | Just looks like it was a networking issue at some point. Couldn't reproduce it locally, so I just told ofborg to re-eval. | 15:10:31 |
cole-h | (Yeah, re-eval succeeded.) | 15:39:13 |
Linux Hackerman | Nix expressions or life choices? | 15:39:39 |
Linux Hackerman | (scnr) | 15:39:41 |
| Yuu Yin left the room. | 23:49:42 |
| 22 Feb 2023 |
Alyssa Ross | Does OfBorg include broken packages in rebuild counts? https://github.com/NixOS/nixpkgs/pull/217591#issuecomment-1440705382 | 19:49:53 |
cole-h | It's possible: https://github.com/NixOS/ofborg/blob/cf2c6712bd7342406e799110e7cd465aa250cdca/ofborg/src/outpaths.nix#L22 | 19:54:46 |
Alyssa Ross | Ahhh | 20:09:08 |
cole-h | I'd have to do more research / testing to know for sure, but I think that would make sense | 20:09:38 |
Alyssa Ross | I wonder if that should be dropped? AIUI broken doesn't block accessing any attributes, so it shouldn't miss any eval breakages to disallow broken. | 20:09:55 |
cole-h | It comes from a commit entitled "Support checking meta" -- so maybe a broken package does weird things with meta? | 20:10:55 |
cole-h | * It was introduced in a commit entitled "Support checking meta" -- so maybe a broken package does weird things with meta? | 20:11:05 |
Winter (she/her) | In reply to @qyliss:fairydust.space I wonder if that should be dropped? AIUI broken doesn't block accessing any attributes, so it shouldn't miss any eval breakages to disallow broken. Broken only stops you if you're evaluating every attribute AFAICT | 20:11:14 |
Alyssa Ross | hmm | 20:11:19 |
Alyssa Ross | it shouldn't do | 20:11:22 |
cole-h | Or maybe it was debugging during development that's been cargo-culted 🤷 | 20:11:23 |
Alyssa Ross | Specifically broken disallows accessing outPath or drvPath | 20:11:30 |
Alyssa Ross | As it's implemented with lib.extendDerivation | 20:12:42 |
| 23 Feb 2023 |
Winter (she/her) | has anyone ever succeeded in running a local OfBorg for testing? or is that still like impossible? 😄 | 17:41:35 |
cole-h | I mean, I have, but that's because I have access to the secrets ofborg needs... 😅 | 17:42:14 |
Winter (she/her) | In reply to @cole-h:matrix.org I mean, I have, but that's because I have access to the secrets ofborg needs... 😅 I meant like, in my own environment/Nixpkgs copy and whatnot | 17:43:16 |
Artturin | https://github.com/NixOS/ofborg/pull/562 | 17:43:35 |
cole-h | Oh neat | 17:44:16 |
Winter (she/her) | wonder how usable that is right now | 17:44:38 |
Winter (she/her) | given it's age | 17:44:46 |
Winter (she/her) | * given its age | 17:44:49 |
cole-h | Might be some slight API changes but I don't think it would be too difficult to get up and running again | 17:45:02 |