!zghijEASpYQWYFzriI:nixos.org

Hydra

386 Members
109 Servers

Load older messages


SenderMessageTime
27 Sep 2022
@v0id:nltrix.net@v0id:nltrix.netum12:43:12
@v0id:nltrix.net@v0id:nltrix.net
cat machines 
ssh://nix-abel@localhost x86_64-linux,aarch64-linux,armv6l-linux,armv7l-linux,i686-linux path-to-root-ssh-key-here 16 1 kvm,nixos-test,big-parallel,benchmark  public-key-material-here
12:44:00
@v0id:nltrix.net@v0id:nltrix.netso this is the machines files I don't specify one in hydra service and AFAIK it defaults to /etc/nix/machines12:44:25
@v0id:nltrix.net@v0id:nltrix.neti've overcome ssh issues by defining a build user and inserting it into machines.12:44:45
@v0id:nltrix.net@v0id:nltrix.netbut still I get unsup. build step.12:45:08
@v0id:nltrix.net@v0id:nltrix.net * but still I get unsup. build step like as if this failing step is in very early stage.12:45:28
@v0id:nltrix.net@v0id:nltrix.netmaybe it is not parsing the file correctly not sure.12:45:50
@grahamc:nixos.org@grahamc:nixos.orgI think you're missing a field for mandatory features12:46:45
@grahamc:nixos.org@grahamc:nixos.org1s12:46:49
@v0id:nltrix.net@v0id:nltrix.netoh.12:46:57
@grahamc:nixos.org@grahamc:nixos.org root@0054840b.packethost.net aarch64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 40 1 kvm,nixos-test - c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUgzbUFaaVZsR3NwdjV4UUpxMDBISmN4emFEWXgyQUFoaFhiSjhHbkR2OEc= 12:47:32
@v0id:nltrix.net@v0id:nltrix.netum there is one - (dash) missing12:48:04
@grahamc:nixos.org@grahamc:nixos.orgyeah, that is the "nothing" for mandatory features12:48:21
@v0id:nltrix.net@v0id:nltrix.netwow12:48:32
@grahamc:nixos.org@grahamc:nixos.orgwhat does /queue-runner-status say?12:48:33
@v0id:nltrix.net@v0id:nltrix.netwierd.12:48:35
@v0id:nltrix.net@v0id:nltrix.netlol12:49:17
@v0id:nltrix.net@v0id:nltrix.netexactly as you've pointed.12:49:25
@v0id:nltrix.net@v0id:nltrix.net

"mandatoryFeatures" : [
"c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSVA2RXg4bmc4QUNhWGRXL1lML0pZcS9VbE8yYm1ZRkVVNndLV2xNOGtJQXcgcm9vdEBhYmVsCg=="
],

12:49:31
@grahamc:nixos.org@grahamc:nixos.org"neat" :)12:49:35
@v0id:nltrix.net@v0id:nltrix.netmandatoryfeatures is publickey12:49:38
@grahamc:nixos.org@grahamc:nixos.orgvery secure12:49:44
@v0id:nltrix.net@v0id:nltrix.netlol12:49:48
@v0id:nltrix.net@v0id:nltrix.netbut how come this happened I've generate it via the module12:50:05
@v0id:nltrix.net@v0id:nltrix.netlet me see.12:50:08
@v0id:nltrix.net@v0id:nltrix.net
 225   nix.buildMachines = [{
 226     hostName = "localhost";
 227     systems = ["x86_64-linux" "aarch64-linux" "armv6l-linux" "armv7l-linux" "i686-linux"];
 228     #system = "x86_64-linux";                                                                                                                                                                                                             
 229     supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
 230     maxJobs = 16;
 231     sshUser = "nix-abel"; #"nix-ikeda";                                                                                                                                                                                                   
 232     sshKey = "key-path";
 233     publicHostKey = "key material";
 234   }];

12:50:43
@v0id:nltrix.net@v0id:nltrix.netthis generates a bogus machines file then.12:50:51
@grahamc:nixos.org@grahamc:nixos.orginteresting, I didn't know the nix.buildMachines interface supported publicHostKey12:51:09
@v0id:nltrix.net@v0id:nltrix.netit does I've learned yday12:51:20
@v0id:nltrix.net@v0id:nltrix.netwhile looking for solns12:51:23

Show newer messages


Back to Room ListRoom Version: 6