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

[main] Update dependencies from dotnet/arcade #109413

Merged
merged 3 commits into from
Nov 1, 2024

Merge branch 'main' into darc-main-6703084e-f793-43ae-b963-7009b074bfa7

5a6edf7
Select commit
Loading
Failed to load commit list.
Merged

[main] Update dependencies from dotnet/arcade #109413

Merge branch 'main' into darc-main-6703084e-f793-43ae-b963-7009b074bfa7
5a6edf7
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Nov 1, 2024 in 3h 21m 12s

Build #20241031.86 had test failures

Details

Tests

  • Failed: 27 (0.00%)
  • Passed: 4,030,167 (98.20%)
  • Other: 73,842 (1.80%)
  • Total: 4,104,036

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.HarnessTests in job 0c592cf0-60ae-405d-8f4a-a42d47616386 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0c592cf0-60ae-405d-8f4a-a42d47616386/workitems/chrome-DebuggerTests.HarnessTests/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.ExceptionTests in job 0c592cf0-60ae-405d-8f4a-a42d47616386 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0c592cf0-60ae-405d-8f4a-a42d47616386/workitems/chrome-DebuggerTests.ExceptionTests/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.24531.2\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.EvaluateOnCallFrameTests in job 0c592cf0-60ae-405d-8f4a-a42d47616386 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0c592cf0-60ae-405d-8f4a-a42d47616386/workitems/chrome-DebuggerTests.EvaluateOnCallFrameTests/console

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

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

.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.24531.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnFirefox-MT-Microsoft.Bcl.Cryptography.Tests in job 037ccfc2-789c-4b52-86d7-da9617e40643 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/037ccfc2-789c-4b52-86d7-da9617e40643/workitems/WasmTestOnFirefox-MT-Microsoft.Bcl.Cryptography.Tests/console

Check failure on line 1 in DebuggerTests.HarnessTests.DebuggerTests.HarnessTests.TimedOutWaitingForInvalidBreakpoint

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

DebuggerTests.HarnessTests.DebuggerTests.HarnessTests.TimedOutWaitingForInvalidBreakpoint

Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.Threading.Tasks.TaskCanceledException)
Actual:   typeof(System.Exception)
---- System.Exception : Debugger inspector waiting for pause failed
Raw output
   at DebuggerTests.HarnessTests.TimedOutWaitingForInvalidBreakpoint() in /_/src/mono/browser/debugger/DebuggerTestSuite/HarnessTests.cs:line 24
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 308
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 714
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 698
   at DebuggerTests.HarnessTests.<TimedOutWaitingForInvalidBreakpoint>b__1_0() in /_/src/mono/browser/debugger/DebuggerTestSuite/HarnessTests.cs:line 25

Check failure on line 1 in DebuggerTests.HarnessTests.DebuggerTests.HarnessTests.ExceptionThrown

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

DebuggerTests.HarnessTests.DebuggerTests.HarnessTests.ExceptionThrown

Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.ArgumentException)
Actual:   typeof(System.Exception)
---- System.Exception : Debugger inspector waiting for pause failed
Raw output
   at DebuggerTests.HarnessTests.ExceptionThrown() in /_/src/mono/browser/debugger/DebuggerTestSuite/HarnessTests.cs:line 32
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 308
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 714
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 698
   at DebuggerTests.HarnessTests.<ExceptionThrown>b__2_0() in /_/src/mono/browser/debugger/DebuggerTestSuite/HarnessTests.cs:line 33

Check failure on line 1 in DebuggerTests.ExceptionTests.DebuggerTests.ExceptionTests.ExceptionTestNone

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

DebuggerTests.ExceptionTests.DebuggerTests.ExceptionTests.ExceptionTestNone

System.Exception : Debugger inspector waiting for pause failed
Raw output
   at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 308
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 714
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 698
   at DebuggerTests.ExceptionTests.ExceptionTestNone() in /_/src/mono/browser/debugger/DebuggerTestSuite/ExceptionTests.cs:line 147
--- End of stack trace from previous location ---

Check failure on line 1 in DebuggerTests.ExceptionTests.DebuggerTests.ExceptionTests.JSExceptionTestNone

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

DebuggerTests.ExceptionTests.DebuggerTests.ExceptionTests.JSExceptionTestNone

System.Exception : Debugger inspector waiting for pause failed
Raw output
   at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 308
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 714
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 698
   at DebuggerTests.ExceptionTests.JSExceptionTestNone() in /_/src/mono/browser/debugger/DebuggerTestSuite/ExceptionTests.cs:line 179
--- End of stack trace from previous location ---