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

[mono][interp] Minor fixes #100661

Merged
merged 3 commits into from
Apr 11, 2024

[mono][interp] Ensure new var value has initialized liveness information

30dc24f
Select commit
Loading
Failed to load commit list.
Merged

[mono][interp] Minor fixes #100661

[mono][interp] Ensure new var value has initialized liveness information
30dc24f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Apr 11, 2024 in 2h 15m 22s

Build #20240411.50 had test failures

Details

Tests

  • Failed: 13 (0.00%)
  • Passed: 1,521,090 (97.88%)
  • Other: 33,005 (2.12%)
  • Total: 1,554,108

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnBrowser-System.Reflection.Tests in job 7ef8d9d5-c8b9-4f44-aa0e-525ac3c65fe7 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/7ef8d9d5-c8b9-4f44-aa0e-525ac3c65fe7/workitems/WasmTestOnBrowser-System.Reflection.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests in job 7ef8d9d5-c8b9-4f44-aa0e-525ac3c65fe7 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/7ef8d9d5-c8b9-4f44-aa0e-525ac3c65fe7/workitems/WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.ILStripTests in job e516abef-10fb-47d0-80fb-718422a33830 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/e516abef-10fb-47d0-80fb-718422a33830/workitems/Workloads-Wasi.Build.Tests.ILStripTests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24207.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.InvariantTests in job e516abef-10fb-47d0-80fb-718422a33830 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/e516abef-10fb-47d0-80fb-718422a33830/workitems/Workloads-Wasi.Build.Tests.InvariantTests/console

Check failure on line 1 in Wasi.Build.Tests.PInvokeTableGeneratorTests.InteropSupportForUnmanagedEntryPointWithoutDelegate

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.PInvokeTableGeneratorTests.InteropSupportForUnmanagedEntryPointWithoutDelegate

 Expected 0 exit code but got 255: /root/helix/work/workitem/e/dotnet-latest/dotnet run --no-silent --no-build -c Release
Standard Output:
[] WasmAppHost --runtime-config /root/helix/work/workitem/e/wbt artifacts/Release_mt42fxb2_m12/bin/Release/net9.0/wasi-wasm/AppBundle/Release_mt42fxb2_m12.runtimeconfig.json --no-silent
[] Error: Cannot find host wasmtime: Tried to look for wasmtime in PATH: /root/helix/work/workitem/e/dotnet-latest, /root/helix/work/correlation/dotnet-latest, /root/helix/work/correlation/xharness-cli, /root/helix/work/correlation/dotnet-cli, /root/helix/work/correlation/wasi-sdk, /root/helix/work/correlation/wasmtime, /home/helixbot/.jsvu/bin, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin .
Raw output
   at Wasm.Build.Tests.CommandResult.EnsureExitCode(Int32 expectedExitCode, String messagePrefix, Boolean suppressOutput) in /_/src/mono/wasm/Wasm.Build.Tests/Common/CommandResult.cs:line 44
   at Wasm.Build.Tests.CommandResult.EnsureSuccessful(String messagePrefix, Boolean suppressOutput) in /_/src/mono/wasm/Wasm.Build.Tests/Common/CommandResult.cs:line 28
   at Wasi.Build.Tests.PInvokeTableGeneratorTests.InteropSupportForUnmanagedEntryPointWithoutDelegate() in /_/src/mono/wasi/Wasi.Build.Tests/PInvokeTableGeneratorTests.cs:line 81

   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Wasi.Build.Tests.ILStripTests.WasmStripILAfterAOT_TestDefaultAndOverride

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.ILStripTests.WasmStripILAfterAOT_TestDefaultAndOverride

Test failed

Check failure on line 1 in Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantGlobalization

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantGlobalization

Test failed

Check failure on line 1 in Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantTimeZone

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantTimeZone

Test failed