Skip to content
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

[Release/6.0] HostActivationTest has been crashing on macOS #61636

Closed
Anipik opened this issue Nov 15, 2021 · 4 comments
Closed

[Release/6.0] HostActivationTest has been crashing on macOS #61636

Anipik opened this issue Nov 15, 2021 · 4 comments

Comments

@Anipik
Copy link
Contributor

Anipik commented Nov 15, 2021

HostActivationTest has been crashing on a couple of prs in 6.0 branch.

/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8e26f199c3bd4a5cb9fb141bffdc631c.exec.cmd: line 2: 43095 Killed: 9 "/Users/runner/work/1/s/.dotnet/dotnet" exec --depsfile "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.deps.json" --runtimeconfig "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.runtimeconfig.json" "/Users/runner/work/1/s/.packages/xunit.runner.console/2.4.2-pre.9/tools/netcoreapp2.0/xunit.console.dll" "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.dll" -noautoreporters -xml "/Users/runner/work/1/s/artifacts/TestResults/Release/HostActivation.Tests_net6.0_x64.xml" -html "/Users/runner/work/1/s/artifacts/TestResults/Release/HostActivation.Tests_net6.0_x64.html" -notrait category=failing -notrait category=FlakyAppHostTests > "/Users/runner/work/1/s/artifacts/log/Release/HostActivation.Tests_net6.0_x64.log" 2>&1

PRs
#61500
#61422

Needs more investigation.

cc @safern @ericstj @agocke

@dotnet-issue-labeler dotnet-issue-labeler bot added area-Host untriaged New issue has not been triaged by the area owner labels Nov 15, 2021
@ghost
Copy link

ghost commented Nov 15, 2021

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

HostActivationTest has been crashing on a couple of prs in 6.0 branch.

/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8e26f199c3bd4a5cb9fb141bffdc631c.exec.cmd: line 2: 43095 Killed: 9 "/Users/runner/work/1/s/.dotnet/dotnet" exec --depsfile "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.deps.json" --runtimeconfig "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.runtimeconfig.json" "/Users/runner/work/1/s/.packages/xunit.runner.console/2.4.2-pre.9/tools/netcoreapp2.0/xunit.console.dll" "/Users/runner/work/1/s/artifacts/bin/HostActivation.Tests/Release/net6.0/HostActivation.Tests.dll" -noautoreporters -xml "/Users/runner/work/1/s/artifacts/TestResults/Release/HostActivation.Tests_net6.0_x64.xml" -html "/Users/runner/work/1/s/artifacts/TestResults/Release/HostActivation.Tests_net6.0_x64.html" -notrait category=failing -notrait category=FlakyAppHostTests > "/Users/runner/work/1/s/artifacts/log/Release/HostActivation.Tests_net6.0_x64.log" 2>&1

PRs
#61500
#61422

Needs more investigation.

cc @safern @ericstj

Author: Anipik
Assignees: -
Labels:

area-Host, untriaged

Milestone: -

@Anipik Anipik added this to the 6.0.x milestone Nov 15, 2021
@Anipik Anipik added blocking-servicing and removed untriaged New issue has not been triaged by the area owner labels Nov 15, 2021
@agocke
Copy link
Member

agocke commented Nov 16, 2021

Thanks. Unfortunately, the tests are exiting without a log file, so it might be difficult to track down the failure here

@safern
Copy link
Member

safern commented Nov 16, 2021

This repros consistently locally on my macOS. I was able to get the logs:

[EXEC       -] [....] [00:01:29.762] Waiting for process 61145 to exit...
get_hostfxr_path failed: 0x80008083
[EXEC       <] [FAIL] [00:01:30.012] > /Users/santifdezm/repos/runtime2/artifacts/tests/Release/ha/nativeHosting/0/nativehost get_hostfxr_path false nullptr x exited with 1

@safern
Copy link
Member

safern commented Nov 16, 2021

@agocke it seems like this were caused by updating the SDK to 6.0.100 in the release/6.0 branch.

These failed when we updated the SDK on main to 6.0.100 RC2: #60256 (comment)

I'll disable them on release/6.0 against the current open issue we have: #61131

@safern safern closed this as completed Nov 16, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants