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

AOT error building dotnet/performance benchmarks #55515

Closed
naricc opened this issue Jul 12, 2021 · 3 comments
Closed

AOT error building dotnet/performance benchmarks #55515

naricc opened this issue Jul 12, 2021 · 3 comments
Assignees
Milestone

Comments

@naricc
Copy link
Contributor

naricc commented Jul 12, 2021

Command:

~/workspace/runtime-clean/dotnet.sh run -c Release --runtimeSrcDir ~/workspace/runtime-clean/ --runtimes wasm --aotcompilermode wasm --framework net6.0

I get a bunch of AOT errors like:

/Users/naricc/workspace/runtime-clean/src/mono/wasm/build/WasmApp.Native.targets(414,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:ResetWindowsHeapTracingFlags (string,bool)' due to: 'Method not found: void Microsoft.Win32.RegistryKey.DeleteValue(string)'. [/Users/naricc/workspace/performance/artifacts/bin/MicroBenchmarks/Release/net6.0/Job-LPKKXK/BenchmarkDotNet.Autogenerated.csproj]

Full output with MONO_LOG_LEVEL=deug here: https://gist.github.com/naricc/4d775852b6628957dc63756000e92e62

I tried modifying the generated project use interpreter, with trimming enabled, and the project ran.

@dotnet-issue-labeler dotnet-issue-labeler bot added area-Infrastructure-mono untriaged New issue has not been triaged by the area owner labels Jul 12, 2021
@ghost
Copy link

ghost commented Jul 12, 2021

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

Issue Details

I get the following error when running hte dotnet/performance microbenchmarks, even using this change: #55258 ( I think it is a separate error).

// Validating benchmarks:
// ***** BenchmarkRunner: Start   *****
// ***** Found 13 benchmark(s) in total *****
// ***** Building 1 exe(s) in Parallel: Start   *****
// start dotnet restore /p:DebugType=portable /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e
// command took 19.96s and exited with 0
// start dotnet build -c Release /p:DebugType=portable --no-restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e
// command took 85.7s and exited with 1
// start dotnet build -c Release /p:DebugType=portable --no-restore --no-dependencies /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e
// command took 41.98s and exited with 1
// ***** Done, took 00:02:27 (147.76 sec)   *****
// Found 13 benchmarks:
//   ByteMark.BenchNumericSortJagged: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchNumericSortRectangular: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchStringSort: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchBitOps: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchEmFloat: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchEmFloatClass: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchFourier: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchAssignJagged: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchAssignRectangular: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchIDEAEncryption: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchNeuralJagged: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchNeural: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
//   ByteMark.BenchLUDecomp: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)

// Build Error: Standard output: 
  
 Standard error: 
 Time Elapsed 00:00:41.70
    7 Error(s)
    60 Warning(s)
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/metadata/assembly.c:2061, condition `is_ok (error)' not met, function:mono_assembly_load_friends, Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'System.Collections.Generic.IEnumerable`1<char> Jil.Common.Utils:GetDescriminantCharacters (System.Type,Jil.DateTimeFormat,Jil.Common.UnionCharsets&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.Common.ExtensionMethods:IsPrimitiveType (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'void Jil.DeserializeDynamic.Methods:.cctor ()' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadISO8601TimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x04000300, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleTimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x040002fe, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTimeOffset (string,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTime (string,System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.JsonObject:TryCastDateTime (System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'void Jil.SerializeDynamic.DynamicSerializer:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffsetDynamic (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffset (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll: Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Microsoft.Diagnostics.Runtime.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Microsoft.Diagnostics.Runtime.dll: Unable to compile method 'System.Collections.Generic.IList`1<Microsoft.Diagnostics.Runtime.ModuleInfo> Microsoft.Diagnostics.Runtime.LiveDataReader:EnumerateModules ()' due to: ' assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr[] member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/metadata/assembly.c:2061, condition `is_ok (error)' not met, function:mono_assembly_load_friends, Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll: Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : AOT of image protobuf-net.dll failed. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Run with MONO_LOG_LEVEL=debug for more information. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll: Failed to load method 0x60001c0 from '/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll' due to Could not resolve type with token 0100004a from typeref (expected class 'System.ServiceModel.Description.IOperationBehavior' in assembly 'System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') assembly:System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:System.ServiceModel.Description.IOperationBehavior member:(null). [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/BenchmarkDotNet.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/BenchmarkDotNet.dll: Unable to compile method 'object SimpleJson.PocoJsonSerializerStrategy:DeserializeObject (object,System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Net.Http.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Net.Http.dll: Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll: Unable to compile method 'object System.Enum:GetValue ()' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Description (string)' due to: 'Could not resolve field token 0x04000be2, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Description ()' due to: 'Could not resolve field token 0x04000be2, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Name (string)' due to: 'Could not resolve field token 0x04000be1, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Name ()' due to: 'Could not resolve field token 0x04000be1, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_ImageUrl (string)' due to: 'Could not resolve field token 0x04000be0, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_ImageUrl ()' due to: 'Could not resolve field token 0x04000be0, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Id (int)' due to: 'Could not resolve field token 0x04000bdf, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'int MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Id ()' due to: 'Could not resolve field token 0x04000bdf, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'MicroBenchmarks.Serializers.MyEventsListerItem MicroBenchmarks.Serializers.DataGenerator:CreateMyEventsListerItem ()' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'MicroBenchmarks.Serializers.IndexViewModel MicroBenchmarks.Serializers.DataGenerator:CreateIndexViewModel ()' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Text.Json.Tests.Perf_Get:.cctor ()' due to: 'Field not found: System.DateTimeOffset System.DateTimeOffset.MaxValue Due to: Could not find field in class'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Tests.Perf_DateTimeOffset:.ctor ()' due to: 'Could not find method '.ctor' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IEnumerable`1<object> System.Tests.Perf_DateTimeOffset:get_Values ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IEnumerable`1<char> Jil.Common.Utils:GetDescriminantCharacters (System.Type,Jil.DateTimeFormat,Jil.Common.UnionCharsets&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.Common.ExtensionMethods:IsPrimitiveType (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Jil.DeserializeDynamic.Methods:.cctor ()' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadISO8601TimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x04000300, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleTimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x040002fe, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTimeOffset (string,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTime (string,System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.JsonObject:TryCastDateTime (System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Jil.SerializeDynamic.DynamicSerializer:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffsetDynamic (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffset (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Xml.Schema.XmlUntypedStringConverter:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Xml.Schema.XmlBaseConverter:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IList`1<Microsoft.Diagnostics.Runtime.ModuleInfo> Microsoft.Diagnostics.Runtime.LiveDataReader:EnumerateModules ()' due to: ' assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr[] member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:.cctor ()' due to: 'Field not found: System.DateTimeOffset System.DateTimeOffset.MinValue Due to: Could not find field in class'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:Set (int,object)' due to: 'Could not resolve field token 0x04000427, due to: Invalid type System.DateTimeOffset for instance field System.Data.Common.DateTimeOffsetStorage:s_defaultValue assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Data.Common.dll type:DateTimeOffsetStorage member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:Copy (int,int)' due to: 'Could not resolve field token 0x04000427, due to: Invalid type System.DateTimeOffset for instance field System.Data.Common.DateTimeOffsetStorage:s_defaultValue assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Data.Common.dll type:DateTimeOffsetStorage member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:.ctor (System.Data.DataColumn)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DataStorage:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.FunctionNode:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Data.FunctionNode:EvalFunction (System.Data.FunctionId,object[],System.Data.DataRow,System.Data.DataRowVersion)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : AOT of image protobuf-net.dll failed. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Run with MONO_LOG_LEVEL=debug for more information. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Failed to load method 0x60001c0 from '/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll' due to Could not resolve type with token 0100004a from typeref (expected class 'System.ServiceModel.Description.IOperationBehavior' in assembly 'System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') assembly:System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:System.ServiceModel.Description.IOperationBehavior member:(null). [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Xml.XmlSqlBinaryReader:ValueAsObject (System.Xml.BinXmlToken,bool)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:SetImageTracingFlags (string,string,bool)' due to: 'Method not found: void Microsoft.Win32.RegistryKey.Dispose()'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:LoadKernelTraceControl ()' due to: 'Method not found: void System.DllNotFoundException..ctor(string)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:ResetWindowsHeapTracingFlags (string,bool)' due to: 'Method not found: void Microsoft.Win32.RegistryKey.DeleteValue(string)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object SimpleJson.PocoJsonSerializerStrategy:DeserializeObject (object,System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Runtime.Serialization.ReflectionReader:ResolveAdapterObject (object,System.Runtime.Serialization.ClassDataContract)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.JsonTextWriter/<DoWriteValueAsync>d__63:SetStateMachine (System.Runtime.CompilerServices.IAsyncStateMachine)' due to: 'Could not resolve field token 0x040005d3, due to: Invalid type System.DateTimeOffset for instance field Newtonsoft.Json.JsonTextWriter+<DoWriteValueAsync>d__63:value assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Newtonsoft.Json.dll type:<DoWriteValueAsync>d__63 member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.JsonTextWriter/<DoWriteValueAsync>d__63:MoveNext ()' due to: 'Could not resolve field token 0x040005d2, due to: Invalid type System.DateTimeOffset for instance field Newtonsoft.Json.JsonTextWriter+<DoWriteValueAsync>d__63:value assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Newtonsoft.Json.dll type:<DoWriteValueAsync>d__63 member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.Dictionary`2<object, System.ComponentModel.ReflectTypeDescriptionProvider/IntrinsicTypeConverterData> System.ComponentModel.ReflectTypeDescriptionProvider/<>c:<get_IntrinsicTypeConverters>b__23_0 ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object Newtonsoft.Json.Converters.UnixDateTimeConverter:ReadJson (Newtonsoft.Json.JsonReader,System.Type,object,Newtonsoft.Json.JsonSerializer)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object Newtonsoft.Json.Converters.JavaScriptDateTimeConverter:ReadJson (Newtonsoft.Json.JsonReader,System.Type,object,Newtonsoft.Json.JsonSerializer)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.ComponentModel.DateTimeOffsetConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Converters.DateTimeConverterBase:CanConvert (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.DateTimeOffset System.Formats.Cbor.CborReader:ReadUnixTimeSeconds ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.Serialization.JsonPrimitiveContract:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Utilities.DateTimeUtils:TryParseDateTimeOffsetMicrosoft (Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&)' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Utilities.DateTimeUtils:TryParseDateTimeOffset (string,string,System.Globalization.CultureInfo,System.DateTimeOffset&)' due to: 'Could not find method 'TryParseExact' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.Utilities.ConvertUtils:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils:TryConvertInternal (object,System.Globalization.CultureInfo,System.Type,object&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Enum:GetValue ()' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader:ReadAsDateTimeOffset ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
Build FAILED.
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Description (string)' due to: 'Could not resolve field token 0x04000be2, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Description ()' due to: 'Could not resolve field token 0x04000be2, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Name (string)' due to: 'Could not resolve field token 0x04000be1, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Name ()' due to: 'Could not resolve field token 0x04000be1, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_ImageUrl (string)' due to: 'Could not resolve field token 0x04000be0, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'string MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_ImageUrl ()' due to: 'Could not resolve field token 0x04000be0, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:set_Id (int)' due to: 'Could not resolve field token 0x04000bdf, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'int MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:get_Id ()' due to: 'Could not resolve field token 0x04000bdf, due to: Invalid type System.DateTimeOffset for instance field MicroBenchmarks.Serializers.ActiveOrUpcomingCampaign:<StartDate>k__BackingField assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/MicroBenchmarks.dll type:ActiveOrUpcomingCampaign member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'MicroBenchmarks.Serializers.MyEventsListerItem MicroBenchmarks.Serializers.DataGenerator:CreateMyEventsListerItem ()' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'MicroBenchmarks.Serializers.IndexViewModel MicroBenchmarks.Serializers.DataGenerator:CreateIndexViewModel ()' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Text.Json.Tests.Perf_Get:.cctor ()' due to: 'Field not found: System.DateTimeOffset System.DateTimeOffset.MaxValue Due to: Could not find field in class'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Tests.Perf_DateTimeOffset:.ctor ()' due to: 'Could not find method '.ctor' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IEnumerable`1<object> System.Tests.Perf_DateTimeOffset:get_Values ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/metadata/assembly.c:2061, condition `is_ok (error)' not met, function:mono_assembly_load_friends, Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'System.Collections.Generic.IEnumerable`1<char> Jil.Common.Utils:GetDescriminantCharacters (System.Type,Jil.DateTimeFormat,Jil.Common.UnionCharsets&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.Common.ExtensionMethods:IsPrimitiveType (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'void Jil.DeserializeDynamic.Methods:.cctor ()' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadISO8601TimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x04000300, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleTimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x040002fe, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTimeOffset (string,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTime (string,System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.DeserializeDynamic.JsonObject:TryCastDateTime (System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'void Jil.SerializeDynamic.DynamicSerializer:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffsetDynamic (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffset (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll: Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IEnumerable`1<char> Jil.Common.Utils:GetDescriminantCharacters (System.Type,Jil.DateTimeFormat,Jil.Common.UnionCharsets&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.Common.ExtensionMethods:IsPrimitiveType (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Jil.DeserializeDynamic.Methods:.cctor ()' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadISO8601TimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x04000300, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleTimeSpan (string,System.TimeSpan&)' due to: 'Could not resolve field token 0x040002fe, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTimeOffset (string,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.Methods:ReadMicrosoftStyleDateTime (string,System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.DeserializeDynamic.JsonObject:TryCastDateTime (System.DateTime&)' due to: 'Could not resolve field token 0x040002fb, due to: Invalid type System.DateTimeOffset for instance field Jil.DeserializeDynamic.Methods:UnixEpochOffset assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Jil.dll type:Methods member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Jil.SerializeDynamic.DynamicSerializer:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffsetDynamic (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Jil.SerializeDynamic.DynamicSerializer:CanBeDateTimeOffset (object,System.DateTimeOffset&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Xml.Schema.XmlUntypedStringConverter:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Xml.Schema.XmlBaseConverter:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Microsoft.Diagnostics.Runtime.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Microsoft.Diagnostics.Runtime.dll: Unable to compile method 'System.Collections.Generic.IList`1<Microsoft.Diagnostics.Runtime.ModuleInfo> Microsoft.Diagnostics.Runtime.LiveDataReader:EnumerateModules ()' due to: ' assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr[] member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.IList`1<Microsoft.Diagnostics.Runtime.ModuleInfo> Microsoft.Diagnostics.Runtime.LiveDataReader:EnumerateModules ()' due to: ' assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr[] member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:.cctor ()' due to: 'Field not found: System.DateTimeOffset System.DateTimeOffset.MinValue Due to: Could not find field in class'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:Set (int,object)' due to: 'Could not resolve field token 0x04000427, due to: Invalid type System.DateTimeOffset for instance field System.Data.Common.DateTimeOffsetStorage:s_defaultValue assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Data.Common.dll type:DateTimeOffsetStorage member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:Copy (int,int)' due to: 'Could not resolve field token 0x04000427, due to: Invalid type System.DateTimeOffset for instance field System.Data.Common.DateTimeOffsetStorage:s_defaultValue assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Data.Common.dll type:DateTimeOffsetStorage member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DateTimeOffsetStorage:.ctor (System.Data.DataColumn)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.Common.DataStorage:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/metadata/assembly.c:2061, condition `is_ok (error)' not met, function:mono_assembly_load_friends, Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Can't find custom attr constructor image: /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll mtoken: 0x0a00000b due to: Could not load file or assembly 'System.Runtime.InteropServices.PInvoke, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll: Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Sigil.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void System.Data.FunctionNode:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Data.FunctionNode:EvalFunction (System.Data.FunctionId,object[],System.Data.DataRow,System.Data.DataRowVersion)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : AOT of image protobuf-net.dll failed. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Run with MONO_LOG_LEVEL=debug for more information. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll: Failed to load method 0x60001c0 from '/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll' due to Could not resolve type with token 0100004a from typeref (expected class 'System.ServiceModel.Description.IOperationBehavior' in assembly 'System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') assembly:System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:System.ServiceModel.Description.IOperationBehavior member:(null). [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : AOT of image protobuf-net.dll failed. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Run with MONO_LOG_LEVEL=debug for more information. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Failed to load method 0x60001c0 from '/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/protobuf-net.dll' due to Could not resolve type with token 0100004a from typeref (expected class 'System.ServiceModel.Description.IOperationBehavior' in assembly 'System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') assembly:System.ServiceModel.Primitives, Version=4.5.0.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:System.ServiceModel.Description.IOperationBehavior member:(null). [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/BenchmarkDotNet.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/BenchmarkDotNet.dll: Unable to compile method 'object SimpleJson.PocoJsonSerializerStrategy:DeserializeObject (object,System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Xml.XmlSqlBinaryReader:ValueAsObject (System.Xml.BinXmlToken,bool)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:SetImageTracingFlags (string,string,bool)' due to: 'Method not found: void Microsoft.Win32.RegistryKey.Dispose()'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:LoadKernelTraceControl ()' due to: 'Method not found: void System.DllNotFoundException..ctor(string)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Microsoft.Diagnostics.Tracing.Extensions.ETWKernelControl:ResetWindowsHeapTracingFlags (string,bool)' due to: 'Method not found: void Microsoft.Win32.RegistryKey.DeleteValue(string)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object SimpleJson.PocoJsonSerializerStrategy:DeserializeObject (object,System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Runtime.Serialization.ReflectionReader:ResolveAdapterObject (object,System.Runtime.Serialization.ClassDataContract)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.JsonTextWriter/<DoWriteValueAsync>d__63:SetStateMachine (System.Runtime.CompilerServices.IAsyncStateMachine)' due to: 'Could not resolve field token 0x040005d3, due to: Invalid type System.DateTimeOffset for instance field Newtonsoft.Json.JsonTextWriter+<DoWriteValueAsync>d__63:value assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Newtonsoft.Json.dll type:<DoWriteValueAsync>d__63 member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.JsonTextWriter/<DoWriteValueAsync>d__63:MoveNext ()' due to: 'Could not resolve field token 0x040005d2, due to: Invalid type System.DateTimeOffset for instance field Newtonsoft.Json.JsonTextWriter+<DoWriteValueAsync>d__63:value assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/Newtonsoft.Json.dll type:<DoWriteValueAsync>d__63 member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Collections.Generic.Dictionary`2<object, System.ComponentModel.ReflectTypeDescriptionProvider/IntrinsicTypeConverterData> System.ComponentModel.ReflectTypeDescriptionProvider/<>c:<get_IntrinsicTypeConverters>b__23_0 ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object Newtonsoft.Json.Converters.UnixDateTimeConverter:ReadJson (Newtonsoft.Json.JsonReader,System.Type,object,Newtonsoft.Json.JsonSerializer)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object Newtonsoft.Json.Converters.JavaScriptDateTimeConverter:ReadJson (Newtonsoft.Json.JsonReader,System.Type,object,Newtonsoft.Json.JsonSerializer)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.ComponentModel.DateTimeOffsetConverter:ConvertFrom (System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,object)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Converters.DateTimeConverterBase:CanConvert (System.Type)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.DateTimeOffset System.Formats.Cbor.CborReader:ReadUnixTimeSeconds ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Net.Http.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Net.Http.dll: Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Net.NetEventSource:Format (object)' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.Serialization.JsonPrimitiveContract:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Utilities.DateTimeUtils:TryParseDateTimeOffsetMicrosoft (Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&)' due to: 'Could not find method 'op_Implicit' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'bool Newtonsoft.Json.Utilities.DateTimeUtils:TryParseDateTimeOffset (string,string,System.Globalization.CultureInfo,System.DateTimeOffset&)' due to: 'Could not find method 'TryParseExact' due to a type load error: VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null) assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'void Newtonsoft.Json.Utilities.ConvertUtils:.cctor ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils:TryConvertInternal (object,System.Globalization.CultureInfo,System.Type,object&)' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : * Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/method-to-ir.c:4569, condition `cfg->exception_type == MONO_EXCEPTION_NONE' not met [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Mono Ahead of Time compiler - compiling assembly /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): error : Precompiling failed for /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll: Unable to compile method 'object System.Enum:GetValue ()' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'object System.Enum:GetValue ()' due to: 'VTable setup of type System.IntPtr failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:IntPtr member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
/Users/naricc/workspace/runtime-akopelinger-fix/src/mono/wasm/build/WasmApp.Native.targets(424,5): warning : Unable to compile method 'System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader:ReadAsDateTimeOffset ()' due to: 'VTable setup of type System.DateTimeOffset failed assembly:/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/System.Private.CoreLib.dll type:DateTimeOffset member:(null)'. [/Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/BenchmarkDotNet.Autogenerated.csproj]
  AOT'ing 143 assemblies
  BenchmarkDotNet.Autogenerated -> /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/publish/
  Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
  BenchmarkDotNet.Autogenerated -> /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e/bin/net6.0/browser-wasm/96d2cbea-02a1-49df-baa0-c0df53f0b38e.dll
  Used runtime pack: /Users/naricc/workspace/runtime-akopelinger-fix/artifacts/bin/microsoft.netcore.app.runtime.browser-wasm/Release/
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Build Engine version 16.11.0-preview-21254-21+e73d08c28 for .NET

// BenchmarkDotNet has failed to build the auto-generated boilerplate code.
// It can be found in /Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/96d2cbea-02a1-49df-baa0-c0df53f0b38e
// Please follow the troubleshooting guide: https://benchmarkdotnet.org/articles/guides/troubleshooting.html
// ***** BenchmarkRunner: Finish  *****

// * Export *
  Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/BenchmarkDotNet.Artifacts/results/ByteMark-report-github.md
  Users/naricc/workspace/performance-wasm-aot-testing/artifacts/bin/MicroBenchmarks/Release/net6.0/BenchmarkDotNet.Artifacts/results/ByteMark-report-full.json

// * Detailed results *
ByteMark.BenchNumericSortJagged: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
Runtime = ; GC = 
There are not any results runs

// * Summary *

BenchmarkDotNet=v0.13.0.1559-nightly, OS=macOS Mojave 10.14.6 (18G8022) [Darwin 18.7.0]
Intel Core i9-8950HK CPU 2.90GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical cores
.NET SDK=6.0.100-preview.4.21255.9
  [Host] : .NET 6.0.0 (6.0.21.25307), X64 RyuJIT

PowerPlanMode=00000000-0000-0000-0000-000000000000  Runtime=Wasm  Arguments=/p:DebugType=portable  
Toolchain=Wasm  IterationTime=250.0000 ms  MaxIterationCount=20  
MinIterationCount=15  WarmupCount=1  

|                 Method | Mean | Error | Median | Min | Max |
|----------------------- |-----:|------:|-------:|----:|----:|
| BenchNumericSortJagged |   NA |    NA |     NA |  NA |  NA |

Benchmarks with issues:
  ByteMark.BenchNumericSortJagged: Job-UPXZVV(PowerPlanMode=00000000-0000-0000-0000-000000000000, Runtime=Wasm, Arguments=/p:DebugType=portable, Toolchain=Wasm, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)

// * Legends *
  Mean   : Arithmetic mean of all measurements
  Error  : Half of 99.9% confidence interval
  Median : Value separating the higher half of all measurements (50th percentile)
  Min    : Minimum
  Max    : Maximum
  1 ns   : 1 Nanosecond (0.000000001 sec)

// * Diagnostic Output - MemoryDiagnoser *


// ***** BenchmarkRunner: End *****
// ** Remained 0 benchmark(s) to run **
Run time: 00:00:00 (0.66 sec), executed benchmarks: 0

Global total time: 00:02:28 (148.44 sec), executed benchmarks: 0
// * Artifacts cleanup *

This might not be related to AOT, since if i modify the generated project to use the interpreter and get tehe following stack trace:

> ./run-v8.sh 
console.info: Arguments: --run,96d2cbea-02a1-49df-baa0-c0df53f0b38e.dll
console.debug: MONO_WASM: Initializing mono runtime
console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
console.debug: %s: %s Debugger.Debug DEBUGGING ENABLED


==== JS stack trace =========================================

Security context: 0x38930821017d <JSObject>#0#
    0: builtin exit frame: trace(this=0x389308205a19 <console map = 0x389308242911>#1#,0x389308205a19 <console map = 0x389308242911>#1#,0x3893080cda41 <String[137]: c"* Assertion at /Users/naricc/workspace/runtime-akopelinger-fix/src/mono/mono/mini/mini-exceptions.c:2128, condition `<disabled>' not met\n">)

    1: 558559 [0x3893083d1f41] [dotnet.js:1428] [bytecode=0x3893083ab15d offset=113](this=0x389308203161 <JSGlobal Object>#2#,17707,38771208,4,0,0)
    2: _emscripten_asm_const_int [0x38930823a0d1] [dotnet.js:5717] [bytecode=0x3893083a9325 offset=27](this=0x389308203161 <JSGlobal Object>#2#,558559,5847448,5847424)
    3: WasmToJsFrame [pc: 0x2b2e8b819274]
    4: WASM [wasm://wasm/0397d33e], function #17621 ('wasm_trace_logger'), pc=0x2b2e8bb7fb18 (+0x98), pos=2191145 (+83)
    5: WASM [wasm://wasm/0397d33e], function #6220 ('eglib_log_adapter'), pc=0x2b2e8b55e51d (+0xdd), pos=859586 (+41)
    6: WASM [wasm://wasm/0397d33e], function #16772 ('monoeg_g_logstr'), pc=0x2b2e8bec021c (+0x9c), pos=2055245 (+60)
    7: WASM [wasm://wasm/0397d33e], function #16770 ('monoeg_g_logv_nofree'), pc=0x2b2e8bec0866 (+0xa6), pos=2055151 (+77)
    8: WASM [wasm://wasm/0397d33e], function #16775 ('monoeg_assertion_message'), pc=0x2b2e8beb3acf (+0x4f), pos=2055376 (+34)
    9: WASM [wasm://wasm/0397d33e], function #16777 ('mono_assertion_message'), pc=0x2b2e8beb36c9 (+0x49), pos=2055451 (+42)
   10: WASM [wasm://wasm/0397d33e], function #16776 ('mono_assertion_message_disabled'), pc=0x2b2e8beb3a2a (+0x2a), pos=2055402 (+12)
   11: WASM [wasm://wasm/0397d33e], function #16055 ('setup_stack_trace'), pc=0x2b2e8b84dbe6 (+0x3a6), pos=1974133 (+364)
   12: WASM [wasm://wasm/0397d33e], function #16025 ('handle_exception_first_pass'), pc=0x2b2e8b851369 (+0xee9), pos=1970297 (+1411)
   13: WASM [wasm://wasm/0397d33e], function #16019 ('mono_handle_exception_internal'), pc=0x2b2e8b8529e0 (+0xce0), pos=1966537 (+1441)
   14: WASM [wasm://wasm/0397d33e], function #15981 ('mono_handle_exception'), pc=0x2b2e8b94eb80 (+0x40), pos=1959923 (+10)
   15: WASM [wasm://wasm/0397d33e], function #201 ('interp_throw'), pc=0x2b2e8be84d50 (+0xf0), pos=101294 (+119)
   16: WASM [wasm://wasm/0397d33e], function #147 ('interp_exec_method'), pc=0x2b2e8bccef95 (+0x18515), pos=95272 (+55778)
   17: WASM [wasm://wasm/0397d33e], function #146 ('interp_runtime_invoke'), pc=0x2b2e8bf915fe (+0x19e), pos=39434 (+250)
   18: WASM [wasm://wasm/0397d33e], function #15585 ('mono_jit_runtime_invoke'), pc=0x2b2e8bef88b6 (+0xb6), pos=1889350 (+62)
   19: WASM [wasm://wasm/0397d33e], function #4612 ('do_runtime_invoke'), pc=0x2b2e8c0438ef (+0xef), pos=684604 (+72)
   20: WASM [wasm://wasm/0397d33e], function #4621 ('mono_runtime_try_invoke'), pc=0x2b2e8c038b22 (+0x82), pos=686272 (+45)
   21: WASM [wasm://wasm/0397d33e], function #4616 ('mono_runtime_class_init_full'), pc=0x2b2e8c040c48 (+0x3e8), pos=685245 (+388)
   22: WASM [wasm://wasm/0397d33e], function #411 ('mono_interp_transform_method'), pc=0x2b2e8be5c7e9 (+0x129), pos=168621 (+139)
   23: WASM [wasm://wasm/0397d33e], function #199 ('do_transform_method'), pc=0x2b2e8be85ebd (+0x7d), pos=101096 (+57)
   24: WASM [wasm://wasm/0397d33e], function #147 ('interp_exec_method'), pc=0x2b2e8bcc8a59 (+0x11fd9), pos=95237 (+55743)
   25: WASM [wasm://wasm/0397d33e], function #146 ('interp_runtime_invoke'), pc=0x2b2e8bf915fe (+0x19e), pos=39434 (+250)
   26: WASM [wasm://wasm/0397d33e], function #15585 ('mono_jit_runtime_invoke'), pc=0x2b2e8bef88b6 (+0xb6), pos=1889350 (+62)
   27: WASM [wasm://wasm/0397d33e], function #4612 ('do_runtime_invoke'), pc=0x2b2e8ba1152a (+0x14a), pos=684604 (+72)
   28: WASM [wasm://wasm/0397d33e], function #4610 ('mono_runtime_invoke_checked'), pc=0x2b2e8ba1175b (+0x9b), pos=684489 (+44)
   29: WASM [wasm://wasm/0397d33e], function #752 ('mono_runtime_install_appctx_properties'), pc=0x2b2e8bef9f7a (+0x29a), pos=247662 (+371)
   30: WASM [wasm://wasm/0397d33e], function #743 ('mono_runtime_init_checked'), pc=0x2b2e8befe118 (+0x3b8), pos=245912 (+285)
   31: WASM [wasm://wasm/0397d33e], function #15578 ('mini_init'), pc=0x2b2e8bf0b262 (+0xaa2), pos=1888986 (+1169)
   32: WASM [wasm://wasm/0397d33e], function #15794 ('mono_jit_init_version'), pc=0x2b2e8becdbf0 (+0x30), pos=1917458 (+16)
   33: WASM [wasm://wasm/0397d33e], function #17616 ('mono_wasm_load_runtime'), pc=0x2b2e8bb83c03 (+0x1c3), pos=2190593 (+267)
   34: JsToWasmFrame [pc: 0x3893000ab486]
   35: /* anonymous */ [0x3893083839f5] [dotnet.js:9749] [bytecode=0x3893083a8f0d offset=39](this=0x389308203161 <JSGlobal Object>#2#)
   36: ccall [0x38930823840d] [dotnet.js:615] [bytecode=0x38930838db01 offset=132](this=0x389308203161 <JSGlobal Object>#2#,0x389308387571 <String[22]: #mono_wasm_load_runtime>,0x389308042235 <null>,0x3893080c86c1 <JSArray[2]>#3#,0x3893080c8895 <Arguments map = 0x389308243e29>#4#,0x3893080423b5 <undefined>)
   37: /* anonymous */ [0x3893080c8711] [dotnet.js:635] [bytecode=0x38930838d935 offset=21](this=0x389308203161 <JSGlobal Object>#2#)
   38: _finalize_startup [0x3893083d0421] [dotnet.js:6926] [bytecode=0x3893083a888d offset=215](this=0x3893083c5a5d <Object map = 0x389308254ac1>#5#,0x3893083d1a6d <Object map = 0x389308252091>#6#,0x38930839e73d <Object map = 0x3893082522c1>#7#)
   39: onPendingRequestComplete [0x38930839eaa1] [dotnet.js:6982] [bytecode=0x3893083a0c89 offset=45](this=0x389308203161 <JSGlobal Object>#2#)
   40: processFetchResponseBuffer [0x38930839eac1] [dotnet.js:6997] [bytecode=0x3893083a00dd offset=84](this=0x389308203161 <JSGlobal Object>#2#,0x3893083d31ed <Object map = 0x389308250511>#8#,0x3893083d3265 <String[21]: "dotnet.timezones.blat">,0x3893083c7901 <Uint8Array map = 0x3893082424d9>#9#)
   41: StubFrame [pc: 0x3893000fa7d8]
   42: StubFrame [pc: 0x389300069281]
   43: EntryFrame [pc: 0x389300047426]
=====================```






<table>
  <tr>
    <th align="left">Author:</th>
    <td>naricc</td>
  </tr>
  <tr>
    <th align="left">Assignees:</th>
    <td>-</td>
  </tr>
  <tr>
    <th align="left">Labels:</th>
    <td>

`area-Infrastructure-mono`, `untriaged`

</td>
  </tr>
  <tr>
    <th align="left">Milestone:</th>
    <td>-</td>
  </tr>
</table>
</details>

@naricc naricc removed the untriaged New issue has not been triaged by the area owner label Jul 12, 2021
@naricc naricc assigned naricc and unassigned bbussone Jul 12, 2021
@naricc naricc changed the title AOT error building dotnet/performance benchamrks AOT error building dotnet/performance benchmarks Jul 12, 2021
@SamMonoRT SamMonoRT added this to the 6.0.0 milestone Jul 12, 2021
@naricc naricc closed this as completed Jul 14, 2021
@naricc naricc reopened this Jul 14, 2021
@vargaz
Copy link
Contributor

vargaz commented Jul 20, 2021

Seems to be some kind of linker/build problem:
Sigil.dll references System.Runtime.InteropServices.PInvoke which is not part of the build

@radekdoulik
Copy link
Member

This should be fixed by dotnet/performance@de17d6e

@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 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

5 participants