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

System.Text.Json.SourceGeneration tests failing on netfx x86 #64071

Closed
jkotas opened this issue Jan 20, 2022 · 10 comments · Fixed by #64108
Closed

System.Text.Json.SourceGeneration tests failing on netfx x86 #64071

jkotas opened this issue Jan 20, 2022 · 10 comments · Fixed by #64108
Labels
area-System.Text.Json blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@jkotas
Copy link
Member

jkotas commented Jan 20, 2022

C:\h\w\B4A40A07\w\ADB2091D\e>xunit.console.exe System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (app domain = on [no shadow copy], method display = ClassAndMethod, method display options = None)
  Discovered:  System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (found 19 of 21 test cases)
  Starting:    System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (parallel test collections = on, max threads = 2)
    System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.TypeDiscoveryPrimitivePOCO [FAIL]
      System.IndexOutOfRangeException : Index was outside the bounds of the array.
      Stack Trace:
           at System.Span`1..ctor(T[] array, Int32 start, Int32 length)
           at Roslyn.Utilities.StringTable.Add(Char[] chars, Int32 start, Int32 len)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SlidingTextWindow.GetText(Int32 position, Int32 length, Boolean intern)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.CreateWhitespaceTrivia()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LexerCache.LookupTrivia(Char[] textBuffer, Int32 keyStart, Int32 keyLength, Int32 hashCode, Func`1 createTriviaFunction)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.ScanWhitespace()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.LexSyntaxTrivia(Boolean afterFirstToken, Boolean isTrailing, SyntaxListBuilder& triviaList)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.LexSyntaxToken()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.Lex(LexerMode mode)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser.PreLex()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser..ctor(Lexer lexer, LexerMode mode, CSharpSyntaxNode oldTree, IEnumerable`1 changes, Boolean allowModeReset, Boolean preLexIfNotIncremental, CancellationToken cancellationToken)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser..ctor(Lexer lexer, CSharpSyntaxNode oldTree, IEnumerable`1 changes, LexerMode lexerMode, CancellationToken cancellationToken)
           at Microsoft.CodeAnalysis.CSharp.CSharpSyntaxTree.ParseText(SourceText text, CSharpParseOptions options, String path, ImmutableDictionary`2 diagnosticOptions, Nullable`1 isGeneratedCode, CancellationToken cancellationToken)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/CompilationHelper.cs(66,0): at System.Text.Json.SourceGeneration.UnitTests.CompilationHelper.CreateCompilation(String source, MetadataReference[] additionalReferences, String assemblyName, Boolean includeSTJ)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/JsonSourceGeneratorTests.cs(54,0): at System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.TypeDiscoveryPrimitivePOCO()
    System.Text.Json.SourceGeneration.UnitTests.TypeWrapperTests.MetadataLoadFilePathHandle [FAIL]
      System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
      ---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
      Stack Trace:
           at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
           at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
           at System.Reflection.Assembly.Load(String assemblyString)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/CompilationHelper.cs(34,0): at System.Text.Json.SourceGeneration.UnitTests.CompilationHelper.CreateCompilation(String source, MetadataReference[] additionalReferences, String assemblyName, Boolean includeSTJ)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/TypeWrapperTests.cs(32,0): at System.Text.Json.SourceGeneration.UnitTests.TypeWrapperTests.MetadataLoadFilePathHandle()
        ----- Inner Stack Trace -----
           at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
           at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
    System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.NameClashCompilation [FAIL]
....
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jan 20, 2022
@jkotas
Copy link
Member Author

jkotas commented Jan 20, 2022

Hit by #64057

@jkotas
Copy link
Member Author

jkotas commented Jan 20, 2022

Likely introduce by #63803

cc @krwq @layomia

@ghost
Copy link

ghost commented Jan 20, 2022

Tagging subscribers to this area: @dotnet/area-system-text-json
See info in area-owners.md if you want to be subscribed.

