Fix Base64{Url} incorrectly handling small destinations when inputs contain whitespace - #123223
Build #20260115.69 had test failures
Details
- Failed: 424 (0.01%)
- Passed: 3,010,967 (98.31%)
- Other: 51,364 (1.68%)
- Total: 3,062,755
Annotations
azure-pipelines / runtime
.dotnet\sdk\11.0.100-alpha.1.25618.104\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets#L213
.dotnet\sdk\11.0.100-alpha.1.25618.104\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets(213,5): error NETSDK1022: (NETCORE_ENGINEERING_TELEMETRY=Build) Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'testFileToReload.json'
azure-pipelines / runtime
.dotnet/sdk/11.0.100-alpha.1.25618.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets#L213
.dotnet/sdk/11.0.100-alpha.1.25618.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets(213,5): error NETSDK1022: (NETCORE_ENGINEERING_TELEMETRY=Build) Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'testFileToReload.json'
azure-pipelines / runtime
.dotnet/sdk/11.0.100-alpha.1.25618.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets#L213
.dotnet/sdk/11.0.100-alpha.1.25618.104/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets(213,5): error NETSDK1022: (NETCORE_ENGINEERING_TELEMETRY=Build) Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'testFileToReload.json'
azure-pipelines / runtime
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26062.101/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44
.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26062.101/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.Quic.Tests.MsQuicCipherSuitesPolicyTests.NoSupportedCiphers_ThrowsArgumentException has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/a11447ae-49b3-4e82-94ce-56f43e1517d0/workitems/System.Net.Quic.Functional.Tests/console
azure-pipelines / runtime
System.Net.Quic.Tests.MsQuicCipherSuitesPolicyTests.NoSupportedCiphers_ThrowsArgumentException
Test failed
azure-pipelines / runtime
System.Net.Quic.Tests.MsQuicCipherSuitesPolicyTests.MismatchedCipherPolicies_ConnectAsync_ThrowsQuicException
System.Net.Quic.QuicException : An internal error has occurred. RegistrationOpen failed: QUIC_STATUS_OUT_OF_MEMORY
Raw output
at System.Net.Quic.ThrowHelper.ThrowMsQuicException(Int32 status, String message) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ThrowHelper.cs:line 144
at System.Net.Quic.MsQuicApi..ctor(QUIC_API_TABLE* apiTable) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 50
at System.Net.Quic.MsQuicApi.AllocateMsQuicApi() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 235
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ViaFactory(LazyThreadSafetyMode mode) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 327
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 345
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].CreateValue() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 425
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 505
at System.Net.Quic.MsQuicApi.get_Api() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 57
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
azure-pipelines / runtime
System.Net.Quic.Tests.MsQuicCipherSuitesPolicyTests.SupportedCipher_Success
System.Net.Quic.QuicException : An internal error has occurred. RegistrationOpen failed: QUIC_STATUS_OUT_OF_MEMORY
Raw output
at System.Net.Quic.ThrowHelper.ThrowMsQuicException(Int32 status, String message) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ThrowHelper.cs:line 144
at System.Net.Quic.MsQuicApi..ctor(QUIC_API_TABLE* apiTable) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 50
at System.Net.Quic.MsQuicApi.AllocateMsQuicApi() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 235
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ViaFactory(LazyThreadSafetyMode mode) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 327
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 345
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].CreateValue() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 425
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 505
at System.Net.Quic.MsQuicApi.get_Api() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 57
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
azure-pipelines / runtime
System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue
System.Net.Quic.QuicException : An internal error has occurred. RegistrationOpen failed: QUIC_STATUS_OUT_OF_MEMORY
Raw output
at System.Net.Quic.ThrowHelper.ThrowMsQuicException(Int32 status, String message) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ThrowHelper.cs:line 144
at System.Net.Quic.MsQuicApi..ctor(QUIC_API_TABLE* apiTable) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 50
at System.Net.Quic.MsQuicApi.AllocateMsQuicApi() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 235
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ViaFactory(LazyThreadSafetyMode mode) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 327
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 345
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].CreateValue() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 425
at System.Lazy`1[[System.Net.Quic.MsQuicApi, System.Net.Quic, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 505
at System.Net.Quic.MsQuicApi.get_Api() in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs:line 57
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57