Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Increase timeout on Linux, change macOS pool and move arm64 legs around - #38343

Merged
ViktorHofer merged 4 commits into
masterfrom
ViktorHofer-patch-1
Jun 13, 2019
Merged

Increase timeout on Linux, change macOS pool and move arm64 legs around#38343
ViktorHofer merged 4 commits into
masterfrom
ViktorHofer-patch-1

Conversation

@ViktorHofer

@ViktorHofer ViktorHofer commented Jun 7, 2019

Copy link
Copy Markdown
Member

This increases the timeout for all Linux jobs as the condition in corefx-base.yml is currently based on the job. As this change is temporary until we figured out what is causing the long test executions I'm ok with enabling it for all Linux legs.

Other changes:

  • Moving to the Hosted macOS which runs with macOS 10.14 latest.
  • Correctly condition no-test legs that shouldn't run on Outerloop
  • Move arm64 legs out of PR to save cycles
  • Moving legs around that were conditioned on Outerloop

cc @stephentoub

@stephentoub stephentoub left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ericstj

ericstj commented Jun 7, 2019

Copy link
Copy Markdown
Member

Was just chatting with @safern about this yesterday. I had a PR that hit the timeout but then succeeded even though the leg failed in AzDO. I acutally spot checked a few tests to see if it was generally slower, but at least the ones I looked at seemed comparable to x64. Makes me think we might actually be hitting some sort of transient hang, or perhaps a couple slow machines in the pool. I wish we had a way of looking at the test execution data in some sort of reports to see if we can spot patterns.

Anyhow, I think this will help as a bandaid, but I think there's something more fishy going on here.

@stephentoub

stephentoub commented Jun 7, 2019

Copy link
Copy Markdown
Member

Yeah, there's something very wrong with how things are running. This PR's Linux arm64 leg has now been in the Send to Helix step for 1h49m, and 0 test suites have completed.

image

image

cc: @MattGal

@ViktorHofer

Copy link
Copy Markdown
Member Author

cc @MattGal

@ViktorHofer ViktorHofer added the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label Jun 7, 2019
@ericstj

ericstj commented Jun 7, 2019

Copy link
Copy Markdown
Member

Was just chatting with @safern about this yesterday. I had a PR that hit the timeout but then succeeded even though the leg failed in AzDO. I actually spot checked a few tests to see if it was generally slower, but at least the ones I looked at seemed comparable to x64. Makes me think we might actually be hitting some sort of reporting lag. Is there any way we can look at Helix's responsiveness here?

@ericstj

ericstj commented Jun 7, 2019

Copy link
Copy Markdown
Member

FYI: here's the one I was looking at https://dev.azure.com/dnceng/public/_build/results?buildId=213414.

@ericstj

ericstj commented Jun 7, 2019

Copy link
Copy Markdown
Member

Perhaps it's just slow to start the work? Backed up queue?

@ViktorHofer

Copy link
Copy Markdown
Member Author

If this build would have taken 4 minutes longer it would have failed 🗡

@ViktorHofer

Copy link
Copy Markdown
Member Author

I'll wait for Matt's response, he should know more.

@MattGal

MattGal commented Jun 10, 2019

Copy link
Copy Markdown
Member

Seems reasonable as a workaround; in the end though from what I've seen recently we really need to figure out how to send less work to this queue til we have > 29 machines (currently hardware is ordered but not provisioned)

@ViktorHofer
ViktorHofer force-pushed the ViktorHofer-patch-1 branch from 38aee58 to b6add86 Compare June 11, 2019 19:57
@ViktorHofer ViktorHofer removed the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label Jun 11, 2019
@ViktorHofer
ViktorHofer force-pushed the ViktorHofer-patch-1 branch 2 times, most recently from 71f6958 to a12f944 Compare June 11, 2019 21:26
@ViktorHofer ViktorHofer changed the title Increase timeout on Linux Increase timeout on Linux and change macOS pool Jun 13, 2019
@ViktorHofer ViktorHofer changed the title Increase timeout on Linux and change macOS pool Increase timeout on Linux, change macOS pool and move arm64 legs around Jun 13, 2019
@ViktorHofer
ViktorHofer force-pushed the ViktorHofer-patch-1 branch from a12f944 to 2fc357a Compare June 13, 2019 15:55
@ViktorHofer

Copy link
Copy Markdown
Member Author

If CI turns green I'll merge this today to unblock the hanging PRs. This contains multiple fixes, I updated the title and description.

@ViktorHofer

Copy link
Copy Markdown
Member Author

@ericstj Internal CLR error again.

