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

[release/8.0-staging] Fix few RandomAccess.Write edge case bugs #109648

Open
wants to merge 4 commits into
base: release/8.0-staging
Choose a base branch
from

More WriteGather fixes (#109826)

d6843d9
Select commit
Loading
Failed to load commit list.
Open

[release/8.0-staging] Fix few RandomAccess.Write edge case bugs #109648

More WriteGather fixes (#109826)
d6843d9
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 12, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

runtime-dev-innerloop / Build / linux-armel checked CoreCLR_NonPortable / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Failed to build "CoreCLR component".
    ❌src/coreclr/runtime.proj(94,5): error MSB3073: The command ""/__w/1/s/src/coreclr/build-runtime.sh" -armel -checked -ci -cross -portablebuild=false -os linux -outputrid tizen.10.0.0-armel" exited with code 2.

dotnet-linker-tests / Build / linux-x64 release Runtime_Release / Run Trimming Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌eng/testing/linker/trimmingTests.targets(155,5): error : Error: [Failed Test]: /__w/1/s/src/libraries/System.Net.Http/tests/TrimmingTests/HttpClientTest.cs. The Command /__w/1/s/artifacts/bin/trimmingTests/projects/System.Net.Http.TrimmingTests/HttpClientTest/linux-x64/bin/Release/net8.0/linux-x64/publish/project return a non-success exit code.

dotnet-linker-tests / Build / windows-x64 release Runtime_Release / Run Trimming Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌eng\testing\linker\trimmingTests.targets(155,5): error : Error: [Failed Test]: D:\a\_work\1\s\src\libraries\System.Net.Http\tests\TrimmingTests\HttpClientTest.cs. The Command D:\a\_work\1\s\artifacts\bin\trimmingTests\projects\System.Net.Http.TrimmingTests\HttpClientTest\win-x64\bin\Release\net8.0\win-x64\publish\project return a non-success exit code.

Known test errors

⚠️ 403 Known test errors not displayed due to space limitations

Test Failures (268 tests failed)

🔹 [All failing tests from runtime-libraries-coreclr outerloop]

    ⚠️ 266 failing tests not displayed for this pipeline due to space limitations

    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders [Console] [Details] [Artifacts] [11.56% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception. [Full log]
    CallStack
    Child exception:
      Xunit.Sdk.EqualException: Assert.Equal() Failure
                                     ↓ (pos 41)
    Expected: ···op.HttpRequestOut.Stop
    Actual:   ···op.HttpRequestOut.Start
                                     ↑ (pos 41)
       at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeaders>b__5_0>d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    

    Child process:
    System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeaders>b__5_0()

    ... [Full call stack]

    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [Console] [Details] [Artifacts] [11.56% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception. [Full log]
    CallStack
    Child exception:
      Xunit.Sdk.NullException: Assert.Null() Failure
    Expected: (null)
    Actual:   |98d0c17e-47c361e4eaec6ad8.
       at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeadersTraceStateAndCorrelationContext>b__6_0>d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    

    Child process:
    System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeadersTraceStateAndCorrelationContext>b__6_0()

    ... [Full call stack]

Was this helpful? Yes No