Open
Description
Failed in: runtime-coreclr outerloop 20250312.2
Failed tests:
R2R-CG2 linux x64 Checked no_tiered_compilation @ (Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
- JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971/_b400971b400971.cmd
R2R-CG2 linux x64 Checked @ (Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
- JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971/_b400971b400971.cmd
Error message:
Test Infrastructure Failure: System.AggregateException: One or more errors occurred. (The type initializer for 'System.Net.Sockets.SocketAsyncEngine' threw an exception.) (The type initializer for 'System.Net.Sockets.SocketAsyncEngine' threw an exception.)
---> System.TypeInitializationException: The type initializer for 'System.Net.Sockets.SocketAsyncEngine' threw an exception.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Collections.Concurrent, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Collections.Concurrent, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Net.Sockets.SocketAsyncEngine..ctor()
at System.Net.Sockets.SocketAsyncEngine.CreateEngines()
at System.Net.Sockets.SocketAsyncEngine..cctor()
--- End of inner exception stack trace ---
at System.Net.Sockets.SafeSocketHandle..ctor(IntPtr preexistingHandle, Boolean ownsHandle)
at Microsoft.Win32.SafeHandles.SafePipeHandle.CreatePipeSocket(Boolean ownsHandle)
at System.IO.Pipes.PipeStream.ReadAsyncCore(Memory`1 destination, CancellationToken cancellationToken)
at System.IO.Stream.<CopyToAsync>g__Core|30_0(Stream source, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.WaitAllCore(ReadOnlySpan`1 tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.WaitAll(ReadOnlySpan`1 tasks)
at CoreclrTestLib.CoreclrTestWrapperLib.RunTest(String executable, String outputFile, String errorFile, String category, String testBinaryBase, String outputDir)
at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
Stack trace:
at Xunit.Assert.Fail(String message)
at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
at Program.<<Main>$>g__TestExecutor470|0_471(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)