Copy published crossgen2 in artifacts/tests #80154
Build #20240824.1 had test failures
Details
- Failed: 24 (0.00%)
- Passed: 1,069,454 (97.81%)
- Other: 23,934 (2.19%)
- Total: 1,093,412
Annotations
azure-pipelines / runtime-coreclr crossgen2
.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.Resources.Extensions.BinaryFormat.Tests in job 02fc472f-e59c-4f64-ab78-95628962e6a1 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/02fc472f-e59c-4f64-ab78-95628962e6a1/workitems/System.Resources.Extensions.BinaryFormat.Tests/console
azure-pipelines / runtime-coreclr crossgen2
.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.Resources.Extensions.BinaryFormat.Tests in job 021aa79e-3b3e-4ff1-b966-9d4bc4e2a6b3 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/021aa79e-3b3e-4ff1-b966-9d4bc4e2a6b3/workitems/System.Resources.Extensions.BinaryFormat.Tests/console
azure-pipelines / runtime-coreclr crossgen2
.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.Resources.Extensions.BinaryFormat.Tests in job 61f50b3f-c0a4-47b4-ae10-266557c87346 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/61f50b3f-c0a4-47b4-ae10-266557c87346/workitems/System.Resources.Extensions.BinaryFormat.Tests/console
azure-pipelines / runtime-coreclr crossgen2
.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.Resources.Extensions.BinaryFormat.Tests in job 16c5b6c6-6830-4ee5-a307-be0fc4ec7a96 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/16c5b6c6-6830-4ee5-a307-be0fc4ec7a96/workitems/System.Resources.Extensions.BinaryFormat.Tests/console
azure-pipelines / runtime-coreclr crossgen2
System.Formats.Nrbf.Tests.EdgeCaseTests.ArraysOfStringsCanContainMemberReferences
System.InvalidOperationException : Exception during discovery:
System.Reflection.CustomAttributeFormatException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
at System.Reflection.TypeNameResolver.ResolveAssembly(AssemblyName assemblyName)
at System.Reflection.TypeNameResolver.GetType(String escapedTypeName, ReadOnlySpan`1 nestedTypeNames, TypeName parsedName)
at System.Reflection.TypeNameResolver.GetSimpleType(TypeName typeName)
at System.Reflection.TypeNameResolver.GetTypeReferencedByCustomAttribute(String typeName, RuntimeModule scope)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeType(CustomAttributeDataParser& parser, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCtorArgs(CustomAttributeDataParser& parser, CustomAttributeCtorParameter[] customAttributeCtorParameters, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
--- End of inner exception stack trace ---
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
at System.Reflection.RuntimeCustomAttributeData..ctor(RuntimeModule scope, MetadataToken caCtorToken, ConstArray& blob)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributes(RuntimeModule module, Int32 tkTarget)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal(RuntimeMethodInfo target)
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(MethodInfo method, Type attributeType, AttributeUsageAttribute attributeUsage) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 101
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(String assemblyQualifiedAttributeTypeName) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 88
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForMethod(ITestMethod testMethod, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 84
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForType(ITestClass testClass, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 135
azure-pipelines / runtime-coreclr crossgen2
System.Formats.Nrbf.Tests.EdgeCaseTests.FormatterTypeStyleOtherThanTypesAlwaysAreNotSupportedByDesign
System.InvalidOperationException : Exception during discovery:
System.Reflection.CustomAttributeFormatException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
at System.Reflection.TypeNameResolver.ResolveAssembly(AssemblyName assemblyName)
at System.Reflection.TypeNameResolver.GetType(String escapedTypeName, ReadOnlySpan`1 nestedTypeNames, TypeName parsedName)
at System.Reflection.TypeNameResolver.GetSimpleType(TypeName typeName)
at System.Reflection.TypeNameResolver.GetTypeReferencedByCustomAttribute(String typeName, RuntimeModule scope)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeType(CustomAttributeDataParser& parser, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCtorArgs(CustomAttributeDataParser& parser, CustomAttributeCtorParameter[] customAttributeCtorParameters, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
--- End of inner exception stack trace ---
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
at System.Reflection.RuntimeCustomAttributeData..ctor(RuntimeModule scope, MetadataToken caCtorToken, ConstArray& blob)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributes(RuntimeModule module, Int32 tkTarget)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal(RuntimeMethodInfo target)
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(MethodInfo method, Type attributeType, AttributeUsageAttribute attributeUsage) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 101
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(String assemblyQualifiedAttributeTypeName) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 88
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForMethod(ITestMethod testMethod, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 84
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForType(ITestClass testClass, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 135
Check failure on line 1 in System.Resources.Extensions.BinaryFormat.Tests.WorkItemExecution
azure-pipelines / runtime-coreclr crossgen2
System.Resources.Extensions.BinaryFormat.Tests.WorkItemExecution
The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.
azure-pipelines / runtime-coreclr crossgen2
System.Formats.Nrbf.Tests.EdgeCaseTests.ArraysOfStringsCanContainMemberReferences
System.InvalidOperationException : Exception during discovery:
System.Reflection.CustomAttributeFormatException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime.Serialization.Formatters, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
at System.Reflection.TypeNameResolver.ResolveAssembly(AssemblyName assemblyName)
at System.Reflection.TypeNameResolver.GetType(String escapedTypeName, ReadOnlySpan`1 nestedTypeNames, TypeName parsedName)
at System.Reflection.TypeNameResolver.GetSimpleType(TypeName typeName)
at System.Reflection.TypeNameResolver.GetTypeReferencedByCustomAttribute(String typeName, RuntimeModule scope)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeType(CustomAttributeDataParser& parser, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCustomAttributeValue(CustomAttributeDataParser& parser, CustomAttributeType type, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseCtorArgs(CustomAttributeDataParser& parser, CustomAttributeCtorParameter[] customAttributeCtorParameters, RuntimeModule module)
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
--- End of inner exception stack trace ---
at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(ConstArray attributeBlob, CustomAttributeCtorParameter[] customAttributeCtorParameters, CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule)
at System.Reflection.RuntimeCustomAttributeData..ctor(RuntimeModule scope, MetadataToken caCtorToken, ConstArray& blob)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributes(RuntimeModule module, Int32 tkTarget)
at System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal(RuntimeMethodInfo target)
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(MethodInfo method, Type attributeType, AttributeUsageAttribute attributeUsage) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 101
at Xunit.Sdk.ReflectionMethodInfo.GetCustomAttributes(String assemblyQualifiedAttributeTypeName) in /_/src/xunit.execution/Sdk/Reflection/ReflectionMethodInfo.cs:line 88
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForMethod(ITestMethod testMethod, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 84
at Xunit.Sdk.XunitTestFrameworkDiscoverer.FindTestsForType(ITestClass testClass, Boolean includeSourceInformation, IMessageBus messageBus, ITestFrameworkDiscoveryOptions discoveryOptions) in /_/src/xunit.execution/Sdk/Frameworks/XunitTestFrameworkDiscoverer.cs:line 135