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

runtime-coreclr crossgen2 outerloop / Test crossgen2-comparison failures #49077

Closed
echesakov opened this issue Mar 3, 2021 · 3 comments
Closed
Assignees
Milestone

Comments

@echesakov
Copy link
Contributor

Pipeline runtime-coreclr crossgen2 outerloop has been red for a while.
This includes, crossgen2-comparison jobs that are supposed to validate changes in the JIT that break cross-bitness scenarios.

For example, https://dev.azure.com/dnceng/public/_build/results?buildId=1018480

The jobs fail during crossgen2_comparison.py script run, so it is likely some infrastructure issue.

2021-03-02T07:24:41.6311220Z ##[section]Starting: Create cross-platform crossgen baseline
2021-03-02T07:24:41.6320583Z ==============================================================================
2021-03-02T07:24:41.6321251Z Task         : Python script
2021-03-02T07:24:41.6321733Z Description  : Run a Python file or inline script
2021-03-02T07:24:41.6322188Z Version      : 0.182.0
2021-03-02T07:24:41.6322614Z Author       : Microsoft Corporation
2021-03-02T07:24:41.6323193Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/python-script
2021-03-02T07:24:41.6323857Z ==============================================================================
2021-03-02T07:24:43.5980327Z [command]/usr/bin/python3 /__w/1/s/src/tests/Common/scripts/crossgen2_comparison.py crossgen_framework --crossgen /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll --dotnet /__w/1/s/dotnet.sh --core_root /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls --result_dir /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/log --target_os linux --target_arch arm
2021-03-02T07:24:58.6393628Z [66:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Configuration.ConfigurationManager.dll
2021-03-02T07:24:58.6395144Z [158:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.Lightweight.dll
2021-03-02T07:24:58.6396262Z [204:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceProcess.ServiceController.dll
2021-03-02T07:24:58.6397310Z [67:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Configuration.dll
2021-03-02T07:24:58.6398328Z [159:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Extensions.dll
2021-03-02T07:24:58.6399374Z [205:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.CodePages.dll
2021-03-02T07:24:58.6400383Z [68:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Console.dll
2021-03-02T07:24:58.6401371Z [160:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Metadata.dll
2021-03-02T07:24:58.6402403Z [206:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.dll
2021-03-02T07:24:58.6403351Z [69:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Core.dll
2021-03-02T07:24:58.6404363Z [161:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.MetadataLoadContext.dll
2021-03-02T07:24:58.6405439Z [207:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.Extensions.dll
2021-03-02T07:24:58.6406443Z [70:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.Common.dll
2021-03-02T07:24:58.6407429Z [162:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Primitives.dll
2021-03-02T07:24:58.6408400Z [208:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encodings.Web.dll
2021-03-02T07:24:58.6409446Z [71:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.DataSetExtensions.dll
2021-03-02T07:24:58.6410443Z [163:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.TypeExtensions.dll
2021-03-02T07:24:58.6411499Z [209:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Json.dll
2021-03-02T07:24:58.6412518Z [72:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.dll
2021-03-02T07:24:58.6413453Z [164:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Extensions.dll
2021-03-02T07:24:58.6414744Z [210:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.RegularExpressions.dll
2021-03-02T07:24:58.6415734Z [73:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.Odbc.dll
2021-03-02T07:24:58.6416749Z [165:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Reader.dll
2021-03-02T07:24:58.6417706Z [211:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.AccessControl.dll
2021-03-02T07:24:58.6418862Z [74:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.OleDb.dll
2021-03-02T07:24:58.6420135Z [166:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.ResourceManager.dll
2021-03-02T07:24:58.6421226Z [212:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Channels.dll
2021-03-02T07:24:58.6422316Z [75:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Contracts.dll
2021-03-02T07:24:58.6423371Z [167:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Writer.dll
2021-03-02T07:24:58.6424418Z [213:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.dll
2021-03-02T07:24:58.6425469Z [76:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Debug.dll
2021-03-02T07:24:58.6426525Z [168:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Caching.dll
2021-03-02T07:24:58.6427591Z [214:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Overlapped.dll
2021-03-02T07:24:58.6428688Z [77:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.DiagnosticSource.dll
2021-03-02T07:24:58.6429822Z [169:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.CompilerServices.Unsafe.dll
2021-03-02T07:24:58.6430948Z [215:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Dataflow.dll
2021-03-02T07:24:58.6432046Z [78:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.EventLog.dll
2021-03-02T07:24:58.6433137Z [170:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.CompilerServices.VisualC.dll
2021-03-02T07:24:58.6434221Z [216:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.dll
2021-03-02T07:24:58.6435323Z [79:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.FileVersionInfo.dll
2021-03-02T07:24:58.6436399Z [171:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.dll
2021-03-02T07:24:58.6437481Z [217:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Extensions.dll
2021-03-02T07:24:58.6438599Z [80:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.PerformanceCounter.dll
2021-03-02T07:24:58.6439835Z [172:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Extensions.dll
2021-03-02T07:24:58.6441034Z [218:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Parallel.dll
2021-03-02T07:24:58.6442214Z [81:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Process.dll
2021-03-02T07:24:58.6443403Z [173:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Handles.dll
2021-03-02T07:24:58.6444528Z [219:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Thread.dll
2021-03-02T07:24:58.6445830Z [82:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.StackTrace.dll
2021-03-02T07:24:58.6447012Z [174:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.InteropServices.dll
2021-03-02T07:24:58.6448221Z [220:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.ThreadPool.dll
2021-03-02T07:24:58.6449439Z [83:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.TextWriterTraceListener.dll
2021-03-02T07:24:58.6450706Z [175:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.InteropServices.RuntimeInformation.dll
2021-03-02T07:24:58.6452137Z [221:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Timer.dll
2021-03-02T07:24:58.6453317Z [84:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Tools.dll
2021-03-02T07:24:58.6454489Z [176:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Intrinsics.dll
2021-03-02T07:24:58.6455655Z [222:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Transactions.dll
2021-03-02T07:24:58.6456808Z [85:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.TraceSource.dll
2021-03-02T07:24:58.6458081Z [177:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Loader.dll
2021-03-02T07:24:58.6459427Z [223:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Transactions.Local.dll
2021-03-02T07:24:58.6460631Z [86:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Tracing.dll
2021-03-02T07:24:58.6461799Z [178:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Numerics.dll
2021-03-02T07:24:58.6462988Z [224:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Utf8String.Experimental.dll
2021-03-02T07:24:58.6464175Z [87:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.AccountManagement.dll
2021-03-02T07:25:14.6633048Z [224:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Utf8String.Experimental.dll return code=1 args'/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll -r "/__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls/*.dll" -O --out /tmp/tmpv6w2x1_o/System.Utf8String.Experimental.ni.dll --targetos  linux --targetarch  arm /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls/System.Utf8String.Experimental.dll'
2021-03-02T07:25:14.6637543Z [179:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.dll
2021-03-02T07:25:14.6638600Z [225:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ValueTuple.dll
2021-03-02T07:25:14.6639612Z [88:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.dll
2021-03-02T07:25:14.6640632Z [180:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Formatters.dll
2021-03-02T07:25:14.6641611Z [226:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Web.dll
2021-03-02T07:25:14.6642661Z [89:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.Protocols.dll
2021-03-02T07:25:14.6643736Z [181:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Json.dll
2021-03-02T07:25:14.6644858Z [227:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Web.HttpUtility.dll
2021-03-02T07:25:14.6646242Z [90:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.dll
2021-03-02T07:25:14.6647256Z [182:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Primitives.dll
2021-03-02T07:25:14.6648317Z [228:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Windows.dll
2021-03-02T07:25:14.6649309Z [91:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.Common.dll
2021-03-02T07:25:14.6650454Z [183:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Xml.dll
2021-03-02T07:25:14.6651440Z [229:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Windows.Extensions.dll
2021-03-02T07:25:14.6652306Z [92:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.dll
2021-03-02T07:25:14.6653184Z [184:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.AccessControl.dll
2021-03-02T07:25:14.6654031Z [230:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.dll
2021-03-02T07:25:14.6654868Z [1:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Bcl.AsyncInterfaces.dll
2021-03-02T07:25:14.6655793Z [93:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.Primitives.dll
2021-03-02T07:25:14.6656736Z [185:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Claims.dll
2021-03-02T07:25:14.6657647Z [231:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.Linq.dll
2021-03-02T07:25:14.6658558Z [2:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.CSharp.dll
2021-03-02T07:25:14.6659709Z [94:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Dynamic.Runtime.dll
2021-03-02T07:25:14.6660687Z [186:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Algorithms.dll
2021-03-02T07:25:14.6661722Z [232:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.ReaderWriter.dll
2021-03-02T07:25:14.6662967Z [3:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Caching.Abstractions.dll
2021-03-02T07:25:14.6664133Z [95:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Formats.Asn1.dll
2021-03-02T07:25:14.6665263Z [187:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Cng.dll
2021-03-02T07:25:14.6666320Z [233:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.Serialization.dll
2021-03-02T07:25:14.6667421Z [4:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Caching.Memory.dll
2021-03-02T07:25:14.6668454Z [96:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Formats.Cbor.dll
2021-03-02T07:25:14.6669447Z [188:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Csp.dll
2021-03-02T07:25:14.6670464Z [234:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XDocument.dll
2021-03-02T07:25:14.6671479Z [5:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Abstractions.dll
2021-03-02T07:25:14.6672502Z [97:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.Calendars.dll
2021-03-02T07:25:14.6673601Z [189:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Encoding.dll
2021-03-02T07:25:14.6676336Z [235:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XmlDocument.dll
2021-03-02T07:25:14.6677345Z [6:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Binder.dll
2021-03-02T07:25:14.6678330Z [98:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.dll
2021-03-02T07:25:14.6679412Z [190:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.OpenSsl.dll
2021-03-02T07:25:14.6680602Z [236:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XmlSerializer.dll
2021-03-02T07:25:14.6681670Z [7:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.CommandLine.dll
2021-03-02T07:25:14.6682810Z [99:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.Extensions.dll
2021-03-02T07:25:14.6684111Z [191:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Pkcs.dll
2021-03-02T07:25:14.6685309Z [237:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XPath.dll
2021-03-02T07:25:14.6686360Z [8:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.dll
2021-03-02T07:25:14.6687446Z [100:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.Brotli.dll
2021-03-02T07:25:14.6688548Z [192:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Primitives.dll
2021-03-02T07:25:14.6689600Z [238:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XPath.XDocument.dll
2021-03-02T07:25:14.6690722Z [9:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.EnvironmentVariables.dll
2021-03-02T07:25:14.6691789Z [101:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.dll
2021-03-02T07:25:14.6692818Z [193:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.ProtectedData.dll
2021-03-02T07:25:14.6693829Z [239:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll WindowsBase.dll
2021-03-02T07:25:14.6694861Z [10:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.FileExtensions.dll
2021-03-02T07:25:14.6695895Z [102:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.FileSystem.dll
2021-03-02T07:25:14.6696926Z [194:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.X509Certificates.dll
2021-03-02T07:25:14.6697993Z [11:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Ini.dll
2021-03-02T07:25:14.6699418Z [103:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.ZipFile.dll
2021-03-02T07:25:14.6700524Z [195:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Xml.dll
2021-03-02T07:25:14.6701599Z [12:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Json.dll
2021-03-02T07:25:14.6702628Z [104:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.dll
2021-03-02T07:25:14.6703625Z [196:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.dll
2021-03-02T07:25:14.6704901Z [13:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.UserSecrets.dll
2021-03-02T07:25:14.6706010Z [105:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.AccessControl.dll
2021-03-02T07:25:14.6707080Z [197:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Permissions.dll
2021-03-02T07:25:14.6708250Z [14:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Xml.dll
2021-03-02T07:25:14.6709379Z [106:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.dll
2021-03-02T07:25:35.5401668Z [198:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Principal.dll
2021-03-02T07:25:35.5403383Z [15:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyInjection.Abstractions.dll
2021-03-02T07:25:35.5404578Z [107:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.DriveInfo.dll
2021-03-02T07:25:35.5405623Z [199:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Principal.Windows.dll
2021-03-02T07:25:35.5406741Z [16:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyInjection.dll
2021-03-02T07:25:35.5407838Z [108:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.Primitives.dll
2021-03-02T07:25:35.5408936Z [200:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.SecureString.dll
2021-03-02T07:25:35.5409981Z [17:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyModel.dll
2021-03-02T07:25:35.5411144Z [109:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.Watcher.dll
2021-03-02T07:25:35.5412183Z [201:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceModel.Syndication.dll
2021-03-02T07:25:35.5413271Z [18:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Abstractions.dll
2021-03-02T07:25:35.5414368Z [110:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.IsolatedStorage.dll
2021-03-02T07:25:35.5415387Z [202:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceModel.Web.dll
2021-03-02T07:25:35.5416469Z [19:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Composite.dll
2021-03-02T07:25:35.5417533Z [111:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.MemoryMappedFiles.dll
2021-03-02T07:25:35.5418578Z [203:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceProcess.dll
2021-03-02T07:25:35.5419842Z [20:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Physical.dll
2021-03-02T07:25:35.5420882Z [112:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Packaging.dll
2021-03-02T07:25:35.5421920Z [21:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileSystemGlobbing.dll
2021-03-02T07:25:35.5422959Z [113:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipelines.dll
2021-03-02T07:25:35.5424010Z [22:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Hosting.Abstractions.dll
2021-03-02T07:25:35.5425020Z [114:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipes.AccessControl.dll
2021-03-02T07:25:35.5426400Z [23:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Hosting.dll
2021-03-02T07:25:35.5427510Z [115:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipes.dll
2021-03-02T07:25:35.5428808Z [24:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Http.dll
2021-03-02T07:25:35.5429879Z [116:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Ports.dll
2021-03-02T07:25:35.5430998Z [25:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Abstractions.dll
2021-03-02T07:25:35.5432293Z [117:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.UnmanagedMemoryStream.dll
2021-03-02T07:25:35.5433415Z [26:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Configuration.dll
2021-03-02T07:25:35.5434434Z [118:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.dll
2021-03-02T07:25:35.5435430Z [27:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Console.dll
2021-03-02T07:25:35.5436436Z [119:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Expressions.dll
2021-03-02T07:25:35.5437442Z [28:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Debug.dll
2021-03-02T07:25:35.5438565Z [120:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Parallel.dll
2021-03-02T07:25:35.5439705Z [29:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.dll
2021-03-02T07:25:35.5440855Z [121:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Queryable.dll
2021-03-02T07:25:35.5441973Z [30:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.EventLog.dll
2021-03-02T07:25:35.5443118Z [122:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Management.dll
2021-03-02T07:25:35.5444201Z [31:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.EventSource.dll
2021-03-02T07:25:35.5445210Z [123:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Memory.dll
2021-03-02T07:25:35.5446274Z [32:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.TraceSource.dll
2021-03-02T07:25:35.5447379Z [124:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Connections.dll
2021-03-02T07:25:35.5448523Z [33:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.ConfigurationExtensions.dll
2021-03-02T07:25:35.5449614Z [125:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.dll
2021-03-02T07:25:35.5450696Z [34:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.DataAnnotations.dll
2021-03-02T07:25:35.5451756Z [126:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.dll
2021-03-02T07:25:35.5452782Z [35:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.dll
2021-03-02T07:25:35.5453820Z [127:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.Json.dll
2021-03-02T07:25:35.5454854Z [36:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Primitives.dll
2021-03-02T07:25:35.5456031Z [128:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.WinHttpHandler.dll
2021-03-02T07:25:35.5457104Z [37:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.VisualBasic.Core.dll
2021-03-02T07:25:35.5458103Z [129:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.HttpListener.dll
2021-03-02T07:25:35.5459248Z [38:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.VisualBasic.dll
2021-03-02T07:25:35.5460112Z [130:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Mail.dll
2021-03-02T07:25:35.5461102Z [39:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Primitives.dll
2021-03-02T07:25:35.5462126Z [131:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.NameResolution.dll
2021-03-02T07:25:35.5463265Z [40:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Registry.AccessControl.dll
2021-03-02T07:25:35.5464317Z [132:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.NetworkInformation.dll
2021-03-02T07:25:35.5465417Z [41:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Registry.dll
2021-03-02T07:25:35.5466441Z [133:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Ping.dll
2021-03-02T07:25:35.5467493Z [42:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.SystemEvents.dll
2021-03-02T07:25:35.5468535Z [134:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Primitives.dll
2021-03-02T07:25:35.5469527Z [43:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll mscorlib.dll
2021-03-02T07:25:35.5470518Z [135:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Requests.dll
2021-03-02T07:25:35.5471538Z [44:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll netstandard.dll
2021-03-02T07:25:35.5472514Z [136:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Security.dll
2021-03-02T07:25:35.5473529Z [45:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.AppContext.dll
2021-03-02T07:25:35.5474505Z [137:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.ServicePoint.dll
2021-03-02T07:25:35.5475501Z [46:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Buffers.dll
2021-03-02T07:25:54.7122936Z [138:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Sockets.dll
2021-03-02T07:25:54.7124060Z [47:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.CodeDom.dll
2021-03-02T07:25:54.7125123Z [139:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebClient.dll
2021-03-02T07:25:54.7125966Z [48:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Concurrent.dll
2021-03-02T07:25:54.7126801Z [140:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebHeaderCollection.dll
2021-03-02T07:25:54.7127625Z [49:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.dll
2021-03-02T07:25:54.7128408Z [141:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebProxy.dll
2021-03-02T07:25:54.7129241Z [50:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Immutable.dll
2021-03-02T07:25:54.7130050Z [142:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebSockets.Client.dll
2021-03-02T07:25:54.7131145Z [157:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.ILGeneration.dll
2021-03-02T07:25:54.7132024Z [51:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.NonGeneric.dll
2021-03-02T07:25:54.7132815Z [143:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebSockets.dll
2021-03-02T07:25:54.7133615Z [52:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Specialized.dll
2021-03-02T07:25:54.7134440Z [144:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.dll
2021-03-02T07:25:54.7135444Z [53:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Annotations.dll
2021-03-02T07:25:54.7140036Z [145:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.Tensors.dll
2021-03-02T07:25:54.7141128Z [54:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Composition.dll
2021-03-02T07:25:54.7141978Z [146:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.Vectors.dll
2021-03-02T07:25:54.7142899Z [55:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Composition.Registration.dll
2021-03-02T07:25:54.7143754Z [147:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ObjectModel.dll
2021-03-02T07:25:54.7144564Z [56:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.DataAnnotations.dll
2021-03-02T07:25:54.7145370Z [148:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.CoreLib.dll
2021-03-02T07:25:54.7146146Z [57:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.dll
2021-03-02T07:25:54.7146956Z [149:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.DataContractSerialization.dll
2021-03-02T07:25:54.7147794Z [58:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.EventBasedAsync.dll
2021-03-02T07:25:54.7148588Z [150:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Uri.dll
2021-03-02T07:25:54.7149370Z [59:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Primitives.dll
2021-03-02T07:25:54.7150162Z [151:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Xml.dll
2021-03-02T07:25:54.7150948Z [60:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.TypeConverter.dll
2021-03-02T07:25:54.7151750Z [152:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Xml.Linq.dll
2021-03-02T07:25:54.7152544Z [61:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.AttributedModel.dll
2021-03-02T07:25:54.7153340Z [153:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Context.dll
2021-03-02T07:25:54.7154116Z [62:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Convention.dll
2021-03-02T07:25:54.7154911Z [154:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.DispatchProxy.dll
2021-03-02T07:25:54.7155706Z [63:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Hosting.dll
2021-03-02T07:25:54.7156474Z [155:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.dll
2021-03-02T07:25:54.7157407Z [64:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Runtime.dll
2021-03-02T07:25:54.7158184Z [156:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.dll
2021-03-02T07:25:54.7158974Z [65:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.TypedParts.dll
2021-03-02T07:25:54.7342291Z ##[error]The process '/usr/bin/python3' failed with exit code 1
2021-03-02T07:25:54.7692547Z ##[section]Finishing: Create cross-platform crossgen baseline
@echesakov echesakov added this to the 6.0.0 milestone Mar 3, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 3, 2021
@ghost
Copy link

ghost commented Mar 3, 2021

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

Pipeline runtime-coreclr crossgen2 outerloop has been red for a while.
This includes, crossgen2-comparison jobs that are supposed to validate changes in the JIT that break cross-bitness scenarios.

For example, https://dev.azure.com/dnceng/public/_build/results?buildId=1018480

The jobs fail during crossgen2_comparison.py script run, so it is likely some infrastructure issue.

2021-03-02T07:24:41.6311220Z ##[section]Starting: Create cross-platform crossgen baseline
2021-03-02T07:24:41.6320583Z ==============================================================================
2021-03-02T07:24:41.6321251Z Task         : Python script
2021-03-02T07:24:41.6321733Z Description  : Run a Python file or inline script
2021-03-02T07:24:41.6322188Z Version      : 0.182.0
2021-03-02T07:24:41.6322614Z Author       : Microsoft Corporation
2021-03-02T07:24:41.6323193Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/python-script
2021-03-02T07:24:41.6323857Z ==============================================================================
2021-03-02T07:24:43.5980327Z [command]/usr/bin/python3 /__w/1/s/src/tests/Common/scripts/crossgen2_comparison.py crossgen_framework --crossgen /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll --dotnet /__w/1/s/dotnet.sh --core_root /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls --result_dir /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/log --target_os linux --target_arch arm
2021-03-02T07:24:58.6393628Z [66:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Configuration.ConfigurationManager.dll
2021-03-02T07:24:58.6395144Z [158:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.Lightweight.dll
2021-03-02T07:24:58.6396262Z [204:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceProcess.ServiceController.dll
2021-03-02T07:24:58.6397310Z [67:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Configuration.dll
2021-03-02T07:24:58.6398328Z [159:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Extensions.dll
2021-03-02T07:24:58.6399374Z [205:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.CodePages.dll
2021-03-02T07:24:58.6400383Z [68:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Console.dll
2021-03-02T07:24:58.6401371Z [160:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Metadata.dll
2021-03-02T07:24:58.6402403Z [206:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.dll
2021-03-02T07:24:58.6403351Z [69:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Core.dll
2021-03-02T07:24:58.6404363Z [161:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.MetadataLoadContext.dll
2021-03-02T07:24:58.6405439Z [207:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encoding.Extensions.dll
2021-03-02T07:24:58.6406443Z [70:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.Common.dll
2021-03-02T07:24:58.6407429Z [162:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Primitives.dll
2021-03-02T07:24:58.6408400Z [208:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Encodings.Web.dll
2021-03-02T07:24:58.6409446Z [71:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.DataSetExtensions.dll
2021-03-02T07:24:58.6410443Z [163:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.TypeExtensions.dll
2021-03-02T07:24:58.6411499Z [209:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.Json.dll
2021-03-02T07:24:58.6412518Z [72:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.dll
2021-03-02T07:24:58.6413453Z [164:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Extensions.dll
2021-03-02T07:24:58.6414744Z [210:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Text.RegularExpressions.dll
2021-03-02T07:24:58.6415734Z [73:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.Odbc.dll
2021-03-02T07:24:58.6416749Z [165:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Reader.dll
2021-03-02T07:24:58.6417706Z [211:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.AccessControl.dll
2021-03-02T07:24:58.6418862Z [74:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Data.OleDb.dll
2021-03-02T07:24:58.6420135Z [166:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.ResourceManager.dll
2021-03-02T07:24:58.6421226Z [212:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Channels.dll
2021-03-02T07:24:58.6422316Z [75:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Contracts.dll
2021-03-02T07:24:58.6423371Z [167:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Resources.Writer.dll
2021-03-02T07:24:58.6424418Z [213:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.dll
2021-03-02T07:24:58.6425469Z [76:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Debug.dll
2021-03-02T07:24:58.6426525Z [168:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Caching.dll
2021-03-02T07:24:58.6427591Z [214:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Overlapped.dll
2021-03-02T07:24:58.6428688Z [77:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.DiagnosticSource.dll
2021-03-02T07:24:58.6429822Z [169:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.CompilerServices.Unsafe.dll
2021-03-02T07:24:58.6430948Z [215:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Dataflow.dll
2021-03-02T07:24:58.6432046Z [78:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.EventLog.dll
2021-03-02T07:24:58.6433137Z [170:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.CompilerServices.VisualC.dll
2021-03-02T07:24:58.6434221Z [216:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.dll
2021-03-02T07:24:58.6435323Z [79:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.FileVersionInfo.dll
2021-03-02T07:24:58.6436399Z [171:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.dll
2021-03-02T07:24:58.6437481Z [217:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Extensions.dll
2021-03-02T07:24:58.6438599Z [80:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.PerformanceCounter.dll
2021-03-02T07:24:58.6439835Z [172:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Extensions.dll
2021-03-02T07:24:58.6441034Z [218:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Tasks.Parallel.dll
2021-03-02T07:24:58.6442214Z [81:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Process.dll
2021-03-02T07:24:58.6443403Z [173:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Handles.dll
2021-03-02T07:24:58.6444528Z [219:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Thread.dll
2021-03-02T07:24:58.6445830Z [82:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.StackTrace.dll
2021-03-02T07:24:58.6447012Z [174:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.InteropServices.dll
2021-03-02T07:24:58.6448221Z [220:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.ThreadPool.dll
2021-03-02T07:24:58.6449439Z [83:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.TextWriterTraceListener.dll
2021-03-02T07:24:58.6450706Z [175:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.InteropServices.RuntimeInformation.dll
2021-03-02T07:24:58.6452137Z [221:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Threading.Timer.dll
2021-03-02T07:24:58.6453317Z [84:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Tools.dll
2021-03-02T07:24:58.6454489Z [176:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Intrinsics.dll
2021-03-02T07:24:58.6455655Z [222:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Transactions.dll
2021-03-02T07:24:58.6456808Z [85:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.TraceSource.dll
2021-03-02T07:24:58.6458081Z [177:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Loader.dll
2021-03-02T07:24:58.6459427Z [223:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Transactions.Local.dll
2021-03-02T07:24:58.6460631Z [86:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Diagnostics.Tracing.dll
2021-03-02T07:24:58.6461799Z [178:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Numerics.dll
2021-03-02T07:24:58.6462988Z [224:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Utf8String.Experimental.dll
2021-03-02T07:24:58.6464175Z [87:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.AccountManagement.dll
2021-03-02T07:25:14.6633048Z [224:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Utf8String.Experimental.dll return code=1 args'/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll -r "/__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls/*.dll" -O --out /tmp/tmpv6w2x1_o/System.Utf8String.Experimental.ni.dll --targetos  linux --targetarch  arm /__w/1/s/artifacts/tests/coreclr/Linux.arm.Release/Tests/CrossCompileRoot/dlls/System.Utf8String.Experimental.dll'
2021-03-02T07:25:14.6637543Z [179:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.dll
2021-03-02T07:25:14.6638600Z [225:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ValueTuple.dll
2021-03-02T07:25:14.6639612Z [88:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.dll
2021-03-02T07:25:14.6640632Z [180:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Formatters.dll
2021-03-02T07:25:14.6641611Z [226:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Web.dll
2021-03-02T07:25:14.6642661Z [89:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.DirectoryServices.Protocols.dll
2021-03-02T07:25:14.6643736Z [181:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Json.dll
2021-03-02T07:25:14.6644858Z [227:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Web.HttpUtility.dll
2021-03-02T07:25:14.6646242Z [90:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.dll
2021-03-02T07:25:14.6647256Z [182:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Primitives.dll
2021-03-02T07:25:14.6648317Z [228:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Windows.dll
2021-03-02T07:25:14.6649309Z [91:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.Common.dll
2021-03-02T07:25:14.6650454Z [183:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Runtime.Serialization.Xml.dll
2021-03-02T07:25:14.6651440Z [229:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Windows.Extensions.dll
2021-03-02T07:25:14.6652306Z [92:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.dll
2021-03-02T07:25:14.6653184Z [184:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.AccessControl.dll
2021-03-02T07:25:14.6654031Z [230:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.dll
2021-03-02T07:25:14.6654868Z [1:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Bcl.AsyncInterfaces.dll
2021-03-02T07:25:14.6655793Z [93:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Drawing.Primitives.dll
2021-03-02T07:25:14.6656736Z [185:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Claims.dll
2021-03-02T07:25:14.6657647Z [231:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.Linq.dll
2021-03-02T07:25:14.6658558Z [2:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.CSharp.dll
2021-03-02T07:25:14.6659709Z [94:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Dynamic.Runtime.dll
2021-03-02T07:25:14.6660687Z [186:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Algorithms.dll
2021-03-02T07:25:14.6661722Z [232:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.ReaderWriter.dll
2021-03-02T07:25:14.6662967Z [3:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Caching.Abstractions.dll
2021-03-02T07:25:14.6664133Z [95:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Formats.Asn1.dll
2021-03-02T07:25:14.6665263Z [187:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Cng.dll
2021-03-02T07:25:14.6666320Z [233:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.Serialization.dll
2021-03-02T07:25:14.6667421Z [4:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Caching.Memory.dll
2021-03-02T07:25:14.6668454Z [96:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Formats.Cbor.dll
2021-03-02T07:25:14.6669447Z [188:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Csp.dll
2021-03-02T07:25:14.6670464Z [234:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XDocument.dll
2021-03-02T07:25:14.6671479Z [5:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Abstractions.dll
2021-03-02T07:25:14.6672502Z [97:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.Calendars.dll
2021-03-02T07:25:14.6673601Z [189:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Encoding.dll
2021-03-02T07:25:14.6676336Z [235:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XmlDocument.dll
2021-03-02T07:25:14.6677345Z [6:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Binder.dll
2021-03-02T07:25:14.6678330Z [98:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.dll
2021-03-02T07:25:14.6679412Z [190:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.OpenSsl.dll
2021-03-02T07:25:14.6680602Z [236:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XmlSerializer.dll
2021-03-02T07:25:14.6681670Z [7:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.CommandLine.dll
2021-03-02T07:25:14.6682810Z [99:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Globalization.Extensions.dll
2021-03-02T07:25:14.6684111Z [191:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Pkcs.dll
2021-03-02T07:25:14.6685309Z [237:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XPath.dll
2021-03-02T07:25:14.6686360Z [8:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.dll
2021-03-02T07:25:14.6687446Z [100:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.Brotli.dll
2021-03-02T07:25:14.6688548Z [192:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Primitives.dll
2021-03-02T07:25:14.6689600Z [238:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Xml.XPath.XDocument.dll
2021-03-02T07:25:14.6690722Z [9:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.EnvironmentVariables.dll
2021-03-02T07:25:14.6691789Z [101:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.dll
2021-03-02T07:25:14.6692818Z [193:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.ProtectedData.dll
2021-03-02T07:25:14.6693829Z [239:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll WindowsBase.dll
2021-03-02T07:25:14.6694861Z [10:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.FileExtensions.dll
2021-03-02T07:25:14.6695895Z [102:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.FileSystem.dll
2021-03-02T07:25:14.6696926Z [194:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.X509Certificates.dll
2021-03-02T07:25:14.6697993Z [11:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Ini.dll
2021-03-02T07:25:14.6699418Z [103:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Compression.ZipFile.dll
2021-03-02T07:25:14.6700524Z [195:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Cryptography.Xml.dll
2021-03-02T07:25:14.6701599Z [12:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Json.dll
2021-03-02T07:25:14.6702628Z [104:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.dll
2021-03-02T07:25:14.6703625Z [196:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.dll
2021-03-02T07:25:14.6704901Z [13:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.UserSecrets.dll
2021-03-02T07:25:14.6706010Z [105:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.AccessControl.dll
2021-03-02T07:25:14.6707080Z [197:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Permissions.dll
2021-03-02T07:25:14.6708250Z [14:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Configuration.Xml.dll
2021-03-02T07:25:14.6709379Z [106:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.dll
2021-03-02T07:25:35.5401668Z [198:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Principal.dll
2021-03-02T07:25:35.5403383Z [15:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyInjection.Abstractions.dll
2021-03-02T07:25:35.5404578Z [107:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.DriveInfo.dll
2021-03-02T07:25:35.5405623Z [199:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.Principal.Windows.dll
2021-03-02T07:25:35.5406741Z [16:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyInjection.dll
2021-03-02T07:25:35.5407838Z [108:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.Primitives.dll
2021-03-02T07:25:35.5408936Z [200:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Security.SecureString.dll
2021-03-02T07:25:35.5409981Z [17:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.DependencyModel.dll
2021-03-02T07:25:35.5411144Z [109:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.FileSystem.Watcher.dll
2021-03-02T07:25:35.5412183Z [201:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceModel.Syndication.dll
2021-03-02T07:25:35.5413271Z [18:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Abstractions.dll
2021-03-02T07:25:35.5414368Z [110:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.IsolatedStorage.dll
2021-03-02T07:25:35.5415387Z [202:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceModel.Web.dll
2021-03-02T07:25:35.5416469Z [19:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Composite.dll
2021-03-02T07:25:35.5417533Z [111:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.MemoryMappedFiles.dll
2021-03-02T07:25:35.5418578Z [203:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ServiceProcess.dll
2021-03-02T07:25:35.5419842Z [20:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileProviders.Physical.dll
2021-03-02T07:25:35.5420882Z [112:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Packaging.dll
2021-03-02T07:25:35.5421920Z [21:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.FileSystemGlobbing.dll
2021-03-02T07:25:35.5422959Z [113:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipelines.dll
2021-03-02T07:25:35.5424010Z [22:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Hosting.Abstractions.dll
2021-03-02T07:25:35.5425020Z [114:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipes.AccessControl.dll
2021-03-02T07:25:35.5426400Z [23:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Hosting.dll
2021-03-02T07:25:35.5427510Z [115:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Pipes.dll
2021-03-02T07:25:35.5428808Z [24:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Http.dll
2021-03-02T07:25:35.5429879Z [116:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.Ports.dll
2021-03-02T07:25:35.5430998Z [25:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Abstractions.dll
2021-03-02T07:25:35.5432293Z [117:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.IO.UnmanagedMemoryStream.dll
2021-03-02T07:25:35.5433415Z [26:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Configuration.dll
2021-03-02T07:25:35.5434434Z [118:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.dll
2021-03-02T07:25:35.5435430Z [27:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Console.dll
2021-03-02T07:25:35.5436436Z [119:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Expressions.dll
2021-03-02T07:25:35.5437442Z [28:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.Debug.dll
2021-03-02T07:25:35.5438565Z [120:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Parallel.dll
2021-03-02T07:25:35.5439705Z [29:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.dll
2021-03-02T07:25:35.5440855Z [121:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Linq.Queryable.dll
2021-03-02T07:25:35.5441973Z [30:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.EventLog.dll
2021-03-02T07:25:35.5443118Z [122:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Management.dll
2021-03-02T07:25:35.5444201Z [31:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.EventSource.dll
2021-03-02T07:25:35.5445210Z [123:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Memory.dll
2021-03-02T07:25:35.5446274Z [32:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Logging.TraceSource.dll
2021-03-02T07:25:35.5447379Z [124:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Connections.dll
2021-03-02T07:25:35.5448523Z [33:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.ConfigurationExtensions.dll
2021-03-02T07:25:35.5449614Z [125:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.dll
2021-03-02T07:25:35.5450696Z [34:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.DataAnnotations.dll
2021-03-02T07:25:35.5451756Z [126:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.dll
2021-03-02T07:25:35.5452782Z [35:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Options.dll
2021-03-02T07:25:35.5453820Z [127:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.Json.dll
2021-03-02T07:25:35.5454854Z [36:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Extensions.Primitives.dll
2021-03-02T07:25:35.5456031Z [128:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Http.WinHttpHandler.dll
2021-03-02T07:25:35.5457104Z [37:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.VisualBasic.Core.dll
2021-03-02T07:25:35.5458103Z [129:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.HttpListener.dll
2021-03-02T07:25:35.5459248Z [38:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.VisualBasic.dll
2021-03-02T07:25:35.5460112Z [130:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Mail.dll
2021-03-02T07:25:35.5461102Z [39:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Primitives.dll
2021-03-02T07:25:35.5462126Z [131:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.NameResolution.dll
2021-03-02T07:25:35.5463265Z [40:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Registry.AccessControl.dll
2021-03-02T07:25:35.5464317Z [132:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.NetworkInformation.dll
2021-03-02T07:25:35.5465417Z [41:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.Registry.dll
2021-03-02T07:25:35.5466441Z [133:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Ping.dll
2021-03-02T07:25:35.5467493Z [42:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll Microsoft.Win32.SystemEvents.dll
2021-03-02T07:25:35.5468535Z [134:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Primitives.dll
2021-03-02T07:25:35.5469527Z [43:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll mscorlib.dll
2021-03-02T07:25:35.5470518Z [135:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Requests.dll
2021-03-02T07:25:35.5471538Z [44:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll netstandard.dll
2021-03-02T07:25:35.5472514Z [136:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Security.dll
2021-03-02T07:25:35.5473529Z [45:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.AppContext.dll
2021-03-02T07:25:35.5474505Z [137:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.ServicePoint.dll
2021-03-02T07:25:35.5475501Z [46:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Buffers.dll
2021-03-02T07:25:54.7122936Z [138:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.Sockets.dll
2021-03-02T07:25:54.7124060Z [47:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.CodeDom.dll
2021-03-02T07:25:54.7125123Z [139:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebClient.dll
2021-03-02T07:25:54.7125966Z [48:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Concurrent.dll
2021-03-02T07:25:54.7126801Z [140:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebHeaderCollection.dll
2021-03-02T07:25:54.7127625Z [49:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.dll
2021-03-02T07:25:54.7128408Z [141:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebProxy.dll
2021-03-02T07:25:54.7129241Z [50:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Immutable.dll
2021-03-02T07:25:54.7130050Z [142:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebSockets.Client.dll
2021-03-02T07:25:54.7131145Z [157:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.ILGeneration.dll
2021-03-02T07:25:54.7132024Z [51:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.NonGeneric.dll
2021-03-02T07:25:54.7132815Z [143:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Net.WebSockets.dll
2021-03-02T07:25:54.7133615Z [52:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Collections.Specialized.dll
2021-03-02T07:25:54.7134440Z [144:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.dll
2021-03-02T07:25:54.7135444Z [53:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Annotations.dll
2021-03-02T07:25:54.7140036Z [145:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.Tensors.dll
2021-03-02T07:25:54.7141128Z [54:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Composition.dll
2021-03-02T07:25:54.7141978Z [146:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Numerics.Vectors.dll
2021-03-02T07:25:54.7142899Z [55:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Composition.Registration.dll
2021-03-02T07:25:54.7143754Z [147:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ObjectModel.dll
2021-03-02T07:25:54.7144564Z [56:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.DataAnnotations.dll
2021-03-02T07:25:54.7145370Z [148:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.CoreLib.dll
2021-03-02T07:25:54.7146146Z [57:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.dll
2021-03-02T07:25:54.7146956Z [149:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.DataContractSerialization.dll
2021-03-02T07:25:54.7147794Z [58:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.EventBasedAsync.dll
2021-03-02T07:25:54.7148588Z [150:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Uri.dll
2021-03-02T07:25:54.7149370Z [59:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.Primitives.dll
2021-03-02T07:25:54.7150162Z [151:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Xml.dll
2021-03-02T07:25:54.7150948Z [60:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.ComponentModel.TypeConverter.dll
2021-03-02T07:25:54.7151750Z [152:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Private.Xml.Linq.dll
2021-03-02T07:25:54.7152544Z [61:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.AttributedModel.dll
2021-03-02T07:25:54.7153340Z [153:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Context.dll
2021-03-02T07:25:54.7154116Z [62:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Convention.dll
2021-03-02T07:25:54.7154911Z [154:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.DispatchProxy.dll
2021-03-02T07:25:54.7155706Z [63:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Hosting.dll
2021-03-02T07:25:54.7156474Z [155:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.dll
2021-03-02T07:25:54.7157407Z [64:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.Runtime.dll
2021-03-02T07:25:54.7158184Z [156:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Reflection.Emit.dll
2021-03-02T07:25:54.7158974Z [65:239]: /__w/1/s/artifacts/bin/coreclr/Linux.arm.Release/x64/crossgen2/crossgen2.dll System.Composition.TypedParts.dll
2021-03-02T07:25:54.7342291Z ##[error]The process '/usr/bin/python3' failed with exit code 1
2021-03-02T07:25:54.7692547Z ##[section]Finishing: Create cross-platform crossgen baseline
Author: echesakovMSFT
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: 6.0.0

@echesakov echesakov self-assigned this Mar 3, 2021
@echesakov echesakov removed the untriaged New issue has not been triaged by the area owner label Mar 3, 2021
@echesakov
Copy link
Contributor Author

It looks that the error comes from running crossgen2 on System.Utf8String.Experimental.dll, so could be an issue with crossgen2 itself

[224:239]: /__w/1/s/artifacts/bin/coreclr/Linux.x64.Release/crossgen2/crossgen2.dll System.Utf8String.Experimental.dll return code=1 args'/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/Linux.x64.Release/crossgen2/crossgen2.dll -r "/__w/1/s/artifacts/tests/coreclr/Linux.x64.Release/Tests/CrossCompileRoot/dlls/*.dll" -O --out /tmp/tmp6vpeqm2w/System.Utf8String.Experimental.ni.dll --targetos  linux --targetarch  x64 /__w/1/s/artifacts/tests/coreclr/Linux.x64.Release/Tests/CrossCompileRoot/dlls/System.Utf8String.Experimental.dll'

@echesakov
Copy link
Contributor Author

Will not be resolved in .NET 6 time.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant