1 Nov 2023 |
raitobezarius | Well if it's a VM, you can enable debugging of OVMF if you are using UEFI, you can modify the scripts to make QEMU log information about itself and you can boot the kernel with the right log level, send this as artifacts and bring them | 11:00:17 |
| Ramses 🇵🇸 changed their display name from Ramses to Ramses 🇵🇸. | 19:58:28 |
2 Nov 2023 |
l0b0 | In reply to @raitobezarius:matrix.org Well if it's a VM, you can enable debugging of OVMF if you are using UEFI, you can modify the scripts to make QEMU log information about itself and you can boot the kernel with the right log level, send this as artifacts and bring them I guess none of that is possible in GitLab, since I can't control how anything outside the Nix container runs. | 04:31:43 |
l0b0 | How do I run multiple NixOS tests in one go? If I use nixosLib.runTest with a separate import per test, the imports conflict. | 05:32:50 |
l0b0 | * How do I run multiple NixOS tests in one go? If I use nixosLib.runTest with a separate import per test, the imports conflict because they are setting the same attributes. But there's no runTests in /nixos/lib . | 05:33:28 |
K900 | Tests are just derivations | 05:34:44 |
l0b0 | Yep | 05:34:56 |
K900 | So you can symlinkJoin them or whatever | 05:35:00 |
l0b0 | Isn't there a standard pattern for this? | 05:35:32 |
l0b0 | * Isn't there a standard pattern for this? Like the runTests you can use with non-NixOS tests? | 05:35:51 |
K900 | I don't think there is? | 05:36:19 |
l0b0 | Oh, actually I can just use the same pattern as nixos/tests/all-tests.nix , which assigns runTest results to attributes in an attrset. | 05:39:01 |
l0b0 | * Oh, actually I can just use the same pattern as nixos/tests/all-tests.nix , which assigns runTest results to attributes in an attrset. | 05:49:23 |
7 Nov 2023 |
K900 | Anyone knows if something changed with Selenium recently? | 08:04:30 |
K900 | https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why | 08:04:42 |
l0b0 | In reply to @k900:0upti.me https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why
server # [ 11.649647] vaultwarden[980]: [2023-11-06 17:56:48.979][panic][ERROR] thread 'main' panicked at 'Error running migrations: DatabaseError(Unknown, "permission denied for schema public")': src/db/mod.rs:485 This seems to be the actual error
| 08:35:07 |
l0b0 | In reply to @k900:0upti.me https://github.com/NixOS/nixpkgs/pull/265818 breaks and I can't figure out why *
server # [ 11.649647] vaultwarden[980]: [2023-11-06 17:56:48.979][panic][ERROR] thread 'main' panicked at 'Error running migrations: DatabaseError(Unknown, "permission denied for schema public")': src/db/mod.rs:485
This seems to be the actual error
| 08:35:11 |
K900 | Yeah that one I get | 08:35:21 |
K900 | I don't get why the Selenium tests are failing | 08:35:29 |
raitobezarius |
server # KeyError: 'CONDA_PREFIX'
| 08:36:20 |
raitobezarius | what the fresh hell | 08:36:22 |
raitobezarius | why is there conda in my selenium | 08:36:26 |
K900 | It's trying to download a browser | 08:37:05 |
raitobezarius | https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1935053.html looks awfully similar | 08:37:05 |
raitobezarius | ah | 08:37:09 |
raitobezarius | I'd say more it has to do with Selenium being bumped than our test harness being broken (?) | 08:38:26 |
K900 | Very possible | 08:39:17 |
K900 | Oh | 08:40:57 |
K900 | https://github.com/SeleniumHQ/selenium/pull/13071 | 08:40:57 |
raitobezarius | hexa fixing things in anger | 08:41:34 |