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

Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks tests are failing in CI #51372

Closed
eerhardt opened this issue Apr 16, 2021 · 3 comments
Assignees
Labels
area-HostModel Microsoft.NET.HostModel issues blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@eerhardt
Copy link
Member

See

Put_dotnet_behind_symlink

Error message
System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/zz10t5cr.qbb/dotnet'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Put_dotnet_behind_symlink() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 205
Run_apphost_behind_transitive_symlinks

System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/nhgciwzt.nyo/a/FirstSymlink'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Run_apphost_behind_transitive_symlinks(String firstSymlinkRelativePath, String secondSymlinkRelativePath) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 92
@eerhardt eerhardt added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-HostModel Microsoft.NET.HostModel issues labels Apr 16, 2021
@ghost
Copy link

ghost commented Apr 16, 2021

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

Issue Details

See

Put_dotnet_behind_symlink

Error message
System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/zz10t5cr.qbb/dotnet'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Put_dotnet_behind_symlink() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 205
Run_apphost_behind_transitive_symlinks

System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/nhgciwzt.nyo/a/FirstSymlink'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Run_apphost_behind_transitive_symlinks(String firstSymlinkRelativePath, String secondSymlinkRelativePath) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 92
Author: eerhardt
Assignees: -
Labels:

area-HostModel, blocking-clean-ci

Milestone: -

@vitek-karas
Copy link
Member

@mateoatr

@mateoatr
Copy link
Contributor

Thanks. I'm already taking a look #51373.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-HostModel Microsoft.NET.HostModel issues blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

4 participants