Closed
Description
The release/8.0 branch is currently hitting this build error in multiple PRs like this arcade codeflow: #94792
I see at least 3 different error messages.
dotnet-linker windows-x64 release Runtime_Release
- Build link: https://dev.azure.com/dnceng-public/public/_build/results?buildId=471724&view=logs&j=a1e5d03d-3f6b-54a5-7792-bf65a0588cb6&t=808b5adf-5702-5a69-c5d7-ed98382daf86&l=5556
- Output:
...
Processing C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um\oaidl.acf
oaidl.acf
Processing C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um\ocidl.acf
ocidl.acf
waiting for D:/a/_work/1/s/artifacts/obj/win-x64.Release/corehost/test/typelibs\dlldata.c ...
ninja: build stopped: subcommand failed.
Failed to generate native component build project!
D:\a\_work\1\s\src\native\corehost\corehost.proj(159,5): error MSB3073: The command ""D:\a\_work\1\s\src\native\corehost\build.cmd" Release x64 commit eecd22f78b4b093807d3c73d5b4f3d777c841338 outputrid win-x64 portable incremental-native-build rootdir D:\a\_work\1\s\ runtimeflavor CoreCLR runtimeconfiguration Release" exited with code 1.
##[error]src\native\corehost\corehost.proj(159,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""D:\a\_work\1\s\src\native\corehost\build.cmd" Release x64 commit eecd22f78b4b093807d3c73d5b4f3d777c841338 outputrid win-x64 portable incremental-native-build rootdir D:\a\_work\1\s\ runtimeflavor CoreCLR runtimeconfiguration Release" exited with code 1.
Build FAILED.
runtime CoreCLR Product Build windows x64 checked
- Output:
...
[244/367] Building CXX object Interop\IJW\IjwNativeCallingManagedDll\CMakeFiles\IjwNativeCallingManagedDll.dir\IjwNativeCallingManagedDll.cpp.obj
[245/367] Building CXX object Interop\COM\ComWrappers\WeakReference\CMakeFiles\WeakReferenceNative.dir\WeakReferenceNative.cpp.obj
[246/367] Building CXX object Interop\COM\ComWrappers\MockReferenceTrackerRuntime\CMakeFiles\MockReferenceTrackerRuntime.dir\ReferenceTrackerRuntime.cpp.obj
[247/367] Linking CXX shared library JIT\Directed\Convert\out_of_range_fp_to_int_conversionsnative.dll
[248/367] Linking CXX shared library Interop\IJW\ijwhostmock\ijwhost.dll
ninja: build stopped: subcommand failed.
BUILDTEST: Error: native test build failed.
##[error]Cmd.exe exited with code '1'.
runtime windows-arm64 Release NativeAOT_Libraries
D:\a\_work\1\s\src\native\corehost\test\ijw\ijw.cpp(22): note: This diagnostic occurred while importing type 'System::Decimal' from assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
[187/206] Building CXX object comhost\CMakeFiles\comhost.dir\__\hostmisc\longfile.windows.cpp.obj
[188/206] Linking CXX executable test\nativehost\nativehost.exe
[189/206] Building CXX object comhost\CMakeFiles\comhost.dir\__\hostmisc\pal.windows.cpp.obj
[190/206] Building CXX object ijwhost\CMakeFiles\ijwhost.dir\ijwthunk.cpp.obj
[191/206] Building CXX object ijwhost\CMakeFiles\ijwhost.dir\ijwhost.cpp.obj
ninja: build stopped: subcommand failed.
Failed to generate native component build project!
D:\a\_work\1\s\src\native\corehost\corehost.proj(159,5): error MSB3073: The command ""D:\a\_work\1\s\src\native\corehost\build.cmd" Release arm64 commit eecd22f78b4b093807d3c73d5b4f3d777c841338 outputrid win-arm64 portable incremental-native-build rootdir D:\a\_work\1\s\ runtimeflavor CoreCLR runtimeconfiguration Release" exited with code 1.
##[error]src\native\corehost\corehost.proj(159,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""D:\a\_work\1\s\src\native\corehost\build.cmd" Release arm64 commit eecd22f78b4b093807d3c73d5b4f3d777c841338 outputrid win-arm64 portable incremental-native-build rootdir D:\a\_work\1\s\ runtimeflavor CoreCLR runtimeconfiguration Release" exited with code 1.
Build FAILED.
D:\a\_work\1\s\src\native\corehost\corehost.proj(159,5): error MSB3073: The command ""D:\a\_work\1\s\src\native\corehost\build.cmd" Release arm64 commit eecd22f78b4b093807d3c73d5b4f3d777c841338 outputrid win-arm64 portable incremental-native-build rootdir D:\a\_work\1\s\ runtimeflavor CoreCLR runtimeconfiguration Release" exited with code 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:11:53.21
Build failed with exit code 1. Check errors above.
{
"ErrorMessage": "ninja: build stopped: subcommand failed.",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
}
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=471724
Error message validated: ninja: build stopped: subcommand failed.
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/16/2023 2:08:57 AM UTC
Report
Build | Definition | Step Name | Console log | Pull Request |
---|---|---|---|---|
571134 | dotnet/runtime | Build CLR and Libraries | Log | |
571133 | dotnet/runtime | Build CLR and Libraries | Log | |
570767 | dotnet/runtime | Build CoreCLR Runtime | Log | #95565 |
570580 | dotnet/runtime | Build CLR and Libraries | Log | |
570579 | dotnet/runtime | Build CLR and Libraries | Log | |
570289 | dotnet/runtime | Build CoreCLR Runtime | Log | #98336 |
570201 | dotnet/runtime | Build CoreCLR Runtime | Log | #98258 |
570010 | dotnet/runtime | Build product | Log | #98397 |
570057 | dotnet/runtime | Build product | Log | #97135 |
570024 | dotnet/runtime | Build product | Log | |
2381329 | dotnet-runtime | Build product | Log | |
569974 | dotnet/runtime | Build product | Log | #97529 |
569943 | dotnet/runtime | Build product | Log | #98569 |
569936 | dotnet/runtime | Build product | Log | #91764 |
569928 | dotnet/runtime | Build product | Log | #98129 |
569900 | dotnet/runtime | Build product | Log | #98508 |
569732 | dotnet/runtime | Build product | Log | #98510 |
2381150 | dotnet-runtime | Build product | Log | |
569667 | dotnet/runtime | Build product | Log | #98446 |
569601 | dotnet/runtime | Build product | Log | #98514 |
2381076 | dotnet-runtime | Build product | Log | |
569339 | dotnet/runtime | Build CLR and Libraries | Log | |
569340 | dotnet/runtime | Build CLR and Libraries | Log | |
568770 | dotnet/runtime | Build product | Log | #98532 |
568140 | dotnet/runtime | Build CoreCLR Runtime | Log | #97079 |
567732 | dotnet/runtime | Build CLR and Libraries | Log | |
567733 | dotnet/runtime | Build CLR and Libraries | Log | |
567388 | dotnet/runtime | Build product | Log | #98250 |
566342 | dotnet/runtime | Build product | Log | #98118 |
566127 | dotnet/runtime | Build product | Log | #97865 |
565962 | dotnet/runtime | Build CLR and Libraries | Log | |
565961 | dotnet/runtime | Build CLR and Libraries | Log | |
565957 | dotnet/runtime | Build CLR and Libraries | Log | |
565956 | dotnet/runtime | Build CLR and Libraries | Log | |
565876 | dotnet/runtime | Build CoreCLR JIT | Log | #98409 |
565873 | dotnet/runtime | Build CoreCLR Runtime | Log | #98409 |
565877 | dotnet/runtime | Build CoreCLR JIT | Log | #98409 |
565305 | dotnet/runtime | Build product | Log | #89204 |
565003 | dotnet/runtime | Build product | Log | #89204 |
564782 | dotnet/runtime | Build CoreCLR Runtime | Log | #98336 |
564783 | dotnet/runtime | Build product | Log | #98336 |
564607 | dotnet/runtime | Build product | Log | #98118 |
564305 | dotnet/runtime | Build CLR and Libraries | Log | |
564302 | dotnet/runtime | Build CLR and Libraries | Log | |
564299 | dotnet/runtime | Build CLR and Libraries | Log | |
564303 | dotnet/runtime | Build CLR and Libraries | Log | |
562502 | dotnet/runtime | Build CLR and Libraries | Log | |
562498 | dotnet/runtime | Build CLR and Libraries | Log | |
562499 | dotnet/runtime | Build CLR and Libraries | Log | |
562500 | dotnet/runtime | Build CLR and Libraries | Log | |
561871 | dotnet/runtime | Build CLR and Libraries | Log | |
561870 | dotnet/runtime | Build CLR and Libraries | Log | |
561872 | dotnet/runtime | Build CLR and Libraries | Log | |
561873 | dotnet/runtime | Build CLR and Libraries | Log | |
561765 | dotnet/runtime | Build CoreCLR Runtime | Log | #98261 |
561769 | dotnet/runtime | Build CoreCLR JIT | Log | #98261 |
561768 | dotnet/runtime | Build CoreCLR JIT | Log | #98261 |
561767 | dotnet/runtime | Build product | Log | #98261 |
561766 | dotnet/runtime | Build product | Log | #98261 |
561509 | dotnet/runtime | Build CLR and Libraries | Log | |
561508 | dotnet/runtime | Build CLR and Libraries | Log | |
561511 | dotnet/runtime | Build CLR and Libraries | Log | |
561510 | dotnet/runtime | Build CLR and Libraries | Log | |
561175 | dotnet/runtime | Build product | Log | #98250 |
560760 | dotnet/runtime | Build product | Log | #98118 |
560759 | dotnet/runtime | Build product | Log | #98118 |
560082 | dotnet/runtime | Build CLR and Libraries | Log | |
560081 | dotnet/runtime | Build CLR and Libraries | Log | |
560077 | dotnet/runtime | Build CLR and Libraries | Log | |
560078 | dotnet/runtime | Build CLR and Libraries | Log | |
559517 | dotnet/runtime | Build product | Log | #97096 |
559207 | dotnet/runtime | Build CoreCLR Runtime | Log | #98189 |
559209 | dotnet/runtime | Build product | Log | #98189 |
559104 | dotnet/runtime | Build product | Log | #98077 |
558520 | dotnet/runtime | Build CLR and Libraries | Log | |
558519 | dotnet/runtime | Build CLR and Libraries | Log | |
558523 | dotnet/runtime | Build CLR and Libraries | Log | |
558524 | dotnet/runtime | Build CLR and Libraries | Log | |
558495 | dotnet/runtime | Build product | Log | #98154 |
557841 | dotnet/runtime | Build product | Log | #98077 |
557670 | dotnet/runtime | Build product | Log | #97789 |
557360 | dotnet/runtime | Build product | Log | #98118 |
556932 | dotnet/runtime | Build CLR and Libraries | Log | |
556926 | dotnet/runtime | Build CLR and Libraries | Log | |
556933 | dotnet/runtime | Build CLR and Libraries | Log | |
556927 | dotnet/runtime | Build CLR and Libraries | Log | |
555832 | dotnet/runtime | Build CoreCLR JIT | Log | #98048 |
555831 | dotnet/runtime | Build CoreCLR JIT | Log | #98048 |
555828 | dotnet/runtime | Build CoreCLR Runtime | Log | #98048 |
555829 | dotnet/runtime | Build product | Log | #98048 |
555830 | dotnet/runtime | Build product | Log | #98048 |
555639 | dotnet/runtime | Build CoreCLR JIT | Log | #98048 |
555637 | dotnet/runtime | Build product | Log | #98048 |
555638 | dotnet/runtime | Build product | Log | #98048 |
555004 | dotnet/runtime | Build CLR and Libraries | Log | |
555005 | dotnet/runtime | Build CLR and Libraries | Log | |
555001 | dotnet/runtime | Build CLR and Libraries | Log | |
555000 | dotnet/runtime | Build CLR and Libraries | Log | |
554412 | dotnet/runtime | Build product | Log | #97959 |
554414 | dotnet/runtime | Build product | Log | #97959 |
Displaying 100 of 252 results |
Summary
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
2 | 50 | 252 |