| 22 Jul 2022 |
Alyssa Ross | to only org owners? | 14:34:47 |
das_j | We could have a gh action that immediately closes the prs | 14:34:47 |
Alyssa Ross | oh that's a good idea too | 14:34:56 |
das_j | In reply to @qyliss:fairydust.space janne.hess: you can restrict who can do it though, no? Not on a per-branch basis afaik | 14:35:09 |
Alyssa Ross | well, the existing protected branches are already set up that way, aren't they? | 14:35:26 |
Alyssa Ross | the channel branches | 14:35:29 |
Amanda (she/her) | Done: https://github.com/NixOS/hydra/pull/1239 | 14:36:16 |
das_j | In reply to @qyliss:fairydust.space well, the existing protected branches are already set up that way, aren't they? Vladimir said its not really possible but I'm not a repo admin so… | 14:37:34 |
| 26 Jul 2022 |
| @vincent:matrix.geklautecloud.de joined the room. | 02:05:10 |
| @tinybronca:sibnsk.net changed their display name from tinybronca to tailrec. | 14:40:26 |
| @tinybronca:sibnsk.net changed their display name from tailrec to tinybronca. | 16:01:10 |
| richarddesk joined the room. | 20:00:59 |
| 29 Jul 2022 |
| Nikolay Kolev joined the room. | 18:32:10 |
| 30 Jul 2022 |
| Sandro changed their display name from Sandro to Sandro 🐧. | 13:16:38 |
| 31 Jul 2022 |
| @rimuru:gentoo.chat joined the room. | 21:01:51 |
| 1 Aug 2022 |
| @better_sleeping:converser.eu joined the room. | 08:49:57 |
| @better_sleeping:converser.eu left the room. | 08:50:52 |
| 9 Aug 2022 |
@ulrikstrid:matrix.org | I can't build hydra from master because of failed tests (or some other arbitrary older commits), getting this error in the logs: Can't call method "password" on an undefined value at scripts/hydra-create-user.t is this a known issue? | 15:10:32 |
@ulrikstrid:matrix.org | Seeing this as well which is probably related:
[K[0m[1;97m([0m[33m DIAG [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33mSeeded srand with seed '20220809' from local date.[0m
[[32mP:87[0m|[31mF:1[0m|[36mR:2[0m|T:0] Events: 2997 [36m[36m(86:hydra-create-user.t 88:hydra-init.t)[0m
[K[0m[1;97m([0m[33m STDERR [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33m (in cleanup) {UNKNOWN}: DBI Exception: DBD::Pg::st DESTROY failed: no connection to the server [for Statement "UPDATE users SET password = ? WHERE ( username = ? )"] at /nix/store/5m0zy6bsbq2433i8vk3km893v0nnl2jh-hydra-perl-deps/lib/perl5/site_perl/5.34.1/DBIx/Class/Schema.pm line 1118.[0m
[[32mP:87[0m|[31mF:1[0m|[36mR:2[0m|T:0] Events: 2998 [36m[36m(86:hydra-create-user.t 88:hydra-init.t)[0m
[K[0m[1;97m([0m[33m STDERR [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33m DBIx::Class::Schema::throw_exception(Hydra::Schema=HASH(0x454fc28), "DBI Exception: DBD::Pg::st DESTROY failed: no connection to t"...) called at /nix/store/5m0zy6bsbq2433i8vk3km893v0nnl2jh-hydra-perl-deps/lib/perl5/site_perl/5.34.1/DBIx/Class/Storage.pm line 113[0m
[[32mP:87[0m|[31mF:1[0m|[36mR:2[0m|T:0] Events: 2999 [36m[36m(86:hydra-create-user.t 88:hydra-init.t)[0m
[K[0m[1;97m([0m[33m STDERR [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33m DBIx::Class::Storage::throw_exception(DBIx::Class::Storage::DBI::Pg=HASH(0x45b6fe0), "DBI Exception: DBD::Pg::st DESTROY failed: no connection to t"...) called at /nix/store/5m0zy6bsbq2433i8vk3km893v0nnl2jh-hydra-perl-deps/lib/perl5/site_perl/5.34.1/DBIx/Class/Storage/DBI.pm line 1623[0m
[[32mP:87[0m|[31mF:1[0m|[36mR:2[0m|T:0] Events: 3000 [36m[36m(86:hydra-create-user.t 88:hydra-init.t)[0m
[K[0m[1;97m([0m[33m STDERR [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33m DBIx::Class::Storage::DBI::__ANON__("DBD::Pg::st DESTROY failed: no connection to the server [for "..., DBI::st=HASH(0x4b14170), undef) called at scripts/hydra-init.t line 0[0m
[[32mP:87[0m|[31mF:1[0m|[36mR:2[0m|T:0] Events: 3001 [36m[36m(86:hydra-create-user.t 88:hydra-init.t)[0m
[K[0m[1;97m([0m[33m STDERR [0m[1;97m)[0m [1;97m[1;37;44mjob 88[0m [0m[33m eval {...} called at scripts/hydra-init.t line 0[0m
| 15:11:13 |
Rick (Mindavi) | In reply to @ulrikstrid:matrix.org I can't build hydra from master because of failed tests (or some other arbitrary older commits), getting this error in the logs: Can't call method "password" on an undefined value at scripts/hydra-create-user.t is this a known issue? Same with nixpkgs hydra or no? | 16:18:58 |
Rick (Mindavi) | Otherwise I think it might be best to use that for now? | 16:19:13 |
@ulrikstrid:matrix.org | In reply to @rick:matrix.ciphernetics.nl Same with nixpkgs hydra or no? Looks like it worked after a reboot on my building machine 🤔 | 19:21:00 |
| 10 Aug 2022 |
Amanda (she/her) | Hum. I just noticed hydra seems to be copying stuff from cache.nixos.org to my local minio s3 bucket, how can I tell it not to bother? | 18:28:51 |
Amanda (she/her) | I just want it to cache stuff that it had to build itself | 18:29:12 |
Amanda (she/her) | Or is that information lost in between the building and the uploading? | 18:30:19 |
@grahamc:nixos.org | Nix maintains an invariant that the entire closure of something must be present in a given cache | 18:32:05 |
Amanda (she/her) | ah | 18:32:14 |
@grahamc:nixos.org | it doesn't really support a partial/overlay cache | 18:32:17 |
Amanda (she/her) | shame, oh well | 18:32:24 |
ajs124 | it does? | 18:32:32 |