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

[wasm] WBT: Blazor tests failing to find dotnet.native*js #86959

Closed
radical opened this issue May 31, 2023 · 4 comments · Fixed by #86048
Closed

[wasm] WBT: Blazor tests failing to find dotnet.native*js #86959

radical opened this issue May 31, 2023 · 4 comments · Fixed by #86048
Assignees
Labels
Milestone

Comments

@radical
Copy link
Member

radical commented May 31, 2023

Rolling build, and log:

Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS(config: "Debug", nativeRelink: True) [FAIL]
  Could not find blazor's dotnet*js in /root/helix/work/workitem/e/wbt/blz_deploy_on_build_Debug_True_3qgnfzb3.rrw/bin/Debug/net8.0/publish/wwwroot/_framework

Also noticed the output path in the build log was different:

   []   blz_deploy_on_build_Debug_True_3qgnfzb3.rrw -> /root/helix/work/workitem/e/wbt/blz_deploy_on_build_Debug_True_3qgnfzb3.rrw/obj/Debug/net8.0/browser-wasm/PubTmp/Out/

cc @maraf @pavelsavara

Known Issue Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "Could not find blazor's dotnet\*js .*_framework",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
291252 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86501
291200 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86722
291150 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86892
291098 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86954
291071 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86652
291031 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86951
291026 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86698
291010 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86048
290889 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86941
290839 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS
290763 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #85558
290681 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86928
290651 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #84512
290451 dotnet/runtime Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS #86928

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 14 14
@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 31, 2023
@ghost
Copy link

ghost commented May 31, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Rolling build, and log:

Wasm.Build.Tests.Blazor.MiscTests.NativeBuild_WithDeployOnBuild_UsedByVS(config: "Debug", nativeRelink: True) [FAIL]
  Could not find blazor's dotnet*js in /root/helix/work/workitem/e/wbt/blz_deploy_on_build_Debug_True_3qgnfzb3.rrw/bin/Debug/net8.0/publish/wwwroot/_framework

Also noticed the output path in the build log was different:

   []   blz_deploy_on_build_Debug_True_3qgnfzb3.rrw -> /root/helix/work/workitem/e/wbt/blz_deploy_on_build_Debug_True_3qgnfzb3.rrw/obj/Debug/net8.0/browser-wasm/PubTmp/Out/

cc @maraf @pavelsavara

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono, test-failure

Milestone: -

@lewing lewing added this to the 8.0.0 milestone May 31, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label May 31, 2023
@radical
Copy link
Member Author

radical commented May 31, 2023

This is due to dotnet/sdk#31829 - change in fingerprinting, and the test is expecting a fingerprint.

@radical radical added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label May 31, 2023
@hoyosjs
Copy link
Member

hoyosjs commented May 31, 2023

@radical, what's the error string here? to unblock current PRs

@radical
Copy link
Member Author

radical commented May 31, 2023

@radical, what's the error string here? to unblock current PRs

Could not find blazor's dotnet*js .*_framework - I have updated the known-build-error json too.

radical added a commit to radical/runtime that referenced this issue May 31, 2023
@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed in-pr There is an active PR which will close this issue when it is merged labels May 31, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jun 2, 2023
@radical radical removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jun 2, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jul 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.