| 15 Jun 2022 |
kenran_ | It may be because we hadn't yet done anything to it, or as you say, same-day cancellation. | 13:28:04 |
kenran_ | I cancelled it due to the comment at the top of https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh | 13:28:35 |
kenran_ | line 20 | 13:28:44 |
kenran_ | The kexec way worked out fine for me with slight adaptations. Sadly after trying to port our existing hydra nixos config there, the server refused to start.... now I'll just do it again 🙃 | 13:29:47 |
@linus:schreibt.jetzt | can very much recommend the KVM console, it's very helpful to be able to see the screen of the machine for why it's not booting | 13:30:54 |
kenran_ | I didn't need the KVM console (I don't actually know what exactly it is or how it looks) yet, as I could put it into rescue system again. | 13:31:17 |
kenran_ | With the console, do I get access to the boot loader screen? | 13:31:47 |
@linus:schreibt.jetzt | yep | 13:31:53 |
kenran_ | Ah nice, so I could just start the previous generation of NixOS. | 13:32:06 |
kenran_ | Thanks for the recommendation! | 13:32:13 |
kenran_ | Hum, after having reset the server to the rescue mode and having gone back to kexec, I suddenly got a message that the server would restart in 5 minutes, which it did, killing my progress. Any idea what could have triggered that reboot? | 14:21:12 |
kenran_ | In reply to @lewo:matrix.org So, fisrt, you need to be sure KVM is available. Finally got around to setting up hydra on a dedicated server today. I'm pretty confident that everything will go more smoothly with usable kvm :) The first jobs are running already! | 16:05:37 |
@linus:schreibt.jetzt | In reply to @kenran_:matrix.org Hum, after having reset the server to the rescue mode and having gone back to kexec, I suddenly got a message that the server would restart in 5 minutes, which it did, killing my progress. Any idea what could have triggered that reboot? Yeah that's built into some of the kexec images... | 16:56:24 |
@linus:schreibt.jetzt | Not sure which ones exactly but I don't think that part is in nixpkgs, so probably check whatever's not from nixpkgs | 16:57:01 |
| 16 Jun 2022 |
| Bryan Honof changed their profile picture. | 08:43:13 |
Dandellion | It seems to only happeb when I manually start the evaluation. When it gets ran automatically it completes and starts building | 12:33:26 |
Dandellion | * It seems to only happen when I manually start the evaluation. When it gets ran automatically it completes and starts building | 12:33:32 |
roberth | is this the right place to request a hydra.nixos.org jobset change? | 17:53:45 |
roberth | I'd like for https://hydra.nixos.org/jobset/nixos/python-test-refactoring to be renamed to nixos-test-changes and fetch from a branch of the same name on NixOS/nixpkgs | 17:55:21 |
hexa | Robert Hensing (roberth): no, #infra:nixos.org is the room for that 🙂 | 21:18:10 |
| 18 Jun 2022 |
| wiredhikari joined the room. | 10:05:35 |
sterni (he/him) | seems to me the hydra test suite is flaky, almost fails consistently in ofborg, but when executed locally it always succeeds | 19:19:02 |
sterni (he/him) | my best guess would be that it falls over on busy machines | 19:19:18 |
Rick (Mindavi) | In reply to @sternenseemann:systemli.org seems to me the hydra test suite is flaky, almost fails consistently in ofborg, but when executed locally it always succeeds Yeah :( I saw that already, seems to time out regularly | 19:33:37 |
Rick (Mindavi) | Maybe the timeouts should be longer or configurable | 19:34:14 |
| 20 Jun 2022 |
| Florian | W3F changed their display name from Florian | OoO till 20.06. to Florian | W3F. | 08:59:21 |
| toraritte joined the room. | 14:26:19 |
| 22 Jun 2022 |
@trofi:matrix.org | I'd like to grep for a particular string in build logs of failed jobs for a given jobset. Is there a hydra CLI for that? Or maybe there is a syntax for web UI to do the same? An jobset would be https://hydra.nixos.org/eval/1767990?filter=x86_64-linux&compare=1767840&full=1 , an example string to search would be multiple definition of | 07:16:47 |
@trofi:matrix.org | * I'd like to grep for a particular string in build logs of failed jobs for a given jobset. Is there a hydra CLI for that? Or maybe there is a syntax for web UI to do the same? An example jobset would be https://hydra.nixos.org/eval/1767990?filter=x86_64-linux&compare=1767840&full=1 , an example string to search would be multiple definition of | 07:17:05 |
das_j | In reply to @trofi:matrix.org I'd like to grep for a particular string in build logs of failed jobs for a given jobset. Is there a hydra CLI for that? Or maybe there is a syntax for web UI to do the same? An example jobset would be https://hydra.nixos.org/eval/1767990?filter=x86_64-linux&compare=1767840&full=1 , an example string to search would be multiple definition of You can only crawl Hydra and ask it for all logs, there is no API for this | 08:14:09 |