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

[cdac] Start Loader contract and implement ISOSDacInterface::GetModuleData in cDAC #104257

Merged
merged 16 commits into from
Jul 9, 2024

Update src/native/managed/cdacreader/src/Contracts/Loader_1.cs

817da02
Select commit
Loading
Failed to load commit list.
Merged

[cdac] Start Loader contract and implement ISOSDacInterface::GetModuleData in cDAC #104257

Update src/native/managed/cdacreader/src/Contracts/Loader_1.cs
817da02
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 9, 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 / browser-wasm linux Release LibraryTests_Smoke_AOT / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnV8-ST-System.Runtime.Tests in job 7b49593a-bb4e-4d28-8b6e-af176f0a9f51 has failed. [Failure log]

runtime / Build / wasi-wasm linux Release LibraryTests_Smoke_AOT / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Collections.Specialized.Tests in job de3ba9e5-3c0f-42a6-94a2-93cc47477e5c has failed. [Failure log]

runtime / Build / osx-x64 Debug Mono_MiniJIT_LibrariesTests / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.SpanTests.ReadOnlySpanTests.EmptySpansNotUnified has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

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

Failing Configuration

System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInSpanOut<Single> [Console] [Details] [Artifacts] [0.21% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Data Driven SubResults
    System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInSpanOut<Single>(tensorPrimitivesOperation: TensorPrimitivesSpanInSpanOut`1 { Method = Void SoftMax(System.ReadOnlySpan`1[System.Single], System.Span`1[System.Single]), Target = null }, tensorOperation: TensorSpanInSpanOut`1 { Method = System.Numerics.Tensors.TensorSpan`1[System.Single]& SoftMax[Single](System.Numerics.Tensors.ReadOnlyTensorSpan`1[System.Single] ByRef, System.Numerics.Tensors.TensorSpan`1[System.Single] ByRef), Target = null })
    Exception Message
    Assert.All() Failure: 1 out of 12 items in the collection did not pass.
    [11]: Item:  [1, 2, 3, 4, 5, ···]
          Error: Assert.Equal() Failure: Values differ
                 Expected: 2.20063642E-36
                 Actual:   2.2006366E-36
    Stack Trace
       at System.Numerics.Tensors.Tests.TensorSpanTests.TensorExtensionsSpanInSpanOut[T](TensorPrimitivesSpanInSpanOut`1 tensorPrimitivesOperation, TensorSpanInSpanOut`1 tensorOperation) in /_/src/libraries/System.Numerics.Tensors/tests/TensorSpanTests.cs:line 98
       at InvokeStub_TensorSpanTests.TensorExtensionsSpanInSpanOut(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.SpanTests.ReadOnlySpanTests.EmptySpansNotUnified [Console] [Details] [Artifacts] [0.00% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Assert.False() Failure
Expected: False
Actual:   True
CallStack
   at System.SpanTests.ReadOnlySpanTests.EmptySpansNotUnified() in /_/src/libraries/System.Memory/tests/ReadOnlySpan/Equality.cs:line 88
   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

Was this helpful? Yes No