| 11 Sep 2021 |
cransom | (as rick said) | 17:30:10 |
| * lukegb (he/him) presses the retry button | 18:34:14 |
sterni | In reply to @trofi:matrix.org Another hydra question: suppose build failed for transient reasons and hydra marks build as broken (running example is llvm_10 in nixpkgs:master that failed 12 days ago: https://hydra.nixos.org/build/151485978). When will hydra try to rebuild it again? Only when derivation changes? Or there is an expiration built in as well? restart should propagate to reverse dependencies (in basically all cases?) imo, would be a nice quality of life feature | 18:41:05 |
| 13 Sep 2021 |
| Florian | W3F changed their display name from Florian | W3F - OoO to Florian | W3F - OoO Mon/Tue. | 11:56:28 |
| 14 Sep 2021 |
| moritz.hedtke joined the room. | 17:15:02 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from cw (novus ordo seclorum) to Fauci's Fine Wines. | 21:35:04 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Fauci's Fine Wines to Corn Wallet. | 21:35:38 |
| 15 Sep 2021 |
| jbedo joined the room. | 04:00:52 |
| jbedo changed their display name from vk3wtf to jbedo. | 04:01:02 |
mbprtpmnr | I have a question if someone can help me... Is possible to make an Hydra job to build my system flake configuration? | 05:52:23 |
tomberek | set a hydraJob in your flake to your system configuration | 06:37:53 |
mbprtpmnr | In reply to @tomberek:matrix.org set a hydraJob in your flake to your system configuration Can you please show me an example if you want? | 07:06:49 |
tomberek | you'd set something like hydraJob.mySystem.x86_64-linux = self.nixosConfigurations.tframe.config.system.build.toplevel | 07:20:18 |
mbprtpmnr | `mySystem` is actual my hostname, right? | 07:25:49 |
mbprtpmnr | * ```mySystem``` is actual my hostname, right? | 07:26:05 |
mbprtpmnr | * `mySystem` is actual my hostname, right? | 07:26:14 |
mbprtpmnr | * mySystem is actual my hostname, right? | 17:21:45 |
| 16 Sep 2021 |
tomberek | that would be the name of the hydra job. in this example "tframe" is the hostname. | 01:01:50 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Corn Wallet to CornWallace. | 01:56:38 |
| 17 Sep 2021 |
| cleverca22 joined the room. | 06:00:53 |
| 19 Sep 2021 |
| Artturin changed their display name from artturin to Artturin. | 04:46:58 |
Rick (Mindavi) | Hey, I'm trying to do 2 things: (1) setup nix(os) with remote builders for hydra builds. (2) setup nix so that it builds on both my own machine (call it L) and on the remote builder (call it R), also when doing hydra builds. For (1) I'm quite far, but I'm not 100% sure which user should be able to read the ssh private key, and keep getting errors on permission denied. When building from my own user it works fine, but when building from hydra it doesn't work properly. For (2) I'm at a loss, when I add localhost to the build machines it tries to ssh into machine (L), which obviously fails since I don't have an ssh daemon running on that machine. Can anyone give me some guidance on how to resolve these issues? Number 2 is not the most important, but getting remote builds working properly would be nice :). | 19:27:22 |
| 20 Sep 2021 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from CornWallace to Rev. CornWallace III. | 06:46:05 |
| Eelco 😴 changed their display name from Eelco Dolstra to Eelco 😴. | 11:26:41 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Rev. CornWallace III to Rev. CornWallace III (tzu/tzi). | 15:22:47 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Rev. CornWallace III (tzu/tzi) to Rev. CornWallace III (sun/tzu). | 15:24:58 |
| Emelie left the room. | 20:18:22 |
| 21 Sep 2021 |
trofi | When I do @ofborg build <foo> on github and it triggers long rebuild chain due to missing substitutes does intermediate build result get eventually cached for other or at least for ofborg? Or it's all transient? Example build: https://logs.nix.ci/?attempt_id=9ec5cdca-ed0c-4fe3-aa29-ccf2e34df07a&key=nixos%2Fnixpkgs.137385 | 17:59:29 |
ajs124 | this sounds like a question for #ofborg:nixos.org | 18:03:37 |
trofi | Sounds good. Moved there. | 18:07:34 |