| 27 May 2024 |
cole-h | Rather than renaming, could we just create new labels? That would allow the labels to be created and the change to be deployed independently of each other, and not need to worry about a race between the two | 16:47:17 |
hexa | gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin-stdenv"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin-stdenv"
| 16:50:28 |
Alyssa Ross | do we still build any i686-linux on Hydra? | 16:50:48 |
Alyssa Ross | (or would that be included in x86_64-linux?) | 16:50:53 |
hexa | I think it is included | 16:51:08 |
vcunat | But not much anymore. | 16:51:23 |
7c6f434c | Wine has 32-bit deps | 16:51:40 |
Alyssa Ross | there's also the 32-bit ld.so | 16:51:54 |
Alyssa Ross | building my system from staging spends so much time building a whole 32-bit world just for a dynamic linker that only ever produces an error messageโฆ | 16:52:14 |
Lily Foster | In reply to @qyliss:fairydust.space do we still build any i686-linux on Hydra? it would only list hydra jobs from nixpkgs release set that end in .i686-linux, of which there are none. so labels would always be 0 | 18:14:38 |
Lily Foster | In reply to @hexa:lossy.network
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-darwin-stdenv"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-aarch64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-aarch64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-aarch64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-aarch64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-aarch64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-linux: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-linux: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-linux: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-linux: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-linux-stdenv"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 0"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1"
gh label create --color "#eeffee" "10.rebuild-x86_64-darwin: 1-10"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 11-100"
gh label create --color "#fbca04" "10.rebuild-x86_64-darwin: 101-500"
gh label create --color "#d93f0b" "10.rebuild-x86_64-darwin: 501-1000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 1001-2500"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin: 2501-5000"
gh label create --color "#b60205" "10.rebuild-x86_64-darwin-stdenv"
(i've put these commands on https://github.com/NixOS/ofborg/pull/684 now too) | 18:18:15 |
Lily Foster | In reply to @qyliss:fairydust.space do we still build any i686-linux on Hydra? * it would only list hydra jobs from nixpkgs release set that end in .i686-linux, of which there are none. so i686-linux labels would always be 0 | 18:18:23 |
Lily Foster | In reply to @lily:lily.flowers (i've put these commands on https://github.com/NixOS/ofborg/pull/684 now too) (i still hate all of this copy/paste, but i'm not feeling up to refactoring the copy/paste that was already there right now...) | 18:19:47 |
| 29 May 2024 |
| raitobezarius changed their display name from raitobezarius to raitobezarius (DECT: 7248). | 17:08:51 |
| 4 Jun 2024 |
| @infinisil:matrix.org changed their profile picture. | 02:43:48 |
| raitobezarius changed their display name from raitobezarius (DECT: 7248) to raitobezarius. | 11:14:10 |
| 10 Jun 2024 |
hexa | logs.ofborg.org is somewhat unresponsive when retrieving logs | 19:14:29 |
cole-h | I just loaded up a random log from my history and it loaded fast enough for me. Could it just be caused by the amount of lines being fetched? | 19:49:09 |
hexa | it is related to the bad ipv4 route | 20:12:49 |
hexa | 255ms over IPv4, 104ms over IPv6 | 20:13:03 |
hexa | also, I'm only getting 50 kB/s over IPv4 ๐ | 20:13:17 |
hexa | and core.ofborg.org has no AAAA record set up | 20:13:26 |
hexa | 2604:1380:45f1:400::3 | 20:13:49 |
hexa | fwiw ๐ | 20:13:50 |
Sandro | In reply to @hexa:lossy.network it is related to the bad ipv4 route that would explain why it never loads at work where there is no IPv6 | 22:59:09 |
Sandro | In reply to @hexa:lossy.network also, I'm only getting 50 kB/s over IPv4 ๐ feels about right for my experience, too | 22:59:30 |
| 11 Jun 2024 |
K900 | Can someone explain why the eval is failing on https://github.com/NixOS/nixpkgs/pull/319047 | 16:29:24 |
K900 | The only time that output should not exist is on Darwin | 16:29:37 |
K900 | And libva has platforms = linux | 16:29:44 |
Lily Foster | In reply to @k900:0upti.me And libva has platforms = linux is it possibly libva1, which has platforms.unix? https://github.com/NixOS/nixpkgs/blob/c7b821ba2e1e635ba5a76d299af62821cbcb09f3/pkgs/development/libraries/libva/1.nix#L49 | 16:33:31 |