[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 (639126732056027193) is after current time (639126732019991932)?
[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=safe-span-biginteger-shiftrot
[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 safe-span-biginteger-shiftrot
git log combineWith1/safe-span-biginteger-shiftrot -1
git merge --no-edit combineWith1/safe-span-biginteger-shiftrot
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 zip & wget] Building dependency tree...
[00:00:00] [Setup zip & wget] Reading state information...
[00:00:00] [Setup runtime] Already up to date.
[00:00:00] [Setup runtime] + git log -1
[00:00:00] [Setup runtime] commit 2de289a898abc66657decd3b86dba5e61fe066c5
[00:00:00] [Setup runtime] Author: Copilot <198982749+Copilot@users.noreply.github.com>
[00:00:00] [Setup runtime] Date:   Sat Apr 25 08:17:33 2026 +0900
[00:00:00] [Setup runtime] 
[00:00:00] [Setup runtime]     System.Reflection.Metadata: preserve pre-linked suffix chain when linking into empty BlobBuilder (#127246)
[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 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 25 not upgraded.
[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 2de289a898a).
[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 safe-span-biginteger-shiftrot
[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                    safe-span-biginteger-shiftrot -> FETCH_HEAD
[00:00:01] [Setup runtime]  * [new branch]              safe-span-biginteger-shiftrot -> combineWith1/safe-span-biginteger-shiftrot
[00:00:01] [Setup runtime] + git log combineWith1/safe-span-biginteger-shiftrot -1
[00:00:01] [Setup runtime] commit 5ac8ed9fa25a8cf86e84d877437b3b40d710ba47
[00:00:01] [Setup runtime] Author: EgorBo <egorbo@gmail.com>
[00:00:01] [Setup runtime] Date:   Sat Apr 25 02:16:59 2026 +0200
[00:00:01] [Setup runtime] 
[00:00:01] [Setup runtime]     Limit BigInteger safe span rewrite to RightShiftSelf
[00:00:01] [Setup runtime]     
[00:00:01] [Setup runtime]     Restore LeftShiftSelf to the main-branch implementation so PR 127409 only changes RightShiftSelf.
[00:00:01] [Setup runtime]     
[00:00:01] [Setup runtime]     Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
[00:00:01] [Setup runtime] + git merge --no-edit combineWith1/safe-span-biginteger-shiftrot
[00:00:02] [Setup runtime] Merge made by the 'ort' strategy.
[00:00:02] [Setup runtime]  .../Numerics/BigIntegerCalculator.ShiftRot.cs      | 34 +++++++++++-----------
[00:00:02] [Setup runtime]  1 file changed, 17 insertions(+), 17 deletions(-)
[00:00:02] [Setup runtime] + git log -1
[00:00:02] [Setup runtime] commit 9852bbbbf0ff05e2a87fb04237c8b74cd713caee
[00:00:02] [Setup runtime] Merge: 2de289a898a 5ac8ed9fa25
[00:00:02] [Setup runtime] Author: build <build@build.foo>
[00:00:02] [Setup runtime] Date:   Sat Apr 25 00:20:03 2026 +0000
[00:00:02] [Setup runtime] 
[00:00:02] [Setup runtime]     Merge remote-tracking branch 'combineWith1/safe-span-biginteger-shiftrot' into pr
[00:00:02] [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: 2de289a898abc66657decd3b86dba5e61fe066c5
[00:00:02] pr commit: 5ac8ed9fa25a8cf86e84d877437b3b40d710ba47
[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 libs -c Release -p:RunAnalyzers=false -p:ApiCompatValidateAssemblies=false' from 'runtime'
[00:00:03] [pr release] 
[00:00:03] [pr release]   Determining projects to restore...
[00:00:03] [pr release]   Tool 'coverlet.console' (version '6.0.4') was restored. Available commands: coverlet
[00:00:03] [pr release]   Tool 'dotnet-reportgenerator-globaltool' (version '5.4.3') was restored. Available commands: reportgenerator
[00:00:03] [pr release]   Tool 'microsoft.dotnet.xharness.cli' (version '11.0.0-prerelease.26204.1') was restored. Available commands: xharness
[00:00:03] [pr release]   Tool 'microsoft.visualstudio.slngen.tool' (version '12.0.15') was restored. Available commands: slngen
[00:00:03] [pr release]   
[00:00:03] [pr release]   Restore was successful.
[00:00:04] [pr release]   All projects are up-to-date for restore.
[00:00:04] [pr release]   Determining projects to restore...
[00:00:24] [pr release]   Restored /runner/runtime/src/tasks/HelixTestTasks/HelixTestTasks.csproj (in 5.16 sec).
[00:00:24] [pr release]   Restored /runner/runtime/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj (in 5.16 sec).
[00:00:24] [pr release]   527 of 529 projects are up-to-date for restore.
[00:00:25] [pr release]   installer.tasks -> /runner/runtime/artifacts/bin/installer.tasks/Release/installer.tasks.dll
[00:00:27] [pr release]   HelixTestTasks -> /runner/runtime/artifacts/bin/HelixTestTasks/Release/net11.0/HelixTestTasks.dll
[00:00:27] [pr release]   Crossgen2Tasks -> /runner/runtime/artifacts/bin/Crossgen2Tasks/Release/Crossgen2Tasks.dll
[00:00:27] [pr release]   "/runner/runtime/src/native/libs/build-native.sh" x64 Release outconfig net11.0-linux-Release-x64 -os linux  ninja -numproc 32 
[00:00:27] [pr release]   __TargetRid: linux-x64
[00:00:27] [pr release]   Setting up directories for build
[00:00:27] [pr release]   Checking prerequisites...
[00:00:27] [pr release]   /usr/bin/ninja
[00:00:27] [pr release]   Commencing build of "install" target in "native libraries component" for linux.x64.Release in /runner/runtime/artifacts/obj/native/net11.0-linux-Release-x64
[00:00:27] [pr release]   Invoking "/runner/runtime/eng/native/gen-buildsys.sh" "/runner/runtime/src/native/libs" "/runner/runtime/artifacts/obj/native/net11.0-linux-Release-x64" x64 linux clang Release "ninja"  -DCMAKE_STATIC_LIB_LINK=0 -DFEATURE_DISTRO_AGNOSTIC_SSL=1 -DFEATURE_DISTRO_AGNOSTIC_SSL=1 
[00:00:27] [pr release]   -- The linker identification is Ubuntu LLD 18.1.3 (compatible with GNU linkers)
[00:00:27] [pr release]   Not searching for unused variables given on the command line.
[00:00:27] [pr release]   Detected Linux x86_64
[00:00:27] [pr release]   -- Using CMake version 3.28.3
[00:00:27] [pr release]   -- ZLIB_HEADER_VERSION: 1.3.1
[00:00:27] [pr release]   -- ZLIBNG_HEADER_VERSION: 2.2.5
[00:00:28] [pr release]   -- Arch detected: 'x86_64'
[00:00:28] [pr release]   -- Basearch of 'x86_64' has been detected as: 'x86'
[00:00:28] [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:28] [pr release]   -- The following features have been enabled:
[00:00:28] [pr release]   
[00:00:28] [pr release]    * CMAKE_BUILD_TYPE, Build type: RELEASE (selected)
[00:00:28] [pr release]    * XSAVE, Support XSAVE intrinsics using "-mxsave"
[00:00:28] [pr release]    * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using "-mssse3"
[00:00:28] [pr release]    * SSE42_CRC, Support SSE4.2 optimized adler32 hash generation, using "-msse4.2"
[00:00:28] [pr release]    * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-msse4.2 -mpclmul"
[00:00:28] [pr release]    * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "-mavx2 -mbmi2"
[00:00:28] [pr release]    * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "-mavx2 -mbmi2"
[00:00:28] [pr release]    * AVX2_COMPARE256, Support AVX2 optimized compare256, using "-mavx2 -mbmi2"
[00:00:28] [pr release]    * AVX2_ADLER32, Support AVX2-accelerated adler32, using "-mavx2 -mbmi2"
[00:00:28] [pr release]    * AVX512_ADLER32, Support AVX512-accelerated adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:28] [pr release]    * AVX512_CHUNKSET, Support AVX512 optimized chunkset, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:28] [pr release]    * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mavx512vnni -mbmi2 -mtune=cascadelake"
[00:00:28] [pr release]    * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using "-mpclmul -mvpclmulqdq -mavx512f -mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
[00:00:28] [pr release]    * WITH_GZFILEOP, Compile with support for gzFile related functions
[00:00:28] [pr release]    * ZLIB_COMPAT, Compile with zlib compatible API
[00:00:28] [pr release]    * WITH_SANITIZER, Enable sanitizer support
[00:00:28] [pr release]    * WITH_GTEST, Build gtest_zlib
[00:00:28] [pr release]    * WITH_OPTIM, Build with optimisation
[00:00:28] [pr release]    * WITH_NEW_STRATEGIES, Use new strategies
[00:00:28] [pr release]    * WITH_RUNTIME_CPU_DETECTION, Build with runtime CPU detection
[00:00:28] [pr release]    * WITH_AVX2, Build with AVX2
[00:00:28] [pr release]    * WITH_AVX512, Build with AVX512
[00:00:28] [pr release]    * WITH_AVX512VNNI, Build with AVX512 VNNI
[00:00:28] [pr release]    * WITH_SSE2, Build with SSE2
[00:00:28] [pr release]    * WITH_SSSE3, Build with SSSE3
[00:00:28] [pr release]    * WITH_SSE42, Build with SSE42
[00:00:28] [pr release]    * WITH_PCLMULQDQ, Build with PCLMULQDQ
[00:00:28] [pr release]    * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
[00:00:28] [pr release]   
[00:00:28] [pr release]   -- The following features have been disabled:
[00:00:28] [pr release]   
[00:00:28] [pr release]    * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
[00:00:28] [pr release]    * ZLIB_ENABLE_TESTS, Build test binaries
[00:00:28] [pr release]    * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
[00:00:28] [pr release]    * WITH_FUZZERS, Build test/fuzz
[00:00:28] [pr release]    * WITH_BENCHMARKS, Build test/benchmarks
[00:00:28] [pr release]    * WITH_BENCHMARK_APPS, Build application benchmarks
[00:00:28] [pr release]    * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
[00:00:28] [pr release]    * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
[00:00:28] [pr release]    * WITH_CODE_COVERAGE, Enable code coverage reporting
[00:00:28] [pr release]    * WITH_INFLATE_STRICT, Build with strict inflate distance checking
[00:00:28] [pr release]    * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
[00:00:28] [pr release]    * INSTALL_UTILS, Copy minigzip and minideflate during install
[00:00:28] [pr release]   
[00:00:28] [pr release]   -- Build type is 'RELEASE'
[00:00:28] [pr release]   -- Compiler is not EMSCRIPTEN
[00:00:28] [pr release]   -- ZSTD VERSION: 1.5.7
[00:00:28] [pr release]   -- CMAKE_INSTALL_PREFIX: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64
[00:00:28] [pr release]   -- CMAKE_INSTALL_LIBDIR: lib
[00:00:28] [pr release]   -- ZSTD_LEGACY_SUPPORT not defined!
[00:00:28] [pr release]   -- ZSTD_MULTITHREAD_SUPPORT is disabled
[00:00:28] [pr release]   -- OPENSSL_INCLUDE_DIR:    /usr/include
[00:00:28] [pr release]   -- OPENSSL_CRYPTO_LIBRARY: /usr/lib/x86_64-linux-gnu/libcrypto.so
[00:00:28] [pr release]   -- OPENSSL_SSL_LIBRARY:    /usr/lib/x86_64-linux-gnu/libssl.so
[00:00:28] [pr release]   -- OPENSSL_VERSION:        3.0.13
[00:00:28] [pr release]   -- Configuring done (0.3s)
[00:00:28] [pr release]   -- Generating done (0.0s)
[00:00:28] [pr release]   -- Build files have been written to: /runner/runtime/artifacts/obj/native/net11.0-linux-Release-x64
[00:00:28] [pr release]   /runner/runtime/artifacts/obj/native/net11.0-linux-Release-x64 /runner/runtime/src/native/libs
[00:00:28] [pr release]   Executing /usr/bin/ninja -j 32 install
[00:00:28] [pr release]   [0/1] Install the project...
[00:00:28] [pr release]   -- Install configuration: "RELEASE"
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Compression.Native.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Compression.Native.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libbrotlienc.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libbrotlidec.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libbrotlicommon.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libzstd.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libz.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Compression.Native.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Ports.Native.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Ports.Native.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.IO.Ports.Native.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Native.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Native.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Native.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Globalization.Native.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Globalization.Native.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Globalization.Native.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Net.Security.Native.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Net.Security.Native.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Net.Security.Native.a
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Security.Cryptography.Native.OpenSsl.so.dbg
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Security.Cryptography.Native.OpenSsl.so
[00:00:28] [pr release]   -- Up-to-date: /runner/runtime/artifacts/bin/native/net11.0-linux-Release-x64/./libSystem.Security.Cryptography.Native.OpenSsl.a
[00:00:28] [pr release]   /runner/runtime/src/native/libs
[00:00:29] [pr release]   Microsoft.Extensions.Logging.Generators.Roslyn4.4 -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Generators.Roslyn4.4/Release/netstandard2.0/Microsoft.Extensions.Logging.Generators.dll
[00:00:29] [pr release]   Microsoft.Interop.SourceGeneration -> /runner/runtime/artifacts/bin/Microsoft.Interop.SourceGeneration/Release/netstandard2.0/Microsoft.Interop.SourceGeneration.dll
[00:00:30] [pr release]   ComInterfaceGenerator -> /runner/runtime/artifacts/bin/ComInterfaceGenerator/Release/netstandard2.0/Microsoft.Interop.ComInterfaceGenerator.dll
[00:00:30] [pr release]   JSImportGenerator -> /runner/runtime/artifacts/bin/JSImportGenerator/Release/netstandard2.0/Microsoft.Interop.JavaScript.JSImportGenerator.dll
[00:00:31] [pr release]   LibraryImportGenerator -> /runner/runtime/artifacts/bin/LibraryImportGenerator/Release/netstandard2.0/Microsoft.Interop.LibraryImportGenerator.dll
[00:00:32] [pr release]   Microsoft.Extensions.Options.SourceGeneration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options.SourceGeneration/Release/netstandard2.0/Microsoft.Extensions.Options.SourceGeneration.dll
[00:00:32] [pr release]   System.Text.Json.SourceGeneration.Roslyn4.4 -> /runner/runtime/artifacts/bin/System.Text.Json.SourceGeneration.Roslyn4.4/Release/netstandard2.0/System.Text.Json.SourceGeneration.dll
[00:00:32] [pr release]   System.Text.RegularExpressions.Generator -> /runner/runtime/artifacts/bin/System.Text.RegularExpressions.Generator/Release/netstandard2.0/System.Text.RegularExpressions.Generator.dll
[00:00:34] [pr release]   ILLink.RoslynAnalyzer -> /runner/runtime/artifacts/bin/ILLink.RoslynAnalyzer/Release/netstandard2.0/ILLink.RoslynAnalyzer.dll
[00:00:34] [pr release]   ILLink.CodeFixProvider -> /runner/runtime/artifacts/bin/ILLink.CodeFixProvider/Release/netstandard2.0/ILLink.CodeFixProvider.dll
[00:00:34] [pr release]   Mono.Linker -> /runner/runtime/artifacts/bin/Mono.Linker/ref/Release/net11.0/illink.dll
[00:00:34] [pr release]   Mono.Linker -> /runner/runtime/artifacts/bin/Mono.Linker/Release/net11.0/illink.dll
[00:00:35] [pr release]   ILLink.Tasks -> /runner/runtime/artifacts/bin/ILLink.Tasks/Release/net/ILLink.Tasks.dll
[00:00:35] [pr release]   System.Private.CoreLib.Generators -> /runner/runtime/artifacts/bin/System.Private.CoreLib.Generators/Release/netstandard2.0/System.Private.CoreLib.Generators.dll
[00:00:35] [pr release]   System.Private.CoreLib -> /runner/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net11.0/System.Private.CoreLib.dll
[00:00:35] [pr release]   EventSourceGenerator -> /runner/runtime/artifacts/bin/EventSourceGenerator/Release/netstandard2.0/EventSourceGenerator.dll
[00:00:35] [pr release]   System.Private.CoreLib -> /runner/runtime/artifacts/bin/coreclr/linux.x64.Release/IL/System.Private.CoreLib.dll
[00:00:35] [pr release]   System.Private.Uri -> /runner/runtime/artifacts/bin/System.Private.Uri/Release/net11.0/System.Private.Uri.dll
[00:00:35] [pr release]   System.Runtime -> /runner/runtime/artifacts/bin/System.Runtime/ref/Release/net11.0/System.Runtime.dll
[00:00:35] [pr release]   System.Text.Encoding.Extensions -> /runner/runtime/artifacts/bin/System.Text.Encoding.Extensions/ref/Release/net11.0/System.Text.Encoding.Extensions.dll
[00:00:35] [pr release]   System.Threading -> /runner/runtime/artifacts/bin/System.Threading/ref/Release/net11.0/System.Threading.dll
[00:00:35] [pr release]   System.Memory -> /runner/runtime/artifacts/bin/System.Memory/ref/Release/net11.0/System.Memory.dll
[00:00:35] [pr release]   System.Numerics.Vectors -> /runner/runtime/artifacts/bin/System.Numerics.Vectors/ref/Release/net11.0/System.Numerics.Vectors.dll
[00:00:35] [pr release]   System.Runtime.Loader -> /runner/runtime/artifacts/bin/System.Runtime.Loader/ref/Release/net11.0/System.Runtime.Loader.dll
[00:00:35] [pr release]   System.Reflection.Primitives -> /runner/runtime/artifacts/bin/System.Reflection.Primitives/ref/Release/net11.0/System.Reflection.Primitives.dll
[00:00:35] [pr release]   System.Collections -> /runner/runtime/artifacts/bin/System.Collections/ref/Release/net11.0/System.Collections.dll
[00:00:35] [pr release]   System.Diagnostics.StackTrace -> /runner/runtime/artifacts/bin/System.Diagnostics.StackTrace/ref/Release/net11.0/System.Diagnostics.StackTrace.dll
[00:00:35] [pr release]   System.Runtime -> /runner/runtime/artifacts/bin/System.Runtime/Release/net11.0/System.Runtime.dll
[00:00:35] [pr release]   Microsoft.Win32.Primitives -> /runner/runtime/artifacts/bin/Microsoft.Win32.Primitives/ref/Release/net11.0/Microsoft.Win32.Primitives.dll
[00:00:35] [pr release]   System.Threading.Overlapped -> /runner/runtime/artifacts/bin/System.Threading.Overlapped/ref/Release/net11.0/System.Threading.Overlapped.dll
[00:00:35] [pr release]   System.Text.Encoding.Extensions -> /runner/runtime/artifacts/bin/System.Text.Encoding.Extensions/Release/net11.0/System.Text.Encoding.Extensions.dll
[00:00:35] [pr release]   System.Diagnostics.Tracing -> /runner/runtime/artifacts/bin/System.Diagnostics.Tracing/ref/Release/net11.0/System.Diagnostics.Tracing.dll
[00:00:35] [pr release]   System.Runtime.Loader -> /runner/runtime/artifacts/bin/System.Runtime.Loader/Release/net11.0/System.Runtime.Loader.dll
[00:00:35] [pr release]   System.Runtime.InteropServices -> /runner/runtime/artifacts/bin/System.Runtime.InteropServices/ref/Release/net11.0/System.Runtime.InteropServices.dll
[00:00:35] [pr release]   System.Reflection.Primitives -> /runner/runtime/artifacts/bin/System.Reflection.Primitives/Release/net11.0/System.Reflection.Primitives.dll
[00:00:35] [pr release]   System.Threading.Thread -> /runner/runtime/artifacts/bin/System.Threading.Thread/ref/Release/net11.0/System.Threading.Thread.dll
[00:00:35] [pr release]   System.Threading -> /runner/runtime/artifacts/bin/System.Threading/Release/net11.0/System.Threading.dll
[00:00:36] [pr release]   System.Collections -> /runner/runtime/artifacts/bin/System.Collections/Release/net11.0/System.Collections.dll
[00:00:36] [pr release]   System.Runtime.Intrinsics -> /runner/runtime/artifacts/bin/System.Runtime.Intrinsics/ref/Release/net11.0/System.Runtime.Intrinsics.dll
[00:00:36] [pr release]   System.ComponentModel -> /runner/runtime/artifacts/bin/System.ComponentModel/ref/Release/net11.0/System.ComponentModel.dll
[00:00:36] [pr release]   Microsoft.Win32.Primitives -> /runner/runtime/artifacts/bin/Microsoft.Win32.Primitives/Release/net11.0/Microsoft.Win32.Primitives.dll
[00:00:36] [pr release]   System.Memory -> /runner/runtime/artifacts/bin/System.Memory/Release/net11.0/System.Memory.dll
[00:00:36] [pr release]   System.Numerics.Vectors -> /runner/runtime/artifacts/bin/System.Numerics.Vectors/Release/net11.0/System.Numerics.Vectors.dll
[00:00:36] [pr release]   System.Threading.ThreadPool -> /runner/runtime/artifacts/bin/System.Threading.ThreadPool/ref/Release/net11.0/System.Threading.ThreadPool.dll
[00:00:36] [pr release]   System.Reflection.Emit.ILGeneration -> /runner/runtime/artifacts/bin/System.Reflection.Emit.ILGeneration/ref/Release/net11.0/System.Reflection.Emit.ILGeneration.dll
[00:00:36] [pr release]   System.Runtime.Intrinsics -> /runner/runtime/artifacts/bin/System.Runtime.Intrinsics/Release/net11.0/System.Runtime.Intrinsics.dll
[00:00:36] [pr release]   System.Threading.Thread -> /runner/runtime/artifacts/bin/System.Threading.Thread/Release/net11.0/System.Threading.Thread.dll
[00:00:36] [pr release]   System.Diagnostics.Tracing -> /runner/runtime/artifacts/bin/System.Diagnostics.Tracing/Release/net11.0/System.Diagnostics.Tracing.dll
[00:00:36] [pr release]   System.ComponentModel -> /runner/runtime/artifacts/bin/System.ComponentModel/Release/net11.0/System.ComponentModel.dll
[00:00:36] [pr release]   System.Threading.Overlapped -> /runner/runtime/artifacts/bin/System.Threading.Overlapped/Release/net11.0/System.Threading.Overlapped.dll
[00:00:36] [pr release]   System.Threading.ThreadPool -> /runner/runtime/artifacts/bin/System.Threading.ThreadPool/Release/net11.0/System.Threading.ThreadPool.dll
[00:00:36] [pr release]   System.Reflection.Emit.Lightweight -> /runner/runtime/artifacts/bin/System.Reflection.Emit.Lightweight/ref/Release/net11.0/System.Reflection.Emit.Lightweight.dll
[00:00:36] [pr release]   System.Runtime.Numerics -> /runner/runtime/artifacts/bin/System.Runtime.Numerics/ref/Release/net11.0/System.Runtime.Numerics.dll
[00:00:36] [pr release]   System.Reflection.Emit.ILGeneration -> /runner/runtime/artifacts/bin/System.Reflection.Emit.ILGeneration/Release/net11.0/System.Reflection.Emit.ILGeneration.dll
[00:00:36] [pr release]   System.Collections.Concurrent -> /runner/runtime/artifacts/bin/System.Collections.Concurrent/ref/Release/net11.0/System.Collections.Concurrent.dll
[00:00:36] [pr release]   System.ObjectModel -> /runner/runtime/artifacts/bin/System.ObjectModel/ref/Release/net11.0/System.ObjectModel.dll
[00:00:36] [pr release]   System.Security.Claims -> /runner/runtime/artifacts/bin/System.Security.Claims/ref/Release/net11.0/System.Security.Claims.dll
[00:00:36] [pr release]   System.Collections.NonGeneric -> /runner/runtime/artifacts/bin/System.Collections.NonGeneric/ref/Release/net11.0/System.Collections.NonGeneric.dll
[00:00:36] [pr release]   System.Reflection.Emit.Lightweight -> /runner/runtime/artifacts/bin/System.Reflection.Emit.Lightweight/Release/net11.0/System.Reflection.Emit.Lightweight.dll
[00:00:36] [pr release]   System.Text.Encodings.Web -> /runner/runtime/artifacts/bin/System.Text.Encodings.Web/ref/Release/net11.0/System.Text.Encodings.Web.dll
[00:00:36] [pr release]   System.ObjectModel -> /runner/runtime/artifacts/bin/System.ObjectModel/Release/net11.0/System.ObjectModel.dll
[00:00:36] [pr release]   System.Collections.Concurrent -> /runner/runtime/artifacts/bin/System.Collections.Concurrent/Release/net11.0/System.Collections.Concurrent.dll
[00:00:36] [pr release]   System.IO.Pipelines -> /runner/runtime/artifacts/bin/System.IO.Pipelines/ref/Release/net11.0/System.IO.Pipelines.dll
[00:00:36] [pr release]   System.Collections.NonGeneric -> /runner/runtime/artifacts/bin/System.Collections.NonGeneric/Release/net11.0/System.Collections.NonGeneric.dll
[00:00:36] [pr release]   System.Security.Claims -> /runner/runtime/artifacts/bin/System.Security.Claims/Release/net11.0/System.Security.Claims.dll
[00:00:36] [pr release]   System.IO.Pipelines -> /runner/runtime/artifacts/bin/System.IO.Pipelines/Release/net11.0/System.IO.Pipelines.dll
[00:00:36] [pr release]   System.Runtime.InteropServices -> /runner/runtime/artifacts/bin/System.Runtime.InteropServices/Release/net11.0/System.Runtime.InteropServices.dll
[00:00:36] [pr release]   System.Threading.Channels -> /runner/runtime/artifacts/bin/System.Threading.Channels/ref/Release/net11.0/System.Threading.Channels.dll
[00:00:36] [pr release]   System.Runtime.Serialization.Formatters -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Formatters/ref/Release/net11.0/System.Runtime.Serialization.Formatters.dll
[00:00:36] [pr release]   System.ComponentModel.Primitives -> /runner/runtime/artifacts/bin/System.ComponentModel.Primitives/ref/Release/net11.0/System.ComponentModel.Primitives.dll
[00:00:36] [pr release]   System.Text.Encoding.CodePages -> /runner/runtime/artifacts/bin/System.Text.Encoding.CodePages/ref/Release/net11.0/System.Text.Encoding.CodePages.dll
[00:00:36] [pr release]   System.Security.Principal.Windows -> /runner/runtime/artifacts/bin/System.Security.Principal.Windows/ref/Release/net11.0/System.Security.Principal.Windows.dll
[00:00:36] [pr release]   System.Net.ServerSentEvents -> /runner/runtime/artifacts/bin/System.Net.ServerSentEvents/ref/Release/net11.0/System.Net.ServerSentEvents.dll
[00:00:36] [pr release]   System.IO.MemoryMappedFiles -> /runner/runtime/artifacts/bin/System.IO.MemoryMappedFiles/ref/Release/net11.0/System.IO.MemoryMappedFiles.dll
[00:00:36] [pr release]   System.IO.Compression -> /runner/runtime/artifacts/bin/System.IO.Compression/ref/Release/net11.0/System.IO.Compression.dll
[00:00:36] [pr release]   Microsoft.Extensions.Primitives -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Primitives/ref/Release/net11.0/Microsoft.Extensions.Primitives.dll
[00:00:36] [pr release]   System.Net.Primitives -> /runner/runtime/artifacts/bin/System.Net.Primitives/ref/Release/net11.0/System.Net.Primitives.dll
[00:00:36] [pr release]   System.Linq -> /runner/runtime/artifacts/bin/System.Linq/ref/Release/net11.0/System.Linq.dll
[00:00:36] [pr release]   System.ComponentModel.Primitives -> /runner/runtime/artifacts/bin/System.ComponentModel.Primitives/Release/net11.0/System.ComponentModel.Primitives.dll
[00:00:36] [pr release]   System.Security.Principal.Windows -> /runner/runtime/artifacts/bin/System.Security.Principal.Windows/Release/net11.0/System.Security.Principal.Windows.dll
[00:00:36] [pr release]   System.Runtime.Serialization.Formatters -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Formatters/Release/net11.0/System.Runtime.Serialization.Formatters.dll
[00:00:36] [pr release]   System.Threading.Channels -> /runner/runtime/artifacts/bin/System.Threading.Channels/Release/net11.0/System.Threading.Channels.dll
[00:00:36] [pr release]   System.Text.Encoding.CodePages -> /runner/runtime/artifacts/bin/System.Text.Encoding.CodePages/Release/net11.0/System.Text.Encoding.CodePages.dll
[00:00:36] [pr release]   System.Net.ServerSentEvents -> /runner/runtime/artifacts/bin/System.Net.ServerSentEvents/Release/net11.0/System.Net.ServerSentEvents.dll
[00:00:36] [pr release]   System.IO.MemoryMappedFiles -> /runner/runtime/artifacts/bin/System.IO.MemoryMappedFiles/Release/net11.0/System.IO.MemoryMappedFiles.dll
[00:00:36] [pr release]   System.IO.Compression -> /runner/runtime/artifacts/bin/System.IO.Compression/Release/net11.0/System.IO.Compression.dll
[00:00:36] [pr release]   Microsoft.Extensions.Primitives -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Primitives/Release/net11.0/Microsoft.Extensions.Primitives.dll
[00:00:36] [pr release]   System.Net.Primitives -> /runner/runtime/artifacts/bin/System.Net.Primitives/Release/net11.0/System.Net.Primitives.dll
[00:00:36] [pr release]   System.Collections.Specialized -> /runner/runtime/artifacts/bin/System.Collections.Specialized/ref/Release/net11.0/System.Collections.Specialized.dll
[00:00:36] [pr release]   System.ComponentModel.EventBasedAsync -> /runner/runtime/artifacts/bin/System.ComponentModel.EventBasedAsync/ref/Release/net11.0/System.ComponentModel.EventBasedAsync.dll
[00:00:36] [pr release]   System.Security.AccessControl -> /runner/runtime/artifacts/bin/System.Security.AccessControl/ref/Release/net11.0/System.Security.AccessControl.dll
[00:00:36] [pr release]   System.Collections.Specialized -> /runner/runtime/artifacts/bin/System.Collections.Specialized/Release/net11.0/System.Collections.Specialized.dll
[00:00:36] [pr release]   System.ComponentModel.EventBasedAsync -> /runner/runtime/artifacts/bin/System.ComponentModel.EventBasedAsync/Release/net11.0/System.ComponentModel.EventBasedAsync.dll
[00:00:36] [pr release]   System.Security.AccessControl -> /runner/runtime/artifacts/bin/System.Security.AccessControl/Release/net11.0/System.Security.AccessControl.dll
[00:00:36] [pr release]   System.IO.Compression.ZipFile -> /runner/runtime/artifacts/bin/System.IO.Compression.ZipFile/ref/Release/net11.0/System.IO.Compression.ZipFile.dll
[00:00:36] [pr release]   System.Runtime.InteropServices.JavaScript -> /runner/runtime/artifacts/bin/System.Runtime.InteropServices.JavaScript/ref/Release/net11.0/System.Runtime.InteropServices.JavaScript.dll
[00:00:36] [pr release]   System.IO.Compression.Brotli -> /runner/runtime/artifacts/bin/System.IO.Compression.Brotli/ref/Release/net11.0/System.IO.Compression.Brotli.dll
[00:00:36] [pr release]   System.Runtime.InteropServices.JavaScript -> /runner/runtime/artifacts/bin/System.Runtime.InteropServices.JavaScript/Release/net11.0/System.Runtime.InteropServices.JavaScript.dll
[00:00:36] [pr release]   System.IO.Pipes -> /runner/runtime/artifacts/bin/System.IO.Pipes/ref/Release/net11.0/System.IO.Pipes.dll
[00:00:36] [pr release]   System.Threading.AccessControl -> /runner/runtime/artifacts/bin/System.Threading.AccessControl/ref/Release/net11.0/System.Threading.AccessControl.dll
[00:00:36] [pr release]   Microsoft.Win32.Registry -> /runner/runtime/artifacts/bin/Microsoft.Win32.Registry/ref/Release/net11.0/Microsoft.Win32.Registry.dll
[00:00:36] [pr release]   System.Net.WebHeaderCollection -> /runner/runtime/artifacts/bin/System.Net.WebHeaderCollection/ref/Release/net11.0/System.Net.WebHeaderCollection.dll
[00:00:36] [pr release]   System.IO.FileSystem.AccessControl -> /runner/runtime/artifacts/bin/System.IO.FileSystem.AccessControl/ref/Release/net11.0/System.IO.FileSystem.AccessControl.dll
[00:00:36] [pr release]   System.Web.HttpUtility -> /runner/runtime/artifacts/bin/System.Web.HttpUtility/ref/Release/net11.0/System.Web.HttpUtility.dll
[00:00:36] [pr release]   System.Diagnostics.TraceSource -> /runner/runtime/artifacts/bin/System.Diagnostics.TraceSource/ref/Release/net11.0/System.Diagnostics.TraceSource.dll
[00:00:36] [pr release]   System.IO.Compression.Brotli -> /runner/runtime/artifacts/bin/System.IO.Compression.Brotli/Release/net11.0/System.IO.Compression.Brotli.dll
[00:00:36] [pr release]   System.IO.Compression.ZipFile -> /runner/runtime/artifacts/bin/System.IO.Compression.ZipFile/Release/net11.0/System.IO.Compression.ZipFile.dll
[00:00:36] [pr release]   System.Web.HttpUtility -> /runner/runtime/artifacts/bin/System.Web.HttpUtility/Release/net11.0/System.Web.HttpUtility.dll
[00:00:36] [pr release]   System.Net.WebHeaderCollection -> /runner/runtime/artifacts/bin/System.Net.WebHeaderCollection/Release/net11.0/System.Net.WebHeaderCollection.dll
[00:00:36] [pr release]   System.IO.FileSystem.AccessControl -> /runner/runtime/artifacts/bin/System.IO.FileSystem.AccessControl/Release/net11.0/System.IO.FileSystem.AccessControl.dll
[00:00:36] [pr release]   System.IO.Pipes -> /runner/runtime/artifacts/bin/System.IO.Pipes/Release/net11.0/System.IO.Pipes.dll
[00:00:36] [pr release]   System.Threading.AccessControl -> /runner/runtime/artifacts/bin/System.Threading.AccessControl/Release/net11.0/System.Threading.AccessControl.dll
[00:00:36] [pr release]   System.Diagnostics.TraceSource -> /runner/runtime/artifacts/bin/System.Diagnostics.TraceSource/Release/net11.0/System.Diagnostics.TraceSource.dll
[00:00:36] [pr release]   Microsoft.Win32.Registry -> /runner/runtime/artifacts/bin/Microsoft.Win32.Registry/Release/net11.0/Microsoft.Win32.Registry.dll
[00:00:36] [pr release]   System.IO.Pipes.AccessControl -> /runner/runtime/artifacts/bin/System.IO.Pipes.AccessControl/ref/Release/net11.0/System.IO.Pipes.AccessControl.dll
[00:00:36] [pr release]   System.IO.Pipes.AccessControl -> /runner/runtime/artifacts/bin/System.IO.Pipes.AccessControl/Release/net11.0/System.IO.Pipes.AccessControl.dll
[00:00:39] [pr release]   System.Runtime.Numerics -> /runner/runtime/artifacts/bin/System.Runtime.Numerics/Release/net11.0/System.Runtime.Numerics.dll
[00:00:39] [pr release]   System.Text.Encodings.Web -> /runner/runtime/artifacts/bin/System.Text.Encodings.Web/Release/net11.0/System.Text.Encodings.Web.dll
[00:00:39] [pr release]   System.Formats.Asn1 -> /runner/runtime/artifacts/bin/System.Formats.Asn1/ref/Release/net11.0/System.Formats.Asn1.dll
[00:00:39] [pr release]   System.Linq -> /runner/runtime/artifacts/bin/System.Linq/Release/net11.0/System.Linq.dll
[00:00:39] [pr release]   System.Drawing.Primitives -> /runner/runtime/artifacts/bin/System.Drawing.Primitives/ref/Release/net11.0/System.Drawing.Primitives.dll
[00:00:39] [pr release]   System.Collections.Immutable -> /runner/runtime/artifacts/bin/System.Collections.Immutable/ref/Release/net11.0/System.Collections.Immutable.dll
[00:00:39] [pr release]   System.Linq.AsyncEnumerable -> /runner/runtime/artifacts/bin/System.Linq.AsyncEnumerable/ref/Release/net11.0/System.Linq.AsyncEnumerable.dll
[00:00:39] [pr release]   System.Threading.Tasks.Dataflow -> /runner/runtime/artifacts/bin/System.Threading.Tasks.Dataflow/ref/Release/net11.0/System.Threading.Tasks.Dataflow.dll
[00:00:39] [pr release]   Microsoft.Extensions.Caching.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Caching.Abstractions/ref/Release/net11.0/Microsoft.Extensions.Caching.Abstractions.dll
[00:00:39] [pr release]   System.Diagnostics.DiagnosticSource -> /runner/runtime/artifacts/bin/System.Diagnostics.DiagnosticSource/ref/Release/net11.0/System.Diagnostics.DiagnosticSource.dll
[00:00:39] [pr release]   Microsoft.Extensions.FileProviders.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Abstractions/ref/Release/net11.0/Microsoft.Extensions.FileProviders.Abstractions.dll
[00:00:39] [pr release]   System.Formats.Asn1 -> /runner/runtime/artifacts/bin/System.Formats.Asn1/Release/net11.0/System.Formats.Asn1.dll
[00:00:39] [pr release]   System.Drawing.Primitives -> /runner/runtime/artifacts/bin/System.Drawing.Primitives/Release/net11.0/System.Drawing.Primitives.dll
[00:00:39] [pr release]   Microsoft.Extensions.Configuration.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Abstractions/ref/Release/net11.0/Microsoft.Extensions.Configuration.Abstractions.dll
[00:00:39] [pr release]   Microsoft.Extensions.Caching.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Caching.Abstractions/Release/net11.0/Microsoft.Extensions.Caching.Abstractions.dll
[00:00:39] [pr release]   Microsoft.Extensions.FileProviders.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Abstractions/Release/net11.0/Microsoft.Extensions.FileProviders.Abstractions.dll
[00:00:39] [pr release]   System.Threading.Tasks.Dataflow -> /runner/runtime/artifacts/bin/System.Threading.Tasks.Dataflow/Release/net11.0/System.Threading.Tasks.Dataflow.dll
[00:00:39] [pr release]   System.Linq.AsyncEnumerable -> /runner/runtime/artifacts/bin/System.Linq.AsyncEnumerable/Release/net11.0/System.Linq.AsyncEnumerable.dll
[00:00:39] [pr release]   System.Diagnostics.DiagnosticSource -> /runner/runtime/artifacts/bin/System.Diagnostics.DiagnosticSource/Release/net11.0/System.Diagnostics.DiagnosticSource.dll
[00:00:39] [pr release]   System.Collections.Immutable -> /runner/runtime/artifacts/bin/System.Collections.Immutable/Release/net11.0/System.Collections.Immutable.dll
[00:00:39] [pr release]   Microsoft.Extensions.Configuration.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Abstractions/Release/net11.0/Microsoft.Extensions.Configuration.Abstractions.dll
[00:00:39] [pr release]   System.Net.NameResolution -> /runner/runtime/artifacts/bin/System.Net.NameResolution/ref/Release/net11.0/System.Net.NameResolution.dll
[00:00:39] [pr release]   System.Net.NameResolution -> /runner/runtime/artifacts/bin/System.Net.NameResolution/Release/net11.0/System.Net.NameResolution.dll
[00:00:39] [pr release]   System.Net.Sockets -> /runner/runtime/artifacts/bin/System.Net.Sockets/ref/Release/net11.0/System.Net.Sockets.dll
[00:00:39] [pr release]   System.Net.Sockets -> /runner/runtime/artifacts/bin/System.Net.Sockets/Release/net11.0/System.Net.Sockets.dll
[00:00:39] [pr release]   System.Reflection.Metadata -> /runner/runtime/artifacts/bin/System.Reflection.Metadata/ref/Release/net11.0/System.Reflection.Metadata.dll
[00:00:39] [pr release]   System.Net.NetworkInformation -> /runner/runtime/artifacts/bin/System.Net.NetworkInformation/ref/Release/net11.0/System.Net.NetworkInformation.dll
[00:00:39] [pr release]   System.Reflection.Metadata -> /runner/runtime/artifacts/bin/System.Reflection.Metadata/Release/net11.0/System.Reflection.Metadata.dll
[00:00:39] [pr release]   System.Net.NetworkInformation -> /runner/runtime/artifacts/bin/System.Net.NetworkInformation/Release/net11.0/System.Net.NetworkInformation.dll
[00:00:39] [pr release]   System.Diagnostics.StackTrace -> /runner/runtime/artifacts/bin/System.Diagnostics.StackTrace/Release/net11.0/System.Diagnostics.StackTrace.dll
[00:00:39] [pr release]   System.Reflection.Emit -> /runner/runtime/artifacts/bin/System.Reflection.Emit/ref/Release/net11.0/System.Reflection.Emit.dll
[00:00:39] [pr release]   System.Security.Cryptography -> /runner/runtime/artifacts/bin/System.Security.Cryptography/ref/Release/net11.0/System.Security.Cryptography.dll
[00:00:39] [pr release]   System.Reflection.Emit -> /runner/runtime/artifacts/bin/System.Reflection.Emit/Release/net11.0/System.Reflection.Emit.dll
[00:00:39] [pr release]   System.Security.Cryptography -> /runner/runtime/artifacts/bin/System.Security.Cryptography/Release/net11.0/System.Security.Cryptography.dll
[00:00:39] [pr release]   System.Text.RegularExpressions -> /runner/runtime/artifacts/bin/System.Text.RegularExpressions/ref/Release/net11.0/System.Text.RegularExpressions.dll
[00:00:39] [pr release]   System.Linq.Expressions -> /runner/runtime/artifacts/bin/System.Linq.Expressions/ref/Release/net11.0/System.Linq.Expressions.dll
[00:00:39] [pr release]   System.Linq.Expressions -> /runner/runtime/artifacts/bin/System.Linq.Expressions/Release/net11.0/System.Linq.Expressions.dll
[00:00:39] [pr release]   System.Net.WebSockets -> /runner/runtime/artifacts/bin/System.Net.WebSockets/ref/Release/net11.0/System.Net.WebSockets.dll
[00:00:39] [pr release]   System.Net.Security -> /runner/runtime/artifacts/bin/System.Net.Security/ref/Release/net11.0/System.Net.Security.dll
[00:00:39] [pr release]   System.Text.RegularExpressions -> /runner/runtime/artifacts/bin/System.Text.RegularExpressions/Release/net11.0/System.Text.RegularExpressions.dll
[00:00:39] [pr release]   Microsoft.CSharp -> /runner/runtime/artifacts/bin/Microsoft.CSharp/ref/Release/net11.0/Microsoft.CSharp.dll
[00:00:39] [pr release]   System.Text.Json.SourceGeneration.Roslyn4.0 -> /runner/runtime/artifacts/bin/System.Text.Json.SourceGeneration.Roslyn4.0/Release/netstandard2.0/System.Text.Json.SourceGeneration.dll
[00:00:39] [pr release]   System.Text.Json.SourceGeneration.Roslyn3.11 -> /runner/runtime/artifacts/bin/System.Text.Json.SourceGeneration.Roslyn3.11/Release/netstandard2.0/System.Text.Json.SourceGeneration.dll
[00:00:39] [pr release]   Microsoft.Extensions.DependencyInjection.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyInjection.Abstractions/ref/Release/net11.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
[00:00:39] [pr release]   System.Net.Security -> /runner/runtime/artifacts/bin/System.Net.Security/Release/net11.0/System.Net.Security.dll
[00:00:39] [pr release]   Microsoft.Extensions.DependencyInjection.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyInjection.Abstractions/Release/net11.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
[00:00:39] [pr release]   Microsoft.CSharp -> /runner/runtime/artifacts/bin/Microsoft.CSharp/Release/net11.0/Microsoft.CSharp.dll
[00:00:39] [pr release]   System.IO.FileSystem.DriveInfo -> /runner/runtime/artifacts/bin/System.IO.FileSystem.DriveInfo/ref/Release/net11.0/System.IO.FileSystem.DriveInfo.dll
[00:00:39] [pr release]   System.Text.Json.SourceGeneration.Roslyn4.4 -> /runner/runtime/artifacts/bin/System.Text.Json.SourceGeneration.Roslyn4.4/Release/net11.0/System.Text.Json.SourceGeneration.dll
[00:00:39] [pr release]   Microsoft.Extensions.Logging.Generators.Roslyn4.0 -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Generators.Roslyn4.0/Release/netstandard2.0/Microsoft.Extensions.Logging.Generators.dll
[00:00:39] [pr release]   Microsoft.Extensions.Logging.Generators.Roslyn3.11 -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Generators.Roslyn3.11/Release/netstandard2.0/Microsoft.Extensions.Logging.Generators.dll
[00:00:39] [pr release]   System.Net.WebSockets -> /runner/runtime/artifacts/bin/System.Net.WebSockets/Release/net11.0/System.Net.WebSockets.dll
[00:00:39] [pr release]   System.IO.FileSystem.DriveInfo -> /runner/runtime/artifacts/bin/System.IO.FileSystem.DriveInfo/Release/net11.0/System.IO.FileSystem.DriveInfo.dll
[00:00:39] [pr release]   System.Net.WebProxy -> /runner/runtime/artifacts/bin/System.Net.WebProxy/ref/Release/net11.0/System.Net.WebProxy.dll
[00:00:39] [pr release]   System.Net.Quic -> /runner/runtime/artifacts/bin/System.Net.Quic/ref/Release/net11.0/System.Net.Quic.dll
[00:00:39] [pr release]   System.Console -> /runner/runtime/artifacts/bin/System.Console/ref/Release/net11.0/System.Console.dll
[00:00:39] [pr release]   System.Net.WebProxy -> /runner/runtime/artifacts/bin/System.Net.WebProxy/Release/net11.0/System.Net.WebProxy.dll
[00:00:39] [pr release]   System.Diagnostics.FileVersionInfo -> /runner/runtime/artifacts/bin/System.Diagnostics.FileVersionInfo/ref/Release/net11.0/System.Diagnostics.FileVersionInfo.dll
[00:00:39] [pr release]   Microsoft.Extensions.Logging.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Abstractions/ref/Release/net11.0/Microsoft.Extensions.Logging.Abstractions.dll
[00:00:39] [pr release]   System.Diagnostics.FileVersionInfo -> /runner/runtime/artifacts/bin/System.Diagnostics.FileVersionInfo/Release/net11.0-windows/System.Diagnostics.FileVersionInfo.dll
[00:00:39] [pr release]   System.Text.Json -> /runner/runtime/artifacts/bin/System.Text.Json/ref/Release/net11.0/System.Text.Json.dll
[00:00:39] [pr release]   Microsoft.Extensions.Logging.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Abstractions/Release/net11.0/Microsoft.Extensions.Logging.Abstractions.dll
[00:00:39] [pr release]   System.Console -> /runner/runtime/artifacts/bin/System.Console/Release/net11.0/System.Console.dll
[00:00:39] [pr release]   System.Resources.Writer -> /runner/runtime/artifacts/bin/System.Resources.Writer/ref/Release/net11.0/System.Resources.Writer.dll
[00:00:39] [pr release]   System.Net.Quic -> /runner/runtime/artifacts/bin/System.Net.Quic/Release/net11.0/System.Net.Quic.dll
[00:00:39] [pr release]   System.Diagnostics.FileVersionInfo -> /runner/runtime/artifacts/bin/System.Diagnostics.FileVersionInfo/Release/net11.0/System.Diagnostics.FileVersionInfo.dll
[00:00:39] [pr release]   System.Resources.Writer -> /runner/runtime/artifacts/bin/System.Resources.Writer/Release/net11.0/System.Resources.Writer.dll
[00:00:39] [pr release]   System.Text.Json -> /runner/runtime/artifacts/bin/System.Text.Json/Release/net11.0/System.Text.Json.dll
[00:00:39] [pr release]   System.Net.Http -> /runner/runtime/artifacts/bin/System.Net.Http/ref/Release/net11.0/System.Net.Http.dll
[00:00:39] [pr release]   System.Diagnostics.Process -> /runner/runtime/artifacts/bin/System.Diagnostics.Process/ref/Release/net11.0/System.Diagnostics.Process.dll
[00:00:39] [pr release]   System.Net.Http -> /runner/runtime/artifacts/bin/System.Net.Http/Release/net11.0/System.Net.Http.dll
[00:00:39] [pr release]   System.Diagnostics.Process -> /runner/runtime/artifacts/bin/System.Diagnostics.Process/Release/net11.0/System.Diagnostics.Process.dll
[00:00:39] [pr release]   System.Net.Http.Json -> /runner/runtime/artifacts/bin/System.Net.Http.Json/ref/Release/net11.0/System.Net.Http.Json.dll
[00:00:39] [pr release]   System.Net.WebSockets.Client -> /runner/runtime/artifacts/bin/System.Net.WebSockets.Client/ref/Release/net11.0/System.Net.WebSockets.Client.dll
[00:00:39] [pr release]   System.Net.Requests -> /runner/runtime/artifacts/bin/System.Net.Requests/ref/Release/net11.0/System.Net.Requests.dll
[00:00:39] [pr release]   System.Private.Xml -> /runner/runtime/artifacts/bin/System.Private.Xml/Release/net11.0/System.Private.Xml.dll
[00:00:39] [pr release]   System.Net.Http.Json -> /runner/runtime/artifacts/bin/System.Net.Http.Json/Release/net11.0/System.Net.Http.Json.dll
[00:00:39] [pr release]   System.Net.WebSockets.Client -> /runner/runtime/artifacts/bin/System.Net.WebSockets.Client/Release/net11.0/System.Net.WebSockets.Client.dll
[00:00:39] [pr release]   Microsoft.VisualBasic.Core -> /runner/runtime/artifacts/bin/Microsoft.VisualBasic.Core/ref/Release/net11.0/Microsoft.VisualBasic.Core.dll
[00:00:39] [pr release]   System.Xml.ReaderWriter -> /runner/runtime/artifacts/bin/System.Xml.ReaderWriter/ref/Release/net11.0/System.Xml.ReaderWriter.dll
[00:00:39] [pr release]   System.Private.Xml.Linq -> /runner/runtime/artifacts/bin/System.Private.Xml.Linq/Release/net11.0/System.Private.Xml.Linq.dll
[00:00:39] [pr release]   System.Xml.ReaderWriter -> /runner/runtime/artifacts/bin/System.Xml.ReaderWriter/Release/net11.0/System.Xml.ReaderWriter.dll
[00:00:39] [pr release]   System.Net.Requests -> /runner/runtime/artifacts/bin/System.Net.Requests/Release/net11.0/System.Net.Requests.dll
[00:00:39] [pr release]   Microsoft.VisualBasic.Core -> /runner/runtime/artifacts/bin/Microsoft.VisualBasic.Core/Release/net11.0/Microsoft.VisualBasic.Core.dll
[00:00:39] [pr release]   System.Xml.XDocument -> /runner/runtime/artifacts/bin/System.Xml.XDocument/ref/Release/net11.0/System.Xml.XDocument.dll
[00:00:39] [pr release]   System.Transactions.Local -> /runner/runtime/artifacts/bin/System.Transactions.Local/ref/Release/net11.0/System.Transactions.Local.dll
[00:00:39] [pr release]   System.Net.WebClient -> /runner/runtime/artifacts/bin/System.Net.WebClient/ref/Release/net11.0/System.Net.WebClient.dll
[00:00:39] [pr release]   System.Xml.XDocument -> /runner/runtime/artifacts/bin/System.Xml.XDocument/Release/net11.0/System.Xml.XDocument.dll
[00:00:40] [pr release]   System.Transactions.Local -> /runner/runtime/artifacts/bin/System.Transactions.Local/Release/net11.0/System.Transactions.Local.dll
[00:00:40] [pr release]   System.Net.WebClient -> /runner/runtime/artifacts/bin/System.Net.WebClient/Release/net11.0/System.Net.WebClient.dll
[00:00:40] [pr release]   System.ComponentModel.TypeConverter -> /runner/runtime/artifacts/bin/System.ComponentModel.TypeConverter/ref/Release/net11.0/System.ComponentModel.TypeConverter.dll
[00:00:40] [pr release]   System.ComponentModel.TypeConverter -> /runner/runtime/artifacts/bin/System.ComponentModel.TypeConverter/Release/net11.0/System.ComponentModel.TypeConverter.dll
[00:00:40] [pr release]   System.ComponentModel.Annotations -> /runner/runtime/artifacts/bin/System.ComponentModel.Annotations/ref/Release/net11.0/System.ComponentModel.Annotations.dll
[00:00:40] [pr release]   System.ComponentModel.Annotations -> /runner/runtime/artifacts/bin/System.ComponentModel.Annotations/Release/net11.0/System.ComponentModel.Annotations.dll
[00:00:40] [pr release]   Microsoft.Extensions.Options -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options/ref/Release/net11.0/Microsoft.Extensions.Options.dll
[00:00:40] [pr release]   Microsoft.Extensions.Options -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options/Release/net11.0/Microsoft.Extensions.Options.dll
[00:00:40] [pr release]   Microsoft.Extensions.Diagnostics.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Diagnostics.Abstractions/ref/Release/net11.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
[00:00:40] [pr release]   Microsoft.Extensions.Diagnostics.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Diagnostics.Abstractions/Release/net11.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
[00:00:40] [pr release]   Microsoft.Extensions.Hosting.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.Abstractions/ref/Release/net11.0/Microsoft.Extensions.Hosting.Abstractions.dll
[00:00:40] [pr release]   Microsoft.Extensions.Hosting.Abstractions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.Abstractions/Release/net11.0/Microsoft.Extensions.Hosting.Abstractions.dll
[00:00:40] [pr release]   System.Globalization -> /runner/runtime/artifacts/bin/System.Globalization/Release/net11.0-linux/System.Globalization.dll
[00:00:40] [pr release]   System.IO.FileSystem.Primitives -> /runner/runtime/artifacts/bin/System.IO.FileSystem.Primitives/Release/net11.0-linux/System.IO.FileSystem.Primitives.dll
[00:00:40] [pr release]   System.Runtime.CompilerServices.Unsafe -> /runner/runtime/artifacts/bin/System.Runtime.CompilerServices.Unsafe/Release/net11.0-linux/System.Runtime.CompilerServices.Unsafe.dll
[00:00:40] [pr release]   System.Reflection -> /runner/runtime/artifacts/bin/System.Reflection/Release/net11.0-linux/System.Reflection.dll
[00:00:40] [pr release]   System.AppContext -> /runner/runtime/artifacts/bin/System.AppContext/Release/net11.0-linux/System.AppContext.dll
[00:00:40] [pr release]   System.IO.FileSystem -> /runner/runtime/artifacts/bin/System.IO.FileSystem/Release/net11.0-linux/System.IO.FileSystem.dll
[00:00:40] [pr release]   System.Globalization.Extensions -> /runner/runtime/artifacts/bin/System.Globalization.Extensions/Release/net11.0-linux/System.Globalization.Extensions.dll
[00:00:40] [pr release]   System.Web -> /runner/runtime/artifacts/bin/System.Web/Release/net11.0-linux/System.Web.dll
[00:00:40] [pr release]   System.Diagnostics.Tools -> /runner/runtime/artifacts/bin/System.Diagnostics.Tools/Release/net11.0-linux/System.Diagnostics.Tools.dll
[00:00:40] [pr release]   Microsoft.VisualBasic -> /runner/runtime/artifacts/bin/Microsoft.VisualBasic/Release/net11.0-linux/Microsoft.VisualBasic.dll
[00:00:40] [pr release]   System.Threading.Timer -> /runner/runtime/artifacts/bin/System.Threading.Timer/Release/net11.0-linux/System.Threading.Timer.dll
[00:00:40] [pr release]   System.Runtime.Handles -> /runner/runtime/artifacts/bin/System.Runtime.Handles/Release/net11.0-linux/System.Runtime.Handles.dll
[00:00:40] [pr release]   System.Globalization.Calendars -> /runner/runtime/artifacts/bin/System.Globalization.Calendars/Release/net11.0-linux/System.Globalization.Calendars.dll
[00:00:40] [pr release]   System.Windows -> /runner/runtime/artifacts/bin/System.Windows/Release/net11.0-linux/System.Windows.dll
[00:00:40] [pr release]   System.IO -> /runner/runtime/artifacts/bin/System.IO/Release/net11.0-linux/System.IO.dll
[00:00:40] [pr release]   System.IO.Compression.FileSystem -> /runner/runtime/artifacts/bin/System.IO.Compression.FileSystem/Release/net11.0-linux/System.IO.Compression.FileSystem.dll
[00:00:40] [pr release]   System.Threading.Tasks -> /runner/runtime/artifacts/bin/System.Threading.Tasks/Release/net11.0-linux/System.Threading.Tasks.dll
[00:00:40] [pr release]   System.Buffers -> /runner/runtime/artifacts/bin/System.Buffers/Release/net11.0-linux/System.Buffers.dll
[00:00:40] [pr release]   System.Text.Encoding -> /runner/runtime/artifacts/bin/System.Text.Encoding/Release/net11.0-linux/System.Text.Encoding.dll
[00:00:40] [pr release]   System.Resources.ResourceManager -> /runner/runtime/artifacts/bin/System.Resources.ResourceManager/Release/net11.0-linux/System.Resources.ResourceManager.dll
[00:00:40] [pr release]   System.Numerics -> /runner/runtime/artifacts/bin/System.Numerics/Release/net11.0-linux/System.Numerics.dll
[00:00:40] [pr release]   System.Security.SecureString -> /runner/runtime/artifacts/bin/System.Security.SecureString/Release/net11.0-linux/System.Security.SecureString.dll
[00:00:40] [pr release]   System.IO.UnmanagedMemoryStream -> /runner/runtime/artifacts/bin/System.IO.UnmanagedMemoryStream/Release/net11.0-linux/System.IO.UnmanagedMemoryStream.dll
[00:00:40] [pr release]   System.ValueTuple -> /runner/runtime/artifacts/bin/System.ValueTuple/Release/net11.0-linux/System.ValueTuple.dll
[00:00:40] [pr release]   System.Diagnostics.Debug -> /runner/runtime/artifacts/bin/System.Diagnostics.Debug/Release/net11.0-linux/System.Diagnostics.Debug.dll
[00:00:40] [pr release]   System.ComponentModel.DataAnnotations -> /runner/runtime/artifacts/bin/System.ComponentModel.DataAnnotations/Release/net11.0-linux/System.ComponentModel.DataAnnotations.dll
[00:00:40] [pr release]   System.Reflection.Extensions -> /runner/runtime/artifacts/bin/System.Reflection.Extensions/Release/net11.0-linux/System.Reflection.Extensions.dll
[00:00:40] [pr release]   System.Threading.Tasks.Extensions -> /runner/runtime/artifacts/bin/System.Threading.Tasks.Extensions/Release/net11.0-linux/System.Threading.Tasks.Extensions.dll
[00:00:40] [pr release]   System.ServiceProcess.ServiceController -> /runner/runtime/artifacts/bin/System.ServiceProcess.ServiceController/stub/Release/net11.0/System.ServiceProcess.ServiceController.dll
[00:00:40] [pr release]   System.Resources.Reader -> /runner/runtime/artifacts/bin/System.Resources.Reader/Release/net11.0-linux/System.Resources.Reader.dll
[00:00:40] [pr release]   System.Runtime.InteropServices.RuntimeInformation -> /runner/runtime/artifacts/bin/System.Runtime.InteropServices.RuntimeInformation/Release/net11.0-linux/System.Runtime.InteropServices.RuntimeInformation.dll
[00:00:40] [pr release]   System.Security.Principal -> /runner/runtime/artifacts/bin/System.Security.Principal/Release/net11.0-linux/System.Security.Principal.dll
[00:00:40] [pr release]   System.Reflection.DispatchProxy -> /runner/runtime/artifacts/bin/System.Reflection.DispatchProxy/ref/Release/net11.0/System.Reflection.DispatchProxy.dll
[00:00:40] [pr release]   System.Data.SqlClient -> /runner/runtime/artifacts/bin/System.Data.SqlClient/stub/Release/net11.0/System.Data.SqlClient.dll
[00:00:40] [pr release]   System.Linq.Queryable -> /runner/runtime/artifacts/bin/System.Linq.Queryable/ref/Release/net11.0/System.Linq.Queryable.dll
[00:00:40] [pr release]   System.Xml.XmlDocument -> /runner/runtime/artifacts/bin/System.Xml.XmlDocument/Release/net11.0-linux/System.Xml.XmlDocument.dll
[00:00:40] [pr release]   System.Diagnostics.PerformanceCounter -> /runner/runtime/artifacts/bin/System.Diagnostics.PerformanceCounter/stub/Release/net11.0/System.Diagnostics.PerformanceCounter.dll
[00:00:40] [pr release]   System.Data.OleDb -> /runner/runtime/artifacts/bin/System.Data.OleDb/stub/Release/net11.0/System.Data.OleDb.dll
[00:00:40] [pr release]   System.ServiceModel.Syndication -> /runner/runtime/artifacts/bin/System.ServiceModel.Syndication/stub/Release/net11.0/System.ServiceModel.Syndication.dll
[00:00:40] [pr release]   System.Runtime.CompilerServices.VisualC -> /runner/runtime/artifacts/bin/System.Runtime.CompilerServices.VisualC/ref/Release/net11.0/System.Runtime.CompilerServices.VisualC.dll
[00:00:40] [pr release]   System.Diagnostics.EventLog -> /runner/runtime/artifacts/bin/System.Diagnostics.EventLog/stub/Release/net11.0/System.Diagnostics.EventLog.dll
[00:00:40] [pr release]   System.Diagnostics.Contracts -> /runner/runtime/artifacts/bin/System.Diagnostics.Contracts/ref/Release/net11.0/System.Diagnostics.Contracts.dll
[00:00:40] [pr release]   System.Runtime.Serialization.Primitives -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Primitives/ref/Release/net11.0/System.Runtime.Serialization.Primitives.dll
[00:00:40] [pr release]   System.Xml.XPath.XDocument -> /runner/runtime/artifacts/bin/System.Xml.XPath.XDocument/ref/Release/net11.0/System.Xml.XPath.XDocument.dll
[00:00:40] [pr release]   System.Xml.XPath -> /runner/runtime/artifacts/bin/System.Xml.XPath/ref/Release/net11.0/System.Xml.XPath.dll
[00:00:40] [pr release]   System.Threading.Tasks.Parallel -> /runner/runtime/artifacts/bin/System.Threading.Tasks.Parallel/ref/Release/net11.0/System.Threading.Tasks.Parallel.dll
[00:00:40] [pr release]   System.Xml.XmlSerializer -> /runner/runtime/artifacts/bin/System.Xml.XmlSerializer/ref/Release/net11.0/System.Xml.XmlSerializer.dll
[00:00:40] [pr release]   System.Runtime.Extensions -> /runner/runtime/artifacts/bin/System.Runtime.Extensions/Release/net11.0-linux/System.Runtime.Extensions.dll
[00:00:40] [pr release]   System.Dynamic.Runtime -> /runner/runtime/artifacts/bin/System.Dynamic.Runtime/Release/net11.0-linux/System.Dynamic.Runtime.dll
[00:00:40] [pr release]   System.Reflection.TypeExtensions -> /runner/runtime/artifacts/bin/System.Reflection.TypeExtensions/ref/Release/net11.0/System.Reflection.TypeExtensions.dll
[00:00:40] [pr release]   System.Data.Odbc -> /runner/runtime/artifacts/bin/System.Data.Odbc/stub/Release/net11.0/System.Data.Odbc.dll
[00:00:40] [pr release]   System.Diagnostics.TextWriterTraceListener -> /runner/runtime/artifacts/bin/System.Diagnostics.TextWriterTraceListener/ref/Release/net11.0/System.Diagnostics.TextWriterTraceListener.dll
[00:00:40] [pr release]   System.Linq.Parallel -> /runner/runtime/artifacts/bin/System.Linq.Parallel/ref/Release/net11.0/System.Linq.Parallel.dll
[00:00:40] [pr release]   System.Configuration.ConfigurationManager -> /runner/runtime/artifacts/bin/System.Configuration.ConfigurationManager/stub/Release/net11.0/System.Configuration.ConfigurationManager.dll
[00:00:40] [pr release]   System.Security.Cryptography.Pkcs -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Pkcs/stub/Release/net11.0/System.Security.Cryptography.Pkcs.dll
[00:00:40] [pr release]   System.Xml.XPath.XDocument -> /runner/runtime/artifacts/bin/System.Xml.XPath.XDocument/Release/net11.0/System.Xml.XPath.XDocument.dll
[00:00:40] [pr release]   System.Windows.Extensions -> /runner/runtime/artifacts/bin/System.Windows.Extensions/stub/Release/net11.0/System.Windows.Extensions.dll
[00:00:40] [pr release]   System.Linq.Queryable -> /runner/runtime/artifacts/bin/System.Linq.Queryable/Release/net11.0/System.Linq.Queryable.dll
[00:00:40] [pr release]   System.Xml.XPath -> /runner/runtime/artifacts/bin/System.Xml.XPath/Release/net11.0/System.Xml.XPath.dll
[00:00:40] [pr release]   System.Xml.XmlSerializer -> /runner/runtime/artifacts/bin/System.Xml.XmlSerializer/Release/net11.0/System.Xml.XmlSerializer.dll
[00:00:40] [pr release]   System.Runtime.Serialization.Primitives -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Primitives/Release/net11.0/System.Runtime.Serialization.Primitives.dll
[00:00:40] [pr release]   System.Security.Permissions -> /runner/runtime/artifacts/bin/System.Security.Permissions/stub/Release/net11.0/System.Security.Permissions.dll
[00:00:40] [pr release]   System.Security.Cryptography.ProtectedData -> /runner/runtime/artifacts/bin/System.Security.Cryptography.ProtectedData/stub/Release/net11.0/System.Security.Cryptography.ProtectedData.dll
[00:00:40] [pr release]   System.Runtime.CompilerServices.VisualC -> /runner/runtime/artifacts/bin/System.Runtime.CompilerServices.VisualC/Release/net11.0/System.Runtime.CompilerServices.VisualC.dll
[00:00:40] [pr release]   System.Diagnostics.Contracts -> /runner/runtime/artifacts/bin/System.Diagnostics.Contracts/Release/net11.0/System.Diagnostics.Contracts.dll
[00:00:40] [pr release]   System.IO.Packaging -> /runner/runtime/artifacts/bin/System.IO.Packaging/stub/Release/net11.0/System.IO.Packaging.dll
[00:00:40] [pr release]   System.Runtime.Serialization.Schema -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Schema/stub/Release/net11.0/System.Runtime.Serialization.Schema.dll
[00:00:40] [pr release]   System.ServiceProcess -> /runner/runtime/artifacts/bin/System.ServiceProcess/Release/net11.0-linux/System.ServiceProcess.dll
[00:00:40] [pr release]   System.Threading.Tasks.Parallel -> /runner/runtime/artifacts/bin/System.Threading.Tasks.Parallel/Release/net11.0/System.Threading.Tasks.Parallel.dll
[00:00:40] [pr release]   System.Security.Cryptography.Xml -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Xml/stub/Release/net11.0/System.Security.Cryptography.Xml.dll
[00:00:40] [pr release]   System.Xml.Linq -> /runner/runtime/artifacts/bin/System.Xml.Linq/Release/net11.0-linux/System.Xml.Linq.dll
[00:00:40] [pr release]   System.CodeDom -> /runner/runtime/artifacts/bin/System.CodeDom/stub/Release/net11.0/System.CodeDom.dll
[00:00:40] [pr release]   System.Transactions -> /runner/runtime/artifacts/bin/System.Transactions/Release/net11.0-linux/System.Transactions.dll
[00:00:40] [pr release]   System.Xml.Serialization -> /runner/runtime/artifacts/bin/System.Xml.Serialization/Release/net11.0-linux/System.Xml.Serialization.dll
[00:00:40] [pr release]   Microsoft.Win32.SystemEvents -> /runner/runtime/artifacts/bin/Microsoft.Win32.SystemEvents/stub/Release/net11.0/Microsoft.Win32.SystemEvents.dll
[00:00:40] [pr release]   System.Configuration -> /runner/runtime/artifacts/bin/System.Configuration/Release/net11.0-linux/System.Configuration.dll
[00:00:40] [pr release]   System.Reflection.TypeExtensions -> /runner/runtime/artifacts/bin/System.Reflection.TypeExtensions/Release/net11.0/System.Reflection.TypeExtensions.dll
[00:00:40] [pr release]   System.Xml -> /runner/runtime/artifacts/bin/System.Xml/Release/net11.0-linux/System.Xml.dll
[00:00:40] [pr release]   System.Reflection.DispatchProxy -> /runner/runtime/artifacts/bin/System.Reflection.DispatchProxy/Release/net11.0/System.Reflection.DispatchProxy.dll
[00:00:40] [pr release]   System.Linq.Parallel -> /runner/runtime/artifacts/bin/System.Linq.Parallel/Release/net11.0/System.Linq.Parallel.dll
[00:00:40] [pr release]   System.Diagnostics.TextWriterTraceListener -> /runner/runtime/artifacts/bin/System.Diagnostics.TextWriterTraceListener/Release/net11.0/System.Diagnostics.TextWriterTraceListener.dll
[00:00:40] [pr release]   WindowsBase -> /runner/runtime/artifacts/bin/WindowsBase/Release/net11.0-linux/WindowsBase.dll
[00:00:40] [pr release]   System.IO.Ports -> /runner/runtime/artifacts/bin/System.IO.Ports/stub/Release/net11.0/System.IO.Ports.dll
[00:00:40] [pr release]   System.IO.MemoryMappedFiles -> /runner/runtime/artifacts/bin/System.IO.MemoryMappedFiles/Release/net11.0-unix/System.IO.MemoryMappedFiles.dll
[00:00:40] [pr release]   System.Private.DataContractSerialization -> /runner/runtime/artifacts/bin/System.Private.DataContractSerialization/Release/net11.0/System.Private.DataContractSerialization.dll
[00:00:40] [pr release]   System.Security -> /runner/runtime/artifacts/bin/System.Security/Release/net11.0-linux/System.Security.dll
[00:00:40] [pr release]   System.Drawing.Common -> /runner/runtime/artifacts/bin/System.Drawing.Common/stub/Release/net11.0/System.Drawing.Common.dll
[00:00:40] [pr release]   System.Net.Primitives -> /runner/runtime/artifacts/bin/System.Net.Primitives/Release/net11.0-unix/System.Net.Primitives.dll
[00:00:40] [pr release]   System.Runtime.Serialization.Xml -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Xml/ref/Release/net11.0/System.Runtime.Serialization.Xml.dll
[00:00:41] [pr release]   System.Data.Common -> /runner/runtime/artifacts/bin/System.Data.Common/ref/Release/net11.0/System.Data.Common.dll
[00:00:41] [pr release]   System.Runtime.Serialization.Json -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Json/ref/Release/net11.0/System.Runtime.Serialization.Json.dll
[00:00:41] [pr release]   System.Runtime.Serialization.Xml -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Xml/Release/net11.0/System.Runtime.Serialization.Xml.dll
[00:00:41] [pr release]   System.IO.FileSystem.DriveInfo -> /runner/runtime/artifacts/bin/System.IO.FileSystem.DriveInfo/Release/net11.0-unix/System.IO.FileSystem.DriveInfo.dll
[00:00:41] [pr release]   System.IO.Compression -> /runner/runtime/artifacts/bin/System.IO.Compression/Release/net11.0-unix/System.IO.Compression.dll
[00:00:41] [pr release]   System.Drawing -> /runner/runtime/artifacts/bin/System.Drawing/Release/net11.0-linux/System.Drawing.dll
[00:00:41] [pr release]   System.Diagnostics.FileVersionInfo -> /runner/runtime/artifacts/bin/System.Diagnostics.FileVersionInfo/Release/net11.0-unix/System.Diagnostics.FileVersionInfo.dll
[00:00:41] [pr release]   System.Net.NameResolution -> /runner/runtime/artifacts/bin/System.Net.NameResolution/Release/net11.0-unix/System.Net.NameResolution.dll
[00:00:41] [pr release]   System.Data.Common -> /runner/runtime/artifacts/bin/System.Data.Common/Release/net11.0/System.Data.Common.dll
[00:00:41] [pr release]   System.Security.Cryptography -> /runner/runtime/artifacts/bin/System.Security.Cryptography/Release/net11.0-unix/System.Security.Cryptography.dll
[00:00:41] [pr release]   System.Runtime.Serialization.Json -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Json/Release/net11.0/System.Runtime.Serialization.Json.dll
[00:00:41] [pr release]   System.Net.Sockets -> /runner/runtime/artifacts/bin/System.Net.Sockets/Release/net11.0-unix/System.Net.Sockets.dll
[00:00:41] [pr release]   System.Console -> /runner/runtime/artifacts/bin/System.Console/Release/net11.0-unix/System.Console.dll
[00:00:41] [pr release]   System.Data.DataSetExtensions -> /runner/runtime/artifacts/bin/System.Data.DataSetExtensions/Release/net11.0-linux/System.Data.DataSetExtensions.dll
[00:00:41] [pr release]   System.Security.Cryptography.X509Certificates -> /runner/runtime/artifacts/bin/System.Security.Cryptography.X509Certificates/Release/net11.0-linux/System.Security.Cryptography.X509Certificates.dll
[00:00:41] [pr release]   System.Security.Cryptography.Primitives -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Primitives/Release/net11.0-linux/System.Security.Cryptography.Primitives.dll
[00:00:41] [pr release]   System.Security.Cryptography.Cng -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Cng/Release/net11.0-linux/System.Security.Cryptography.Cng.dll
[00:00:41] [pr release]   System.Security.Cryptography.Csp -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Csp/Release/net11.0-linux/System.Security.Cryptography.Csp.dll
[00:00:41] [pr release]   System.Security.Cryptography.Algorithms -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Algorithms/Release/net11.0-linux/System.Security.Cryptography.Algorithms.dll
[00:00:41] [pr release]   System.Data -> /runner/runtime/artifacts/bin/System.Data/ref/Release/net11.0-linux/System.Data.dll
[00:00:41] [pr release]   System.Net.WebSockets -> /runner/runtime/artifacts/bin/System.Net.WebSockets/Release/net11.0-unix/System.Net.WebSockets.dll
[00:00:41] [pr release]   System.Security.Cryptography.Encoding -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Encoding/Release/net11.0-linux/System.Security.Cryptography.Encoding.dll
[00:00:41] [pr release]   System.ServiceModel.Web -> /runner/runtime/artifacts/bin/System.ServiceModel.Web/Release/net11.0-linux/System.ServiceModel.Web.dll
[00:00:41] [pr release]   System.Security.Cryptography.OpenSsl -> /runner/runtime/artifacts/bin/System.Security.Cryptography.OpenSsl/Release/net11.0-linux/System.Security.Cryptography.OpenSsl.dll
[00:00:41] [pr release]   System.Net.Requests -> /runner/runtime/artifacts/bin/System.Net.Requests/Release/net11.0-unix/System.Net.Requests.dll
[00:00:41] [pr release]   System.Net.NetworkInformation -> /runner/runtime/artifacts/bin/System.Net.NetworkInformation/Release/net11.0-linux/System.Net.NetworkInformation.dll
[00:00:41] [pr release]   System.Data -> /runner/runtime/artifacts/bin/System.Data/Release/net11.0-linux/System.Data.dll
[00:00:41] [pr release]   System.Runtime.Serialization -> /runner/runtime/artifacts/bin/System.Runtime.Serialization/Release/net11.0-linux/System.Runtime.Serialization.dll
[00:00:41] [pr release]   System.IO.Pipes -> /runner/runtime/artifacts/bin/System.IO.Pipes/Release/net11.0-unix/System.IO.Pipes.dll
[00:00:41] [pr release]   System.IO.IsolatedStorage -> /runner/runtime/artifacts/bin/System.IO.IsolatedStorage/ref/Release/net11.0/System.IO.IsolatedStorage.dll
[00:00:41] [pr release]   System.Net.Ping -> /runner/runtime/artifacts/bin/System.Net.Ping/ref/Release/net11.0/System.Net.Ping.dll
[00:00:41] [pr release]   System.Net.ServicePoint -> /runner/runtime/artifacts/bin/System.Net.ServicePoint/Release/net11.0-linux/System.Net.ServicePoint.dll
[00:00:41] [pr release]   System.Core -> /runner/runtime/artifacts/bin/System.Core/Release/net11.0-linux/System.Core.dll
[00:00:41] [pr release]   System.Net -> /runner/runtime/artifacts/bin/System.Net/Release/net11.0-linux/System.Net.dll
[00:00:41] [pr release]   System.Net.HttpListener -> /runner/runtime/artifacts/bin/System.Net.HttpListener/ref/Release/net11.0/System.Net.HttpListener.dll
[00:00:41] [pr release]   System.IO.Compression.Brotli -> /runner/runtime/artifacts/bin/System.IO.Compression.Brotli/Release/net11.0-unix/System.IO.Compression.Brotli.dll
[00:00:41] [pr release]   System.Net.Mail -> /runner/runtime/artifacts/bin/System.Net.Mail/ref/Release/net11.0/System.Net.Mail.dll
[00:00:41] [pr release]   System.IO.IsolatedStorage -> /runner/runtime/artifacts/bin/System.IO.IsolatedStorage/Release/net11.0-unix/System.IO.IsolatedStorage.dll
[00:00:41] [pr release]   System.Net.Ping -> /runner/runtime/artifacts/bin/System.Net.Ping/Release/net11.0-unix/System.Net.Ping.dll
[00:00:41] [pr release]   System.Net.HttpListener -> /runner/runtime/artifacts/bin/System.Net.HttpListener/Release/net11.0-unix/System.Net.HttpListener.dll
[00:00:41] [pr release]   System.Net.Mail -> /runner/runtime/artifacts/bin/System.Net.Mail/Release/net11.0-unix/System.Net.Mail.dll
[00:00:41] [pr release]   mscorlib -> /runner/runtime/artifacts/bin/mscorlib/ref/Release/net11.0-linux/mscorlib.dll
[00:00:41] [pr release]   System.Diagnostics.Process -> /runner/runtime/artifacts/bin/System.Diagnostics.Process/Release/net11.0-linux/System.Diagnostics.Process.dll
[00:00:41] [pr release]   mscorlib -> /runner/runtime/artifacts/bin/mscorlib/Release/net11.0-linux/mscorlib.dll
[00:00:41] [pr release]   System.Net.Security -> /runner/runtime/artifacts/bin/System.Net.Security/Release/net11.0-linux/System.Net.Security.dll
[00:00:41] [pr release]   System.IO.FileSystem.Watcher -> /runner/runtime/artifacts/bin/System.IO.FileSystem.Watcher/ref/Release/net11.0/System.IO.FileSystem.Watcher.dll
[00:00:41] [pr release]   System.Net.Quic -> /runner/runtime/artifacts/bin/System.Net.Quic/Release/net11.0-linux/System.Net.Quic.dll
[00:00:41] [pr release]   System.IO.FileSystem.Watcher -> /runner/runtime/artifacts/bin/System.IO.FileSystem.Watcher/Release/net11.0-linux/System.IO.FileSystem.Watcher.dll
[00:00:41] [pr release]   System.Net.Http -> /runner/runtime/artifacts/bin/System.Net.Http/Release/net11.0-linux/System.Net.Http.dll
[00:00:41] [pr release]   System -> /runner/runtime/artifacts/bin/System/ref/Release/net11.0-linux/System.dll
[00:00:41] [pr release]   netstandard -> /runner/runtime/artifacts/bin/netstandard/Release/net11.0-linux/netstandard.dll
[00:00:41] [pr release]   System -> /runner/runtime/artifacts/bin/System/Release/net11.0-linux/System.dll
[00:00:41] [pr release]   System.Formats.Tar -> /runner/runtime/artifacts/bin/System.Formats.Tar/ref/Release/net11.0/System.Formats.Tar.dll
[00:00:41] [pr release]   System.Formats.Tar -> /runner/runtime/artifacts/bin/System.Formats.Tar/Release/net11.0-unix/System.Formats.Tar.dll
[00:00:41] [pr release]   sfx-finish -> Trimming linux-x64 shared framework assemblies with ILLinker...
[00:00:58] [pr release]   DownlevelLibraryImportGenerator -> /runner/runtime/artifacts/bin/DownlevelLibraryImportGenerator/Release/netstandard2.0/Microsoft.Interop.LibraryImportGenerator.Downlevel.dll
[00:00:58] [pr release]   Microsoft.Bcl.Numerics -> /runner/runtime/artifacts/bin/Microsoft.Bcl.Numerics/Release/netstandard2.1/Microsoft.Bcl.Numerics.dll
[00:00:58] [pr release]   Microsoft.Bcl.AsyncInterfaces -> /runner/runtime/artifacts/bin/Microsoft.Bcl.AsyncInterfaces/Release/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll
[00:01:02] [pr release]   Microsoft.Extensions.Configuration.Binder.SourceGeneration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Binder.SourceGeneration/Release/netstandard2.0/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll
[00:01:02] [pr release]   Microsoft.Bcl.Cryptography -> /runner/runtime/artifacts/bin/Microsoft.Bcl.Cryptography/Release/net11.0/Microsoft.Bcl.Cryptography.dll
[00:01:02] [pr release]   System.Composition.Runtime -> /runner/runtime/artifacts/bin/System.Composition.Runtime/Release/net11.0/System.Composition.Runtime.dll
[00:01:02] [pr release]   Microsoft.Extensions.DependencyInjection.Specification.Tests -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyInjection.Specification.Tests/Release/net11.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll
[00:01:02] [pr release]   System.Composition.AttributedModel -> /runner/runtime/artifacts/bin/System.Composition.AttributedModel/Release/net11.0/System.Composition.AttributedModel.dll
[00:01:02] [pr release]   Microsoft.Extensions.FileSystemGlobbing -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileSystemGlobbing/ref/Release/net11.0/Microsoft.Extensions.FileSystemGlobbing.dll
[00:01:02] [pr release]   System.Formats.Nrbf -> /runner/runtime/artifacts/bin/System.Formats.Nrbf/ref/Release/net11.0/System.Formats.Nrbf.dll
[00:01:02] [pr release]   Microsoft.Extensions.FileSystemGlobbing -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileSystemGlobbing/Release/net11.0/Microsoft.Extensions.FileSystemGlobbing.dll
[00:01:02] [pr release]   System.Formats.Nrbf -> /runner/runtime/artifacts/bin/System.Formats.Nrbf/Release/net11.0/System.Formats.Nrbf.dll
[00:01:02] [pr release]   Microsoft.Extensions.FileProviders.Composite -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Composite/ref/Release/net11.0/Microsoft.Extensions.FileProviders.Composite.dll
[00:01:02] [pr release]   Microsoft.Extensions.Caching.Memory -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Caching.Memory/ref/Release/net11.0/Microsoft.Extensions.Caching.Memory.dll
[00:01:02] [pr release]   Microsoft.Bcl.Memory -> /runner/runtime/artifacts/bin/Microsoft.Bcl.Memory/Release/net11.0/Microsoft.Bcl.Memory.dll
[00:01:02] [pr release]   Microsoft.Extensions.DependencyInjection -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyInjection/ref/Release/net11.0/Microsoft.Extensions.DependencyInjection.dll
[00:01:02] [pr release]   Microsoft.Extensions.Configuration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration/ref/Release/net11.0/Microsoft.Extensions.Configuration.dll
[00:01:02] [pr release]   Microsoft.Extensions.DependencyModel -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyModel/ref/Release/net11.0/Microsoft.Extensions.DependencyModel.dll
[00:01:02] [pr release]   System.Composition.Hosting -> /runner/runtime/artifacts/bin/System.Composition.Hosting/Release/net11.0/System.Composition.Hosting.dll
[00:01:03] [pr release]   Microsoft.Extensions.FileProviders.Composite -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Composite/Release/net11.0/Microsoft.Extensions.FileProviders.Composite.dll
[00:01:03] [pr release]   System.ComponentModel.Composition -> /runner/runtime/artifacts/bin/System.ComponentModel.Composition/ref/Release/net11.0/System.ComponentModel.Composition.dll
[00:01:03] [pr release]   System.CodeDom -> /runner/runtime/artifacts/bin/System.CodeDom/ref/Release/net11.0/System.CodeDom.dll
[00:01:03] [pr release]   System.ServiceModel.Syndication -> /runner/runtime/artifacts/bin/System.ServiceModel.Syndication/ref/Release/net11.0/System.ServiceModel.Syndication.dll
[00:01:03] [pr release]   System.Memory.Data -> /runner/runtime/artifacts/bin/System.Memory.Data/ref/Release/net11.0/System.Memory.Data.dll
[00:01:03] [pr release]   Microsoft.Win32.SystemEvents -> /runner/runtime/artifacts/bin/Microsoft.Win32.SystemEvents/ref/Release/net11.0/Microsoft.Win32.SystemEvents.dll
[00:01:03] [pr release]   System.Security.Cryptography.Pkcs -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Pkcs/ref/Release/net11.0/System.Security.Cryptography.Pkcs.dll
[00:01:03] [pr release]   System.Security.Cryptography.ProtectedData -> /runner/runtime/artifacts/bin/System.Security.Cryptography.ProtectedData/ref/Release/net11.0/System.Security.Cryptography.ProtectedData.dll
[00:01:03] [pr release]   Microsoft.Extensions.DependencyModel -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyModel/Release/net11.0/Microsoft.Extensions.DependencyModel.dll
[00:01:03] [pr release]   System.Threading.RateLimiting -> /runner/runtime/artifacts/bin/System.Threading.RateLimiting/ref/Release/net11.0/System.Threading.RateLimiting.dll
[00:01:03] [pr release]   System.Net.Http.WinHttpHandler -> /runner/runtime/artifacts/bin/System.Net.Http.WinHttpHandler/ref/Release/net11.0/System.Net.Http.WinHttpHandler.dll
[00:01:03] [pr release]   System.Windows.Extensions -> /runner/runtime/artifacts/bin/System.Windows.Extensions/ref/Release/net11.0/System.Windows.Extensions.dll
[00:01:03] [pr release]   System.IO.Packaging -> /runner/runtime/artifacts/bin/System.IO.Packaging/ref/Release/net11.0/System.IO.Packaging.dll
[00:01:03] [pr release]   System.Composition.Convention -> /runner/runtime/artifacts/bin/System.Composition.Convention/Release/net11.0/System.Composition.Convention.dll
[00:01:03] [pr release]   System.Numerics.Tensors -> /runner/runtime/artifacts/bin/System.Numerics.Tensors/ref/Release/net11.0/System.Numerics.Tensors.dll
[00:01:03] [pr release]   System.Speech -> /runner/runtime/artifacts/bin/System.Speech/ref/Release/net11.0/System.Speech.dll
[00:01:03] [pr release]   Microsoft.Win32.Registry.AccessControl -> /runner/runtime/artifacts/bin/Microsoft.Win32.Registry.AccessControl/ref/Release/net11.0/Microsoft.Win32.Registry.AccessControl.dll
[00:01:03] [pr release]   Microsoft.Extensions.Options.DataAnnotations -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options.DataAnnotations/ref/Release/net11.0/Microsoft.Extensions.Options.DataAnnotations.dll
[00:01:03] [pr release]   System.Diagnostics.EventLog -> /runner/runtime/artifacts/bin/System.Diagnostics.EventLog/ref/Release/net11.0/System.Diagnostics.EventLog.dll
[00:01:03] [pr release]   System.Reflection.Context -> /runner/runtime/artifacts/bin/System.Reflection.Context/ref/Release/net11.0/System.Reflection.Context.dll
[00:01:03] [pr release]   Microsoft.Extensions.DependencyInjection -> /runner/runtime/artifacts/bin/Microsoft.Extensions.DependencyInjection/Release/net11.0/Microsoft.Extensions.DependencyInjection.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration/Release/net11.0/Microsoft.Extensions.Configuration.dll
[00:01:03] [pr release]   Microsoft.Extensions.Caching.Memory -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Caching.Memory/Release/net11.0/Microsoft.Extensions.Caching.Memory.dll
[00:01:03] [pr release]   Microsoft.Extensions.FileProviders.Physical -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Physical/ref/Release/net11.0/Microsoft.Extensions.FileProviders.Physical.dll
[00:01:03] [pr release]   System.Reflection.MetadataLoadContext -> /runner/runtime/artifacts/bin/System.Reflection.MetadataLoadContext/ref/Release/net11.0/System.Reflection.MetadataLoadContext.dll
[00:01:03] [pr release]   System.IO.Packaging -> /runner/runtime/artifacts/bin/System.IO.Packaging/Release/net11.0/System.IO.Packaging.dll
[00:01:03] [pr release]   System.IO.Hashing -> /runner/runtime/artifacts/bin/System.IO.Hashing/ref/Release/net11.0/System.IO.Hashing.dll
[00:01:03] [pr release]   System.CodeDom -> /runner/runtime/artifacts/bin/System.CodeDom/Release/net11.0/System.CodeDom.dll
[00:01:03] [pr release]   Microsoft.Win32.SystemEvents -> /runner/runtime/artifacts/bin/Microsoft.Win32.SystemEvents/Release/net11.0/Microsoft.Win32.SystemEvents.dll
[00:01:03] [pr release]   System.Memory.Data -> /runner/runtime/artifacts/bin/System.Memory.Data/Release/net11.0/System.Memory.Data.dll
[00:01:03] [pr release]   System.Security.Cryptography.ProtectedData -> /runner/runtime/artifacts/bin/System.Security.Cryptography.ProtectedData/Release/net11.0/System.Security.Cryptography.ProtectedData.dll
[00:01:03] [pr release]   System.Threading.RateLimiting -> /runner/runtime/artifacts/bin/System.Threading.RateLimiting/Release/net11.0/System.Threading.RateLimiting.dll
[00:01:03] [pr release]   System.Net.Http.WinHttpHandler -> /runner/runtime/artifacts/bin/System.Net.Http.WinHttpHandler/Release/net11.0/System.Net.Http.WinHttpHandler.dll
[00:01:03] [pr release]   System.Numerics.Tensors -> /runner/runtime/artifacts/bin/System.Numerics.Tensors/Release/net11.0/System.Numerics.Tensors.dll
[00:01:03] [pr release]   Microsoft.Win32.Registry.AccessControl -> /runner/runtime/artifacts/bin/Microsoft.Win32.Registry.AccessControl/Release/net11.0/Microsoft.Win32.Registry.AccessControl.dll
[00:01:03] [pr release]   Microsoft.Extensions.Options.DataAnnotations -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options.DataAnnotations/Release/net11.0/Microsoft.Extensions.Options.DataAnnotations.dll
[00:01:03] [pr release]   System.Diagnostics.EventLog -> /runner/runtime/artifacts/bin/System.Diagnostics.EventLog/Release/net11.0/System.Diagnostics.EventLog.dll
[00:01:03] [pr release]   System.ServiceModel.Syndication -> /runner/runtime/artifacts/bin/System.ServiceModel.Syndication/Release/net11.0/System.ServiceModel.Syndication.dll
[00:01:03] [pr release]   System.Security.Cryptography.Pkcs -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Pkcs/Release/net11.0/System.Security.Cryptography.Pkcs.dll
[00:01:03] [pr release]   System.Formats.Cbor -> /runner/runtime/artifacts/bin/System.Formats.Cbor/ref/Release/net11.0/System.Formats.Cbor.dll
[00:01:03] [pr release]   System.Windows.Extensions -> /runner/runtime/artifacts/bin/System.Windows.Extensions/Release/net11.0/System.Windows.Extensions.dll
[00:01:03] [pr release]   System.DirectoryServices.Protocols -> /runner/runtime/artifacts/bin/System.DirectoryServices.Protocols/ref/Release/net11.0/System.DirectoryServices.Protocols.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging/ref/Release/net11.0/Microsoft.Extensions.Logging.dll
[00:01:03] [pr release]   System.IO.Hashing -> /runner/runtime/artifacts/bin/System.IO.Hashing/Release/net11.0/System.IO.Hashing.dll
[00:01:03] [pr release]   System.ComponentModel.Composition -> /runner/runtime/artifacts/bin/System.ComponentModel.Composition/Release/net11.0/System.ComponentModel.Composition.dll
[00:01:03] [pr release]   System.Composition.TypedParts -> /runner/runtime/artifacts/bin/System.Composition.TypedParts/Release/net11.0/System.Composition.TypedParts.dll
[00:01:03] [pr release]   System.Reflection.MetadataLoadContext -> /runner/runtime/artifacts/bin/System.Reflection.MetadataLoadContext/Release/net11.0/System.Reflection.MetadataLoadContext.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Binder -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Binder/ref/Release/net11.0/Microsoft.Extensions.Configuration.Binder.dll
[00:01:03] [pr release]   System.Speech -> /runner/runtime/artifacts/bin/System.Speech/Release/net11.0/System.Speech.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.EnvironmentVariables -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.EnvironmentVariables/ref/Release/net11.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
[00:01:03] [pr release]   System.Resources.Extensions -> /runner/runtime/artifacts/bin/System.Resources.Extensions/ref/Release/net11.0/System.Resources.Extensions.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.CommandLine -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.CommandLine/ref/Release/net11.0/Microsoft.Extensions.Configuration.CommandLine.dll
[00:01:03] [pr release]   Microsoft.Extensions.FileProviders.Physical -> /runner/runtime/artifacts/bin/Microsoft.Extensions.FileProviders.Physical/Release/net11.0/Microsoft.Extensions.FileProviders.Physical.dll
[00:01:03] [pr release]   System.Configuration.ConfigurationManager -> /runner/runtime/artifacts/bin/System.Configuration.ConfigurationManager/ref/Release/net11.0/System.Configuration.ConfigurationManager.dll
[00:01:03] [pr release]   System.Management -> /runner/runtime/artifacts/bin/System.Management/ref/Release/net11.0/System.Management.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging/Release/net11.0/Microsoft.Extensions.Logging.dll
[00:01:03] [pr release]   System.Runtime.Serialization.Schema -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Schema/ref/Release/net11.0/System.Runtime.Serialization.Schema.dll
[00:01:03] [pr release]   System.Security.Cryptography.Xml -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Xml/ref/Release/net11.0/System.Security.Cryptography.Xml.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Binder -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Binder/Release/net11.0/Microsoft.Extensions.Configuration.Binder.dll
[00:01:03] [pr release]   System.Formats.Cbor -> /runner/runtime/artifacts/bin/System.Formats.Cbor/Release/net11.0/System.Formats.Cbor.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.EnvironmentVariables -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.EnvironmentVariables/Release/net11.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
[00:01:03] [pr release]   System.Security.Permissions -> /runner/runtime/artifacts/bin/System.Security.Permissions/ref/Release/net11.0/System.Security.Permissions.dll
[00:01:03] [pr release]   System.Resources.Extensions -> /runner/runtime/artifacts/bin/System.Resources.Extensions/Release/net11.0/System.Resources.Extensions.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.CommandLine -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.CommandLine/Release/net11.0/Microsoft.Extensions.Configuration.CommandLine.dll
[00:01:03] [pr release]   System.ServiceProcess.ServiceController -> /runner/runtime/artifacts/bin/System.ServiceProcess.ServiceController/ref/Release/net11.0/System.ServiceProcess.ServiceController.dll
[00:01:03] [pr release]   System.Reflection.Context -> /runner/runtime/artifacts/bin/System.Reflection.Context/Release/net11.0/System.Reflection.Context.dll
[00:01:03] [pr release]   System.DirectoryServices.Protocols -> /runner/runtime/artifacts/bin/System.DirectoryServices.Protocols/Release/net11.0/System.DirectoryServices.Protocols.dll
[00:01:03] [pr release]   System.Management -> /runner/runtime/artifacts/bin/System.Management/Release/net11.0/System.Management.dll
[00:01:03] [pr release]   System.Runtime.Serialization.Schema -> /runner/runtime/artifacts/bin/System.Runtime.Serialization.Schema/Release/net11.0/System.Runtime.Serialization.Schema.dll
[00:01:03] [pr release]   System.Configuration.ConfigurationManager -> /runner/runtime/artifacts/bin/System.Configuration.ConfigurationManager/Release/net11.0/System.Configuration.ConfigurationManager.dll
[00:01:03] [pr release]   Microsoft.Extensions.Options.ConfigurationExtensions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options.ConfigurationExtensions/ref/Release/net11.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.FileExtensions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.FileExtensions/ref/Release/net11.0/Microsoft.Extensions.Configuration.FileExtensions.dll
[00:01:03] [pr release]   System.Security.Cryptography.Cose -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Cose/ref/Release/net11.0/System.Security.Cryptography.Cose.dll
[00:01:03] [pr release]   System.Security.Cryptography.Xml -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Xml/Release/net11.0/System.Security.Cryptography.Xml.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Debug -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Debug/ref/Release/net11.0/Microsoft.Extensions.Logging.Debug.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.TraceSource -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.TraceSource/ref/Release/net11.0/Microsoft.Extensions.Logging.TraceSource.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.EventSource -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.EventSource/ref/Release/net11.0/Microsoft.Extensions.Logging.EventSource.dll
[00:01:03] [pr release]   System.ComponentModel.Composition.Registration -> /runner/runtime/artifacts/bin/System.ComponentModel.Composition.Registration/ref/Release/net11.0/System.ComponentModel.Composition.Registration.dll
[00:01:03] [pr release]   System.Security.Permissions -> /runner/runtime/artifacts/bin/System.Security.Permissions/Release/net11.0/System.Security.Permissions.dll
[00:01:03] [pr release]   System.Diagnostics.PerformanceCounter -> /runner/runtime/artifacts/bin/System.Diagnostics.PerformanceCounter/ref/Release/net11.0/System.Diagnostics.PerformanceCounter.dll
[00:01:03] [pr release]   System.Runtime.Caching -> /runner/runtime/artifacts/bin/System.Runtime.Caching/ref/Release/net11.0/System.Runtime.Caching.dll
[00:01:03] [pr release]   System.Security.Cryptography.Cose -> /runner/runtime/artifacts/bin/System.Security.Cryptography.Cose/Release/net11.0/System.Security.Cryptography.Cose.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.TraceSource -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.TraceSource/Release/net11.0/Microsoft.Extensions.Logging.TraceSource.dll
[00:01:03] [pr release]   System.ServiceProcess.ServiceController -> /runner/runtime/artifacts/bin/System.ServiceProcess.ServiceController/Release/net11.0/System.ServiceProcess.ServiceController.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.EventSource -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.EventSource/Release/net11.0/Microsoft.Extensions.Logging.EventSource.dll
[00:01:03] [pr release]   Microsoft.Extensions.Options.ConfigurationExtensions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Options.ConfigurationExtensions/Release/net11.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.FileExtensions -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.FileExtensions/Release/net11.0/Microsoft.Extensions.Configuration.FileExtensions.dll
[00:01:03] [pr release]   System.Runtime.Caching -> /runner/runtime/artifacts/bin/System.Runtime.Caching/Release/net11.0/System.Runtime.Caching.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Debug -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Debug/Release/net11.0/Microsoft.Extensions.Logging.Debug.dll
[00:01:03] [pr release]   System.Diagnostics.PerformanceCounter -> /runner/runtime/artifacts/bin/System.Diagnostics.PerformanceCounter/Release/net11.0/System.Diagnostics.PerformanceCounter.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Ini -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Ini/ref/Release/net11.0/Microsoft.Extensions.Configuration.Ini.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Configuration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Configuration/ref/Release/net11.0/Microsoft.Extensions.Logging.Configuration.dll
[00:01:03] [pr release]   System.DirectoryServices -> /runner/runtime/artifacts/bin/System.DirectoryServices/ref/Release/net11.0/System.DirectoryServices.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Json -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Json/ref/Release/net11.0/Microsoft.Extensions.Configuration.Json.dll
[00:01:03] [pr release]   System.ComponentModel.Composition.Registration -> /runner/runtime/artifacts/bin/System.ComponentModel.Composition.Registration/Release/net11.0/System.ComponentModel.Composition.Registration.dll
[00:01:03] [pr release]   Microsoft.Extensions.Diagnostics -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Diagnostics/ref/Release/net11.0/Microsoft.Extensions.Diagnostics.dll
[00:01:03] [pr release]   System.Data.OleDb -> /runner/runtime/artifacts/bin/System.Data.OleDb/ref/Release/net11.0/System.Data.OleDb.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Json -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Json/Release/net11.0/Microsoft.Extensions.Configuration.Json.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Configuration -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Configuration/Release/net11.0/Microsoft.Extensions.Logging.Configuration.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Ini -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Ini/Release/net11.0/Microsoft.Extensions.Configuration.Ini.dll
[00:01:03] [pr release]   System.DirectoryServices -> /runner/runtime/artifacts/bin/System.DirectoryServices/Release/net11.0/System.DirectoryServices.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.EventLog -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.EventLog/ref/Release/net11.0/Microsoft.Extensions.Logging.EventLog.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Console -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Console/ref/Release/net11.0/Microsoft.Extensions.Logging.Console.dll
[00:01:03] [pr release]   Microsoft.Extensions.Diagnostics -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Diagnostics/Release/net11.0/Microsoft.Extensions.Diagnostics.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.UserSecrets -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.UserSecrets/ref/Release/net11.0/Microsoft.Extensions.Configuration.UserSecrets.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Xml -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Xml/ref/Release/net11.0/Microsoft.Extensions.Configuration.Xml.dll
[00:01:03] [pr release]   System.Data.OleDb -> /runner/runtime/artifacts/bin/System.Data.OleDb/Release/net11.0/System.Data.OleDb.dll
[00:01:03] [pr release]   System.DirectoryServices.AccountManagement -> /runner/runtime/artifacts/bin/System.DirectoryServices.AccountManagement/ref/Release/net11.0/System.DirectoryServices.AccountManagement.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.EventLog -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.EventLog/Release/net11.0/Microsoft.Extensions.Logging.EventLog.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.Xml -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.Xml/Release/net11.0/Microsoft.Extensions.Configuration.Xml.dll
[00:01:03] [pr release]   Microsoft.Extensions.Http -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Http/ref/Release/net11.0/Microsoft.Extensions.Http.dll
[00:01:03] [pr release]   Microsoft.Extensions.Logging.Console -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Logging.Console/Release/net11.0/Microsoft.Extensions.Logging.Console.dll
[00:01:03] [pr release]   Microsoft.Extensions.Configuration.UserSecrets -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Configuration.UserSecrets/Release/net11.0/Microsoft.Extensions.Configuration.UserSecrets.dll
[00:01:03] [pr release]   System.DirectoryServices.AccountManagement -> /runner/runtime/artifacts/bin/System.DirectoryServices.AccountManagement/Release/net11.0/System.DirectoryServices.AccountManagement.dll
[00:01:03] [pr release]   Microsoft.Extensions.Http -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Http/Release/net11.0/Microsoft.Extensions.Http.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting/ref/Release/net11.0/Microsoft.Extensions.Hosting.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting/Release/net11.0/Microsoft.Extensions.Hosting.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting.WindowsServices -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.WindowsServices/ref/Release/net11.0/Microsoft.Extensions.Hosting.WindowsServices.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting.Systemd -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.Systemd/ref/Release/net11.0/Microsoft.Extensions.Hosting.Systemd.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting.Systemd -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.Systemd/Release/net11.0/Microsoft.Extensions.Hosting.Systemd.dll
[00:01:03] [pr release]   Microsoft.Extensions.Hosting.WindowsServices -> /runner/runtime/artifacts/bin/Microsoft.Extensions.Hosting.WindowsServices/Release/net11.0/Microsoft.Extensions.Hosting.WindowsServices.dll
[00:01:03] [pr release]   Microsoft.Bcl.TimeProvider -> /runner/runtime/artifacts/bin/Microsoft.Bcl.TimeProvider/Release/net10.0/Microsoft.Bcl.TimeProvider.dll
[00:01:03] [pr release]   Microsoft.NETCore.Platforms -> /runner/runtime/artifacts/bin/Microsoft.NETCore.Platforms/Release/net11.0/Microsoft.NETCore.Platforms.dll
[00:01:03] [pr release]   System.Threading.ThreadPool.WebAssembly.Threading -> /runner/runtime/artifacts/bin/System.Threading.ThreadPool.WebAssembly.Threading/ref/Release/net11.0/System.Threading.ThreadPool.dll
[00:01:03] [pr release]   System.Threading.Thread.WebAssembly.Threading -> /runner/runtime/artifacts/bin/System.Threading.Thread.WebAssembly.Threading/ref/Release/net11.0/System.Threading.Thread.dll
[00:01:03] [pr release]   System.Threading.WebAssembly.Threading -> /runner/runtime/artifacts/bin/System.Threading.WebAssembly.Threading/ref/Release/net11.0/System.Threading.dll
[00:01:04] [pr release]   System.Data.Odbc -> /runner/runtime/artifacts/bin/System.Data.Odbc/ref/Release/net11.0/System.Data.Odbc.dll
[00:01:04] [pr release]   System.IO.Ports -> /runner/runtime/artifacts/bin/System.IO.Ports/ref/Release/net11.0/System.IO.Ports.dll
[00:01:04] [pr release]   System.Data.Odbc -> /runner/runtime/artifacts/bin/System.Data.Odbc/Release/net11.0-unix/System.Data.Odbc.dll
[00:01:04] [pr release]   System.IO.Ports -> /runner/runtime/artifacts/bin/System.IO.Ports/Release/net11.0-unix/System.IO.Ports.dll
[00:01:04] [pr release]   System.DirectoryServices.Protocols -> /runner/runtime/artifacts/bin/System.DirectoryServices.Protocols/Release/net11.0-linux/System.DirectoryServices.Protocols.dll
[00:01:04] [pr release]   oob-trim -> Trimming linux-x64 out-of-band assemblies with ILLinker...
[00:01:08] [pr release]   installer.tasks -> /runner/runtime/artifacts/bin/installer.tasks/Release/installer.tasks.dll
[00:01:08] [pr release]   Microsoft.DotNet.HotReload.Utils.Generator.Data -> /runner/runtime/artifacts/bin/Microsoft.DotNet.HotReload.Utils.Generator.Data/Release/net11.0/Microsoft.DotNet.HotReload.Utils.Generator.Data.dll
[00:01:08] [pr release]   Microsoft.DotNet.HotReload.Utils.Generator.Tasks -> /runner/runtime/artifacts/bin/Microsoft.DotNet.HotReload.Utils.Generator.Tasks/Release/net11.0/Microsoft.DotNet.HotReload.Utils.Generator.Tasks.dll
[00:01:08] [pr release]   Microsoft.DotNet.HotReload.Utils.Generator -> /runner/runtime/artifacts/bin/Microsoft.DotNet.HotReload.Utils.Generator/Release/net11.0/Microsoft.DotNet.HotReload.Utils.Generator.dll
[00:01:08] [pr release]   Microsoft.DotNet.HotReload.Utils.Generator.Frontend -> /runner/runtime/artifacts/bin/Microsoft.DotNet.HotReload.Utils.Generator.Frontend/Release/net11.0/Microsoft.DotNet.HotReload.Utils.Generator.Frontend.dll
[00:01:08] [pr release]   Microsoft.DotNet.HotReload.Utils.Generator.BuildTool -> /runner/runtime/artifacts/bin/Microsoft.DotNet.HotReload.Utils.Generator.BuildTool/Release/net11.0/Microsoft.DotNet.HotReload.Utils.Generator.BuildTool.dll
[00:01:08] [pr release] 
[00:01:08] [pr release] Build succeeded.
[00:01:08] [pr release]     0 Warning(s)
[00:01:08] [pr release]     0 Error(s)
[00:01:08] [pr release] 
[00:01:08] [pr release] Time Elapsed 00:01:05.61
[00:01:08] [pr release] Running 'cp -r runtime/artifacts/bin/coreclr/linux.x64.Release/. artifacts-pr'
[00:01:08] [pr checked] Running 'cp -r runtime/artifacts/bin/coreclr/linux.x64.Checked/. clr-checked-pr'
[00:01:09] [pr release] Running 'cp -r runtime/artifacts/bin/runtime/net11.0-linux-Release-x64/. artifacts-pr'
[00:01:09] [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:01:09] [jit-diff artifacts-pr] Beginning PMI CodeSize Diffs for System.Private.CoreLib.dll, framework assemblies
[00:01:55] [jit-diff artifacts-pr] Completed PMI CodeSize Diffs for System.Private.CoreLib.dll, framework assemblies [invoking .cctors] in 45.77s
[00:01:55] [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:55] [jit-diff artifacts-pr] 
[00:01:55] [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:55] [jit-diff artifacts-pr] 
[00:01:55] [jit-diffs-main.zip] Running 'zip -3 -r /runner/jit-diffs-main.zip main' from '/runner/jit-diffs/frameworks'
[00:01:55] [jit-diffs-pr.zip] Running 'zip -3 -r /runner/jit-diffs-pr.zip pr' from '/runner/jit-diffs/frameworks'
[00:01:55] [jit-analyze] Running 'jitutils/bin/jit-analyze -b diffs-main-combined -d diffs-pr-combined -r -c 100'
[00:02:02] Uploading 'jit-diffs-pr.zip'
[00:02:02] Uploading 'jit-diffs-main.zip'
[00:02:13] [jit-analyze] Found 85 files with textual diffs.
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] Summary of Code Size diffs:
[00:02:13] [jit-analyze] (Lower is better)
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] Total bytes of base: 46192797
[00:02:13] [jit-analyze] Total bytes of diff: 46192735
[00:02:13] [jit-analyze] Total bytes of delta: -62 (-0.00 % of base)
[00:02:13] [jit-analyze] Total relative delta: -0.14
[00:02:13] [jit-analyze]     diff is an improvement.
[00:02:13] [jit-analyze]     relative diff is an improvement.
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] Top file improvements (bytes):
[00:02:13] [jit-analyze]          -62 : System.Runtime.Numerics.dasm (-0.04 % of base)
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] 1 total files with Code Size differences (1 improved, 0 regressed), 259 unchanged.
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] Top method improvements (bytes):
[00:02:13] [jit-analyze]          -62 (-14.49 % of base) : System.Runtime.Numerics.dasm - System.Numerics.BigIntegerCalculator:RightShiftSelf(System.Span`1[nuint],int,byref) (FullOpts)
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] Top method improvements (percentages):
[00:02:13] [jit-analyze]          -62 (-14.49 % of base) : System.Runtime.Numerics.dasm - System.Numerics.BigIntegerCalculator:RightShiftSelf(System.Span`1[nuint],int,byref) (FullOpts)
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] 1 total methods with Code Size differences (1 improved, 0 regressed), 286344 unchanged.
[00:02:13] [jit-analyze] 
[00:02:13] [jit-analyze] --------------------------------------------------------------------------------
[00:02:13] Uploading 'diff-frameworks.txt'
[00:02:14]* Saved artifact 'diff-frameworks.txt' to https://mihubot.xyz/r/FMfOWIaA (1023 B)
[00:02:13] Found 0 changes, comment length=0 for regressions=True
[00:02:13] Generating diffs for System.Numerics.BigIntegerCalculator:RightShiftSelf(System.Span`1[nuint],int,byref)
[00:02:13] Found 1 changes, comment length=32166 for regressions=False
[00:02:13] Uploading 'ShortDiffsImprovements.md'
[00:02:14]* Saved artifact 'ShortDiffsImprovements.md' to https://mihubot.xyz/r/FMfOWI-A (31 KB)
[00:02:19]* Saved artifact 'jit-diffs-pr.zip' to https://mihubot.xyz/r/FMfOXS-A (157 MB)
[00:02:19]* Saved artifact 'jit-diffs-main.zip' to https://mihubot.xyz/r/FMfOXWg (157 MB)
[00:02:18] Average overall CPU usage estimate: 36 %
[00:02:18] Average overall memory usage estimate: 64 %
[00:02:21]* Saved artifact 'logs.txt' to https://mihubot.xyz/r/FMfOXwnA (106 KB)
