[00:00:00]* Starting ...
[00:00:00]* Using custom arguments: ''
[00:00:00]* Checking for available runners
[00:00:00]* Signaled an available runner: NasJitDiff
[00:00:00]* Initial remote runner contact
Start time (639169750735864753) is after current time (639169750716550912)?
[00:00:00] CustomArguments=
[00:00:00] ProcessorCount=32
[00:00:00] CurrentDirectory=/runner
[00:00:00] FrameworkDescription=.NET 8.0.25
[00:00:00] RuntimeIdentifier=ubuntu.24.04-x64
[00:00:00] BaseRepo=dotnet/runtime
[00:00:00] BaseBranch=main
[00:00:00] PrRepo=EgorBo/runtime-1
[00:00:00] PrBranch=remove-nullchecks
[00:00:00] Using runtime setup script:
set -e

cd runtime
git switch main
git pull origin

git log -1
chmod 777 build.sh
git config --global user.email build@build.foo
git config --global user.name build



git branch -D pr
git switch -c pr
git remote remove combineWith1

git remote add combineWith1 https://github.com/EgorBo/runtime-1
git fetch combineWith1 remove-nullchecks
git log combineWith1/remove-nullchecks -1
git merge --no-edit combineWith1/remove-nullchecks
git log -1


git switch main


[00:00:00] [Setup zip & wget] Running 'apt-get install -y zip wget ninja-build'
[00:00:00] [Setup runtime] Running 'bash -x setup-runtime.sh'
[00:00:00] [Setup runtime] + set -e
[00:00:00] [Setup runtime] + cd runtime
[00:00:00] [Setup runtime] + git switch main
[00:00:00] [Setup runtime] Already on 'main'
[00:00:00] [Setup runtime] Your branch is up to date with 'origin/main'.
[00:00:00] [Setup runtime] + git pull origin
[00:00:00] [Setup zip & wget] Reading package lists...
[00:00:00] [Setup runtime] Already up to date.
[00:00:00] [Setup runtime] + git log -1
[00:00:00] [Setup runtime] commit 9405cacd3a6016d414a20beb8aba2e4d65b346d9
[00:00:00] [Setup runtime] Author: Kevin Jones <kevin@vcsjones.com>
[00:00:00] [Setup runtime] Date:   Sat Jun 13 14:46:25 2026 -0400
[00:00:00] [Setup runtime] 
[00:00:00] [Setup runtime]     Add ActiveIssue for all named key tests to mitigate invalid memory access
[00:00:00] [Setup runtime]     
[00:00:00] [Setup runtime]     This adds an `ActiveIssue` to all functional members of
[00:00:00] [Setup runtime]     `OpenSslNamedKeysTests` because they are very likely the source of
[00:00:00] [Setup runtime]     memory corruption.
[00:00:00] [Setup runtime] + chmod 777 build.sh
[00:00:00] [Setup runtime] + git config --global user.email build@build.foo
[00:00:00] [Setup runtime] + git config --global user.name build
[00:00:00] [Setup runtime] + git branch -D pr
[00:00:00] [Setup runtime] Deleted branch pr (was 9405cacd3a6).
[00:00:00] [Setup runtime] + git switch -c pr
[00:00:00] [Setup runtime] Switched to a new branch 'pr'
[00:00:00] [Setup runtime] + git remote remove combineWith1
[00:00:00] [Setup runtime] + git remote add combineWith1 https://github.com/EgorBo/runtime-1
[00:00:00] [Setup runtime] + git fetch combineWith1 remove-nullchecks
[00:00:00] [Setup zip & wget] Building dependency tree...
[00:00:00] [Setup zip & wget] Reading state information...
[00:00:00] [Setup zip & wget] zip is already the newest version (3.0-13ubuntu0.2).
[00:00:00] [Setup zip & wget] wget is already the newest version (1.21.4-1ubuntu4.1).
[00:00:00] [Setup zip & wget] ninja-build is already the newest version (1.11.1-2).
[00:00:00] [Setup zip & wget] 0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
[00:00:00] First hardware info: CpuCoresAvailable=32 MemoryAvailableGB=30.458030700683594
[00:00:01] [Setup runtime] From https://github.com/EgorBo/runtime-1
[00:00:01] [Setup runtime]  * branch                    remove-nullchecks -> FETCH_HEAD
[00:00:01] [Setup runtime]  * [new branch]              remove-nullchecks -> combineWith1/remove-nullchecks
[00:00:01] [Setup runtime] + git log combineWith1/remove-nullchecks -1
[00:00:01] [Setup runtime] commit af2d871368f10bb7299b50d6be2b4b7bb8838b7c
[00:00:01] [Setup runtime] Author: Egor Bogatov <egorbo@gmail.com>
[00:00:01] [Setup runtime] Date:   Sat Jun 13 21:04:25 2026 +0200
[00:00:01] [Setup runtime] 
[00:00:01] [Setup runtime]     Improve nullchecking in gtGetClassHandle
[00:00:01] [Setup runtime] + git merge --no-edit combineWith1/remove-nullchecks
[00:00:01] [Setup runtime] Merge made by the 'ort' strategy.
[00:00:01] [Setup runtime]  src/coreclr/jit/gentree.cpp  | 12 ++++++++++++
[00:00:01] [Setup runtime]  src/coreclr/jit/valuenum.cpp | 15 ++++++++++++---
[00:00:01] [Setup runtime]  2 files changed, 24 insertions(+), 3 deletions(-)
[00:00:01] [Setup runtime] + git log -1
[00:00:01] [Setup runtime] commit 87bc606f1770e7dc7c03877d9bb5120df9b4364b
[00:00:01] [Setup runtime] Merge: 9405cacd3a6 af2d871368f
[00:00:01] [Setup runtime] Author: build <build@build.foo>
[00:00:01] [Setup runtime] Date:   Sat Jun 13 19:17:53 2026 +0000
[00:00:01] [Setup runtime] 
[00:00:01] [Setup runtime]     Merge remote-tracking branch 'combineWith1/remove-nullchecks' into pr
[00:00:01] [Setup runtime] + git switch main
[00:00:02] [Setup runtime] Switched to branch 'main'
[00:00:02] [Setup runtime] Your branch is up to date with 'origin/main'.
[00:00:02] main commit: 9405cacd3a6016d414a20beb8aba2e4d65b346d9
[00:00:02] pr commit: af2d871368f10bb7299b50d6be2b4b7bb8838b7c
[00:00:02] Running 'git switch pr' from 'runtime'
[00:00:02] Switched to branch 'pr'
[00:00:02] [pr release] Running 'bash build.sh clr -c Release -p:RunAnalyzers=false -p:ApiCompatValidateAssemblies=false' from 'runtime'
[00:00:02] [pr release] 
[00:00:02] [pr release]   Determining projects to restore...
[00:00:02] [pr release]   Tool 'coverlet.console' (version '6.0.4') was restored. Available commands: coverlet
[00:00:02] [pr release]   Tool 'dotnet-reportgenerator-globaltool' (version '5.4.3') was restored. Available commands: reportgenerator
[00:00:02] [pr release]   Tool 'microsoft.dotnet.xharness.cli' (version '11.0.0-prerelease.26301.2') was restored. Available commands: xharness
[00:00:02] [pr release]   Tool 'microsoft.visualstudio.slngen.tool' (version '12.0.15') was restored. Available commands: slngen
[00:00:02] [pr release]   
[00:00:02] [pr release]   Restore was successful.
[00:00:02] [pr release]   All projects are up-to-date for restore.
[00:00:03] [pr release]   Determining projects to restore...
[00:00:04] [pr release]   Restored /runner/runtime/src/tasks/HelixTestTasks/HelixTestTasks.csproj (in 120 ms).
[00:00:04] [pr release]   Restored /runner/runtime/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj (in 120 ms).
[00:00:04] [pr release]   66 of 68 projects are up-to-date for restore.
[00:00:04] [pr release]   installer.tasks -> /runner/runtime/artifacts/bin/installer.tasks/Release/installer.tasks.dll
[00:00:05] [pr release]   Crossgen2Tasks -> /runner/runtime/artifacts/bin/Crossgen2Tasks/Release/Crossgen2Tasks.dll
[00:00:05] [pr release]   HelixTestTasks -> /runner/runtime/artifacts/bin/HelixTestTasks/Release/net11.0/HelixTestTasks.dll
[00:00:06] [pr release]   ILLink.RoslynAnalyzer -> /runner/runtime/artifacts/bin/ILLink.RoslynAnalyzer/Release/netstandard2.0/ILLink.RoslynAnalyzer.dll
[00:00:06] [pr release]   ILLink.CodeFixProvider -> /runner/runtime/artifacts/bin/ILLink.CodeFixProvider/Release/netstandard2.0/ILLink.CodeFixProvider.dll
[00:00:06] [pr release]   Mono.Linker -> /runner/runtime/artifacts/bin/Mono.Linker/ref/Release/net11.0/illink.dll
[00:00:06] [pr release]   Mono.Linker -> /runner/runtime/artifacts/bin/Mono.Linker/Release/net11.0/illink.dll
[00:00:06] [pr release]   ILLink.Tasks -> /runner/runtime/artifacts/bin/ILLink.Tasks/Release/net/ILLink.Tasks.dll
[00:00:06] [pr release]   System.Private.CoreLib.Generators -> /runner/runtime/artifacts/bin/System.Private.CoreLib.Generators/Release/netstandard2.0/System.Private.CoreLib.Generators.dll
[00:00:06] [pr release]   System.Private.CoreLib -> /runner/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net11.0/System.Private.CoreLib.dll
[00:00:06] [pr release]   EventSourceGenerator -> /runner/runtime/artifacts/bin/EventSourceGenerator/Release/netstandard2.0/EventSourceGenerator.dll
[00:00:06] [pr release]   Microsoft.Interop.SourceGeneration -> /runner/runtime/artifacts/bin/Microsoft.Interop.SourceGeneration/Release/netstandard2.0/Microsoft.Interop.SourceGeneration.dll
[00:00:06] [pr release]   LibraryImportGenerator -> /runner/runtime/artifacts/bin/LibraryImportGenerator/Release/netstandard2.0/Microsoft.Interop.LibraryImportGenerator.dll
[00:00:06] [pr release]   System.Private.CoreLib -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll
[00:00:06] [pr release]   cdac-build-tool -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/cdac-build-tool/cdac-build-tool.dll
[00:00:06] [pr release]   Executing "/runner/runtime/src/coreclr/build-runtime.sh" -x64 -release -os linux -ninja -pgodatapath "/root/.nuget/packages/optimization.linux-x64.pgo.coreclr/1.0.0-prerelease.26276.2" -targetrid linux-x64 -cmakeargs "-DCLR_DOTNET_RID=linux-x64" -cmakeargs "-DCLR_DOTNET_HOST_PATH='/usr/lib/dotnet/dotnet'" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/cdac-build-tool/cdac-build-tool.dll" -cmakeargs "-DFEATURE_DYNAMIC_CODE_COMPILED=1" 
[00:00:06] [pr release]   Commencing CoreCLR Repo build
[00:00:06] [pr release]   __TargetRid: linux-x64
[00:00:06] [pr release]   Setting up directories for build
[00:00:06] [pr release]   Checking prerequisites...
[00:00:06] [pr release]   /usr/bin/ninja
[00:00:06] [pr release]   Commencing build of "install" target in "CoreCLR component" for linux.x64.Release in /runner/runtime/artifacts/obj/coreclr/linux.x64.Release
[00:00:06] [pr release]   Invoking "/runner/runtime/eng/native/gen-buildsys.sh" "/runner/runtime/src/coreclr" "/runner/runtime/artifacts/obj/coreclr/linux.x64.Release" x64 linux clang Release "ninja"  -DCLR_CMAKE_PGO_INSTRUMENT=0 -DCLR_CMAKE_OPTDATA_PATH=/root/.nuget/packages/optimization.linux-x64.pgo.coreclr/1.0.0-prerelease.26276.2 -DCLR_CMAKE_PGO_OPTIMIZE=1 -DCLI_CMAKE_FALLBACK_OS="linux" -DFEATURE_DISTRO_AGNOSTIC_SSL=1 -DFEATURE_DYNAMIC_CODE_COMPILED=1 -DCDAC_BUILD_TOOL_BINARY_PATH=/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/cdac-build-tool/cdac-build-tool.dll -DCLR_DOTNET_HOST_PATH='/usr/lib/dotnet/dotnet' -DCLR_DOTNET_RID=linux-x64 
[00:00:06] [pr release]   -- The linker identification is Ubuntu LLD 18.1.3 (compatible with GNU linkers)
[00:00:06] [pr release]   Not searching for unused variables given on the command line.
[00:00:06] [pr release]   Detected Linux x86_64
[00:00:06] [pr release]   -- Using CMake version 3.28.3
[00:00:06] [pr release]   -- ZLIB_HEADER_VERSION: 1.3.1
[00:00:06] [pr release]   -- ZLIBNG_HEADER_VERSION: 2.2.5
[00:00:06] [pr release]   -- Arch detected: 'x86_64'
[00:00:06] [pr release]   -- Basearch of 'x86_64' has been detected as: 'x86'
[00:00:06] [pr release]   -- Architecture-specific source files: arch/x86/x86_features.c;arch/x86/chunkset_sse2.c;arch/x86/compare256_sse2.c;arch/x86/slide_hash_sse2.c;arch/x86/adler32_ssse3.c;arch/x86/chunkset_ssse3.c;arch/x86/adler32_sse42.c;arch/x86/crc32_pclmulqdq.c;arch/x86/slide_hash_avx2.c;arch/x86/chunkset_avx2.c;arch/x86/compare256_avx2.c;arch/x86/adler32_avx2.c;arch/x86/adler32_avx512.c;arch/x86/chunkset_avx512.c;arch/x86/adler32_avx512_vnni.c;arch/x86/crc32_vpclmulqdq.c
[00:00:06] [pr release]   -- The following features have been enabled:
[00:00:06] [pr release]   
[00:00:06] [pr release]    * CMAKE_BUILD_TYPE, Build type: RELEASE (selected)
[00:00:06] [pr release]    * XSAVE, Support XSAVE intrinsics using "-mxsave"
[00:00:06] [pr release]    * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using "-mssse3"
[00:00:06] [pr release]    * SSE42_CRC, Support SSE4.2 optimized adler32 hash generation, using "-msse4.2"
[00:00:06] [pr release]    * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-msse4.2 -mpclmul"
[00:00:06] [pr release]    * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "-mavx2 -mbmi2"
[00:00:06] [pr release]    * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "-mavx2 -mbmi2"
[00:00:06] [pr release]    * AVX2_COMPARE256, Support AVX2 optimized compare256, using "-mavx2 -mbmi2"
[00:00:06] [pr release]    * AVX2_ADLER32, Support AVX2-accelerated adler32, using "-mavx2 -mbmi2"
[00:00:06] [pr release]    * AVX512_ADLER32, Support AVX512-accelerated adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:06] [pr release]    * AVX512_CHUNKSET, Support AVX512 optimized chunkset, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:06] [pr release]    * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mavx512vnni -mbmi2 -mtune=cascadelake"
[00:00:06] [pr release]    * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using "-mpclmul -mvpclmulqdq -mavx512f -mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:06] [pr release]    * WITH_GZFILEOP, Compile with support for gzFile related functions
[00:00:06] [pr release]    * ZLIB_COMPAT, Compile with zlib compatible API
[00:00:06] [pr release]    * WITH_SANITIZER, Enable sanitizer support
[00:00:06] [pr release]    * WITH_GTEST, Build gtest_zlib
[00:00:06] [pr release]    * WITH_OPTIM, Build with optimisation
[00:00:06] [pr release]    * WITH_NEW_STRATEGIES, Use new strategies
[00:00:06] [pr release]    * WITH_RUNTIME_CPU_DETECTION, Build with runtime CPU detection
[00:00:06] [pr release]    * WITH_AVX2, Build with AVX2
[00:00:06] [pr release]    * WITH_AVX512, Build with AVX512
[00:00:06] [pr release]    * WITH_AVX512VNNI, Build with AVX512 VNNI
[00:00:06] [pr release]    * WITH_SSE2, Build with SSE2
[00:00:06] [pr release]    * WITH_SSSE3, Build with SSSE3
[00:00:06] [pr release]    * WITH_SSE42, Build with SSE42
[00:00:06] [pr release]    * WITH_PCLMULQDQ, Build with PCLMULQDQ
[00:00:06] [pr release]    * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
[00:00:06] [pr release]   
[00:00:06] [pr release]   -- The following OPTIONAL packages have been found:
[00:00:06] [pr release]   
[00:00:06] [pr release]    * OpenSSL
[00:00:06] [pr release]   
[00:00:06] [pr release]   -- The following features have been disabled:
[00:00:06] [pr release]   
[00:00:06] [pr release]    * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
[00:00:06] [pr release]    * ZLIB_ENABLE_TESTS, Build test binaries
[00:00:06] [pr release]    * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
[00:00:06] [pr release]    * WITH_FUZZERS, Build test/fuzz
[00:00:06] [pr release]    * WITH_BENCHMARKS, Build test/benchmarks
[00:00:06] [pr release]    * WITH_BENCHMARK_APPS, Build application benchmarks
[00:00:06] [pr release]    * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
[00:00:06] [pr release]    * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
[00:00:06] [pr release]    * WITH_CODE_COVERAGE, Enable code coverage reporting
[00:00:06] [pr release]    * WITH_INFLATE_STRICT, Build with strict inflate distance checking
[00:00:06] [pr release]    * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
[00:00:06] [pr release]    * INSTALL_UTILS, Copy minigzip and minideflate during install
[00:00:06] [pr release]   
[00:00:06] [pr release]   -- The following OPTIONAL packages have not been found:
[00:00:06] [pr release]   
[00:00:06] [pr release]    * PkgConfig
[00:00:06] [pr release]   
[00:00:06] [pr release]   -- Build type is 'RELEASE'
[00:00:06] [pr release]   -- Compiler is not EMSCRIPTEN
[00:00:06] [pr release]   -- ZSTD VERSION: 1.5.7
[00:00:06] [pr release]   -- CMAKE_INSTALL_PREFIX: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release
[00:00:06] [pr release]   -- CMAKE_INSTALL_LIBDIR: lib
[00:00:06] [pr release]   -- ZSTD_LEGACY_SUPPORT not defined!
[00:00:06] [pr release]   -- ZSTD_MULTITHREAD_SUPPORT is disabled
[00:00:06] [pr release]   -- OPENSSL_INCLUDE_DIR:    /usr/include
[00:00:06] [pr release]   -- OPENSSL_CRYPTO_LIBRARY: /usr/lib/x86_64-linux-gnu/libcrypto.so
[00:00:06] [pr release]   -- OPENSSL_SSL_LIBRARY:    /usr/lib/x86_64-linux-gnu/libssl.so
[00:00:06] [pr release]   -- OPENSSL_VERSION:        3.0.13
[00:00:07] [pr release]   CMake Warning at pgosupport.cmake:62 (message):
[00:00:07] [pr release]     LTO is not supported or PGO optimization data not compatible, skipping
[00:00:07] [pr release]     profile guided optimizations for clrjit
[00:00:07] [pr release]   Call Stack (most recent call first):
[00:00:07] [pr release]     jit/CMakeLists.txt:719 (add_pgo)
[00:00:07] [pr release]   
[00:00:07] [pr release]   
[00:00:07] [pr release]   CMake Warning at pgosupport.cmake:62 (message):
[00:00:07] [pr release]     LTO is not supported or PGO optimization data not compatible, skipping
[00:00:07] [pr release]     profile guided optimizations for coreclr
[00:00:07] [pr release]   Call Stack (most recent call first):
[00:00:07] [pr release]     dlls/mscoree/coreclr/CMakeLists.txt:275 (add_pgo)
[00:00:07] [pr release]   
[00:00:07] [pr release]   
[00:00:07] [pr release]   -- Configuring done (1.0s)
[00:00:07] [pr release]   -- Generating done (0.2s)
[00:00:08] [pr release]   -- Build files have been written to: /runner/runtime/artifacts/obj/coreclr/linux.x64.Release
[00:00:08] [pr release]   /runner/runtime/artifacts/obj/coreclr/linux.x64.Release /runner/runtime/src/coreclr
[00:00:08] [pr release]   Executing /usr/bin/ninja -j 32 install
[00:00:08] [pr release]   [1/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/is_fpreg.c.o
[00:00:08] [pr release]   [2/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/strerror.c.o
[00:00:08] [pr release]   [3/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-info-list.c.o
[00:00:08] [pr release]   [4/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Ldestroy_addr_space.c.o
[00:00:08] [pr release]   [5/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lapply_reg_state.c.o
[00:00:08] [pr release]   [6/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-cancel.c.o
[00:00:08] [pr release]   [7/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-register.c.o
[00:00:08] [pr release]   [8/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_accessors.c.o
[00:00:08] [pr release]   [9/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_reg.c.o
[00:00:08] [pr release]   [10/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/init.c.o
[00:00:08] [pr release]   [11/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/flush_cache.c.o
[00:00:08] [pr release]   [12/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/regname.c.o
[00:00:08] [pr release]   [13/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Ldyn-extract.c.o
[00:00:08] [pr release]   [14/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_proc_info_by_ip.c.o
[00:00:08] [pr release]   [15/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lput_dynamic_unwind_info.c.o
[00:00:08] [pr release]   [16/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lfind_dynamic_proc_info.c.o
[00:00:08] [pr release]   [17/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_reg.c.o
[00:00:08] [pr release]   [18/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_fpreg.c.o
[00:00:08] [pr release]   [19/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_fpreg.c.o
[00:00:08] [pr release]   [20/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_caching_policy.c.o
[00:00:08] [pr release]   [21/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_cache_size.c.o
[00:00:08] [pr release]   [22/128] Building ASM object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/setcontext.S.o
[00:00:08] [pr release]   [23/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lreg_states_iterate.c.o
[00:00:08] [pr release]   [24/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lcreate_addr_space.c.o
[00:00:08] [pr release]   [25/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lget_save_loc.c.o
[00:00:08] [pr release]   [26/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lglobal.c.o
[00:00:08] [pr release]   [27/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_proc_name.c.o
[00:00:08] [pr release]   [28/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lget_proc_info_in_range.c.o
[00:00:08] [pr release]   [29/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/mempool.c.o
[00:00:08] [pr release]   [30/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/backtrace.c.o
[00:00:08] [pr release]   [31/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Los-linux.c.o
[00:00:08] [pr release]   [32/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit_remote.c.o
[00:00:08] [pr release]   [33/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lget_proc_info.c.o
[00:00:08] [pr release]   [34/128] Building ASM object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/getcontext.S.o
[00:00:08] [pr release]   [35/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdyn-extract.c.o
[00:00:08] [pr release]   [36/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_reg.c.o
[00:00:08] [pr release]   [37/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit.c.o
[00:00:08] [pr release]   [38/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gput_dynamic_unwind_info.c.o
[00:00:08] [pr release]   [39/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_reg.c.o
[00:00:08] [pr release]   [40/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_fpreg.c.o
[00:00:08] [pr release]   [41/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_fpreg.c.o
[00:00:08] [pr release]   [42/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Greg_states_iterate.c.o
[00:00:08] [pr release]   [43/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_caching_policy.c.o
[00:00:08] [pr release]   [44/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_cache_size.c.o
[00:00:08] [pr release]   [45/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gapply_reg_state.c.o
[00:00:08] [pr release]   [46/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gos-linux.c.o
[00:00:08] [pr release]   [47/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lregs.c.o
[00:00:08] [pr release]   [48/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_proc_info_by_ip.c.o
[00:00:08] [pr release]   [49/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lresume.c.o
[00:00:08] [pr release]   [50/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdestroy_addr_space.c.o
[00:00:08] [pr release]   [51/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gcreate_addr_space.c.o
[00:00:08] [pr release]   [52/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lstash_frame.c.o
[00:00:08] [pr release]   [53/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit_local.c.o
[00:00:08] [pr release]   [54/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gget_proc_info_in_range.c.o
[00:00:08] [pr release]   [55/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gfind_dynamic_proc_info.c.o
[00:00:08] [pr release]   [56/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_proc_name.c.o
[00:00:08] [pr release]   [57/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/os-linux.c.o
[00:00:08] [pr release]   [58/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gget_save_loc.c.o
[00:00:08] [pr release]   [59/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gglobal.c.o
[00:00:08] [pr release]   [60/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gaddress_validator.c.o
[00:00:08] [pr release]   [61/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lstep.c.o
[00:00:08] [pr release]   [62/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdyn-remote.c.o
[00:00:08] [pr release]   [63/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit_remote.c.o
[00:00:08] [pr release]   [64/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gget_proc_info.c.o
[00:00:08] [pr release]   [65/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit_local.c.o
[00:00:08] [pr release]   [66/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/global.c.o
[00:00:08] [pr release]   [67/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gstash_frame.c.o
[00:00:08] [pr release]   [68/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gregs.c.o
[00:00:08] [pr release]   [69/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gresume.c.o
[00:00:08] [pr release]   [70/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lpe.c.o
[00:00:08] [pr release]   [71/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit.c.o
[00:00:08] [pr release]   [72/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfind_unwind_table.c.o
[00:00:08] [pr release]   [73/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ltrace.c.o
[00:00:08] [pr release]   [74/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfind_unwind_table.c.o
[00:00:08] [pr release]   [75/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gstep.c.o
[00:00:08] [pr release]   [76/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfind_proc_info-lsb.c.o
[00:00:08] [pr release]   [77/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfde.c.o
[00:00:08] [pr release]   [78/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gpe.c.o
[00:00:08] [pr release]   [79/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gtrace.c.o
[00:00:08] [pr release]   [80/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfind_proc_info-lsb.c.o
[00:00:08] [pr release]   [81/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lexpr.c.o
[00:00:08] [pr release]   [82/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfde.c.o
[00:00:08] [pr release]   [83/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/elf64.c.o
[00:00:08] [pr release]   [84/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gexpr.c.o
[00:00:08] [pr release]   [85/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lparser.c.o
[00:00:08] [pr release]   [86/128] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gparser.c.o
[00:00:08] [pr release]   [87/128] Linking CXX static library pal/src/libcoreclrpal.a
[00:00:08] [pr release]   [88/128] Linking CXX shared library tools/superpmi/superpmi-shim-simple/libsuperpmi-shim-simple.so
[00:00:08] [pr release]   Stripping symbols from libsuperpmi-shim-simple.so into libsuperpmi-shim-simple.so.dbg
[00:00:08] [pr release]   [89/128] Linking CXX shared library tools/superpmi/superpmi-shim-counter/libsuperpmi-shim-counter.so
[00:00:08] [pr release]   Stripping symbols from libsuperpmi-shim-counter.so into libsuperpmi-shim-counter.so.dbg
[00:00:08] [pr release]   [90/128] Linking CXX executable tools/superpmi/superpmi/superpmi
[00:00:08] [pr release]   Stripping symbols from superpmi into superpmi.dbg
[00:00:08] [pr release]   [91/128] Linking CXX shared library tools/superpmi/superpmi-shim-collector/libsuperpmi-shim-collector.so
[00:00:08] [pr release]   Stripping symbols from libsuperpmi-shim-collector.so into libsuperpmi-shim-collector.so.dbg
[00:00:08] [pr release]   [92/128] Linking CXX executable ildasm/exe/ildasm
[00:00:08] [pr release]   Stripping symbols from ildasm into ildasm.dbg
[00:00:08] [pr release]   [93/128] Linking CXX executable tools/superpmi/mcs/mcs
[00:00:08] [pr release]   Stripping symbols from mcs into mcs.dbg
[00:00:08] [pr release]   [94/128] Linking CXX executable ilasm/ilasm
[00:00:08] [pr release]   Stripping symbols from ilasm into ilasm.dbg
[00:00:09] [pr release]   [95/128] Linking CXX shared library dlls/mscordac/libmscordaccore.so
[00:00:09] [pr release]   Stripping symbols from libmscordaccore.so into libmscordaccore.so.dbg
[00:00:09] [pr release]   [96/128] Linking CXX shared library dlls/mscordbi/libmscordbi.so
[00:00:09] [pr release]   Stripping symbols from libmscordbi.so into libmscordbi.so.dbg
[00:00:09] [pr release]   [97/128] Linking CXX shared library dlls/mscoree/coreclr/libcoreclr.so
[00:00:09] [pr release]   Stripping symbols from libcoreclr.so into libcoreclr.so.dbg
[00:00:09] [pr release]   [98/128] Generating coreclr module index file -> /runner/runtime/artifacts/obj/coreclr/linux.x64.Release/debug/runtimeinfo/runtimemoduleindex.h
[00:00:09] [pr release]   [99/128] Generating mscordaccore module index file -> /runner/runtime/artifacts/obj/coreclr/linux.x64.Release/debug/runtimeinfo/dacmoduleindex.h
[00:00:09] [pr release]   [100/128] Generating mscordbi module index file -> /runner/runtime/artifacts/obj/coreclr/linux.x64.Release/debug/runtimeinfo/dbimoduleindex.h
[00:00:09] [pr release]   [101/128] Building CXX object debug/runtimeinfo/CMakeFiles/runtimeinfo.dir/runtimeinfo.cpp.o
[00:00:09] [pr release]   [102/128] Linking CXX static library debug/runtimeinfo/libruntimeinfo.a
[00:00:10] [pr release]   [103/128] Building CXX object jit/CMakeFiles/clrjit_universal_wasm_x64.dir/gentree.cpp.o
[00:00:10] [pr release]   [104/128] Building CXX object jit/CMakeFiles/clrjit_universal_arm_x64.dir/gentree.cpp.o
[00:00:10] [pr release]   [105/128] Building CXX object jit/CMakeFiles/clrjit_universal_wasm_x64.dir/valuenum.cpp.o
[00:00:10] [pr release]   [106/128] Building CXX object jit/CMakeFiles/clrjit_universal_arm_x64.dir/valuenum.cpp.o
[00:00:11] [pr release]   [107/128] Linking CXX shared library jit/libclrjit_universal_wasm_x64.so
[00:00:11] [pr release]   Stripping symbols from libclrjit_universal_wasm_x64.so into libclrjit_universal_wasm_x64.so.dbg
[00:00:11] [pr release]   [108/128] Linking CXX shared library jit/libclrjit_universal_arm_x64.so
[00:00:11] [pr release]   Stripping symbols from libclrjit_universal_arm_x64.so into libclrjit_universal_arm_x64.so.dbg
[00:00:11] [pr release]   [109/128] Building CXX object jit/CMakeFiles/clrjit_universal_arm64_x64.dir/valuenum.cpp.o
[00:00:11] [pr release]   [110/128] Building CXX object jit/CMakeFiles/clrjit_universal_arm64_x64.dir/gentree.cpp.o
[00:00:12] [pr release]   [111/128] Building CXX object jit/static/CMakeFiles/clrjit_static.dir/__/valuenum.cpp.o
[00:00:12] [pr release]   [112/128] Building CXX object jit/CMakeFiles/clrjit_win_x64_x64.dir/valuenum.cpp.o
[00:00:12] [pr release]   [113/128] Building CXX object jit/CMakeFiles/clrjit_win_x86_x64.dir/valuenum.cpp.o
[00:00:12] [pr release]   [114/128] Building CXX object jit/CMakeFiles/clrjit_unix_x64_x64.dir/valuenum.cpp.o
[00:00:12] [pr release]   [115/128] Building CXX object jit/CMakeFiles/clrjit.dir/valuenum.cpp.o
[00:00:12] [pr release]   [116/128] Linking CXX shared library jit/libclrjit_universal_arm64_x64.so
[00:00:12] [pr release]   Stripping symbols from libclrjit_universal_arm64_x64.so into libclrjit_universal_arm64_x64.so.dbg
[00:00:12] [pr release]   [117/128] Building CXX object jit/CMakeFiles/clrjit_win_x64_x64.dir/gentree.cpp.o
[00:00:12] [pr release]   [118/128] Building CXX object jit/CMakeFiles/clrjit_unix_x64_x64.dir/gentree.cpp.o
[00:00:12] [pr release]   [119/128] Building CXX object jit/CMakeFiles/clrjit.dir/gentree.cpp.o
[00:00:12] [pr release]   [120/128] Building CXX object jit/static/CMakeFiles/clrjit_static.dir/__/gentree.cpp.o
[00:00:12] [pr release]   [121/128] Building CXX object jit/CMakeFiles/clrjit_win_x86_x64.dir/gentree.cpp.o
[00:00:12] [pr release]   [122/128] Linking CXX shared library jit/libclrjit_win_x64_x64.so
[00:00:12] [pr release]   Stripping symbols from libclrjit_win_x64_x64.so into libclrjit_win_x64_x64.so.dbg
[00:00:12] [pr release]   [123/128] Linking CXX shared library jit/libclrjit_unix_x64_x64.so
[00:00:12] [pr release]   Stripping symbols from libclrjit_unix_x64_x64.so into libclrjit_unix_x64_x64.so.dbg
[00:00:12] [pr release]   [124/128] Linking CXX shared library jit/libclrjit.so
[00:00:12] [pr release]   Stripping symbols from libclrjit.so into libclrjit.so.dbg
[00:00:12] [pr release]   [125/128] Linking CXX shared library jit/libclrjit_win_x86_x64.so
[00:00:12] [pr release]   Stripping symbols from libclrjit_win_x86_x64.so into libclrjit_win_x86_x64.so.dbg
[00:00:13] [pr release]   [126/128] Linking CXX static library dlls/mscoree/coreclr/libcoreclr_static.a
[00:00:14] [pr release]   [127/128] Linking CXX executable Corehost.Static/singlefilehost
[00:00:14] [pr release]   Stripping symbols from singlefilehost into singlefilehost.dbg
[00:00:14] [pr release]   [127/128] Install the project...
[00:00:14] [pr release]   -- Install configuration: "RELEASE"
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/corehost/singlefilehost.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/corehost/singlefilehost
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/lib/libcoreclrpal.a
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./ilasm
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./ilasm.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./ildasm
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./ildasm.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libclrjit.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libclrjit.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_arm64_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_arm64_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_wasm_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_wasm_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_unix_x64_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_unix_x64_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_win_x64_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_win_x64_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_arm_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_universal_arm_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_win_x86_x64.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libclrjit_win_x86_x64.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/lib/libruntimeinfo.a
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libmscordbi.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libmscordbi.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libmscordbi.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libmscordbi.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libmscordaccore.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libmscordaccore.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libmscordaccore.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libmscordaccore.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libcoreclr.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libcoreclr.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libcoreclr.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/sharedFramework/libcoreclr.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./superpmi
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./superpmi.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./mcs
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./mcs.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-collector.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-collector.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-counter.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-counter.so.dbg
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-simple.so
[00:00:14] [pr release]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/./libsuperpmi-shim-simple.so.dbg
[00:00:14] [pr release]   /runner/runtime/src/coreclr
[00:00:14] [pr release]   Repo successfully built.
[00:00:14] [pr release]   Product binaries are available at /runner/runtime/artifacts/bin/coreclr/linux.x64.Release
[00:00:14] [pr release]   runincontext -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/runincontext.dll
[00:00:14] [pr release]   tieringtest -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/tieringtest.dll
[00:00:14] [pr release]   ILCompiler.Reflection.ReadyToRun -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/ILCompiler.Reflection.ReadyToRun.dll
[00:00:14] [pr release]   ILCompiler.TypeSystem -> /runner/runtime/artifacts/bin/ILCompiler.TypeSystem/x64/Release/ILCompiler.TypeSystem.dll
[00:00:14] [pr release]   ILCompiler.Diagnostics -> /runner/runtime/artifacts/bin/ILCompiler.Diagnostics/x64/Release/ILCompiler.Diagnostics.dll
[00:00:14] [pr release]   R2RDump -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/R2RDump/R2RDump.dll
[00:00:14] [pr release]   dotnet-pgo -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/dotnet-pgo/dotnet-pgo.dll
[00:00:14] [pr release]   repro -> /runner/runtime/artifacts/bin/repro/x64/Release/repro.dll
[00:00:14] [pr release]   R2RTest -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/R2RTest/R2RTest.dll
[00:00:15] [pr release]   PdbChecker -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/PdbChecker/PdbChecker.dll
[00:00:15] [pr release]   AssemblyChecker -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/AssemblyChecker/AssemblyChecker.dll
[00:00:15] [pr release]   ILVerify -> /runner/runtime/artifacts/bin/ILVerify/x64/Release/ILVerify.dll
[00:00:15] [pr release]   ILVerification -> /runner/runtime/artifacts/bin/ILVerification/x64/Release/ILVerification.dll
[00:00:15] [pr release]   ILCompiler.DependencyAnalysisFramework -> /runner/runtime/artifacts/bin/ILCompiler.DependencyAnalysisFramework/x64/Release/ILCompiler.DependencyAnalysisFramework.dll
[00:00:15] [pr release]   ILTrim.Core -> /runner/runtime/artifacts/bin/ILTrim.Core/x64/Release/ILTrim.Core.dll
[00:00:15] [pr release]   ILTrim -> /runner/runtime/artifacts/bin/ILTrim/x64/Release/ILTrim.dll
[00:00:15] [pr release]   Microsoft.Diagnostics.DataContractReader.DataGenerator -> /runner/runtime/artifacts/bin/Microsoft.Diagnostics.DataContractReader.DataGenerator/Release/Microsoft.Diagnostics.DataContractReader.DataGenerator.dll
[00:00:15] [pr release]   Microsoft.Diagnostics.DataContractReader.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Diagnostics.DataContractReader.Abstractions/Release/Microsoft.Diagnostics.DataContractReader.Abstractions.dll
[00:00:15] [pr release]   Microsoft.Diagnostics.DataContractReader.Contracts -> /runner/runtime/artifacts/bin/Microsoft.Diagnostics.DataContractReader.Contracts/Release/Microsoft.Diagnostics.DataContractReader.Contracts.dll
[00:00:15] [pr release]   Microsoft.Diagnostics.DataContractReader -> /runner/runtime/artifacts/bin/Microsoft.Diagnostics.DataContractReader/Release/Microsoft.Diagnostics.DataContractReader.dll
[00:00:15] [pr release]   StressLogAnalyzer -> /runner/runtime/artifacts/bin/StressLogAnalyzer/Release/net11.0/StressLogAnalyzer.dll
[00:00:15] [pr release]   ILCompiler.MetadataTransform -> /runner/runtime/artifacts/bin/ILCompiler.MetadataTransform/x64/Release/ILCompiler.MetadataTransform.dll
[00:00:15] [pr release]   ILCompiler.Compiler -> /runner/runtime/artifacts/bin/ILCompiler.Compiler/x64/Release/ILCompiler.Compiler.dll
[00:00:15] [pr release]   ILCompiler.RyuJit -> /runner/runtime/artifacts/bin/ILCompiler.RyuJit/x64/Release/ILCompiler.RyuJit.dll
[00:00:15] [pr release]   ILCompiler_inbuild -> /runner/runtime/artifacts/bin/ILCompiler_inbuild/x64/Release/ilc.dll
[00:00:16] [pr release]   ILCompiler_inbuild -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/x64/ilc/
[00:00:16] [pr release]   ILCompiler.ReadyToRun -> /runner/runtime/artifacts/bin/ILCompiler.ReadyToRun/x64/Release/ILCompiler.ReadyToRun.dll
[00:00:16] [pr release]   crossgen2_inbuild -> /runner/runtime/artifacts/bin/crossgen2_inbuild/x64/Release/crossgen2.dll
[00:00:16] [pr release]   crossgen2_inbuild -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/x64/crossgen2/
[00:00:16] [pr release]   DownlevelLibraryImportGenerator -> /runner/runtime/artifacts/bin/DownlevelLibraryImportGenerator/Release/netstandard2.0/Microsoft.Interop.LibraryImportGenerator.Downlevel.dll
[00:00:16] [pr release]   ILCompiler.Build.Tasks -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/ilc-published/netstandard/ILCompiler.Build.Tasks.dll
[00:00:16] [pr release]   ILCompiler_publish -> /runner/runtime/artifacts/bin/ILCompiler_publish/x64/Release/ilc.dll
[00:00:16] [pr release]   ILCompiler_publish -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/ilc-published/
[00:00:16] [pr release]   crossgen2_publish -> /runner/runtime/artifacts/bin/crossgen2_publish/x64/Release/crossgen2.dll
[00:00:17] [pr release]   crossgen2_publish -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/crossgen2-published/
[00:00:17] [pr release]   ILAssembler -> /runner/runtime/artifacts/bin/ILAssembler/Release/net11.0/ILAssembler.dll
[00:00:17] [pr release]   ilasm -> /runner/runtime/artifacts/bin/ilasm/Release/ilasm.dll
[00:00:17] [pr release]   ilasm -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/managed-ilasm/
[00:00:17] [pr release]   ILCompiler -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/ilc/ilc.dll
[00:00:17] [pr release]   crossgen2 -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/crossgen2/crossgen2.dll
[00:00:17] [pr release]   SuperFileCheck -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/SuperFileCheck/SuperFileCheck.dll
[00:00:17] [pr release]   cdac-build-tool -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/cdac-build-tool/cdac-build-tool.dll
[00:00:17] [pr release]   Generating native image of System.Private.CoreLib for linux.x64.Release. Logging to 
[00:00:17] [pr release]   /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/x64/crossgen2/crossgen2 -o:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.dll -r:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/*.dll --targetarch:x64 --obj-format:pe --targetos:linux -m:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/StandardOptimizationData.mibc --embed-pgo-data -O /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/runner/runtime/artifacts/bin/coreclr/linux.x64.Release/
[00:00:19] [pr release]   Emitting R2R PE file: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.dll
[00:00:20] [pr release]   Emitting PerfMap file: /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/System.Private.CoreLib.ni.r2rmap
[00:00:20] [pr release]   Crossgenning of System.Private.CoreLib succeeded.
[00:00:20] [pr release]   Product binaries are available at /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/
[00:00:20] [pr release]   Microsoft.NETCore.TestHost -> /runner/runtime/artifacts/packages/Release/NonShipping/runtime.linux-x64.Microsoft.NETCore.TestHost.11.0.0-dev.nupkg
[00:00:20] [pr release]   Microsoft.NETCore.ILAsm -> /runner/runtime/artifacts/packages/Release/Shipping/runtime.linux-x64.Microsoft.NETCore.ILAsm.11.0.0-dev.nupkg
[00:00:20] [pr release]   Microsoft.NETCore.ILDAsm -> /runner/runtime/artifacts/packages/Release/Shipping/runtime.linux-x64.Microsoft.NETCore.ILDAsm.11.0.0-dev.nupkg
[00:00:20] [pr release]   Microsoft.NETCore.TestHost -> /runner/runtime/artifacts/packages/Release/NonShipping/Microsoft.NETCore.TestHost.11.0.0-dev.nupkg
[00:00:20] [pr release]   Microsoft.NETCore.ILDAsm -> /runner/runtime/artifacts/packages/Release/Shipping/Microsoft.NETCore.ILDAsm.11.0.0-dev.nupkg
[00:00:20] [pr release]   Microsoft.NETCore.ILAsm -> /runner/runtime/artifacts/packages/Release/Shipping/Microsoft.NETCore.ILAsm.11.0.0-dev.nupkg
[00:00:21] [pr release]   System.Private.CoreLib -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/aotsdk/System.Private.CoreLib.dll
[00:00:21] [pr release]   System.Private.TypeLoader -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/aotsdk/System.Private.TypeLoader.dll
[00:00:21] [pr release]   System.Private.Reflection.Execution -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/aotsdk/System.Private.Reflection.Execution.dll
[00:00:21] [pr release]   System.Private.StackTraceMetadata -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/aotsdk/System.Private.StackTraceMetadata.dll
[00:00:21] [pr release]   Test.CoreLib -> /runner/runtime/artifacts/bin/Test.CoreLib/x64/Release/Test.CoreLib.dll
[00:00:22] [pr release]   "/runner/runtime/src/native/corehost/build.sh" Release x64 -commithash "87bc606f1770e7dc7c03877d9bb5120df9b4364b" -os linux -cmakeargs "-DVERSION_FILE_PATH=/runner/runtime/artifacts/obj/_version.c" -ninja -runtimeflavor CoreCLR -targetrid linux-x64 -cmakeargs "-DCLR_CMAKE_BUILD_HOST_TESTS=FALSE" -cmakeargs "-DCLR_CMAKE_BUILD_HOST_PRODUCT=TRUE" 
[00:00:22] [pr release]   __TargetRid: linux-x64
[00:00:22] [pr release]   Setting up directories for build
[00:00:22] [pr release]   Checking prerequisites...
[00:00:22] [pr release]   /usr/bin/ninja
[00:00:22] [pr release]   Commencing build of "install" target in "installer component" for linux.x64.Release in /runner/runtime/artifacts/obj/linux-x64.Release
[00:00:22] [pr release]   Invoking "/runner/runtime/eng/native/gen-buildsys.sh" "/runner/runtime/src/native/corehost" "/runner/runtime/artifacts/obj/linux-x64.Release" x64 linux clang Release "ninja"  -DFEATURE_DISTRO_AGNOSTIC_SSL=1 -DCLI_CMAKE_FALLBACK_OS="linux" -DCLI_CMAKE_COMMIT_HASH="87bc606f1770e7dc7c03877d9bb5120df9b4364b" -DFEATURE_DISTRO_AGNOSTIC_SSL=1 -DCLR_CMAKE_BUILD_HOST_PRODUCT=TRUE -DCLR_CMAKE_BUILD_HOST_TESTS=FALSE -DVERSION_FILE_PATH=/runner/runtime/artifacts/obj/_version.c 
[00:00:22] [pr release]   Not searching for unused variables given on the command line.
[00:00:22] [pr release]   -- The linker identification is Ubuntu LLD 18.1.3 (compatible with GNU linkers)
[00:00:22] [pr release]   Detected Linux x86_64
[00:00:22] [pr release]   -- Configuring done (0.1s)
[00:00:22] [pr release]   -- Generating done (0.0s)
[00:00:22] [pr release]   -- Build files have been written to: /runner/runtime/artifacts/obj/linux-x64.Release
[00:00:22] [pr release]   /runner/runtime/artifacts/obj/linux-x64.Release /runner/runtime/src/native/corehost
[00:00:22] [pr release]   Executing /usr/bin/ninja -j 32 install
[00:00:23] [pr release]   [1/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/fx_reference.cpp.o
[00:00:23] [pr release]   [2/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/version_compatibility_range.cpp.o
[00:00:23] [pr release]   [3/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/bundle/header.cpp.o
[00:00:23] [pr release]   [4/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/roll_forward_option.cpp.o
[00:00:23] [pr release]   [5/88] Building CXX object nethost/CMakeFiles/libnethost.dir/nethost.cpp.o
[00:00:23] [pr release]   [6/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/bundle/reader.cpp.o
[00:00:23] [pr release]   [7/88] Building CXX object nethost/CMakeFiles/nethost.dir/nethost.cpp.o
[00:00:23] [pr release]   [8/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/host_startup_info.cpp.o
[00:00:23] [pr release]   [9/88] Building CXX object hostmisc/CMakeFiles/hostmisc.dir/__/fxr/fx_ver.cpp.o
[00:00:23] [pr release]   [10/88] Building CXX object hostmisc/CMakeFiles/hostmisc_public.dir/__/fxr/fx_ver.cpp.o
[00:00:23] [pr release]   [11/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/bundle/info.cpp.o
[00:00:23] [pr release]   [12/88] Building CXX object nethost/CMakeFiles/libnethost.dir/__/fxr_resolver.cpp.o
[00:00:23] [pr release]   [13/88] Building CXX object nethost/CMakeFiles/nethost.dir/__/fxr_resolver.cpp.o
[00:00:23] [pr release]   [14/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/hostpolicy_resolver.cpp.o
[00:00:23] [pr release]   [15/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/fx_definition.cpp.o
[00:00:23] [pr release]   [16/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/install_info.cpp.o
[00:00:23] [pr release]   [17/88] Building CXX object hostmisc/CMakeFiles/hostmisc_public.dir/utils.cpp.o
[00:00:23] [pr release]   [18/88] Building CXX object hostmisc/CMakeFiles/hostmisc_public.dir/pal.unix.cpp.o
[00:00:23] [pr release]   [19/88] Building CXX object hostmisc/CMakeFiles/hostmisc.dir/utils.cpp.o
[00:00:23] [pr release]   [20/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/command_line.cpp.o
[00:00:23] [pr release]   [21/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/host_context.cpp.o
[00:00:23] [pr release]   [22/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/sdk_info.cpp.o
[00:00:23] [pr release]   [23/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/json_parser.cpp.o
[00:00:23] [pr release]   [24/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/fx_resolver.messages.cpp.o
[00:00:23] [pr release]   [25/88] Linking CXX static library nethost/libnethost.a
[00:00:23] [pr release]   [26/88] Building CXX object hostmisc/CMakeFiles/hostmisc.dir/pal.unix.cpp.o
[00:00:23] [pr release]   [27/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/sdk_resolver.cpp.o
[00:00:23] [pr release]   [28/88] Linking CXX static library hostmisc/libhostmisc.a
[00:00:23] [pr release]   [29/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/roll_forward_option.cpp.o
[00:00:23] [pr release]   [30/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/corehost_init.cpp.o
[00:00:23] [pr release]   [31/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/fx_reference.cpp.o
[00:00:23] [pr release]   [32/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/framework_info.cpp.o
[00:00:23] [pr release]   [33/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/bundle/header.cpp.o
[00:00:23] [pr release]   [34/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/host_startup_info.cpp.o
[00:00:23] [pr release]   [35/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/version_compatibility_range.cpp.o
[00:00:23] [pr release]   [36/88] Linking CXX shared library nethost/libnethost.so
[00:00:23] [pr release]   Stripping symbols from libnethost.so into libnethost.so.dbg
[00:00:23] [pr release]   [37/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/standalone/hostpolicy_resolver.cpp.o
[00:00:23] [pr release]   [38/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/fx_definition.cpp.o
[00:00:23] [pr release]   [39/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/bundle/info.cpp.o
[00:00:23] [pr release]   [40/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/bundle/reader.cpp.o
[00:00:24] [pr release]   [41/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/hostfxr.cpp.o
[00:00:24] [pr release]   [42/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/json_parser.cpp.o
[00:00:24] [pr release]   [43/88] Building CXX object hostcommon/CMakeFiles/libhostcommon.dir/__/runtime_config.cpp.o
[00:00:24] [pr release]   [44/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/coreclr_resolver.cpp.o
[00:00:24] [pr release]   [45/88] Linking CXX static library hostcommon/liblibhostcommon.a
[00:00:24] [pr release]   [46/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/command_line.cpp.o
[00:00:24] [pr release]   [47/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/host_context.cpp.o
[00:00:24] [pr release]   [48/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/deps_entry.cpp.o
[00:00:24] [pr release]   [49/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/fx_resolver.cpp.o
[00:00:24] [pr release]   [50/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/fx_resolver.messages.cpp.o
[00:00:24] [pr release]   [51/88] Building CXX object fxr/standalone/CMakeFiles/hostfxr.dir/__/fx_muxer.cpp.o
[00:00:24] [pr release]   [52/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/breadcrumbs.cpp.o
[00:00:24] [pr release]   [53/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/args.cpp.o
[00:00:24] [pr release]   [54/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/install_info.cpp.o
[00:00:24] [pr release]   [55/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/shared_store.cpp.o
[00:00:24] [pr release]   [56/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/__/bundle/dir_utils.cpp.o
[00:00:24] [pr release]   [57/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/sdk_info.cpp.o
[00:00:24] [pr release]   [58/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/corehost_init.cpp.o
[00:00:24] [pr release]   [59/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/__/bundle/file_entry.cpp.o
[00:00:24] [pr release]   [60/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/version.cpp.o
[00:00:24] [pr release]   [61/88] Linking CXX shared library fxr/standalone/libhostfxr.so
[00:00:24] [pr release]   Stripping symbols from libhostfxr.so into libhostfxr.so.dbg
[00:00:24] [pr release]   [62/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/coreclr.cpp.o
[00:00:24] [pr release]   [63/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/__/bundle/extractor.cpp.o
[00:00:24] [pr release]   [64/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/sdk_resolver.cpp.o
[00:00:24] [pr release]   [65/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/hostpolicy_init.cpp.o
[00:00:24] [pr release]   [66/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/framework_info.cpp.o
[00:00:24] [pr release]   [67/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/__/bundle/manifest.cpp.o
[00:00:24] [pr release]   [68/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/__/runtime_config.cpp.o
[00:00:24] [pr release]   [69/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/hostfxr.cpp.o
[00:00:24] [pr release]   [70/88] Building CXX object apphost/standalone/CMakeFiles/apphost.dir/__/bundle_marker.cpp.o
[00:00:24] [pr release]   [71/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/__/bundle/runner.cpp.o
[00:00:24] [pr release]   [72/88] Building CXX object apphost/standalone/CMakeFiles/apphost.dir/hostfxr_resolver.cpp.o
[00:00:24] [pr release]   [73/88] Building CXX object apphost/standalone/CMakeFiles/apphost.dir/__/__/corehost.cpp.o
[00:00:24] [pr release]   [74/88] Building CXX object dotnet/CMakeFiles/dotnet.dir/__/corehost.cpp.o
[00:00:24] [pr release]   [75/88] Building CXX object apphost/standalone/CMakeFiles/apphost.dir/__/__/fxr_resolver.cpp.o
[00:00:24] [pr release]   [76/88] Building CXX object dotnet/CMakeFiles/dotnet.dir/__/apphost/standalone/hostfxr_resolver.cpp.o
[00:00:24] [pr release]   [77/88] Linking CXX executable apphost/standalone/apphost
[00:00:24] [pr release]   Stripping symbols from apphost into apphost.dbg
[00:00:24] [pr release]   [78/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/hostpolicy_context.cpp.o
[00:00:24] [pr release]   [79/88] Building CXX object dotnet/CMakeFiles/dotnet.dir/__/fxr_resolver.cpp.o
[00:00:24] [pr release]   [80/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/fx_resolver.cpp.o
[00:00:24] [pr release]   [81/88] Linking CXX executable dotnet/dotnet
[00:00:24] [pr release]   Stripping symbols from dotnet into dotnet.dbg
[00:00:24] [pr release]   [82/88] Building CXX object fxr/staticlib/CMakeFiles/libhostfxr.dir/__/fx_muxer.cpp.o
[00:00:24] [pr release]   [83/88] Linking CXX static library fxr/staticlib/libhostfxr.a
[00:00:25] [pr release]   [84/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/hostpolicy.cpp.o
[00:00:25] [pr release]   [85/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/deps_resolver.cpp.o
[00:00:25] [pr release]   [86/88] Building CXX object hostpolicy/standalone/CMakeFiles/hostpolicy.dir/__/deps_format.cpp.o
[00:00:25] [pr release]   [87/88] Linking CXX shared library hostpolicy/standalone/libhostpolicy.so
[00:00:25] [pr release]   Stripping symbols from libhostpolicy.so into libhostpolicy.so.dbg
[00:00:25] [pr release]   [87/88] Install the project...
[00:00:25] [pr release]   -- Install configuration: "RELEASE"
[00:00:25] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/coreclr_delegates.h
[00:00:25] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/hostfxr.h
[00:00:25] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/nethost.h
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libnethost.so.dbg
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libnethost.so
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libnethost.a
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libhostfxr.so.dbg
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libhostfxr.so
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libhostfxr.a
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libhostpolicy.so.dbg
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/libhostpolicy.so
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/apphost.dbg
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/apphost
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/dotnet.dbg
[00:00:25] [pr release]   -- Installing: /runner/runtime/artifacts/bin/linux-x64.Release/corehost/dotnet
[00:00:25] [pr release]   /runner/runtime/src/native/corehost
[00:00:25] [pr release] 
[00:00:25] [pr release] Build succeeded.
[00:00:25] [pr release]     0 Warning(s)
[00:00:25] [pr release]     0 Error(s)
[00:00:25] [pr release] 
[00:00:25] [pr release] Time Elapsed 00:00:23.36
[00:00:25] [pr release] Running 'cp -r runtime/artifacts/bin/coreclr/linux.x64.Release/. artifacts-pr'
[00:00:25] [pr checked] Running 'bash build.sh clr.jit -c Checked' from 'runtime'
[00:00:26] [pr checked] 
[00:00:26] [pr release] Running 'cp -r runtime/artifacts/bin/runtime/net11.0-linux-Release-x64/. artifacts-pr'
[00:00:26] [pr checked]   Determining projects to restore...
[00:00:26] [pr checked]   Tool 'coverlet.console' (version '6.0.4') was restored. Available commands: coverlet
[00:00:26] [pr checked]   Tool 'dotnet-reportgenerator-globaltool' (version '5.4.3') was restored. Available commands: reportgenerator
[00:00:26] [pr checked]   Tool 'microsoft.dotnet.xharness.cli' (version '11.0.0-prerelease.26301.2') was restored. Available commands: xharness
[00:00:26] [pr checked]   Tool 'microsoft.visualstudio.slngen.tool' (version '12.0.15') was restored. Available commands: slngen
[00:00:26] [pr checked]   
[00:00:26] [pr checked]   Restore was successful.
[00:00:26] [pr checked]   All projects are up-to-date for restore.
[00:00:26] [pr checked]   Determining projects to restore...
[00:00:27] [pr checked]   Restored /runner/runtime/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj (in 177 ms).
[00:00:27] [pr checked]   Restored /runner/runtime/src/tasks/HelixTestTasks/HelixTestTasks.csproj (in 177 ms).
[00:00:27] [pr checked]   5 of 7 projects are up-to-date for restore.
[00:00:27] [pr checked]   installer.tasks -> /runner/runtime/artifacts/bin/installer.tasks/Checked/installer.tasks.dll
[00:00:28] [pr checked]   HelixTestTasks -> /runner/runtime/artifacts/bin/HelixTestTasks/Checked/net11.0/HelixTestTasks.dll
[00:00:28] [pr checked]   Crossgen2Tasks -> /runner/runtime/artifacts/bin/Crossgen2Tasks/Checked/Crossgen2Tasks.dll
[00:00:29] [pr checked]   Executing "/runner/runtime/src/coreclr/build-runtime.sh" -x64 -checked -os linux -ninja -targetrid linux-x64 -cmakeargs "-DCLR_DOTNET_RID=linux-x64" -cmakeargs "-DCLR_DOTNET_HOST_PATH='/usr/lib/dotnet/dotnet'" -cmakeargs "-DFEATURE_DYNAMIC_CODE_COMPILED=1" -component jit 
[00:00:29] [pr checked]   Commencing CoreCLR Repo build
[00:00:29] [pr checked]   __TargetRid: linux-x64
[00:00:29] [pr checked]   Setting up directories for build
[00:00:29] [pr checked]   Checking prerequisites...
[00:00:29] [pr checked]   /usr/bin/ninja
[00:00:29] [pr checked]   Commencing build of "  jit " target in "CoreCLR component" for linux.x64.Checked in /runner/runtime/artifacts/obj/coreclr/linux.x64.Checked
[00:00:29] [pr checked]   Invoking "/runner/runtime/eng/native/gen-buildsys.sh" "/runner/runtime/src/coreclr" "/runner/runtime/artifacts/obj/coreclr/linux.x64.Checked" x64 linux clang Checked "ninja"  -DCLR_CMAKE_PGO_INSTRUMENT=0 -DCLR_CMAKE_OPTDATA_PATH= -DCLR_CMAKE_PGO_OPTIMIZE=0 -DCLI_CMAKE_FALLBACK_OS="linux" -DFEATURE_DISTRO_AGNOSTIC_SSL=1 -DFEATURE_DYNAMIC_CODE_COMPILED=1 -DCLR_DOTNET_HOST_PATH='/usr/lib/dotnet/dotnet' -DCLR_DOTNET_RID=linux-x64 
[00:00:29] [pr checked]   Not searching for unused variables given on the command line.
[00:00:29] [pr checked]   -- The linker identification is Ubuntu LLD 18.1.3 (compatible with GNU linkers)
[00:00:29] [pr checked]   Detected Linux x86_64
[00:00:29] [pr checked]   -- Using CMake version 3.28.3
[00:00:29] [pr checked]   -- ZLIB_HEADER_VERSION: 1.3.1
[00:00:29] [pr checked]   -- ZLIBNG_HEADER_VERSION: 2.2.5
[00:00:29] [pr checked]   -- Arch detected: 'x86_64'
[00:00:29] [pr checked]   -- Basearch of 'x86_64' has been detected as: 'x86'
[00:00:29] [pr checked]   -- Architecture-specific source files: arch/x86/x86_features.c;arch/x86/chunkset_sse2.c;arch/x86/compare256_sse2.c;arch/x86/slide_hash_sse2.c;arch/x86/adler32_ssse3.c;arch/x86/chunkset_ssse3.c;arch/x86/adler32_sse42.c;arch/x86/crc32_pclmulqdq.c;arch/x86/slide_hash_avx2.c;arch/x86/chunkset_avx2.c;arch/x86/compare256_avx2.c;arch/x86/adler32_avx2.c;arch/x86/adler32_avx512.c;arch/x86/chunkset_avx512.c;arch/x86/adler32_avx512_vnni.c;arch/x86/crc32_vpclmulqdq.c
[00:00:29] [pr checked]   -- The following features have been enabled:
[00:00:29] [pr checked]   
[00:00:29] [pr checked]    * CMAKE_BUILD_TYPE, Build type: CHECKED (selected)
[00:00:29] [pr checked]    * XSAVE, Support XSAVE intrinsics using "-mxsave"
[00:00:29] [pr checked]    * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using "-mssse3"
[00:00:29] [pr checked]    * SSE42_CRC, Support SSE4.2 optimized adler32 hash generation, using "-msse4.2"
[00:00:29] [pr checked]    * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-msse4.2 -mpclmul"
[00:00:29] [pr checked]    * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "-mavx2 -mbmi2"
[00:00:29] [pr checked]    * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "-mavx2 -mbmi2"
[00:00:29] [pr checked]    * AVX2_COMPARE256, Support AVX2 optimized compare256, using "-mavx2 -mbmi2"
[00:00:29] [pr checked]    * AVX2_ADLER32, Support AVX2-accelerated adler32, using "-mavx2 -mbmi2"
[00:00:29] [pr checked]    * AVX512_ADLER32, Support AVX512-accelerated adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:29] [pr checked]    * AVX512_CHUNKSET, Support AVX512 optimized chunkset, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:29] [pr checked]    * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mavx512vnni -mbmi2 -mtune=cascadelake"
[00:00:29] [pr checked]    * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using "-mpclmul -mvpclmulqdq -mavx512f -mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:29] [pr checked]    * WITH_GZFILEOP, Compile with support for gzFile related functions
[00:00:29] [pr checked]    * ZLIB_COMPAT, Compile with zlib compatible API
[00:00:29] [pr checked]    * WITH_SANITIZER, Enable sanitizer support
[00:00:29] [pr checked]    * WITH_GTEST, Build gtest_zlib
[00:00:29] [pr checked]    * WITH_OPTIM, Build with optimisation
[00:00:29] [pr checked]    * WITH_NEW_STRATEGIES, Use new strategies
[00:00:29] [pr checked]    * WITH_RUNTIME_CPU_DETECTION, Build with runtime CPU detection
[00:00:29] [pr checked]    * WITH_AVX2, Build with AVX2
[00:00:29] [pr checked]    * WITH_AVX512, Build with AVX512
[00:00:29] [pr checked]    * WITH_AVX512VNNI, Build with AVX512 VNNI
[00:00:29] [pr checked]    * WITH_SSE2, Build with SSE2
[00:00:29] [pr checked]    * WITH_SSSE3, Build with SSSE3
[00:00:29] [pr checked]    * WITH_SSE42, Build with SSE42
[00:00:29] [pr checked]    * WITH_PCLMULQDQ, Build with PCLMULQDQ
[00:00:29] [pr checked]    * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
[00:00:29] [pr checked]   
[00:00:29] [pr checked]   -- The following OPTIONAL packages have been found:
[00:00:29] [pr checked]   
[00:00:29] [pr checked]    * OpenSSL
[00:00:29] [pr checked]   
[00:00:29] [pr checked]   -- The following features have been disabled:
[00:00:29] [pr checked]   
[00:00:29] [pr checked]    * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
[00:00:29] [pr checked]    * ZLIB_ENABLE_TESTS, Build test binaries
[00:00:29] [pr checked]    * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
[00:00:29] [pr checked]    * WITH_FUZZERS, Build test/fuzz
[00:00:29] [pr checked]    * WITH_BENCHMARKS, Build test/benchmarks
[00:00:29] [pr checked]    * WITH_BENCHMARK_APPS, Build application benchmarks
[00:00:29] [pr checked]    * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
[00:00:29] [pr checked]    * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
[00:00:29] [pr checked]    * WITH_CODE_COVERAGE, Enable code coverage reporting
[00:00:29] [pr checked]    * WITH_INFLATE_STRICT, Build with strict inflate distance checking
[00:00:29] [pr checked]    * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
[00:00:29] [pr checked]    * INSTALL_UTILS, Copy minigzip and minideflate during install
[00:00:29] [pr checked]   
[00:00:29] [pr checked]   -- The following OPTIONAL packages have not been found:
[00:00:29] [pr checked]   
[00:00:29] [pr checked]    * PkgConfig
[00:00:29] [pr checked]   
[00:00:29] [pr checked]   -- Build type is 'CHECKED'
[00:00:29] [pr checked]   -- Compiler is not EMSCRIPTEN
[00:00:29] [pr checked]   -- ZSTD VERSION: 1.5.7
[00:00:29] [pr checked]   -- CMAKE_INSTALL_PREFIX: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked
[00:00:29] [pr checked]   -- CMAKE_INSTALL_LIBDIR: lib
[00:00:29] [pr checked]   -- ZSTD_LEGACY_SUPPORT not defined!
[00:00:29] [pr checked]   -- ZSTD_MULTITHREAD_SUPPORT is disabled
[00:00:29] [pr checked]   -- OPENSSL_INCLUDE_DIR:    /usr/include
[00:00:29] [pr checked]   -- OPENSSL_CRYPTO_LIBRARY: /usr/lib/x86_64-linux-gnu/libcrypto.so
[00:00:29] [pr checked]   -- OPENSSL_SSL_LIBRARY:    /usr/lib/x86_64-linux-gnu/libssl.so
[00:00:29] [pr checked]   -- OPENSSL_VERSION:        3.0.13
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:29] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:30] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:30] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:30] [pr checked]   -- Using a stub cDAC contract descriptor
[00:00:30] [pr checked]   -- Configuring done (1.1s)
[00:00:30] [pr checked]   -- Generating done (0.2s)
[00:00:30] [pr checked]   -- Build files have been written to: /runner/runtime/artifacts/obj/coreclr/linux.x64.Checked
[00:00:30] [pr checked]   /runner/runtime/artifacts/obj/coreclr/linux.x64.Checked /runner/runtime/src/coreclr
[00:00:30] [pr checked]   Executing /usr/bin/ninja -j 32   jit 
[00:00:30] [pr checked]   [1/94] Building ASM object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/setcontext.S.o
[00:00:30] [pr checked]   [2/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/strerror.c.o
[00:00:30] [pr checked]   [3/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-info-list.c.o
[00:00:30] [pr checked]   [4/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_fpreg.c.o
[00:00:30] [pr checked]   [5/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/is_fpreg.c.o
[00:00:30] [pr checked]   [6/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/regname.c.o
[00:00:30] [pr checked]   [7/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_fpreg.c.o
[00:00:30] [pr checked]   [8/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lfind_dynamic_proc_info.c.o
[00:00:30] [pr checked]   [9/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Ldestroy_addr_space.c.o
[00:00:30] [pr checked]   [10/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/init.c.o
[00:00:30] [pr checked]   [11/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_proc_info_by_ip.c.o
[00:00:30] [pr checked]   [12/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lput_dynamic_unwind_info.c.o
[00:00:30] [pr checked]   [13/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_reg.c.o
[00:00:30] [pr checked]   [14/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_reg.c.o
[00:00:30] [pr checked]   [15/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/flush_cache.c.o
[00:00:30] [pr checked]   [16/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-cancel.c.o
[00:00:30] [pr checked]   [17/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/dyn-register.c.o
[00:00:30] [pr checked]   [18/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Ldyn-extract.c.o
[00:00:30] [pr checked]   [19/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_accessors.c.o
[00:00:30] [pr checked]   [20/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_cache_size.c.o
[00:00:30] [pr checked]   [21/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lapply_reg_state.c.o
[00:00:30] [pr checked]   [22/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lreg_states_iterate.c.o
[00:00:30] [pr checked]   [23/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lcreate_addr_space.c.o
[00:00:30] [pr checked]   [24/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lget_save_loc.c.o
[00:00:30] [pr checked]   [25/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lglobal.c.o
[00:00:30] [pr checked]   [26/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lget_proc_name.c.o
[00:00:30] [pr checked]   [27/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Lset_caching_policy.c.o
[00:00:30] [pr checked]   [28/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/backtrace.c.o
[00:00:30] [pr checked]   [29/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lget_proc_info_in_range.c.o
[00:00:30] [pr checked]   [30/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Los-linux.c.o
[00:00:30] [pr checked]   [31/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/mempool.c.o
[00:00:30] [pr checked]   [32/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit_remote.c.o
[00:00:30] [pr checked]   [33/94] Building ASM object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/getcontext.S.o
[00:00:30] [pr checked]   [34/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_proc_info_by_ip.c.o
[00:00:30] [pr checked]   [35/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_reg.c.o
[00:00:30] [pr checked]   [36/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lget_proc_info.c.o
[00:00:30] [pr checked]   [37/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gfind_dynamic_proc_info.c.o
[00:00:30] [pr checked]   [38/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdyn-extract.c.o
[00:00:30] [pr checked]   [39/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gput_dynamic_unwind_info.c.o
[00:00:30] [pr checked]   [40/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdestroy_addr_space.c.o
[00:00:30] [pr checked]   [41/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_reg.c.o
[00:00:30] [pr checked]   [42/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_fpreg.c.o
[00:00:30] [pr checked]   [43/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_caching_policy.c.o
[00:00:30] [pr checked]   [44/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/os-linux.c.o
[00:00:30] [pr checked]   [45/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit.c.o
[00:00:30] [pr checked]   [46/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_cache_size.c.o
[00:00:30] [pr checked]   [47/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gapply_reg_state.c.o
[00:00:30] [pr checked]   [48/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Greg_states_iterate.c.o
[00:00:30] [pr checked]   [49/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gcreate_addr_space.c.o
[00:00:30] [pr checked]   [50/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lregs.c.o
[00:00:30] [pr checked]   [51/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lstash_frame.c.o
[00:00:30] [pr checked]   [52/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gget_proc_name.c.o
[00:00:30] [pr checked]   [53/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lresume.c.o
[00:00:30] [pr checked]   [54/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gget_proc_info_in_range.c.o
[00:00:30] [pr checked]   [55/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gget_save_loc.c.o
[00:00:30] [pr checked]   [56/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Linit_local.c.o
[00:00:30] [pr checked]   [57/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gos-linux.c.o
[00:00:30] [pr checked]   [58/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gset_fpreg.c.o
[00:00:30] [pr checked]   [59/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gaddress_validator.c.o
[00:00:30] [pr checked]   [60/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gglobal.c.o
[00:00:30] [pr checked]   [61/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Lstep.c.o
[00:00:30] [pr checked]   [62/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit.c.o
[00:00:30] [pr checked]   [63/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gget_proc_info.c.o
[00:00:30] [pr checked]   [64/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gstash_frame.c.o
[00:00:30] [pr checked]   [65/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gresume.c.o
[00:00:30] [pr checked]   [66/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/global.c.o
[00:00:30] [pr checked]   [67/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit_remote.c.o
[00:00:30] [pr checked]   [68/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gregs.c.o
[00:00:30] [pr checked]   [69/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/mi/Gdyn-remote.c.o
[00:00:30] [pr checked]   [70/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ginit_local.c.o
[00:00:30] [pr checked]   [71/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfind_unwind_table.c.o
[00:00:30] [pr checked]   [72/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfind_unwind_table.c.o
[00:00:30] [pr checked]   [73/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Ltrace.c.o
[00:00:30] [pr checked]   [74/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lpe.c.o
[00:00:30] [pr checked]   [75/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfde.c.o
[00:00:30] [pr checked]   [76/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gstep.c.o
[00:00:30] [pr checked]   [77/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gpe.c.o
[00:00:30] [pr checked]   [78/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lfind_proc_info-lsb.c.o
[00:00:30] [pr checked]   [79/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfind_proc_info-lsb.c.o
[00:00:30] [pr checked]   [80/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/x86_64/Gtrace.c.o
[00:00:30] [pr checked]   [81/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/elf64.c.o
[00:00:30] [pr checked]   [82/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lexpr.c.o
[00:00:30] [pr checked]   [83/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gfde.c.o
[00:00:30] [pr checked]   [84/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gexpr.c.o
[00:00:30] [pr checked]   [85/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Lparser.c.o
[00:00:31] [pr checked]   [86/94] Building C object /runner/runtime/artifacts/obj/external/libunwind/CMakeFiles/libunwind.dir/runner/runtime/src/native/external/libunwind/src/dwarf/Gparser.c.o
[00:00:31] [pr checked]   [87/94] Linking CXX static library pal/src/libcoreclrpal.a
[00:00:34] [pr checked]   [88/94] Building CXX object jit/CMakeFiles/clrjit.dir/valuenum.cpp.o
[00:00:34] [pr checked]   [89/94] Building CXX object jit/CMakeFiles/clrjit_unix_x64_x64.dir/valuenum.cpp.o
[00:00:35] [pr checked]   [90/94] Building CXX object jit/CMakeFiles/clrjit.dir/gentree.cpp.o
[00:00:35] [pr checked]   [91/94] Building CXX object jit/CMakeFiles/clrjit_unix_x64_x64.dir/gentree.cpp.o
[00:00:35] [pr checked]   [92/94] Linking CXX shared library jit/libclrjit.so
[00:00:35] [pr checked]   Stripping symbols from libclrjit.so into libclrjit.so.dbg
[00:00:36] [pr checked]   [93/94] Linking CXX shared library jit/libclrjit_unix_x64_x64.so
[00:00:36] [pr checked]   Stripping symbols from libclrjit_unix_x64_x64.so into libclrjit_unix_x64_x64.so.dbg
[00:00:36] [pr checked]   [94/94] cd /runner/runtime/artifacts/obj/coreclr/linux.x64.Checked && /usr/bin/cmake -DCMAKE_INSTALL_COMPONENT=jit -DBUILD_TYPE=CHECKED -P /runner/runtime/artifacts/obj/coreclr/linux.x64.Checked/cmake_install.cmake
[00:00:36] [pr checked]   -- Install configuration: "CHECKED"
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/./libclrjit.so
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/./libclrjit.so.dbg
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/sharedFramework/libclrjit.so
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/sharedFramework/libclrjit.so.dbg
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/./libclrjit_unix_x64_x64.so
[00:00:36] [pr checked]   -- Installing: /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked/./libclrjit_unix_x64_x64.so.dbg
[00:00:36] [pr checked]   /runner/runtime/src/coreclr
[00:00:36] [pr checked]   Repo successfully built.
[00:00:36] [pr checked]   Product binaries are available at /runner/runtime/artifacts/bin/coreclr/linux.x64.Checked
[00:00:36] [pr checked] 
[00:00:36] [pr checked] Build succeeded.
[00:00:36] [pr checked]     0 Warning(s)
[00:00:36] [pr checked]     0 Error(s)
[00:00:36] [pr checked] 
[00:00:36] [pr checked] Time Elapsed 00:00:10.37
[00:00:36] [pr checked] Running 'cp -r runtime/artifacts/bin/coreclr/linux.x64.Checked/. clr-checked-pr'
[00:00:36] [jit-diff artifacts-pr] Running 'jitutils/bin/jit-diff diff --cctors --output jit-diffs/frameworks/pr --frameworks --pmi --core_root artifacts-pr --base clr-checked-pr'
[00:00:37] [jit-diff artifacts-pr] Beginning PMI CodeSize Diffs for System.Private.CoreLib.dll, framework assemblies
[00:01:20] [jit-diff artifacts-pr] Completed PMI CodeSize Diffs for System.Private.CoreLib.dll, framework assemblies [invoking .cctors] in 43.19s
[00:01:20] [jit-diff artifacts-pr] Diffs (if any) can be viewed by comparing: jit-diffs/frameworks/pr/dasmset_1/base jit-diffs/frameworks/pr/dasmset_1/diff
[00:01:20] [jit-diff artifacts-pr] 
[00:01:20] [jit-diff artifacts-pr] git diff --no-index --diff-filter=M --exit-code --numstat jit-diffs/frameworks/pr/dasmset_1/diff jit-diffs/frameworks/pr/dasmset_1/base
[00:01:20] [jit-diff artifacts-pr] 
[00:01:20] [jit-diffs-main.zip] Running 'zip -3 -r /runner/jit-diffs-main.zip main' from '/runner/jit-diffs/frameworks'
[00:01:20] [jit-diffs-pr.zip] Running 'zip -3 -r /runner/jit-diffs-pr.zip pr' from '/runner/jit-diffs/frameworks'
[00:01:20] [jit-analyze] Running 'jitutils/bin/jit-analyze -b diffs-main-combined -d diffs-pr-combined -r -c 100'
[00:01:27] Uploading 'jit-diffs-main.zip'
[00:01:27] Uploading 'jit-diffs-pr.zip'
[00:01:41] [jit-analyze] Found 109 files with textual diffs.
[00:01:42]* Saved artifact 'diff-frameworks.txt' to https://mihubot.xyz/r/FQfojGCA (51 KB)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Summary of Code Size diffs:
[00:01:41] [jit-analyze] (Lower is better)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Total bytes of base: 46537114
[00:01:41] [jit-analyze] Total bytes of diff: 46534697
[00:01:41] [jit-analyze] Total bytes of delta: -2417 (-0.01 % of base)
[00:01:41] [jit-analyze] Total relative delta: -1.24
[00:01:41] [jit-analyze]     diff is an improvement.
[00:01:41] [jit-analyze]     relative diff is an improvement.
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top file regressions (bytes):
[00:01:41] [jit-analyze]           12 : Microsoft.Extensions.Logging.EventSource.dasm (0.04 % of base)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top file improvements (bytes):
[00:01:41] [jit-analyze]         -579 : System.Data.Common.dasm (-0.03 % of base)
[00:01:41] [jit-analyze]         -445 : System.Private.CoreLib.dasm (-0.01 % of base)
[00:01:41] [jit-analyze]         -290 : System.Private.Xml.dasm (-0.01 % of base)
[00:01:41] [jit-analyze]         -162 : System.Net.Http.dasm (-0.02 % of base)
[00:01:41] [jit-analyze]         -119 : System.ComponentModel.TypeConverter.dasm (-0.04 % of base)
[00:01:41] [jit-analyze]         -104 : System.Security.Permissions.dasm (-0.58 % of base)
[00:01:41] [jit-analyze]          -98 : System.Net.WebSockets.dasm (-0.06 % of base)
[00:01:41] [jit-analyze]          -62 : System.Net.Sockets.dasm (-0.02 % of base)
[00:01:41] [jit-analyze]          -58 : System.Net.Requests.dasm (-0.04 % of base)
[00:01:41] [jit-analyze]          -55 : System.Configuration.ConfigurationManager.dasm (-0.01 % of base)
[00:01:41] [jit-analyze]          -54 : ILCompiler.Reflection.ReadyToRun.dasm (-0.02 % of base)
[00:01:41] [jit-analyze]          -51 : System.IO.Compression.dasm (-0.02 % of base)
[00:01:41] [jit-analyze]          -51 : System.Net.Quic.dasm (-0.03 % of base)
[00:01:41] [jit-analyze]          -40 : System.Text.Json.dasm (-0.00 % of base)
[00:01:41] [jit-analyze]          -39 : System.Text.RegularExpressions.dasm (-0.00 % of base)
[00:01:41] [jit-analyze]          -36 : System.Private.DataContractSerialization.dasm (-0.00 % of base)
[00:01:41] [jit-analyze]          -33 : System.Net.HttpListener.dasm (-0.03 % of base)
[00:01:41] [jit-analyze]          -30 : System.IO.Ports.dasm (-0.06 % of base)
[00:01:41] [jit-analyze]          -28 : System.ComponentModel.Primitives.dasm (-0.16 % of base)
[00:01:41] [jit-analyze]          -24 : System.Private.Uri.dasm (-0.02 % of base)
[00:01:41] [jit-analyze]          -16 : System.Net.WebSockets.Client.dasm (-0.07 % of base)
[00:01:41] [jit-analyze]          -14 : System.Net.Security.dasm (-0.01 % of base)
[00:01:41] [jit-analyze]          -12 : System.Threading.RateLimiting.dasm (-0.01 % of base)
[00:01:41] [jit-analyze]          -11 : System.Collections.Specialized.dasm (-0.04 % of base)
[00:01:41] [jit-analyze]          -10 : System.Data.Odbc.dasm (-0.00 % of base)
[00:01:41] [jit-analyze]           -8 : Microsoft.Extensions.DependencyInjection.dasm (-0.01 % of base)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] 27 total files with Code Size differences (26 improved, 1 regressed), 233 unchanged.
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top method regressions (bytes):
[00:01:41] [jit-analyze]            8 (2.10 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor():this (FullOpts)
[00:01:41] [jit-analyze]            8 (2.28 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.ctor():this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ByteEqualityComparer:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.StringEqualityComparer:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            4 (0.86 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor() (FullOpts)
[00:01:41] [jit-analyze]            4 (0.92 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.cctor() (FullOpts)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top method improvements (bytes):
[00:01:41] [jit-analyze]         -269 (-3.30 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableSchema(System.Runtime.Serialization.SerializationInfo,bool):this (FullOpts)
[00:01:41] [jit-analyze]         -110 (-3.82 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -75 (-2.76 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableData(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
[00:01:41] [jit-analyze]          -62 (-1.57 % of base) : System.Net.Http.dasm - System.Net.Http.Http3Connection:ProcessServerStreamAsync(System.Net.Quic.QuicStream):this (FullOpts)
[00:01:41] [jit-analyze]          -61 (-2.11 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSet(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,int):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.28 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSetProperties(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-4.93 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Schema.XmlSchemaException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.XmlException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -56 (-2.96 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeDataTable(System.Runtime.Serialization.SerializationInfo,bool,int):this (FullOpts)
[00:01:41] [jit-analyze]          -54 (-5.93 % of base) : ILCompiler.Reflection.ReadyToRun.dasm - ILCompiler.Reflection.ReadyToRun.ReadyToRunReader+DecodedMethodSignature:PrintMembers(System.Text.StringBuilder):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -47 (-2.60 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+AdjustmentRule:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -45 (-1.65 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.MarshalAsAttribute):this (FullOpts)
[00:01:41] [jit-analyze]          -43 (-11.47 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CreateOperationCanceledException(System.Exception,System.Threading.CancellationToken):System.OperationCanceledException (FullOpts)
[00:01:41] [jit-analyze]          -41 (-2.30 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.DllImportAttribute):this (FullOpts)
[00:01:41] [jit-analyze]          -40 (-3.61 % of base) : System.Text.Json.dasm - System.Text.Json.ThrowHelper:ReThrowWithPath(byref,System.Text.Json.JsonReaderException) (FullOpts)
[00:01:41] [jit-analyze]          -39 (-3.19 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexMatchTimeoutException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -38 (-6.57 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Xslt.QilGenerator:CompileNodeSetExpression(System.String):System.Xml.Xsl.Qil.QilNode:this (FullOpts)
[00:01:41] [jit-analyze]          -35 (-1.36 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationErrorsException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -35 (-8.56 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.SwitchExpressionException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -34 (-7.42 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:FailCore(System.String,System.String,System.String,System.String) (FullOpts)
[00:01:41] [jit-analyze]          -34 (-7.74 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.Socket:GetException(int,bool):System.Exception (FullOpts)
[00:01:41] [jit-analyze]          -33 (-13.36 % of base) : System.Net.Http.dasm - System.Net.Http.CancellationHelper:.cctor() (FullOpts)
[00:01:41] [jit-analyze]          -32 (-24.24 % of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -31 (-3.15 % of base) : System.Private.CoreLib.dasm - System.CultureAwareComparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -31 (-2.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZLibException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-3.08 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.WarningException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-11.63 % of base) : System.IO.Ports.dasm - System.IO.Ports.InternalResources:GetMessage(int):System.String (FullOpts)
[00:01:41] [jit-analyze]          -30 (-0.79 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:SendAsync(System.Net.Http.HttpRequestMessage,bool,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-1.11 % of base) : System.Net.Requests.dasm - System.Net.HttpWebRequest:SendRequest(bool,System.Net.Http.HttpContent):System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]:this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-2.68 % of base) : System.Net.Quic.dasm - System.Net.Quic.MsQuicConfiguration:Create(System.Net.Quic.QuicClientConnectionOptions):System.Net.Quic.MsQuicConfigurationSafeHandle (FullOpts)
[00:01:41] [jit-analyze]          -30 (-0.90 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CloseAsyncPrivate(int,System.String,System.Threading.CancellationToken):this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.XPath.XPathException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -24 (-2.04 % of base) : System.Private.Uri.dasm - System.Uri:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -21 (-3.68 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.FieldOffsetAttribute):this (FullOpts)
[00:01:41] [jit-analyze]          -20 (-3.85 % of base) : System.Private.CoreLib.dasm - System.Collections.Comparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -20 (-2.72 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -18 (-0.61 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.Json.JsonFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this (FullOpts)
[00:01:41] [jit-analyze]          -18 (-0.64 % of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.XmlFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this (FullOpts)
[00:01:41] [jit-analyze]          -15 (-0.72 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.ServiceProvider:.ctor(System.Collections.Generic.ICollection`1[Microsoft.Extensions.DependencyInjection.ServiceDescriptor],Microsoft.Extensions.DependencyInjection.ServiceProviderOptions):this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-1.85 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-0.62 % of base) : System.Net.Requests.dasm - System.Net.FtpWebRequest:AsyncRequestCallback(System.Object):this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-0.69 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:GetUriForRedirect(System.Uri,System.Net.Http.HttpResponseMessage):System.Uri:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Security.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Sockets.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Requests.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -12 (-6.35 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.LicenseProviderAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]          -12 (-1.09 % of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequest:ParseCookies(System.Uri,System.String):System.Net.CookieCollection:this (FullOpts)
[00:01:41] [jit-analyze]          -12 (-5.88 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TimerAwaitable:Stop():this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.35 % of base) : System.Private.CoreLib.dasm - System.Collections.BitArray:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.04 % of base) : System.Collections.Specialized.dasm - System.Collections.Specialized.OrderedDictionary:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-0.77 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeRelations(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-0.40 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeConstraints(System.Runtime.Serialization.SerializationInfo,int,bool):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.97 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeExpressionColumns(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-2.51 % of base) : System.Net.Http.dasm - System.Net.Http.SocketsHttpHandler:Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.39 % of base) : System.Net.HttpListener.dasm - System.Net.ServiceNameStore:Add(System.String):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-2.06 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-0.88 % of base) : System.Private.CoreLib.dasm - System.Text.StringBuilder:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-0.74 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+TransitionTime:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.11 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XPath.XPathCompileException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-9.52 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcDataReader:get_Buffer():System.Data.Odbc.CNativeBuffer:this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-0.76 % of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerResponse:ComputeCookies():this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlReaderSettings:CheckReadOnly(System.String):this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlWriterSettings:CheckReadOnly(System.String):this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_ComponentType():System.Type:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_PropertyType():System.Type:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-0.42 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:AddXdoProperty(System.ComponentModel.PropertyDescriptor,System.Object,System.Xml.XmlElement):this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-1.43 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginRead(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-1.54 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginWrite(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-7.26 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Flush():this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-7.20 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-1.42 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Read(System.Span`1[byte]):int:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-3.46 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ReadAsync(System.Memory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[int]:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-1.19 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Write(System.ReadOnlySpan`1[byte]):this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-3.08 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:WriteAsync(System.ReadOnlyMemory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.37 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:AttributesContainsDesignerVisibilityContent():bool:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.29 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ShouldSerializeValue(System.Object):bool:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.52 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.TypeConverter+SimplePropertyDescriptor:get_IsReadOnly():bool:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-4.17 % of base) : System.Data.Common.dasm - System.Data.TypeLimiter+Scope:Dispose():this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.52 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:ContainsDesignerSerializationVisibleAttribute(System.ComponentModel.PropertyDescriptor):bool (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.52 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsync(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.08 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsyncCore(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-0.84 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Intersect(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.63 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:IsSubsetOf(System.Security.IPermission):bool:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.85 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Union(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-3.21 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.ConcurrentExclusiveSchedulerPair+ConcurrentExclusiveTaskScheduler:QueueTask(System.Threading.Tasks.Task):this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.Design.Serialization.DesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.43 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.46 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerCategoryAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.EditorAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.46 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ProvidePropertyAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-3.72 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ToolboxItemFilterAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.40 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:get_Failure():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-0.34 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicConnection:DisposeAsync():this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-1.27 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicConnection:HandleEventShutdownComplete():int:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-0.53 % of base) : System.Net.Quic.dasm - System.Net.Quic.QuicListener:DisposeAsync():this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-0.73 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.SafeSocketHandle:GetTrackedSocketOptions(System.Span`1[int],byref):this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-0.81 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.SafeSocketHandle:SetTrackedSocketOptions(System.ReadOnlySpan`1[int],System.Net.Sockets.LingerOption):this (FullOpts)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top method regressions (percentages):
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ByteEqualityComparer:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.NullableEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[byte]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[double]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[int]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[long]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[short]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.ObjectEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            5 (10.64 % of base) : System.Private.CoreLib.dasm - System.Collections.Generic.StringEqualityComparer:GetHashCode():int:this (FullOpts)
[00:01:41] [jit-analyze]            8 (2.28 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.ctor():this (FullOpts)
[00:01:41] [jit-analyze]            8 (2.10 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor():this (FullOpts)
[00:01:41] [jit-analyze]            4 (0.92 % of base) : Microsoft.Extensions.Logging.EventSource.dasm - Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.cctor() (FullOpts)
[00:01:41] [jit-analyze]            4 (0.86 % of base) : Microsoft.Extensions.DependencyInjection.dasm - Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor() (FullOpts)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] Top method improvements (percentages):
[00:01:41] [jit-analyze]           -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_ComponentType():System.Type:this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-34.62 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_PropertyType():System.Type:this (FullOpts)
[00:01:41] [jit-analyze]          -32 (-24.24 % of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -33 (-13.36 % of base) : System.Net.Http.dasm - System.Net.Http.CancellationHelper:.cctor() (FullOpts)
[00:01:41] [jit-analyze]          -30 (-11.63 % of base) : System.IO.Ports.dasm - System.IO.Ports.InternalResources:GetMessage(int):System.String (FullOpts)
[00:01:41] [jit-analyze]          -43 (-11.47 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.ManagedWebSocket:CreateOperationCanceledException(System.Exception,System.Threading.CancellationToken):System.OperationCanceledException (FullOpts)
[00:01:41] [jit-analyze]          -10 (-9.52 % of base) : System.Data.Odbc.dasm - System.Data.Odbc.OdbcDataReader:get_Buffer():System.Data.Odbc.CNativeBuffer:this (FullOpts)
[00:01:41] [jit-analyze]          -35 (-8.56 % of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.SwitchExpressionException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -34 (-7.74 % of base) : System.Net.Sockets.dasm - System.Net.Sockets.Socket:GetException(int,bool):System.Exception (FullOpts)
[00:01:41] [jit-analyze]          -34 (-7.42 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.DebugProvider:FailCore(System.String,System.String,System.String,System.String) (FullOpts)
[00:01:41] [jit-analyze]           -9 (-7.26 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:Flush():this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-7.20 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
[00:01:41] [jit-analyze]          -38 (-6.57 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.Xslt.QilGenerator:CompileNodeSetExpression(System.String):System.Xml.Xsl.Qil.QilNode:this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlReaderSettings:CheckReadOnly(System.String):this (FullOpts)
[00:01:41] [jit-analyze]          -10 (-6.45 % of base) : System.Private.Xml.dasm - System.Xml.XmlWriterSettings:CheckReadOnly(System.String):this (FullOpts)
[00:01:41] [jit-analyze]          -12 (-6.35 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.LicenseProviderAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -6 (-5.94 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ThrowObjectDisposedException():this (FullOpts)
[00:01:41] [jit-analyze]          -54 (-5.93 % of base) : ILCompiler.Reflection.ReadyToRun.dasm - ILCompiler.Reflection.ReadyToRun.ReadyToRunReader+DecodedMethodSignature:PrintMembers(System.Text.StringBuilder):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -12 (-5.88 % of base) : System.Threading.RateLimiting.dasm - System.Threading.RateLimiting.TimerAwaitable:Stop():this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.52 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.TypeConverter+SimplePropertyDescriptor:get_IsReadOnly():bool:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.52 % of base) : System.Data.Common.dasm - System.Data.XmlTreeGen:ContainsDesignerSerializationVisibleAttribute(System.ComponentModel.PropertyDescriptor):bool (FullOpts)
[00:01:41] [jit-analyze]           -6 (-5.45 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ThrowIfDisposed():this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-5.37 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:AttributesContainsDesignerVisibilityContent():bool:this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-4.93 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.StrongNamePublicKeyBlob:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.AllMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ApplicationDirectory:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ApplicationDirectoryMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.GacInstalled:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.GacMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Hash:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.HashMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.PermissionRequestEvidence:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Publisher:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.PublisherMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Site:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.SiteMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.StrongName:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.StrongNameMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Url:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.UrlMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.Zone:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -4 (-4.71 % of base) : System.Security.Permissions.dasm - System.Security.Policy.ZoneMembershipCondition:ToString():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -6 (-4.58 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:EnsurePreReadConditions():this (FullOpts)
[00:01:41] [jit-analyze]           -6 (-4.58 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:EnsurePreWriteConditions():this (FullOpts)
[00:01:41] [jit-analyze]           -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.CheckSumAndSizeWriteStream:ThrowIfDisposed():this (FullOpts)
[00:01:41] [jit-analyze]           -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.CrcValidatingReadStream:ThrowIfDisposed():this (FullOpts)
[00:01:41] [jit-analyze]           -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.WrappedStream:ThrowIfDisposed():this (FullOpts)
[00:01:41] [jit-analyze]           -5 (-4.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZipArchiveEntry+DirectToArchiveWriterStream:ThrowIfDisposed():this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.46 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerCategoryAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.46 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ProvidePropertyAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-4.40 % of base) : System.Private.CoreLib.dasm - System.Diagnostics.Contracts.ContractException:get_Failure():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-4.17 % of base) : System.Data.Common.dasm - System.Data.TypeLimiter+Scope:Dispose():this (FullOpts)
[00:01:41] [jit-analyze]          -20 (-3.85 % of base) : System.Private.CoreLib.dasm - System.Collections.Comparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]         -110 (-3.82 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Security.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Sockets.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-3.78 % of base) : System.Net.Requests.dasm - System.Net.InternalException:get_Message():System.String:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-3.72 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ToolboxItemFilterAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]          -21 (-3.68 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.FieldOffsetAttribute):this (FullOpts)
[00:01:41] [jit-analyze]           -3 (-3.61 % of base) : System.Private.Xml.dasm - System.Xml.Resolvers.XmlPreloadedResolver+XmlKnownDtdData:AsStream():System.IO.Stream:this (FullOpts)
[00:01:41] [jit-analyze]          -40 (-3.61 % of base) : System.Text.Json.dasm - System.Text.Json.ThrowHelper:ReThrowWithPath(byref,System.Text.Json.JsonReaderException) (FullOpts)
[00:01:41] [jit-analyze]           -9 (-3.46 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:ReadAsync(System.Memory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[int]:this (FullOpts)
[00:01:41] [jit-analyze]         -269 (-3.30 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableSchema(System.Runtime.Serialization.SerializationInfo,bool):this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-3.21 % of base) : System.Private.CoreLib.dasm - System.Threading.Tasks.ConcurrentExclusiveSchedulerPair+ConcurrentExclusiveTaskScheduler:QueueTask(System.Threading.Tasks.Task):this (FullOpts)
[00:01:41] [jit-analyze]          -39 (-3.19 % of base) : System.Text.RegularExpressions.dasm - System.Text.RegularExpressions.RegexMatchTimeoutException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -31 (-3.15 % of base) : System.Private.CoreLib.dasm - System.CultureAwareComparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-3.08 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:WriteAsync(System.ReadOnlyMemory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask:this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-3.08 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.WarningException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -6 (-2.97 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:Trace(System.String,int,System.String):this (FullOpts)
[00:01:41] [jit-analyze]           -6 (-2.97 % of base) : System.Net.Http.dasm - System.Net.Http.RedirectHandler:TraceError(System.String,int,System.String):this (FullOpts)
[00:01:41] [jit-analyze]          -56 (-2.96 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeDataTable(System.Runtime.Serialization.SerializationInfo,bool,int):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Schema.XmlSchemaException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.XmlException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.79 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -75 (-2.76 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeTableData(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
[00:01:41] [jit-analyze]          -20 (-2.72 % of base) : System.Configuration.ConfigurationManager.dasm - System.Configuration.ConfigurationException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-2.68 % of base) : System.Net.Quic.dasm - System.Net.Quic.MsQuicConfiguration:Create(System.Net.Quic.QuicClientConnectionOptions):System.Net.Quic.MsQuicConfigurationSafeHandle (FullOpts)
[00:01:41] [jit-analyze]          -47 (-2.60 % of base) : System.Private.CoreLib.dasm - System.TimeZoneInfo+AdjustmentRule:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -31 (-2.55 % of base) : System.IO.Compression.dasm - System.IO.Compression.ZLibException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.53 % of base) : System.Private.Xml.dasm - System.Xml.Xsl.XPath.XPathCompileException:FormatDetailedMessage():System.String:this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-2.51 % of base) : System.Net.Http.dasm - System.Net.Http.SocketsHttpHandler:Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this (FullOpts)
[00:01:41] [jit-analyze]          -30 (-2.51 % of base) : System.Private.Xml.dasm - System.Xml.XPath.XPathException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.43 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]          -41 (-2.30 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.DllImportAttribute):this (FullOpts)
[00:01:41] [jit-analyze]          -60 (-2.28 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSetProperties(System.Runtime.Serialization.SerializationInfo):this (FullOpts)
[00:01:41] [jit-analyze]          -61 (-2.11 % of base) : System.Data.Common.dasm - System.Data.DataSet:SerializeDataSet(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,int):this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-2.06 % of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]          -24 (-2.04 % of base) : System.Private.Uri.dasm - System.Uri:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.Design.Serialization.DesignerSerializerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.DesignerAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]           -7 (-2.03 % of base) : System.ComponentModel.Primitives.dasm - System.ComponentModel.EditorAttribute:get_TypeId():System.Object:this (FullOpts)
[00:01:41] [jit-analyze]          -11 (-1.97 % of base) : System.Data.Common.dasm - System.Data.DataTable:SerializeExpressionColumns(System.Runtime.Serialization.SerializationInfo,int):this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.85 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:Union(System.Security.IPermission):System.Security.IPermission:this (FullOpts)
[00:01:41] [jit-analyze]          -14 (-1.85 % of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ReflectPropertyDescriptor:ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -45 (-1.65 % of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.MarshalAsAttribute):this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.63 % of base) : System.Security.Permissions.dasm - System.Security.Permissions.PrincipalPermission:IsSubsetOf(System.Security.IPermission):bool:this (FullOpts)
[00:01:41] [jit-analyze]          -62 (-1.57 % of base) : System.Net.Http.dasm - System.Net.Http.Http3Connection:ProcessServerStreamAsync(System.Net.Quic.QuicStream):this (FullOpts)
[00:01:41] [jit-analyze]           -9 (-1.54 % of base) : System.Private.CoreLib.dasm - System.Text.TranscodingStream:BeginWrite(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this (FullOpts)
[00:01:41] [jit-analyze]           -8 (-1.52 % of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.ClientWebSocket:ConnectAsync(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):System.Threading.Tasks.Task:this (FullOpts)
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] 182 total methods with Code Size differences (139 improved, 43 regressed), 288522 unchanged.
[00:01:41] [jit-analyze] 
[00:01:41] [jit-analyze] --------------------------------------------------------------------------------
[00:01:41] Uploading 'diff-frameworks.txt'
[00:01:41] Generating diffs for Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.ctor():this
[00:01:41] Generating diffs for Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.ctor():this
[00:01:41] Generating diffs for System.Collections.Generic.ByteEqualityComparer:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericComparer`1[double]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[int]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericComparer`1[short]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[long]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[short]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericComparer`1[byte]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericComparer`1[int]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericComparer`1[long]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[byte]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[double]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[byte]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[double]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[int]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[long]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[short]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[byte]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[double]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[int]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[long]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[short]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.NullableEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[byte]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[double]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[int]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[long]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[short]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[System.Nullable`1[int]]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this
[00:01:41] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[byte]:GetHashCode():int:this
[00:01:45]* Saved artifact 'jit-diffs-pr.zip' to https://mihubot.xyz/r/FQfoju6A (159 MB)
[00:01:45]* Saved artifact 'jit-diffs-main.zip' to https://mihubot.xyz/r/FQfojvA (159 MB)
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[double]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[int]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[long]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[short]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[System.Nullable`1[int]]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.ObjectEqualityComparer`1[System.Numerics.Vector`1[float]]:GetHashCode():int:this
[00:01:46] Generating diffs for System.Collections.Generic.StringEqualityComparer:GetHashCode():int:this
[00:01:46] Generating diffs for Microsoft.Extensions.DependencyInjection.DependencyInjectionEventSource:.cctor()
[00:01:46] Generating diffs for Microsoft.Extensions.Logging.EventSource.LoggingEventSource:.cctor()
[00:01:47] Found 20 changes, comment length=59129 for regressions=True
[00:01:47] Uploading 'ShortDiffsRegressions.md'
[00:01:47] Generating diffs for System.Data.DataTable:SerializeTableSchema(System.Runtime.Serialization.SerializationInfo,bool):this
[00:01:47] Generating diffs for System.TimeZoneInfo:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Uploading 'LongDiffsRegressions.md'
[00:01:47] Generating diffs for System.Data.DataTable:SerializeTableData(System.Runtime.Serialization.SerializationInfo,int):this
[00:01:47] Generating diffs for System.Net.Http.Http3Connection:ProcessServerStreamAsync(System.Net.Quic.QuicStream):this
[00:01:47] Generating diffs for System.Data.DataSet:SerializeDataSet(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,int):this
[00:01:47] Generating diffs for System.Data.DataSet:SerializeDataSetProperties(System.Runtime.Serialization.SerializationInfo):this
[00:01:47] Generating diffs for System.Diagnostics.Contracts.ContractException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Xml.Schema.XmlSchemaException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Xml.XmlException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Xml.Xsl.XsltException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Data.DataTable:SerializeDataTable(System.Runtime.Serialization.SerializationInfo,bool,int):this
[00:01:47] Generating diffs for ILCompiler.Reflection.ReadyToRun.ReadyToRunReader+DecodedMethodSignature:PrintMembers(System.Text.StringBuilder):bool:this
[00:01:47] Generating diffs for System.TimeZoneInfo+AdjustmentRule:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.MarshalAsAttribute):this
[00:01:47] Generating diffs for System.Net.WebSockets.ManagedWebSocket:CreateOperationCanceledException(System.Exception,System.Threading.CancellationToken):System.OperationCanceledException
[00:01:47] Generating diffs for System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.DllImportAttribute):this
[00:01:47] Generating diffs for System.Text.Json.ThrowHelper:ReThrowWithPath(byref,System.Text.Json.JsonReaderException)
[00:01:47] Generating diffs for System.Text.RegularExpressions.RegexMatchTimeoutException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Xml.Xsl.Xslt.QilGenerator:CompileNodeSetExpression(System.String):System.Xml.Xsl.Qil.QilNode:this
[00:01:47] Generating diffs for System.Configuration.ConfigurationErrorsException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Runtime.CompilerServices.SwitchExpressionException:get_Message():System.String:this
[00:01:47] Generating diffs for System.Diagnostics.DebugProvider:FailCore(System.String,System.String,System.String,System.String)
[00:01:47] Generating diffs for System.Net.Sockets.Socket:GetException(int,bool):System.Exception
[00:01:47] Generating diffs for System.Net.Http.CancellationHelper:.cctor()
[00:01:47] Generating diffs for System.Reflection.AssemblyName:ToString():System.String:this
[00:01:47] Generating diffs for System.CultureAwareComparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.IO.Compression.ZLibException:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.ComponentModel.WarningException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.IO.Ports.InternalResources:GetMessage(int):System.String
[00:01:47] Generating diffs for System.Net.Http.RedirectHandler:SendAsync(System.Net.Http.HttpRequestMessage,bool,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this
[00:01:47] Generating diffs for System.Net.HttpWebRequest:SendRequest(bool,System.Net.Http.HttpContent):System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]:this
[00:01:47] Generating diffs for System.Net.Quic.MsQuicConfiguration:Create(System.Net.Quic.QuicClientConnectionOptions):System.Net.Quic.MsQuicConfigurationSafeHandle
[00:01:47] Generating diffs for System.Net.WebSockets.ManagedWebSocket:CloseAsyncPrivate(int,System.String,System.Threading.CancellationToken):this
[00:01:47] Generating diffs for System.Xml.XPath.XPathException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Uri:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Reflection.RuntimeCustomAttributeData:Init(System.Runtime.InteropServices.FieldOffsetAttribute):this
[00:01:47] Generating diffs for System.Collections.Comparer:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Configuration.ConfigurationException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Runtime.Serialization.Json.JsonFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this
[00:01:47] Generating diffs for System.Runtime.Serialization.XmlFormatWriterGenerator+CriticalHelper:WriteMembers(System.Runtime.Serialization.DataContracts.ClassDataContract,System.Reflection.Emit.LocalBuilder,System.Runtime.Serialization.DataContracts.ClassDataContract):int:this
[00:01:47] Generating diffs for Microsoft.Extensions.DependencyInjection.ServiceProvider:.ctor(System.Collections.Generic.ICollection`1[Microsoft.Extensions.DependencyInjection.ServiceDescriptor],Microsoft.Extensions.DependencyInjection.ServiceProviderOptions):this
[00:01:47] Generating diffs for System.ComponentModel.ReflectPropertyDescriptor:ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object):bool:this
[00:01:47] Generating diffs for System.Net.FtpWebRequest:AsyncRequestCallback(System.Object):this
[00:01:47] Generating diffs for System.Net.Http.RedirectHandler:GetUriForRedirect(System.Uri,System.Net.Http.HttpResponseMessage):System.Uri:this
[00:01:47] Generating diffs for System.Net.InternalException:get_Message():System.String:this
[00:01:47] Generating diffs for System.Net.InternalException:get_Message():System.String:this
[00:01:47] Generating diffs for System.Net.InternalException:get_Message():System.String:this
[00:01:47] Generating diffs for System.ComponentModel.LicenseProviderAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.Net.HttpListenerRequest:ParseCookies(System.Uri,System.String):System.Net.CookieCollection:this
[00:01:47] Generating diffs for System.Threading.RateLimiting.TimerAwaitable:Stop():this
[00:01:47] Generating diffs for System.Collections.BitArray:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Collections.Specialized.OrderedDictionary:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Data.DataSet:SerializeRelations(System.Runtime.Serialization.SerializationInfo):this
[00:01:47] Generating diffs for System.Data.DataTable:SerializeConstraints(System.Runtime.Serialization.SerializationInfo,int,bool):this
[00:01:47] Generating diffs for System.Data.DataTable:SerializeExpressionColumns(System.Runtime.Serialization.SerializationInfo,int):this
[00:01:47] Generating diffs for System.Net.Http.SocketsHttpHandler:Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken):System.Net.Http.HttpResponseMessage:this
[00:01:47] Generating diffs for System.Net.ServiceNameStore:Add(System.String):bool:this
[00:01:47] Generating diffs for System.Net.WebSockets.WebSocketException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Text.StringBuilder:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.TimeZoneInfo+TransitionTime:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Xml.Xsl.XPath.XPathCompileException:GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):this
[00:01:47] Generating diffs for System.Data.Odbc.OdbcDataReader:get_Buffer():System.Data.Odbc.CNativeBuffer:this
[00:01:47] Generating diffs for System.Net.HttpListenerResponse:ComputeCookies():this
[00:01:47] Generating diffs for System.Xml.XmlReaderSettings:CheckReadOnly(System.String):this
[00:01:47] Generating diffs for System.Xml.XmlWriterSettings:CheckReadOnly(System.String):this
[00:01:47] Generating diffs for System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_ComponentType():System.Type:this
[00:01:47] Generating diffs for System.ComponentModel.Design.DesignerOptionService+DesignerOptionConverter+OptionPropertyDescriptor:get_PropertyType():System.Type:this
[00:01:47] Generating diffs for System.Data.XmlTreeGen:AddXdoProperty(System.ComponentModel.PropertyDescriptor,System.Object,System.Xml.XmlElement):this
[00:01:47] Generating diffs for System.Text.TranscodingStream:BeginRead(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this
[00:01:47] Generating diffs for System.Text.TranscodingStream:BeginWrite(byte[],int,int,System.AsyncCallback,System.Object):System.IAsyncResult:this
[00:01:47] Generating diffs for System.Text.TranscodingStream:Flush():this
[00:01:47] Generating diffs for System.Text.TranscodingStream:FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task:this
[00:01:47] Generating diffs for System.Text.TranscodingStream:Read(System.Span`1[byte]):int:this
[00:01:47] Generating diffs for System.Text.TranscodingStream:ReadAsync(System.Memory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask`1[int]:this
[00:01:47] Generating diffs for System.Text.TranscodingStream:Write(System.ReadOnlySpan`1[byte]):this
[00:01:47] Generating diffs for System.Text.TranscodingStream:WriteAsync(System.ReadOnlyMemory`1[byte],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask:this
[00:01:47] Generating diffs for System.ComponentModel.ReflectPropertyDescriptor:AttributesContainsDesignerVisibilityContent():bool:this
[00:01:47] Generating diffs for System.ComponentModel.ReflectPropertyDescriptor:ShouldSerializeValue(System.Object):bool:this
[00:01:47] Generating diffs for System.ComponentModel.TypeConverter+SimplePropertyDescriptor:get_IsReadOnly():bool:this
[00:01:47] Generating diffs for System.Data.TypeLimiter+Scope:Dispose():this
[00:01:47] Generating diffs for System.Data.XmlTreeGen:ContainsDesignerSerializationVisibleAttribute(System.ComponentModel.PropertyDescriptor):bool
[00:01:47] Generating diffs for System.Net.WebSockets.ClientWebSocket:ConnectAsync(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):System.Threading.Tasks.Task:this
[00:01:48]* Saved artifact 'ShortDiffsRegressions.md' to https://mihubot.xyz/r/FQfokk_A (57 KB)
[00:01:47] Generating diffs for System.Net.WebSockets.ClientWebSocket:ConnectAsyncCore(System.Uri,System.Net.Http.HttpMessageInvoker,System.Threading.CancellationToken):this
[00:01:47] Generating diffs for System.Security.Permissions.PrincipalPermission:Intersect(System.Security.IPermission):System.Security.IPermission:this
[00:01:47] Generating diffs for System.Security.Permissions.PrincipalPermission:IsSubsetOf(System.Security.IPermission):bool:this
[00:01:47] Generating diffs for System.Security.Permissions.PrincipalPermission:Union(System.Security.IPermission):System.Security.IPermission:this
[00:01:47] Generating diffs for System.Threading.Tasks.ConcurrentExclusiveSchedulerPair+ConcurrentExclusiveTaskScheduler:QueueTask(System.Threading.Tasks.Task):this
[00:01:47] Generating diffs for System.ComponentModel.Design.Serialization.DesignerSerializerAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.DesignerAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.DesignerCategoryAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.EditorAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.ProvidePropertyAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.ComponentModel.ToolboxItemFilterAttribute:get_TypeId():System.Object:this
[00:01:47] Generating diffs for System.Diagnostics.Contracts.ContractException:get_Failure():System.String:this
[00:01:47] Generating diffs for System.Net.Quic.QuicConnection:DisposeAsync():this
[00:01:47] Generating diffs for System.Net.Quic.QuicConnection:HandleEventShutdownComplete():int:this
[00:01:47] Generating diffs for System.Net.Quic.QuicListener:DisposeAsync():this
[00:01:47] Generating diffs for System.Net.Sockets.SafeSocketHandle:GetTrackedSocketOptions(System.Span`1[int],byref):this
[00:01:47] Generating diffs for System.Net.Sockets.SafeSocketHandle:SetTrackedSocketOptions(System.ReadOnlySpan`1[int],System.Net.Sockets.LingerOption):this
[00:01:48]* Saved artifact 'LongDiffsRegressions.md' to https://mihubot.xyz/r/FQfokm0 (86 KB)
[00:01:49] Found 20 changes, comment length=58478 for regressions=False
[00:01:49] Uploading 'ShortDiffsImprovements.md'
[00:01:49] Uploading 'LongDiffsImprovements.md'
[00:01:50]* Saved artifact 'ShortDiffsImprovements.md' to https://mihubot.xyz/r/FQfok8-A (57 KB)
[00:01:50]* Saved artifact 'LongDiffsImprovements.md' to https://mihubot.xyz/r/FQfolEeA (898 KB)
[00:01:49] Average overall CPU usage estimate: 35 %
[00:01:49] Average overall memory usage estimate: 72 %
[00:01:55]* Saved artifact 'logs.txt' to https://mihubot.xyz/r/FQfomLPA (177 KB)
