dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.43k stars 200 forks source link

NativeAot-LLVM: Latest merges seem to have broken publishing #2192

Closed yowl closed 1 year ago

yowl commented 1 year ago

Dare I say it, but probably the merge has broken the publishing I think, last package:

image

jkotas commented 1 year ago

The build failed with many errors like:

2023-02-03T07:48:12.7921093Z D:\a\_work\1\s\artifacts\bin\coreclr\Browser.wasm.Release\build\Microsoft.NETCore.Native.targets(293,5): error MSB3073: The command ""D:\a\_work\1\s\artifacts\bin\coreclr\windows.x64.Release\ilc\\ilc" @"D:\a\_work\1\s\artifacts\tests\coreclr/obj/Browser.wasm.Release/Managed/nativeaot\SmokeTests\FrameworkStrings\UseSystemResourceKeys\native\UseSystemResourceKeys.ilc.rsp"" exited with code 57005. [D:\a\_work\1\s\src\tests\nativeaot\SmokeTests\FrameworkStrings\UseSystemResourceKeys.csproj] [D:\a\_work\1\s\src\tests\build.proj]
2023-02-03T07:48:12.7924096Z EXEC : fatal error : error in backend: Broken module found, compilation aborted! [D:\a\_work\1\s\src\tests\nativeaot\SmokeTests\FeatureSwitches\FeatureSwitches.csproj] [D:\a\_work\1\s\src\tests\build.proj]
2023-02-03T07:48:12.7926385Z clang++ : error : clang frontend command failed with exit code 70 (use -v to see invocation) 

I have restarted the build to see whether it is intermittent issue.

jkotas commented 1 year ago

It is not intermittent issue. It reproduces reliably. Here is the build log: log.txt

yowl commented 1 year ago

It seems like it's working again, so will close. @jkotas thanks for the logs. image