| 24 Jan 2023 |
das_j | * well better yet we should probably use a separate table and insert the length somewhere in hydra-eval-jobset around line 820 | 10:37:32 |
das_j | yep, we already have uri and can just have a mapping uri → length. Something around the lines of $ev->inputrevlengths->create({ uri => $input->{uri}, length -> length($input->{shortRev} // "seven77") }) | 10:40:30 |
das_j | * yep, we already have uri and can just have a mapping uri → length. Something around the lines of if ($input->{shortRev}) $ev->inputrevlengths->create({ uri => $input->{uri}, length -> length($input->{shortRev}) }) | 10:41:01 |
das_j | * yep, we already have uri and can just have a mapping uri → length. Something around the lines of if ($input->{shortRev}) $ev->inputrevlengths->create({ uri => $input->{uri}, length => length($input->{shortRev}) }) | 10:41:14 |
| 31 Jan 2023 |
| @austreelis:the-apothecary.club joined the room. | 13:02:14 |
| 1 Feb 2023 |
wucke13 | Why would hydra report "Unsupported system type" for a job that is for aarch64-linux despite having ssh://localhost (x86_64-linux, i686-linux, aarch64-linux, wasm32-wasi) in the machine status? | 15:52:53 |
@grahamc:nixos.org | you'll need to nix show-derivation on the derivation | 15:55:24 |
@grahamc:nixos.org | there might be requiredFeatures that your localhost doesn't support on that architecture | 15:55:34 |
wucke13 | The corresponding reproduce locally works on the machine hosting hydra. I'm 100% sure that this machine is actually capable of building said derivation | 15:57:47 |
@grahamc:nixos.org | can you do it anyway? :) | 15:58:32 |
wucke13 | I did 😄 What am I looking for in the output? | 15:58:53 |
@grahamc:nixos.org | any requiredFeatures | 15:59:00 |
wucke13 | nix show-derivation /nix/store/***.drv | grep required returns 1, so nothing is required | 15:59:41 |
@grahamc:nixos.org | ok | 15:59:49 |
@grahamc:nixos.org | 🤔 | 16:00:31 |
@linus:schreibt.jetzt | wucke13: do you accidentally have some mandatory features in your remote builder spec? | 16:00:53 |
@linus:schreibt.jetzt | I know that's something I've run into before | 16:01:10 |
@linus:schreibt.jetzt | by leaving one of the fields out instead of setting it to -, iirc | 16:02:55 |
wucke13 | cat /etc/nix/machines ssh://localhost x86_64-linux,i686-linux,aarch64-linux,wasm32-wasi - 1 1 - - - | 16:09:13 |
| @plutoisnotblue:matrix.org removed their display name plutoisnotblue. | 23:35:54 |
| @plutoisnotblue:matrix.org left the room. | 23:36:28 |
| 2 Feb 2023 |
@linus:schreibt.jetzt | Redacted or Malformed Event | 09:53:46 |
@linus:schreibt.jetzt | err no sorry | 09:54:07 |
@linus:schreibt.jetzt | forgot that what you're trying to build doesn't require any | 09:54:18 |
@linus:schreibt.jetzt | * forgot that what you're trying to build doesn't require any features | 09:55:08 |
| 3 Feb 2023 |
| Gianluca Arbezzano changed their display name from Gianluca Arbezzano to gianarb. | 20:19:16 |
| 6 Feb 2023 |
| @tervis:matrix.org joined the room. | 15:50:00 |
@tervis:matrix.org | Hi. Is it so that one cannot use declarative spec file to setup flakes build jobs atm. or am I just not getting the file format right? | 15:51:59 |
| 8 Feb 2023 |
Sandro | IIRC you need to use a flake.nix but I could be wrong, too | 15:30:56 |
das_j | In reply to @sandro:supersandro.de IIRC you need to use a flake.nix but I could be wrong, too You are, we do it without | 15:31:20 |