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

[browser] reduce sample re-link #100517

Merged
merged 1 commit into from
Apr 2, 2024

wip

93cb368
Select commit
Loading
Failed to load commit list.
Merged

[browser] reduce sample re-link #100517

wip
93cb368
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Apr 2, 2024 in 3h 20m 25s

Build #20240402.17 had test failures

Details

Tests

  • Failed: 13 (0.00%)
  • Passed: 2,950,457 (98.12%)
  • Other: 56,558 (1.88%)
  • Total: 3,007,028

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/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.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.ILStripTests in job 19e8a01d-858b-40ff-96cf-3dd8f7cb385e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/19e8a01d-858b-40ff-96cf-3dd8f7cb385e/workitems/Workloads-Wasi.Build.Tests.ILStripTests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/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.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.InvariantTests in job 19e8a01d-858b-40ff-96cf-3dd8f7cb385e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/19e8a01d-858b-40ff-96cf-3dd8f7cb385e/workitems/Workloads-Wasi.Build.Tests.InvariantTests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/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.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.PInvokeTableGeneratorTests in job 19e8a01d-858b-40ff-96cf-3dd8f7cb385e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/19e8a01d-858b-40ff-96cf-3dd8f7cb385e/workitems/Workloads-Wasi.Build.Tests.PInvokeTableGeneratorTests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/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.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24176.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Workloads-Wasi.Build.Tests.WasiTemplateTests in job 19e8a01d-858b-40ff-96cf-3dd8f7cb385e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/19e8a01d-858b-40ff-96cf-3dd8f7cb385e/workitems/Workloads-Wasi.Build.Tests.WasiTemplateTests/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_s3ngoyre_zmc/bin/Release/net9.0/wasi-wasm/AppBundle/Release_s3ngoyre_zmc.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