D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error : Internal CLR error. (0x80131506) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEPropertySymbol.Create(Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEModuleSymbol, Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol, System.Reflection.Metadata.PropertyDefinitionHandle, Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEMethodSymbol, Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEMethodSymbol) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol.CreateProperties(System.Collections.Generic.Dictionary`2<System.Reflection.Metadata.MethodDefinitionHandle,Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEMethodSymbol>, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<Microsoft.CodeAnalysis.CSharp.Symbol>) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol.LoadMembers() [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol.EnsureAllMembersAreLoaded() [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol.GetMembers(System.String) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.GetConstructors[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](Boolean, Boolean) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_InstanceConstructors() [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Binder.GetAccessibleConstructorsForOverloadResolution(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol, Boolean, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol> ByRef, System.Collections.Generic.HashSet`1<Microsoft.CodeAnalysis.DiagnosticInfo> ByRef) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Binder.TryPerformConstructorOverloadResolution(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol, Microsoft.CodeAnalysis.CSharp.AnalyzedArguments, System.String, Microsoft.CodeAnalysis.Location, Boolean, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.CSharp.MemberResolutionResult`1<Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol> ByRef, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol> ByRef, Boolean) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Binder.BindAttributeConstructor(Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax, Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol, Microsoft.CodeAnalysis.CSharp.AnalyzedArguments, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.CSharp.LookupResultKind ByRef, Boolean, System.Collections.Immutable.ImmutableArray`1<Int32> ByRef, Boolean ByRef, System.Collections.Generic.HashSet`1<Microsoft.CodeAnalysis.DiagnosticInfo> ByRef) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Binder.BindAttributeCore(Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax, Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol, Microsoft.CodeAnalysis.DiagnosticBag) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Binder.GetAttributes(System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Binder>, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax>, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol>, Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData[], Microsoft.CodeAnalysis.DiagnosticBag) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbol.LoadAndValidateAttributes(Roslyn.Utilities.OneOrMany`1<Microsoft.CodeAnalysis.SyntaxList`1<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax>>, Microsoft.CodeAnalysis.CustomAttributesBag`1<Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData> ByRef, Microsoft.CodeAnalysis.CSharp.Symbols.AttributeLocation, Boolean, Microsoft.CodeAnalysis.CSharp.Binder, System.Func`2<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax,Boolean>) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.SourceAssemblySymbol.EnsureAttributesAreBound() [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.SourceAssemblySymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Threading.CancellationToken) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetSourceDeclarationDiagnostics(Microsoft.CodeAnalysis.SyntaxTree, System.Nullable`1<Microsoft.CodeAnalysis.Text.TextSpan>, System.Func`4<System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.Diagnostic>,Microsoft.CodeAnalysis.SyntaxTree,System.Nullable`1<Microsoft.CodeAnalysis.Text.TextSpan>,System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.Diagnostic>>, System.Threading.CancellationToken) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnostics(Microsoft.CodeAnalysis.CompilationStage, Boolean, Microsoft.CodeAnalysis.DiagnosticBag, System.Threading.CancellationToken) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommonCompiler.CompileAndEmit(Microsoft.CodeAnalysis.TouchedFileLogger, Microsoft.CodeAnalysis.Compilation ByRef, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer>, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.AdditionalText>, Microsoft.CodeAnalysis.AnalyzerConfigSet, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.AnalyzerConfigOptionsResult>, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.EmbeddedText>, Microsoft.CodeAnalysis.DiagnosticBag, System.Threading.CancellationToken, System.Threading.CancellationTokenSource ByRef, Boolean ByRef, Microsoft.CodeAnalysis.Diagnostics.AnalyzerDriver ByRef) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommonCompiler.RunCore(System.IO.TextWriter, Microsoft.CodeAnalysis.ErrorLogger, System.Threading.CancellationToken) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommonCompiler.Run(System.IO.TextWriter, System.Threading.CancellationToken) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CommandLine.Csc+<>c__DisplayClass1_0.<Run>b__0(System.IO.TextWriter) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommandLine.ConsoleUtil.RunWithUtf8Output[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Func`2<System.IO.TextWriter,Int32>) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommandLine.ConsoleUtil.RunWithUtf8Output[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](Boolean, System.IO.TextWriter, System.Func`2<System.IO.TextWriter,Int32>) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CommandLine.Csc.Run(System.String[], Microsoft.CodeAnalysis.BuildPaths, System.IO.TextWriter, Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommandLine.DesktopBuildClient.RunLocalCompilation(System.String[], Microsoft.CodeAnalysis.BuildPaths, System.IO.TextWriter) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommandLine.BuildClient.RunCompilation(System.Collections.Generic.IEnumerable`1<System.String>, Microsoft.CodeAnalysis.BuildPaths, System.IO.TextWriter) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CommandLine.DesktopBuildClient.Run(System.Collections.Generic.IEnumerable`1<System.String>, Microsoft.CodeAnalysis.CommandLine.RequestLanguage, Microsoft.CodeAnalysis.CommandLine.CompileFunc, Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.MainCore(System.String[]) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]
D:\a\1\s\.packages\microsoft.net.compilers.toolset\3.2.0-beta3-19310-04\tasks\netcoreapp2.1\Microsoft.CSharp.Core.targets(59,5): error :    at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.Main(System.String[]) [D:\a\1\s\src\System.IO.Ports\src\System.IO.Ports.csproj]

@ViktorHofer
ViktorHofer merged commit 6ea902f into master Jun 13, 2019
@ViktorHofer
ViktorHofer deleted the ViktorHofer-patch-1 branch June 13, 2019 18:11

@safern safern left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread eng/pipelines/linux.yml
_BuildConfig: Debug
${{ if eq(parameters.fullMatrix, 'false') }}:
x64_Release:
_BuildConfig: Release

@dagood dagood Jun 16, 2019

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this plus:

          ${{ if eq(parameters.fullMatrix, 'true') }}:
            x64_Debug:
              _BuildConfig: Debug

is causing the official Linux x64 artifacts to be built Debug mode rather than Release mode:

https://dev.azure.com/dnceng/internal/_build/results?buildId=223624 (before)
https://dev.azure.com/dnceng/internal/_build/results?buildId=223845 (after)

I was taking a look at this because the uptake of CoreFX into Core-Setup started failing from the first to the second. Debug mode definitely seems wrong to me, although I don't understand how it would be related to the break. (dotnet/core-setup#6817)

/cc @wtgodbe

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug mode definitely seems wrong to me, although I don't understand how it would be related to the break

We don't embed the IBC optimization data in Debug builds so this very likely is the reason for the break. Thanks for root causing this! It wouldn't have occurred to me that this could be an official build configuration issue. (I started looking at product build on my local machine...)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants