| 24 Aug 2025 |
JamieMagee | One more: https://github.com/NixOS/nixpkgs/pull/436539 | 18:25:49 |
| 26 Aug 2025 |
JamieMagee | Going to try and do some mono cleanup as well https://github.com/NixOS/nixpkgs/pull/436972 | 03:01:19 |
JamieMagee | https://github.com/NixOS/nixpkgs/pull/436991 | 03:16:53 |
Whovian9369 | I'm guessing dotnetCorePackages.dotnet_10.vmr is still broken on Hydra with 10.0.0-preview.7? | 08:04:00 |
Corngood | Yeah, sadly it seems to have failed again
./prep-source-build.sh: line 363: 6047 Segmentation fault (core dumped) "$dotnetSdk/dotnet" build "$REPO_ROOT/eng/init-detect-binaries.proj" "/p:BinariesMode=Clean" "/p:AllowedBinariesFile=$REPO_ROOT/eng/allowed-sb-binaries.txt" "/p:BinariesPackagesDir=$psbDir" "/bl:artifacts/log/prep-remove-binaries.binlog" "/fileLoggerParameters:LogFile=artifacts/log/prep-remove-binaries.log" "${positional_args[@]}"
I had a go at reproducing this locally, but no luck so far. A core dump would be nice.
| 15:12:40 |
| 27 Aug 2025 |
Whovian9369 | I'll try to report back if I run into one then! | 18:28:07 |
| 28 Aug 2025 |
Whovian9369 | Looks like my build attempt failed when building fsharp so likely long after the build failure you're worried about. | 00:54:51 |
Corngood | Still bad though. What happened? | 01:49:47 |
Whovian9369 | I don't remember and don't record it, sadly. I'll see if I get an error from another run. | 03:43:32 |
Whovian9369 | I did do --keep-failed though, though I don't actually know which directory it is it. 😅 | 03:45:00 |
Whovian9369 | Looks like fsharp appears to have built correctly this time, unfortunately. Sorry that I didn't capture the initial run | 03:51:50 |
Whovian9369 | * Looks like fsharp appears to have built correctly this time, unfortunately. Sorry that I didn't capture the initial error! | 03:51:58 |
Whovian9369 | $ nix log /nix/store/zcnfwxnbwss3anlqj9wld8mb0w0lp5by-dotnet-vmr-10.0.0-preview.7.drv | rg -i "Phase completed"
unpackPhase completed in 55 seconds
configurePhase completed in 36 seconds
buildPhase completed in 1 hours 20 minutes 17 seconds
installPhase completed in 48 seconds
fixupPhase completed in 3 minutes 21 seconds
It only took just under an hour and a half this time, nice!
| 05:12:12 |
Whovian9369 | I went back to that Kuriimu2 project that I was working on, and I can't for the life of me figure out how to get it building so far. Originally I tried doing it as different packages that got provided via the Flake, but adding the various local dependencies via a projectFile list is just throwing errors on fetch-deps again since it wants NuGet binaries for most of them that don't actually exist yet since this is still just the dependency stage... | 08:53:48 |