!zghijEASpYQWYFzriI:nixos.org

Hydra

379 Members
109 Servers

Load older messages


SenderMessageTime
26 Jul 2022
@vincent:matrix.geklautecloud.de@vincent:matrix.geklautecloud.de joined the room.02:05:10
@tinybronca:sibnsk.net@tinybronca:sibnsk.net changed their display name from tinybronca to tailrec.14:40:26
@tinybronca:sibnsk.net@tinybronca:sibnsk.net changed their display name from tailrec to tinybronca.16:01:10
@richarddesk:matrix.orgricharddesk joined the room.20:00:59
29 Jul 2022
@nikolay:matrix.orgNikolay Kolev joined the room.18:32:10
30 Jul 2022
@sandro:supersandro.deSandro changed their display name from Sandro to Sandro 🐧.13:16:38
31 Jul 2022
@rimuru:gentoo.chat@rimuru:gentoo.chat joined the room.21:01:51
1 Aug 2022
@better_sleeping:converser.eu@better_sleeping:converser.eu joined the room.08:49:57
@better_sleeping:converser.eu@better_sleeping:converser.eu left the room.08:50:52
9 Aug 2022
@ulrikstrid:matrix.org@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@ulrikstrid:matrix.org

Seeing this as well which is probably related:

(  DIAG  )  job 88    Seeded srand with seed '20220809' from local date.
[P:87|F:1|R:2|T:0] Events: 2997 (86:hydra-create-user.t 88:hydra-init.t)
( STDERR )  job 88    	(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.
[P:87|F:1|R:2|T:0] Events: 2998 (86:hydra-create-user.t 88:hydra-init.t)
( STDERR )  job 88    	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
[P:87|F:1|R:2|T:0] Events: 2999 (86:hydra-create-user.t 88:hydra-init.t)
( STDERR )  job 88    	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
[P:87|F:1|R:2|T:0] Events: 3000 (86:hydra-create-user.t 88:hydra-init.t)
( STDERR )  job 88    	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
[P:87|F:1|R:2|T:0] Events: 3001 (86:hydra-create-user.t 88:hydra-init.t)
( STDERR )  job 88    	eval {...} called at scripts/hydra-init.t line 0
15:11:13
@rick:matrix.ciphernetics.nlRick (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:matrix.ciphernetics.nlRick (Mindavi)Otherwise I think it might be best to use that for now?16:19:13
@ulrikstrid:matrix.org@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:camnet.siteAmanda (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:camnet.siteAmanda (she/her)I just want it to cache stuff that it had to build itself18:29:12
@amanda:camnet.siteAmanda (she/her)Or is that information lost in between the building and the uploading?18:30:19
@grahamc:nixos.org@grahamc:nixos.orgNix maintains an invariant that the entire closure of something must be present in a given cache18:32:05
@amanda:camnet.siteAmanda (she/her)ah18:32:14
@grahamc:nixos.org@grahamc:nixos.orgit doesn't really support a partial/overlay cache18:32:17
@amanda:camnet.siteAmanda (she/her)shame, oh well18:32:24
@andreas.schraegle:helsinki-systems.deajs124it does?18:32:32
@andreas.schraegle:helsinki-systems.deajs124but it substitutes from multiple different caches for just fine, for one closure18:32:51
@andreas.schraegle:helsinki-systems.deajs124 * but it substitutes from multiple different caches just fine, for one closure18:33:02
@grahamc:nixos.org@grahamc:nixos.orgI mean, maybe it does actually do that in reality, but the invariant / expectation is still there18:33:27
@andreas.schraegle:helsinki-systems.deajs124good to know 😬18:33:43
@amanda:camnet.siteAmanda (she/her)Hum, that may actually prove useful, since my local cache's growing pretty big. 1.1TiB now19:02:59
@amanda:camnet.siteAmanda (she/her)So I can just nuke the directory without worrying about dangling references19:03:14
@amanda:camnet.siteAmanda (she/her)( I assume )19:03:20
@amanda:camnet.siteAmanda (she/her)Unless there's another way to prune it, last I heard there's no such tools for that publically19:03:50

Show newer messages


Back to Room ListRoom Version: 6