!VRULIdgoKmKPzJZzjj:nixos.org

Nix Package Manager development

862 Members
For people hacking on Nix: https://github.com/NixOS/nix Nix maintainers can be reached here.185 Servers

Load older messages


SenderMessageTime
31 Oct 2025
@fzakaria:one.ems.hostfzakariaoh okay; i guess i can try that.18:56:00
@fzakaria:one.ems.hostfzakariai dunno why it'll have cached it in non-small but /shrug18:56:13
@fzakaria:one.ems.hostfzakariapushed it with non-small18:58:03
@fzakaria:one.ems.hostfzakariadidn't work :(20:17:48
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)Ah cool, it just doesn't build on hydra20:23:41
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)https://hydra.nixos.org/build/31023308120:23:45
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)I don't suppose kicking it will help?20:25:34
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)Worth a try I suppose. Maybe it's just being flaky20:26:40
@fzakaria:one.ems.hostfzakariaI don't really know my way around hydra.22:37:45
@fzakaria:one.ems.hostfzakariaDo you mind helping met through that?22:37:51
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)I've restarted the build. Let's see if it helps. I don't have access to an aarch64-darwin box to test locally to see if it's just flaky. No nixpkgs issues stood out to me22:40:34
@fzakaria:one.ems.hostfzakariaThank you.22:44:55
@fzakaria:one.ems.hostfzakariaHow do I follow it ?22:45:09
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)https://hydra.nixos.org/build/31023308122:45:21
@fzakaria:one.ems.hostfzakariaokay i see it queued; i guess i'll check back in a bit22:46:30
@tomberek:matrix.orgtomberekpairing time?22:53:58
@fzakaria:one.ems.hostfzakariaHalloween first :( 8PM PST+ I am up to pair!23:42:59
1 Nov 2025
@fzakaria:one.ems.hostfzakariaStill says scheduled to be built ? O.o02:56:52
@lovesegfault:matrix.orglovesegfaultimage.png
Download image.png
15:09:15
@lovesegfault:matrix.orglovesegfault We have our first Coverity scan! (h/t Mic92 for all the help) 15:09:19
@joerg:thalheim.ioMic92I was running in on macOS this time, next scan we may want to run on Linux?15:14:18
@lovesegfault:matrix.orglovesegfaultAhhh15:14:34
@joerg:thalheim.ioMic92Assuming there is some deadcode at the moment.15:14:34
@lovesegfault:matrix.orglovesegfaultyes, indeed15:14:36
@lovesegfault:matrix.orglovesegfaultDo you have steps for how you did it?15:14:51
@lovesegfault:matrix.orglovesegfaultI can submit a build right now and we can see what happens in a few days :P 15:15:07
@joerg:thalheim.ioMic92
  1. mounted the installer dmg
  2. unpacked the tar from the self-extracting installer
  3. untar
  4. /private/tmp/codcov2/bin/cov-configure --clang
  5. /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
  6. creating a tar. The tar should look like this:
    nix-util-env % tar -tvf ./cov-int.tgz
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/
    -rw-r--r-- joerg/staff 191 2025-10-31 13:36 cov-int/security-da-log.txt
    -rw-r--r-- joerg/staff 21 2025-10-31 13:36 cov-int/build-cwd.txt
    -rw-r--r-- joerg/staff 398 2025-10-31 13:36 cov-int/security-da-timings.txt
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/output/

coverity is looking for a cov-int directory with all the files from the directory and will fail very late if it doesn't match up.

15:21:37
@joerg:thalheim.ioMic92 *
  1. mounted the installer dmg
  2. extraced the tar from the self-extracting installer
  3. untar
  4. /private/tmp/codcov2/bin/cov-configure --clang
  5. /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
  6. creating a tar. The tar should look like this:
    nix-util-env % tar -tvf ./cov-int.tgz
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/
    -rw-r--r-- joerg/staff 191 2025-10-31 13:36 cov-int/security-da-log.txt
    -rw-r--r-- joerg/staff 21 2025-10-31 13:36 cov-int/build-cwd.txt
    -rw-r--r-- joerg/staff 398 2025-10-31 13:36 cov-int/security-da-timings.txt
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/output/

coverity is looking for a cov-int directory with all the files from the directory and will fail very late if it doesn't match up.

15:22:02
@joerg:thalheim.ioMic92 *
  1. mounted the installer dmg
  2. extraced the tar from the self-extracting installer
  3. untar the coverity toolchain
  4. /private/tmp/codcov2/bin/cov-configure --clang
  5. /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
  6. creating a tar. The tar should look like this:
    nix-util-env % tar -tvf ./cov-int.tgz
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/
    -rw-r--r-- joerg/staff 191 2025-10-31 13:36 cov-int/security-da-log.txt
    -rw-r--r-- joerg/staff 21 2025-10-31 13:36 cov-int/build-cwd.txt
    -rw-r--r-- joerg/staff 398 2025-10-31 13:36 cov-int/security-da-timings.txt
    drwxr-xr-x joerg/staff 0 2025-10-31 13:36 cov-int/output/

coverity is looking for a cov-int directory with all the files from the directory and will fail very late if it doesn't match up.

15:22:13
@lovesegfault:matrix.orglovesegfault This inside a nix develop shell? 15:23:22

Show newer messages


Back to Room ListRoom Version: 6