Issue Details
C:\h\w\B4A40A07\w\ADB2091D\e>xunit.console.exe System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (app domain = on [no shadow copy], method display = ClassAndMethod, method display options = None)
  Discovered:  System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (found 19 of 21 test cases)
  Starting:    System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests (parallel test collections = on, max threads = 2)
    System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.TypeDiscoveryPrimitivePOCO [FAIL]
      System.IndexOutOfRangeException : Index was outside the bounds of the array.
      Stack Trace:
           at System.Span`1..ctor(T[] array, Int32 start, Int32 length)
           at Roslyn.Utilities.StringTable.Add(Char[] chars, Int32 start, Int32 len)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SlidingTextWindow.GetText(Int32 position, Int32 length, Boolean intern)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.CreateWhitespaceTrivia()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LexerCache.LookupTrivia(Char[] textBuffer, Int32 keyStart, Int32 keyLength, Int32 hashCode, Func`1 createTriviaFunction)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.ScanWhitespace()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.LexSyntaxTrivia(Boolean afterFirstToken, Boolean isTrailing, SyntaxListBuilder& triviaList)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.LexSyntaxToken()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer.Lex(LexerMode mode)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser.PreLex()
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.SyntaxParser..ctor(Lexer lexer, LexerMode mode, CSharpSyntaxNode oldTree, IEnumerable`1 changes, Boolean allowModeReset, Boolean preLexIfNotIncremental, CancellationToken cancellationToken)
           at Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser..ctor(Lexer lexer, CSharpSyntaxNode oldTree, IEnumerable`1 changes, LexerMode lexerMode, CancellationToken cancellationToken)
           at Microsoft.CodeAnalysis.CSharp.CSharpSyntaxTree.ParseText(SourceText text, CSharpParseOptions options, String path, ImmutableDictionary`2 diagnosticOptions, Nullable`1 isGeneratedCode, CancellationToken cancellationToken)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/CompilationHelper.cs(66,0): at System.Text.Json.SourceGeneration.UnitTests.CompilationHelper.CreateCompilation(String source, MetadataReference[] additionalReferences, String assemblyName, Boolean includeSTJ)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/JsonSourceGeneratorTests.cs(54,0): at System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.TypeDiscoveryPrimitivePOCO()
    System.Text.Json.SourceGeneration.UnitTests.TypeWrapperTests.MetadataLoadFilePathHandle [FAIL]
      System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
      ---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
      Stack Trace:
           at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
           at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
           at System.Reflection.Assembly.Load(String assemblyString)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/CompilationHelper.cs(34,0): at System.Text.Json.SourceGeneration.UnitTests.CompilationHelper.CreateCompilation(String source, MetadataReference[] additionalReferences, String assemblyName, Boolean includeSTJ)
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/TypeWrapperTests.cs(32,0): at System.Text.Json.SourceGeneration.UnitTests.TypeWrapperTests.MetadataLoadFilePathHandle()
        ----- Inner Stack Trace -----
           at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
           at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
    System.Text.Json.SourceGeneration.UnitTests.GeneratorTests.NameClashCompilation [FAIL]
....
Author: jkotas
Assignees: -
Labels:

area-System.Text.Json, untriaged

Milestone: -

@danmoseley danmoseley added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jan 21, 2022
@agocke
Copy link
Member

agocke commented Jan 21, 2022

I think we should revert until we can stabilize the tests.

Side note: this looks like a problem in Roslyn, the parser should never throw.

@danmoseley
Copy link
Member

It's just 3 tests right? If so we can just disable those 3 for netfx x86. if (PlatformDetection.IsNetFramework && !Environment.Is64BitProcess) return .

@jkotas
Copy link
Member Author

jkotas commented Jan 21, 2022

It's just 3 tests right? If so we can just disable those 3 for netfx x86.

That works only if the failure is deterministic. It can be .NET Framework GC hole that hits any test in this assembly.

Is the failure deterministic?

@agocke
Copy link
Member

agocke commented Jan 21, 2022

Roslyn's parser is pretty battle tested (as you might guess) -- I think there's a decent chance this could be a runtime bug.

Either way, I think revert is a reasonable option here. We found an unanticipated problem with the suite, let's give devs a chance to look this over at their own pace and come back when ready.

@sbomer
Copy link
Member

sbomer commented Jan 21, 2022

Is the failure deterministic?

I don't think so - we had a green rolling build that included #63803 yesterday, then hit these failures today.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 21, 2022
@danmoseley
Copy link
Member

Indeed it is not deterministic.

