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] Pre-compute and cache class name hashes #100847

Merged
merged 1 commit into from
Apr 10, 2024

Pre-compute and cache MonoClass name hash

7b246e6
Select commit
Loading
Failed to load commit list.
Merged

[mono] Pre-compute and cache class name hashes #100847

Pre-compute and cache MonoClass name hash
7b246e6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Apr 10, 2024 in 3h 22m 55s

Build #20240409.106 had test failures

Details

Tests

  • Failed: 17 (0.00%)
  • Passed: 1,505,582 (97.87%)
  • Other: 32,776 (2.13%)
  • Total: 1,538,375

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-Microsoft.Extensions.FileSystemGlobbing.Tests in job bc47ceb6-cd80-4f7c-8b56-90053ef01d89 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/bc47ceb6-cd80-4f7c-8b56-90053ef01d89/workitems/WasmTestOnBrowser-Microsoft.Extensions.FileSystemGlobbing.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.IO.Compression.ZipFile.Tests in job bc47ceb6-cd80-4f7c-8b56-90053ef01d89 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/bc47ceb6-cd80-4f7c-8b56-90053ef01d89/workitems/WasmTestOnBrowser-System.IO.Compression.ZipFile.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.IO.FileSystem.Tests in job bc47ceb6-cd80-4f7c-8b56-90053ef01d89 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/bc47ceb6-cd80-4f7c-8b56-90053ef01d89/workitems/WasmTestOnBrowser-System.IO.FileSystem.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.Reflection.Tests in job bc47ceb6-cd80-4f7c-8b56-90053ef01d89 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/bc47ceb6-cd80-4f7c-8b56-90053ef01d89/workitems/WasmTestOnBrowser-System.Reflection.Tests/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_lewln3a2_d0j/bin/Release/net9.0/wasi-wasm/AppBundle/Release_lewln3a2_d0j.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.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantTimeZone

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantTimeZone

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.ILStripTests.WasmStripILAfterAOT_TestDefaultAndOverride

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Wasi.Build.Tests.ILStripTests.WasmStripILAfterAOT_TestDefaultAndOverride

Test failed