-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host Test failures in rolling CI #69114
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@NikolaMilosavljevic do you know of any installer related changes that could have caused this? |
There were no recent changes in installer build. |
Tests are likely related to dotnet host - we don't do installer testing in this job. |
This seems to have cleared up so will close it. |
Not quite, looks like this is still happening, e.g. segfault in https://dnceng.visualstudio.com/public/_build/results?buildId=1764534&view=results. Running tests: /root/runtime/artifacts/bin/AppHost.Bundle.Tests/Release/net7.0/AppHost.Bundle.Tests.dll [net7.0|x64]
/tmp/tmpf96f353826b14c3d8569be3032ed3769.exec.cmd: line 2: 8879 Segmentation fault (core dumped) "/root/runtime/.dotnet/dotnet" exec --depsfile "/root/runtime/artifacts/bin/AppHost.Bundle.Tests/Release/net7.0/AppHost.Bundle.Tests.deps.json" --runtimeconfig "/root/runtime/artifacts/bin/AppHost.Bundle.Tests/Release/net7.0/AppHost.Bundle.Tests.runtimeconfig.json" "/root/runtime/.packages/xunit.runner.console/2.4.2-pre.22/tools/netcoreapp2.0/xunit.console.dll" "/root/runtime/artifacts/bin/AppHost.Bundle.Tests/Release/net7.0/AppHost.Bundle.Tests.dll" -noautoreporters -xml "/root/runtime/artifacts/TestResults/Release/AppHost.Bundle.Tests_net7.0_x64.xml" -html "/root/runtime/artifacts/TestResults/Release/AppHost.Bundle.Tests_net7.0_x64.html" -notrait category=failing > "/root/runtime/artifacts/log/Release/AppHost.Bundle.Tests_net7.0_x64.log" 2>&1
XUnit : error : Tests failed: /root/runtime/artifacts/log/Release/AppHost.Bundle.Tests_net7.0_x64.log [net7.0|x64] [/root/runtime/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj] |
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsIn the latest rolling runtime pipeline run, two "Installer Build and Test" jobs failed. win-x86 timed out and linux-x64 segfaulted.
|
We've seen the "Installer Build and Test coreclr windows_x86 Release" timeout in two more rolling builds now, 1764261 and 1765644. As mentioned above, the issues seem to be happening while executing host tests. @vitek-karas any ideas here? |
@elinor-fung would you have some time to take a look? |
PR #68382 run https://dev.azure.com/dnceng/public/_build/results?buildId=1765490&view=results hit the timeout on win-x64, so it seems to be occurring on multiple platforms |
We seem to have just about no information for host tests on timeout - no build logs, no test results, no test output. I'm looking at getting more info collected so we can actually investigate. I don't think we've changed anything in the host or host tests recently, but the start of this does seem to coincide with merge of the toolset updates in #67771. |
Hmm, unfortunate -- I guess because we execute the host tests on the build machines instead of Helix. Probably another reason to run these on Helix. |
Intermittent crashes look like another manifestation of #68443
|
We'll get the fix when the repo updates to preview5 - closing against #68443. |
In the latest rolling runtime pipeline run, two "Installer Build and Test" jobs failed. win-x86 timed out and linux-x64 segfaulted.
Job: https://dev.azure.com/dnceng/public/_build/results?buildId=1760633&view=results
win-x86 log: https://dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_apis/build/builds/1760633/logs/2460
linux-x64 log: https://dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_apis/build/builds/1760633/logs/1970
The text was updated successfully, but these errors were encountered: