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

RandomAccess.Write throws System.IO.IOException when buffers total size greater than 2GB #108380

Merge branch 'main' into RandomAccess.Write-throws-System.IO.IOExcept…

e1dff19
Select commit
Loading
Failed to load commit list.
Merged

RandomAccess.Write throws System.IO.IOException when buffers total size greater than 2GB #108380

Merge branch 'main' into RandomAccess.Write-throws-System.IO.IOExcept…
e1dff19
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Sep 30, 2024 in 1h 53m 31s

Build #20240930.11 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 3,912,645 (98.19%)
  • Other: 72,137 (1.81%)
  • Total: 3,984,783

Annotations

Check failure on line 44 in .packages/microsoft.dotnet.helix.sdk/10.0.0-beta.24475.5/tools/azure-pipelines/AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.24475.5/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44

.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.24475.5/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidKeySize_DoesNotInvalidateKey has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/89bacec3-7912-4533-b140-1b2b1de2c7ff/workitems/System.Security.Cryptography.OpenSsl.Tests/console

Check failure on line 1 in System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidKeySize_DoesNotInvalidateKey

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.InvalidKeySize_DoesNotInvalidateKey

System.Security.Cryptography.CryptographicException : Error occurred during a cryptographic operation.
Raw output
   at System.Security.Cryptography.DSAOpenSsl.GenerateKey() in /_/src/libraries/Common/src/System/Security/Cryptography/DSAOpenSsl.cs:line 190
   at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 318
   at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 345
   at System.Lazy`1.CreateValue() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 425
   at System.Security.Cryptography.DSAOpenSsl.CreateSignature(Byte[] rgbHash) in /_/src/libraries/Common/src/System/Security/Cryptography/DSAOpenSsl.cs:line 200
   at System.Security.Cryptography.DSA.SignData(Stream data, HashAlgorithmName hashAlgorithm) in /_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSA.cs:line 247
   at System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream.SignData(DSA dsa, Byte[] data, HashAlgorithmName hashAlgorithm) in /_/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSASignVerify.cs:line 61
   at System.Security.Cryptography.Dsa.Tests.DSASignVerify.InvalidKeySize_DoesNotInvalidateKey() in /_/src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSASignVerify.cs:line 123
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57