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

Convert.FromHexString exception with too large buffer #105426

Merged
merged 8 commits into from
Aug 12, 2024

Apply suggestions and add more unit tests.

88938e6
Select commit
Loading
Failed to load commit list.
Merged

Convert.FromHexString exception with too large buffer #105426

Apply suggestions and add more unit tests.
88938e6
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 12, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

All checks completed

[runtime]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / freebsd-x64 Debug CoreCLR / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) Unhandled exception. Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: must be valid
    ❌.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args)
    ❌.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) at Microsoft.Build.BackEnd.Logging.LoggingContext.LogBuildEvent(BuildEventArgs buildEvent)

runtime / Build / linux-arm64 Release NativeAOT / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Child node "4" exited prematurely. Shutting down. Diagnostic information may be found in files in "/tmp/MSBuildTempcloudtest_azpcontainer/" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory. /tmp/MSBuildTempcloudtest_azpcontainer/MSBuild_pid-822_c79fa8d9f98e44a58db545f621ef1820.failure.txt: UNHANDLED EXCEPTIONS FROM PROCESS 822: ===================== 08/12/2024 13:45:08 Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: must be valid at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args) at Microsoft.Build.BackEnd.Logging.LoggingContext.LogBuildEvent(BuildEventArgs buildEvent) at Microsoft.Build.BackEnd.Components.RequestBuilder.AssemblyLoadsTracker.CurrentDomainOnAssemblyLoad(Object sender, AssemblyLoadEventArgs args) ===================

runtime / Build / coreclr Common Pri0 Test Build AnyOS AnyCPU checked / Build managed test components

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌MSBUILD(0,0): error MSB4166: Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in "/__w/1/s/artifacts/log/MsbuildDebugLogs" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory.
    ❌MSBUILD(0,0): error MSB4166: /__w/1/s/artifacts/log/MsbuildDebugLogs/MSBuild_pid-16228_d2efefcd792445559b4ba1a4b8d9fa1f.failure.txt:
    ❌MSBUILD(0,0): error MSB4166: UNHANDLED EXCEPTIONS FROM PROCESS 16228:

Non-Deterministic Test Failures Detected

System.IO.Tests.WorkItemExecution [Console] [Details] [Artifacts] [3.20% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Was this helpful? Yes No