TestResults
//| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Finished >= now(-180d)
| where Result == "Fail"
| where WorkItemFriendlyName == "System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests"
| where Message contains "Index"
//| where Type == "System.Composition.Hosting.Core.Tests.ExportDescriptorPromiseTests"
//| where  Method == "GetAllocatedBytesForCurrentThread"
//| where Message contains "OSStatus error -50 - failed to generate asymmetric keypair"
| project 
  //Pipeline = tostring(parse_json(Properties).DefinitionName),
  Pipeline_Configuration = tostring(parse_json(Properties).configuration),
//  OS = QueueName,
  Arch = tostring(parse_json(Properties).architecture),
  Test = Type1,
//  Result,
  Finished,
//  Duration,
  Method,
//  Build = tostring(parse_json(Properties).BuildNumber),
  Message
Pipeline_Configuration Arch Test Finished Method Message
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 CanGetAttributes System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 MetadataLoadFilePathHandle System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 WarnOnClassesWithInitOnlyProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 UnsuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 WarnOnClassesWithInaccessibleJsonIncludeProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 NameClashSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 SuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 ProgramsThatDontUseGeneratorCompile System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 ContextTypeNotInNamespace System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 CollectionDictionarySourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 RecordDerivedFromRecordInExternalAssembly System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 NoWarningsDueToObsoleteMembers System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 TypeDiscoveryWithRenamedAttribute System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 TestMultipleDefinitions System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 TypeDiscoveryPrimitiveExternalPOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 NameClashCompilation System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 17:44:05.9180000 TypeDiscoveryPrimitivePOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 CanGetAttributes System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 MetadataLoadFilePathHandle System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 ContextTypeNotInNamespace System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 CollectionDictionarySourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 RecordDerivedFromRecordInExternalAssembly System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 NoWarningsDueToObsoleteMembers System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 TypeDiscoveryWithRenamedAttribute System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 TestMultipleDefinitions System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 TypeDiscoveryPrimitiveExternalPOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 NameClashCompilation System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 TypeDiscoveryPrimitivePOCO System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 WarnOnClassesWithInitOnlyProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 UnsuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 WarnOnClassesWithInaccessibleJsonIncludeProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 NameClashSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 SuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-19 22:24:03.4400000 ProgramsThatDontUseGeneratorCompile System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 WarnOnClassesWithInitOnlyProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 UnsuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 WarnOnClassesWithInaccessibleJsonIncludeProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 NameClashSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 SuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 ProgramsThatDontUseGeneratorCompile System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 CanGetAttributes System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 MetadataLoadFilePathHandle System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 ContextTypeNotInNamespace System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 CollectionDictionarySourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 RecordDerivedFromRecordInExternalAssembly System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 NoWarningsDueToObsoleteMembers System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 TypeDiscoveryWithRenamedAttribute System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 TestMultipleDefinitions System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 TypeDiscoveryPrimitiveExternalPOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 NameClashCompilation System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-20 18:50:25.6760000 TypeDiscoveryPrimitivePOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 WarnOnClassesWithInitOnlyProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 UnsuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 WarnOnClassesWithInaccessibleJsonIncludeProperties System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 NameClashSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 SuccessfulSourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 ProgramsThatDontUseGeneratorCompile System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 ContextTypeNotInNamespace System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeExpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 CollectionDictionarySourceGeneration System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 RecordDerivedFromRecordInExternalAssembly System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 NoWarningsDueToObsoleteMembers System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 TypeDiscoveryWithRenamedAttribute System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 TestMultipleDefinitions System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 LocalJsonSerializableAttributeUnexpectedShape System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 TypeDiscoveryPrimitiveExternalPOCO System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 NameClashCompilation System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 TypeDiscoveryPrimitivePOCO System.IO.FileLoadException : Could not load file or assembly 'System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Array subscript out of range. (Exception from HRESULT: 0x80131508)
---- System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 CanGetAttributes System.IndexOutOfRangeException : Index was outside the bounds of the array.
Release x86 test/functional/cli/innerloop/ 2022-01-21 08:53:50.6040000 MetadataLoadFilePathHandle System.IndexOutOfRangeException : Index was outside the bounds of the array.

@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 21, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Text.Json blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants