| 31 Oct 2025 |
fzakaria | oh okay; i guess i can try that. | 18:56:00 |
fzakaria | i dunno why it'll have cached it in non-small but /shrug | 18:56:13 |
fzakaria | pushed it with non-small | 18:58:03 |
fzakaria | didn't work :( | 20:17:48 |
Sergei Zimmerman (xokdvium) | Ah cool, it just doesn't build on hydra | 20:23:41 |
Sergei Zimmerman (xokdvium) | https://hydra.nixos.org/build/310233081 | 20:23:45 |
Sergei Zimmerman (xokdvium) | I don't suppose kicking it will help? | 20:25:34 |
Sergei Zimmerman (xokdvium) | Worth a try I suppose. Maybe it's just being flaky | 20:26:40 |
fzakaria | I don't really know my way around hydra. | 22:37:45 |
fzakaria | Do you mind helping met through that? | 22:37:51 |
Sergei 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 me | 22:40:34 |
fzakaria | Thank you. | 22:44:55 |
fzakaria | How do I follow it ? | 22:45:09 |
Sergei Zimmerman (xokdvium) | https://hydra.nixos.org/build/310233081 | 22:45:21 |
fzakaria | okay i see it queued; i guess i'll check back in a bit | 22:46:30 |
tomberek | pairing time? | 22:53:58 |
fzakaria | Halloween first :(
8PM PST+ I am up to pair! | 23:42:59 |
| 1 Nov 2025 |
fzakaria | Still says scheduled to be built ? O.o | 02:56:52 |
lovesegfault |  Download image.png | 15:09:15 |
lovesegfault | We have our first Coverity scan! (h/t Mic92 for all the help) | 15:09:19 |
Mic92 | I was running in on macOS this time, next scan we may want to run on Linux? | 15:14:18 |
lovesegfault | Ahhh | 15:14:34 |
Mic92 | Assuming there is some deadcode at the moment. | 15:14:34 |
lovesegfault | yes, indeed | 15:14:36 |
lovesegfault | Do you have steps for how you did it? | 15:14:51 |
lovesegfault | I can submit a build right now and we can see what happens in a few days :P | 15:15:07 |
Mic92 |
- mounted the installer dmg
- unpacked the tar from the self-extracting installer
- untar
- /private/tmp/codcov2/bin/cov-configure --clang
- /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
- 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 |
Mic92 | *
- mounted the installer dmg
- extraced the tar from the self-extracting installer
- untar
- /private/tmp/codcov2/bin/cov-configure --clang
- /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
- 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 |
Mic92 | *
- mounted the installer dmg
- extraced the tar from the self-extracting installer
- untar the coverity toolchain
- /private/tmp/codcov2/bin/cov-configure --clang
- /private/tmp/codcov2/bin/cov-build --dir cov-int ninja -C build
- 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 | This inside a nix develop shell? | 15:23:22 |