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

Copy published crossgen2 in artifacts/tests #80154

Merged
merged 52 commits into from
Aug 24, 2024

Merge branch 'main' into feature/tests/published-crossgen2

6481ee4
Select commit
Loading
Failed to load commit list.
Merged

Copy published crossgen2 in artifacts/tests #80154

Merge branch 'main' into feature/tests/published-crossgen2
6481ee4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Aug 23, 2024 in 2h 15m 44s

Build #20240823.7 had test failures

Details

Tests

  • Failed: 6 (0.00%)
  • Passed: 3,914,224 (98.06%)
  • Other: 77,366 (1.94%)
  • Total: 3,991,596

Annotations

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

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

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test XmlSerializerTests.Xml_DerivedIXmlSerializable has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c9722c7e-a587-4d72-8fc1-a77a8d52dd55/workitems/System.Private.Xml.Tests/console

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

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

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test XmlSerializerTests.Xml_DerivedIXmlSerializable has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/b0009250-e1a7-4db2-bf94-02f7c649318e/workitems/System.Private.Xml.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.IO.Tests in job 6ccb31d3-1ace-4e61-ab1f-c1d3d0da9819 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/6ccb31d3-1ace-4e61-ab1f-c1d3d0da9819/workitems/System.IO.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24421.7/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.IO.Tests in job ad50fe05-beb0-4fc0-9df4-52a6e67dd890 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/ad50fe05-beb0-4fc0-9df4-52a6e67dd890/workitems/System.IO.Tests/console

Check failure on line 1 in XmlSerializerTests.Xml_DerivedIXmlSerializable

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

XmlSerializerTests.Xml_DerivedIXmlSerializable

XML comparison is also failing
Test failed for input: XmlSerializableDerivedClass
Expected: <?xml version="1.0" encoding="utf-8"?>
<BaseIXmlSerializable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DerivedIXmlSerializable" AttributeString="derivedIXmlSerTest" DateTimeValue="12/31/1999 12:00:00 AM" BoolValue="True" xmlns="http://example.com/serializer-test-namespace" />
Actual: <?xml version="1.0" encoding="utf-8"?>
<BaseIXmlSerializable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DerivedIXmlSerializable" AttributeString="derivedIXmlSerTest" DateTimeValue="12/31/1999 12:00:00 AM" BoolValue="True" xmlns="http://example.com/serializer-test-namespace" />
Raw output
   at XmlSerializerTests.SerializeAndDeserialize[T](T value, String baseline, Func`1 serializerFactory, Boolean skipStringCompare, XmlSerializerNamespaces xns) in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.cs:line 2316
   at XmlSerializerTests.Xml_DerivedIXmlSerializable() in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.Internal.cs:line 42
   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

Check failure on line 1 in XmlSerializerTests.Xml_DerivedIXmlSerializable

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

XmlSerializerTests.Xml_DerivedIXmlSerializable

XML comparison is also failing
Test failed for input: XmlSerializableDerivedClass
Expected: <?xml version="1.0" encoding="utf-8"?>
<BaseIXmlSerializable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DerivedIXmlSerializable" AttributeString="derivedIXmlSerTest" DateTimeValue="12/31/1999 12:00:00 AM" BoolValue="True" xmlns="http://example.com/serializer-test-namespace" />
Actual: <?xml version="1.0" encoding="utf-8"?>
<BaseIXmlSerializable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="DerivedIXmlSerializable" AttributeString="derivedIXmlSerTest" DateTimeValue="12/31/1999 12:00:00 AM" BoolValue="True" xmlns="http://example.com/serializer-test-namespace" />
Raw output
   at XmlSerializerTests.SerializeAndDeserialize[T](T value, String baseline, Func`1 serializerFactory, Boolean skipStringCompare, XmlSerializerNamespaces xns) in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.cs:line 2336
   at XmlSerializerTests.Xml_DerivedIXmlSerializable() in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.Internal.cs:line 42
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Check failure on line 1 in System.IO.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.IO.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.IO.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.IO.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.