| 12 Nov 2024 |
puck | are the files in the tarball ordered? | 15:04:05 |
| azahi changed their profile picture. | 18:51:18 |
jade_ | In reply to @joerg:thalheim.io hexa: maybe we need to take out machines out of hydra when doing a GC. Machines are under load when this happen anyway. unless the gc system was rewritten in cppnix, it is merely running one deleter thread and is not going to be loading the machine that hard | 22:03:56 |
jade_ | but yes, probably would not be too absurd to take machines out while gc'ing them | 22:04:14 |
hexa | yeah, it didn't seem to affect the mac much | 22:04:16 |
hexa | and all other builders regularly run gcs as well | 22:04:51 |
hexa | if this was a substantial problem we'd know | 22:05:07 |
jade_ | i have a prototype for multithreaded gc deletion in lix, but i haven't finished it. it is an area where nix scales badly, anyhow. | 22:04:58 |
jade_ | the gc root bug has affected lix's CI infrastructure pretty badly, but it is somewhat unclear if it is fully resolvable without either significant perf problems or protocol changes (which in the lix case are impossible) | 22:06:08 |
jade_ | since you would have to potentially send a gcroot request for every build input of a derivation which would be a nasty latency stackup | 22:06:34 |
jade_ | alternative is to send the .drv file or something else that has the things as dependency and have that cause gcroots | 22:07:01 |
jade_ | (the specific problem is that nix copy and its backend operations do not keep the full closure alive on the remote end) | 22:07:24 |
jade_ | * (the specific problem is that nix copy and its backend operations do not keep the full closure alive on the remote end after checking for common paths) | 22:07:32 |
p14 | In reply to @puck:puck.moe are the files in the tarball ordered? Not sure what you’re asking, mind elaborating? | 22:18:38 |
@trofi:matrix.org | nix-2.25.0 does not build against latest release of libgit2 as src/libfetchers/git-utils.cc:288:13: error: ‘git_mempack_write_thin_pack’ was not declared in this scope. It looks like it depends on unreleased feature: https://github.com/libgit2/libgit2/commit/f9c35fb50998d1c9d26293a18ade3d7c32f6ecb0. Is it intentional? I would hope for a silently disabled feature rather than hard build failure. | 22:47:47 |
@enzime:nixos.dev | is there a URL where I can access the Nix manual for 2.25? | 23:53:02 |
@enzime:nixos.dev | https://nix.dev/manual/nix/2.25/ doesn't work | 23:53:19 |
@enzime:nixos.dev | https://nix.dev/manual/nix/latest/ links to https://nix.dev/manual/nix/2.24/ | 23:53:54 |
| 13 Nov 2024 |
jade_ | In reply to @enzime:nixos.dev is there a URL where I can access the Nix manual for 2.25? yes, it is some ridiculous hydra url, one moment | 02:01:45 |
jade_ | okay nevermind, i cannot find it because the nix derivation structure has been made overcomplicated and i have no idea which derivation it is under | 02:04:41 |
jade_ | https://hydra.nixos.org/build/278194439 hm, okay, the manual link on here works but i would expect there to be another build product that is not no-gc called "nix" which has it?
that is, https://hydra.nixos.org/build/278194439/download/1/manual | 02:05:46 |
jade_ | i also did not notice that 2.25 was released, but this also works because of that: https://releases.nixos.org/nix/nix-2.25.0/manual/index.html | 02:06:23 |
@enzime:nixos.dev | In reply to @jade_:matrix.org https://hydra.nixos.org/build/278194439 hm, okay, the manual link on here works but i would expect there to be another build product that is not no-gc called "nix" which has it?
that is, https://hydra.nixos.org/build/278194439/download/1/manual for latest on master, I use https://nix.dev/manual/nix/unstable/ | 04:28:26 |
@enzime:nixos.dev | which redirects to https://hydra.nixos.org/build/278148859/download/1/manual/ | 04:28:33 |
@enzime:nixos.dev | In reply to @jade_:matrix.org i also did not notice that 2.25 was released, but this also works because of that: https://releases.nixos.org/nix/nix-2.25.0/manual/index.html I made a GitHub issue requesting GitHub releases are created so users can have an official channel to be notified by https://github.com/NixOS/nix/issues/11872 | 04:29:19 |
Shahar "Dawn" Or | Is anyone interested in the core dump for this?
| 08:25:19 |
Shahar "Dawn" Or | * Is anyone interested in the core dump for this?
nix-repl> :env
Env level 0
static: step swayMsgPath pactl incVol toggleMuteSources
Env level 1
terminating due to unexpected unrecoverable internal error: Unexpected condition in operator[] at src/libexpr/symbol-table.hh:119
zsh: abort (core dumped) nix build --debugger
| 08:25:28 |