0s autopkgtest: DBG: testbed init 0s autopkgtest [10:11:29]: starting date and time: 2025-02-11 10:11:29+0000 0s autopkgtest [10:11:29]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [10:11:29]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.uqmnolt3/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:git --apt-upgrade dotnet8 --debug --timeout-short=300 --timeout-copy=20000 --timeout-test=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-big-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-24.secgroup --name adt-plucky-s390x-dotnet8-20250211-101129-juju-7f2275-prod-proposed-migration-environment-15-202cdd83-5d60-4946-bcdd-0d4339c7bb70 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 79s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.RmxHL3 79s autopkgtest: DBG: sending command to testbed: print-execute-command 79s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.rxi05re0/runcmd 79s autopkgtest: DBG: sending command to testbed: capabilities 79s autopkgtest: DBG: got reply from testbed: ok isolation-machine reboot revert suggested-normal-user=ubuntu revert-full-system root-on-testbed 79s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'reboot', 'revert', 'suggested-normal-user=ubuntu', 'revert-full-system', 'root-on-testbed', 'has_internet'] 79s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RmxHL3'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.RmxHL3/wrapper.sh 80s autopkgtest: DBG: got reply from testbed: ok 80s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RmxHL3/wrapper.sh'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest [10:12:49]: testbed dpkg architecture: s390x 80s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest [10:12:49]: testbed apt version: 2.9.28 80s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed has eatmydata 80s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest [10:12:50]: @@@@@@@@@@@@@@@@@@@@ test bed setup 81s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest [10:12:50]: testbed release detected to be: None 81s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: adding APT source: Types: deb deb-src 81s URIs: http://ftpmaster.internal/ubuntu/ 81s Suites: plucky-proposed 81s Components: main restricted universe multiverse 81s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 81s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 81s Package: * 81s Pin: release plucky-proposed 81s Pin-Priority: 500 81s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest [10:12:50]: updating testbed package index (apt update) 81s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 82s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 82s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 82s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 82s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 82s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [844 kB] 82s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [62.8 kB] 83s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 83s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [79.0 kB] 83s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [740 kB] 83s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4652 B] 83s Fetched 1855 kB in 1s (1784 kB/s) 83s Reading package lists... 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 83s Package: * 83s Pin: release plucky-proposed 83s Pin-Priority: 100 83s 83s Package: src:git:any 83s Pin: release plucky-proposed 83s Pin-Priority: 995 83s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:git:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.RmxHL3/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 84s + lsb_release --codename --short 84s + RELEASE=plucky 84s + cat 84s + [ plucky != trusty ] 84s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 84s Reading package lists... 84s Building dependency tree... 84s Reading state information... 84s Calculating upgrade... 85s The following packages were automatically installed and are no longer required: 85s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 85s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 85s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 85s linux-tools-6.11.0-8-generic 85s Use 'sudo apt autoremove' to remove them. 85s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 85s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 85s + /usr/lib/apt/apt-helper analyze-pattern ?true 85s + uname -r 85s + sed s/\./\\./g 85s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 85s + apt list ?obsolete+ tail -n+2 85s 85s + grep -v ^linux-.*6\.12\.0-15-generic.* 85s + cut -d/ -f1 85s + true 85s + obsolete_pkgs= 85s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 85s Reading package lists... 85s Building dependency tree... 85s Reading state information... 85s The following packages will be REMOVED: 85s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 85s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 85s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 85s linux-tools-6.11.0-8-generic* 85s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 85s After this operation, 167 MB disk space will be freed. 86s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 86s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 86s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 86s Removing libpython3.12t64:s390x (3.12.9-1) ... 86s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 86s Removing libnsl2:s390x (1.3.0-3build3) ... 86s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 86s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 86s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 87s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 87s Processing triggers for libc-bin (2.40-4ubuntu1) ... 87s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 87s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 87s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 87s + grep -q trusty /etc/lsb-release 87s + [ ! -d /usr/share/doc/unattended-upgrades ] 87s + [ ! -d /usr/share/doc/lxd ] 87s + [ ! -d /usr/share/doc/lxd-client ] 87s + [ ! -d /usr/share/doc/snapd ] 87s + type iptables 87s + cat 87s + chmod 755 /etc/rc.local 87s + . /etc/rc.local 87s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 87s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 87s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 87s + uname -m 87s + [ s390x = ppc64le ] 87s + [ -d /run/systemd/system ] 87s + systemd-detect-virt --quiet --vm 87s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 87s + cat 87s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 87s + echo COMPRESS=lz4 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest [10:12:56]: upgrading testbed (apt dist-upgrade and autopurge) 87s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 88s Reading package lists... 88s Building dependency tree... 88s Reading state information... 88s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 88s Starting 2 pkgProblemResolver with broken count: 0 88s Done 88s Entering ResolveByKeep 88s 88s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 89s Reading package lists... 89s Building dependency tree... 89s Reading state information... 89s Starting pkgProblemResolver with broken count: 0 89s Starting 2 pkgProblemResolver with broken count: 0 89s Done 89s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.RmxHL3/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 89s autopkgtest: DBG: testbed command exited with code 1 89s autopkgtest [10:12:58]: rebooting testbed after setup commands that affected boot 89s autopkgtest: DBG: sending command to testbed: reboot 106s autopkgtest: DBG: got reply from testbed: ok 106s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 106s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RmxHL3'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.RmxHL3/autopkgtest-reboot 107s autopkgtest: DBG: got reply from testbed: ok 107s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RmxHL3'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [10:13:17]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 108s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.RmxHL3/testbed-packages"], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/testbed-packages /tmp/autopkgtest-work.uqmnolt3/out/testbed-packages 109s autopkgtest: DBG: got reply from testbed: ok 109s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RmxHL3'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.RmxHL3/autopkgtest-reboot 109s autopkgtest: DBG: got reply from testbed: ok 109s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RmxHL3'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare 110s autopkgtest: DBG: got reply from testbed: ok 110s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RmxHL3/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: Binaries: initialising 111s autopkgtest [10:13:20]: @@@@@@@@@@@@@@@@@@@@ apt-source dotnet8 111s autopkgtest: DBG: blame += dotnet8 111s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 111s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'dotnet8'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-runtime-dbg-8\\.0$'], kind short, sout pipe, serr raw, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-runtime-dbg-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-targeting-pack-8\\.0$'], kind short, sout pipe, serr raw, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-targeting-pack-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-8\\.0-source-built-artifacts$'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-8.0-source-built-artifacts=8.0.112-0ubuntu1'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^netstandard-targeting-pack-2\\.1-8\\.0$'], kind short, sout pipe, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'netstandard-targeting-pack-2.1-8.0=8.0.112-0ubuntu1'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-8\\.0$'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-8.0=8.0.112-0ubuntu1'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-templates-8\\.0$'], kind short, sout pipe, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-templates-8.0=8.0.112-0ubuntu1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-dbg-8\\.0$'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-dbg-8.0=8.0.112-0ubuntu1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-targeting-pack-8\\.0$'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-targeting-pack-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet8$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet8=8.0.112-8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-runtime-8\\.0$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-runtime-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-apphost-pack-8\\.0$'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-apphost-pack-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-runtime-8\\.0$'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-runtime-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-host-8\\.0$'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-host-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-hostfxr-8\\.0$'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-hostfxr-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-runtime-dbg-8\\.0$'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-runtime-dbg-8.0=8.0.12-0ubuntu1'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: install_deps: deps_new=[] 119s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.RmxHL3/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source dotnet8=8.0.112-8.0.12-0ubuntu1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x dotnet8_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1'] 119s + cd / 119s + mktemp -d /tmp/autopkgtest.RmxHL3/build.XXX 119s + builddir=/tmp/autopkgtest.RmxHL3/build.1cE 119s + cd /tmp/autopkgtest.RmxHL3/build.1cE 119s + apt-get source -d -q --only-source dotnet8=8.0.112-8.0.12-0ubuntu1 129s + OUT=Reading package lists... 129s Need to get 178 MB of source archives. 129s Get:1 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (dsc) [3696 B] 129s Get:2 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (tar) [178 MB] 129s Get:3 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (diff) [137 kB] 129s Fetched 178 MB in 9s (19.1 MB/s) 129s Download complete and in download only mode 129s + [ -n ] 129s + echo Reading package lists... 129s Need to get 178 MB of source archives. 129s Get:1 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (dsc) [3696 B] 129s Get:2 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (tar) [178 MB] 129s Get:3 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (diff) [137 kB] 129s Fetched 178 MB in 9s (19.1 MB/s) 129s Download complete and in download only mode 129s + grep ^Get: 129s Get:1 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (dsc) [3696 B] 129s Get:2 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (tar) [178 MB] 129s Get:3 http://ftpmaster.internal/ubuntu plucky/main dotnet8 8.0.112-8.0.12-0ubuntu1 (diff) [137 kB] 129s + dpkg-source -x dotnet8_8.0.112-8.0.12-0ubuntu1.dsc src 129s gpgv: Signature made Tue Jan 14 19:10:38 2025 UTC 129s gpgv: using RSA key 25E3FF2D7F469DBE7D0D4E50AFCFEC8E669CE1C2 129s gpgv: Can't check signature: No public key 129s dpkg-source: warning: cannot verify inline signature for ./dotnet8_8.0.112-8.0.12-0ubuntu1.dsc: no acceptable signature found 140s + chmod -R a+rX . 141s + cd src/. 141s + pwd 141s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest [10:13:50]: testing package dotnet8 version 8.0.112-8.0.12-0ubuntu1 141s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/build.1cE/src/debian/ /tmp/autopkgtest-work.uqmnolt3/out/pkg/debian/ 141s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: processing dependency babeltrace 142s autopkgtest: DBG: processing dependency bash 142s autopkgtest: DBG: processing dependency bash-completion 142s autopkgtest: DBG: processing dependency bc 142s autopkgtest: DBG: processing dependency build-essential 142s autopkgtest: DBG: processing dependency coreutils 142s autopkgtest: DBG: processing dependency dotnet8 142s autopkgtest: DBG: marked alternatives ['dotnet8'] as a synthesised dependency 142s autopkgtest: DBG: processing dependency dotnet-sdk-8.0-source-built-artifacts 142s autopkgtest: DBG: marked alternatives ['dotnet-sdk-8.0-source-built-artifacts'] as a synthesised dependency 142s autopkgtest: DBG: processing dependency file 142s autopkgtest: DBG: processing dependency findutils 142s autopkgtest: DBG: processing dependency git 142s autopkgtest: DBG: processing dependency jq 142s autopkgtest: DBG: processing dependency lldb 142s autopkgtest: DBG: processing dependency lttng-tools 142s autopkgtest: DBG: processing dependency npm 142s autopkgtest: DBG: processing dependency postgresql 142s autopkgtest: DBG: processing dependency python3 142s autopkgtest: DBG: processing dependency sed 142s autopkgtest: DBG: processing dependency strace 142s autopkgtest: DBG: processing dependency tar 142s autopkgtest: DBG: processing dependency unixodbc 142s autopkgtest: DBG: processing dependency wget 142s autopkgtest: DBG: processing dependency zlib1g-dev 142s autopkgtest: DBG: Test defined: name run-regular-tests path debian/tests/run-regular-tests command "None" restrictions ['allow-stderr', 'needs-internet', 'needs-root'] features [] depends ['babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'dotnet8', 'dotnet-sdk-8.0-source-built-artifacts', 'file', 'findutils', 'git', 'jq', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 142s autopkgtest [10:13:51]: build not needed 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/build.1cE/src/ /tmp/autopkgtest-work.uqmnolt3/out/tests-tree/ 269s autopkgtest: DBG: got reply from testbed: ok 269s autopkgtest: DBG: processing dependency babeltrace 269s autopkgtest: DBG: processing dependency bash 269s autopkgtest: DBG: processing dependency bash-completion 269s autopkgtest: DBG: processing dependency bc 269s autopkgtest: DBG: processing dependency build-essential 269s autopkgtest: DBG: processing dependency coreutils 269s autopkgtest: DBG: processing dependency dotnet8 269s autopkgtest: DBG: marked alternatives ['dotnet8'] as a synthesised dependency 269s autopkgtest: DBG: processing dependency dotnet-sdk-8.0-source-built-artifacts 269s autopkgtest: DBG: marked alternatives ['dotnet-sdk-8.0-source-built-artifacts'] as a synthesised dependency 269s autopkgtest: DBG: processing dependency file 269s autopkgtest: DBG: processing dependency findutils 269s autopkgtest: DBG: processing dependency git 269s autopkgtest: DBG: processing dependency jq 269s autopkgtest: DBG: processing dependency lldb 269s autopkgtest: DBG: processing dependency lttng-tools 269s autopkgtest: DBG: processing dependency npm 269s autopkgtest: DBG: processing dependency postgresql 269s autopkgtest: DBG: processing dependency python3 269s autopkgtest: DBG: processing dependency sed 269s autopkgtest: DBG: processing dependency strace 269s autopkgtest: DBG: processing dependency tar 269s autopkgtest: DBG: processing dependency unixodbc 269s autopkgtest: DBG: processing dependency wget 269s autopkgtest: DBG: processing dependency zlib1g-dev 269s autopkgtest: DBG: Test defined: name run-regular-tests path debian/tests/run-regular-tests command "None" restrictions ['allow-stderr', 'needs-internet', 'needs-root'] features [] depends ['babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'dotnet8', 'dotnet-sdk-8.0-source-built-artifacts', 'file', 'findutils', 'git', 'jq', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 269s autopkgtest [10:15:58]: test run-regular-tests: preparing testbed 269s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'dotnet8', 'dotnet-sdk-8.0-source-built-artifacts', 'file', 'findutils', 'git', 'jq', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 269s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 269s autopkgtest: DBG: install_deps: deps_new=['babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'dotnet8', 'dotnet-sdk-8.0-source-built-artifacts', 'file', 'findutils', 'git', 'jq', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 269s autopkgtest: DBG: install-deps: satisfying babeltrace, bash, bash-completion, bc, build-essential, coreutils, dotnet8, dotnet-sdk-8.0-source-built-artifacts, file, findutils, git, jq, lldb, lttng-tools, npm, postgresql, python3, sed, strace, tar, unixodbc, wget, zlib1g-dev 269s autopkgtest: DBG: can use apt-get on testbed: True 269s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'babeltrace, bash, bash-completion, bc, build-essential, coreutils, dotnet8, dotnet-sdk-8.0-source-built-artifacts, file, findutils, git, jq, lldb, lttng-tools, npm, postgresql, python3, sed, strace, tar, unixodbc, wget, zlib1g-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 269s Reading package lists... 270s Building dependency tree... 270s Reading state information... 270s Starting pkgProblemResolver with broken count: 0 270s Starting 2 pkgProblemResolver with broken count: 0 270s Done 270s The following NEW packages will be installed: 270s aspnetcore-runtime-8.0 aspnetcore-targeting-pack-8.0 babeltrace bc 270s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 270s dotnet-apphost-pack-8.0 dotnet-host-8.0 dotnet-hostfxr-8.0 270s dotnet-runtime-8.0 dotnet-sdk-8.0 dotnet-sdk-8.0-source-built-artifacts 270s dotnet-targeting-pack-8.0 dotnet-templates-8.0 dotnet8 eslint g++ g++-14 270s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 270s gcc-s390x-linux-gnu git git-man gyp handlebars libasan8 libbabeltrace1 270s libcares2 libcc1-0 libclang-cpp19 liberror-perl libgcc-14-dev libgomp1 270s libio-pty-perl libipc-run-perl libisl23 libitm1 libjs-async libjs-events 270s libjs-inherits libjs-is-typedarray libjs-prettify libjs-regenerate 270s libjs-source-map libjs-sprintf-js libjs-typedarray-to-buffer libjs-util 270s libjson-perl liblldb-19 libltdl7 liblttng-ctl0t64 liblttng-ust-common1t64 270s liblttng-ust-ctl5t64 libmpc3 libnode-dev libnode115 libodbc2 libodbcinst2 270s libpq5 libssl-dev libstdc++-14-dev libubsan1 libuv1-dev libxslt1.1 lldb 270s lldb-19 lttng-tools netstandard-targeting-pack-2.1-8.0 node-abbrev 270s node-acorn node-agent-base node-ajv node-ajv-keywords 270s node-ampproject-remapping node-ansi-escapes node-ansi-regex node-ansi-styles 270s node-anymatch node-aproba node-archy node-are-we-there-yet node-argparse 270s node-arrify node-assert node-async node-async-each 270s node-babel-helper-define-polyfill-provider 270s node-babel-plugin-add-module-exports node-babel-plugin-lodash 270s node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3 270s node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime 270s node-balanced-match node-base64-js node-binary-extensions 270s node-brace-expansion node-braces node-browserslist node-builtins 270s node-cacache node-camelcase node-caniuse-lite node-chalk node-chokidar 270s node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer 270s node-cli-table node-cliui node-clone node-clone-deep node-color-convert 270s node-color-name node-colors node-columnify node-commander node-commondir 270s node-concat-stream node-console-control-strings node-convert-source-map 270s node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure 270s node-core-util-is node-css-loader node-css-selector-tokenizer 270s node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug 270s node-decamelize node-decompress-response node-deep-equal node-deep-is 270s node-defaults node-define-properties node-define-property node-defined 270s node-del node-delegates node-depd node-diff node-doctrine 270s node-electron-to-chromium node-encoding node-enhanced-resolve node-envinfo 270s node-err-code node-errno node-error-ex node-es-abstract node-es-module-lexer 270s node-es6-error node-escape-string-regexp node-escodegen node-eslint-scope 270s node-eslint-utils node-eslint-visitor-keys node-espree node-esprima 270s node-esquery node-esrecurse node-estraverse node-esutils node-events 270s node-execa node-fancy-log node-fast-deep-equal node-fast-levenshtein 270s node-fetch node-file-entry-cache node-fill-range node-find-cache-dir 270s node-find-up node-flat-cache node-flatted node-for-in node-for-own 270s node-foreground-child node-fs-readdir-recursive node-fs-write-stream-atomic 270s node-fs.realpath node-function-bind node-functional-red-black-tree 270s node-gauge node-get-caller-file node-get-stream node-glob node-glob-parent 270s node-globals node-globby node-got node-graceful-fs node-gyp node-has-flag 270s node-has-unicode node-hosted-git-info node-http-proxy-agent 270s node-https-proxy-agent node-iconv-lite node-icss-utils node-ieee754 270s node-iferr node-ignore node-imurmurhash node-indent-string node-inflight 270s node-inherits node-ini node-interpret node-ip node-ip-regex node-is-arrayish 270s node-is-binary-path node-is-buffer node-is-descriptor node-is-extendable 270s node-is-extglob node-is-glob node-is-number node-is-path-cwd 270s node-is-path-inside node-is-plain-obj node-is-plain-object node-is-stream 270s node-is-typedarray node-is-windows node-isarray node-isexe node-isobject 270s node-istanbul node-jest-debbundle node-jest-worker node-js-tokens 270s node-js-yaml node-jsesc node-json-buffer node-json-parse-better-errors 270s node-json-schema node-json-schema-traverse node-json-stable-stringify 270s node-json5 node-jsonify node-jsonparse node-kind-of node-levn 270s node-loader-runner node-locate-path node-lodash node-lodash-packages 270s node-lowercase-keys node-lru-cache node-make-dir node-memfs node-memory-fs 270s node-merge-stream node-micromatch node-mime node-mime-types node-mimic-fn 270s node-mimic-response node-minimatch node-minimist node-minipass node-mkdirp 270s node-move-concurrently node-ms node-mute-stream node-n3 node-negotiator 270s node-neo-async node-nopt node-normalize-package-data node-normalize-path 270s node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog 270s node-object-assign node-object-inspect node-once node-optimist 270s node-optionator node-osenv node-p-cancelable node-p-limit node-p-locate 270s node-p-map node-parse-json node-path-dirname node-path-exists 270s node-path-is-absolute node-path-is-inside node-path-type node-picocolors 270s node-pify node-pkg-dir node-postcss node-postcss-modules-extract-imports 270s node-postcss-modules-values node-postcss-value-parser node-prelude-ls 270s node-process-nextick-args node-progress node-promise-inflight 270s node-promise-retry node-promzard node-prr node-punycode node-quick-lru 270s node-randombytes node-read node-read-package-json node-read-pkg 270s node-readable-stream node-readdirp node-rechoir node-regenerate 270s node-regenerate-unicode-properties node-regenerator-runtime 270s node-regenerator-transform node-regexpp node-regexpu-core node-regjsgen 270s node-regjsparser node-repeat-string node-require-directory node-resolve 270s node-resolve-cwd node-resolve-from node-resumer node-retry node-rimraf 270s node-run-queue node-safe-buffer node-schema-utils node-semver 270s node-serialize-javascript node-set-blocking node-set-immediate-shim 270s node-shebang-command node-shebang-regex node-signal-exit node-slash 270s node-slice-ansi node-source-list-map node-source-map node-source-map-support 270s node-spdx-correct node-spdx-exceptions node-spdx-expression-parse 270s node-spdx-license-ids node-sprintf-js node-ssri node-string-decoder 270s node-string-width node-strip-ansi node-strip-bom node-strip-eof 270s node-strip-json-comments node-supports-color node-tapable node-tape node-tar 270s node-terser node-text-table node-through node-time-stamp 270s node-to-fast-properties node-to-regex-range node-tslib node-type-check 270s node-typedarray node-typedarray-to-buffer node-undici 270s node-unicode-canonical-property-names-ecmascript 270s node-unicode-match-property-ecmascript 270s node-unicode-match-property-value-ecmascript 270s node-unicode-property-aliases-ecmascript node-unique-filename node-uri-js 270s node-util node-util-deprecate node-uuid node-v8-compile-cache node-v8flags 270s node-validate-npm-package-license node-validate-npm-package-name 270s node-watchpack node-wcwidth.js node-webassemblyjs node-webpack-sources 270s node-which node-wide-align node-wordwrap node-wrap-ansi node-wrappy 270s node-write node-write-file-atomic node-xtend node-y18n node-yallist 270s node-yargs node-yargs-parser nodejs npm postgresql postgresql-17 270s postgresql-client-17 postgresql-client-common postgresql-common 270s postgresql-common-dev python3-lldb-19 python3-packaging ssl-cert terser 270s unixodbc unixodbc-common webpack zlib1g-dev 270s 0 upgraded, 429 newly installed, 0 to remove and 0 not upgraded. 270s Need to get 531 MB of archives. 270s After this operation, 1254 MB of additional disk space will be used. 270s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 271s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libio-pty-perl s390x 1:1.20-1build3 [31.6 kB] 271s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libipc-run-perl all 20231003.0-2 [91.5 kB] 271s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-common all 270 [47.4 kB] 271s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common-dev all 270 [72.8 kB] 271s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x ssl-cert all 1.1.3ubuntu1 [18.7 kB] 271s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common all 270 [101 kB] 271s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x liblttng-ctl0t64 s390x 2.13.14-1build1 [200 kB] 271s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x liblttng-ust-common1t64 s390x 2.13.7-1.1ubuntu2 [28.5 kB] 271s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x liblttng-ust-ctl5t64 s390x 2.13.7-1.1ubuntu2 [81.1 kB] 271s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x lttng-tools s390x 2.13.14-1build1 [1153 kB] 271s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-host-8.0 s390x 8.0.12-0ubuntu1 [188 kB] 271s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-hostfxr-8.0 s390x 8.0.12-0ubuntu1 [156 kB] 271s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-runtime-8.0 s390x 8.0.12-0ubuntu1 [8302 kB] 272s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x aspnetcore-runtime-8.0 s390x 8.0.12-0ubuntu1 [3222 kB] 273s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x aspnetcore-targeting-pack-8.0 s390x 8.0.12-0ubuntu1 [1916 kB] 273s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x bc s390x 1.07.1-4 [90.2 kB] 273s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 273s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 273s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 274s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 274s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 274s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 274s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 274s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 274s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 274s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 274s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 274s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 274s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 275s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 275s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 275s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 275s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 275s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 275s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 275s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 275s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 275s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 275s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-apphost-pack-8.0 s390x 8.0.12-0ubuntu1 [94.8 kB] 275s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-targeting-pack-8.0 s390x 8.0.12-0ubuntu1 [2945 kB] 275s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-templates-8.0 s390x 8.0.112-0ubuntu1 [2197 kB] 276s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x netstandard-targeting-pack-2.1-8.0 s390x 8.0.112-0ubuntu1 [1387 kB] 276s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet-sdk-8.0 s390x 8.0.112-0ubuntu1 [50.4 MB] 278s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-sdk-8.0-source-built-artifacts s390x 8.0.112-0ubuntu1 [332 MB] 298s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x dotnet8 s390x 8.0.112-8.0.12-0ubuntu1 [29.1 kB] 298s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fast-deep-equal all 3.1.3-3 [5844 B] 298s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-schema-traverse all 1.0.0-3 [6338 B] 298s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsonify all 0.0.1-1 [6724 B] 298s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-stable-stringify all 1.0.2+repack1+~cs1.0.34-2 [7270 B] 298s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x node-punycode all 2.2.3-2 [10.0 kB] 298s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x node-uri-js all 4.4.0+dfsg-8 [52.5 kB] 298s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libcares2 s390x 1.34.4-2.1 [101 kB] 298s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x node-xtend all 4.0.2-3 [3902 B] 298s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x node-acorn all 8.8.1+ds+~cs25.17.7-2 [115 kB] 298s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cjs-module-lexer all 1.2.3+dfsg-1 [32.1 kB] 298s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x node-balanced-match all 2.0.0-1 [4910 B] 298s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x node-brace-expansion all 2.0.1+~1.1.0-1 [8072 B] 298s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minimatch all 9.0.3-5 [78.2 kB] 298s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x node-undici all 7.3.0+dfsg1+~cs24.12.11-1 [341 kB] 298s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x libnode115 s390x 20.18.1+dfsg-1ubuntu1 [14.2 MB] 299s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x nodejs s390x 20.18.1+dfsg-1ubuntu1 [335 kB] 299s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ajv all 8.12.0~ds+~2.1.1-5 [185 kB] 299s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-inherits all 2.0.4-6 [3412 B] 299s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x node-inherits all 2.0.4-6 [3004 B] 299s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-util-is all 1.0.3-1 [4066 B] 299s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.8 kB] 299s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x node-string-decoder all 1.3.0-6 [7044 B] 299s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x node-process-nextick-args all 2.0.1-3 [3804 B] 299s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x node-util-deprecate all 1.0.2-3 [4202 B] 299s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isarray all 2.0.5-4 [4024 B] 299s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x node-readable-stream all 3.6.0+~cs3.0.0-4build1 [32.4 kB] 299s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x node-typedarray all 0.0.7-1 [9584 B] 299s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x node-concat-stream all 2.0.0+~2.0.0-2 [6424 B] 299s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ms all 2.1.3+~cs0.7.31-3 [5738 B] 299s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x node-debug all 4.3.4+~cs4.1.7-1 [17.7 kB] 299s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esutils all 2.0.3+~2.0.0-1 [13.0 kB] 299s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x node-doctrine all 3.0.0-4 [18.3 kB] 299s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-visitor-keys all 3.3.0+~1.0.0-1 [14.4 kB] 299s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x node-estraverse all 5.3.0+ds+~5.1.1-1 [11.9 kB] 299s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x node-object-assign all 4.1.1-7 [4686 B] 299s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esrecurse all 4.3.0-2 [6136 B] 299s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-scope all 7.1.1+~3.7.4-1 [31.5 kB] 299s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x node-espree all 9.4.1~dfsg-2 [21.0 kB] 299s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esquery all 1.4.2~ds-1 [26.0 kB] 299s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-utils all 3.0.0-3 [15.8 kB] 299s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x node-flatted all 3.2.7~ds-1 [10.0 kB] 300s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs.realpath all 1.0.0-3 [6176 B] 300s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wrappy all 1.0.2-3 [3732 B] 300s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x node-once all 1.4.1-1 [4664 B] 300s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x node-inflight all 1.0.6-2 [3940 B] 300s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x node-glob all 8.1.0+~cs8.5.15-1 [137 kB] 300s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x node-rimraf all 3.0.2-2 [10.4 kB] 300s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x node-write all 2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [16.0 kB] 300s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x node-flat-cache all 3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [9050 B] 300s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x node-file-entry-cache all 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 [12.2 kB] 300s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x node-functional-red-black-tree all 1.0.1+20181105-7 [14.3 kB] 300s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-extglob all 2.1.1-5 [4624 B] 300s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-glob all 4.0.3-2 [6706 B] 300s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-dirname all 1.0.2-2 [4326 B] 300s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x node-glob-parent all 6.0.2+~5.1.1-2 [7050 B] 300s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x node-globals all 13.23.0-1 [11.7 kB] 300s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7332 B] 300s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8504 B] 300s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ignore all 5.2.1-1 [24.2 kB] 300s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x node-prelude-ls all 1.2.1+dfsg-3 [9812 B] 300s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x node-type-check all 0.4.0+dfsg-3 [9318 B] 300s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x node-levn all 0.4.1+dfsg-2 [10.3 kB] 300s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [469 kB] 300s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x node-memfs all 3.4.12+~cs1.0.3-1 [41.0 kB] 300s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mkdirp all 2.1.6+~cs5.2.1-2 [23.1 kB] 300s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x node-deep-is all 0.1.4-1 [5158 B] 300s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fast-levenshtein all 2.0.6+ds-3 [6084 B] 300s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.1 kB] 300s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x node-progress all 2.0.3-2 [6704 B] 300s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-regenerate all 1.4.2-3 [14.7 kB] 300s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerate all 1.4.2-3 [2340 B] 300s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerate-unicode-properties all 10.1.0+ds-1 [54.7 kB] 300s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regexpp all 3.2.0-5 [27.8 kB] 300s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lru-cache all 10.0.1-3 [61.9 kB] 300s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x node-semver all 7.6.1+~7.5.8-2 [45.2 kB] 300s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-json-comments all 4.0.0-4 [5656 B] 300s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-schema all 0.4.0+~7.0.11-1 [13.4 kB] 300s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x node-v8-compile-cache all 2.4.0-2 [7686 B] 300s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x eslint all 6.4.0~dfsg+~6.1.9-12 [354 kB] 300s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x liberror-perl all 0.17029-2 [25.6 kB] 300s Get:127 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git-man all 1:2.48.1-0ubuntu1 [1148 kB] 300s Get:128 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git s390x 1:2.48.1-0ubuntu1 [4284 kB] 301s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 301s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x gyp all 0.16.2-2 [254 kB] 301s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x node-neo-async all 2.6.2+~cs3.0.0-3 [42.9 kB] 301s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x node-arrify all 2.0.1-3 [3688 B] 301s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-plain-obj all 3.0.0-2 [3994 B] 301s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-buffer all 2.0.5-2 [4128 B] 301s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x node-kind-of all 6.0.3+dfsg-2 [8628 B] 301s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minimist all 1.2.8+~cs5.3.5-1 [10.2 kB] 301s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wordwrap all 1.0.0-4 [4644 B] 301s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x node-optimist all 0.6.1+~0.0.30-2 [13.8 kB] 301s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [27.1 kB] 301s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [42.8 kB] 301s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x handlebars all 3:4.7.7+~4.1.0-1 [211 kB] 301s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 302s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-async all 0.8.0-6 [24.1 kB] 302s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-events all 3.3.0+~3.0.0-3 [9762 B] 302s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-is-typedarray all 1.0.0-4 [3804 B] 302s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-prettify all 2015.12.04+dfsg-1.1 [39.3 kB] 302s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB] 302s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-typedarray-to-buffer all 4.0.0-2 [4658 B] 302s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [176 kB] 302s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x node-function-bind all 1.1.2+~cs2.1.14-1 [20.3 kB] 302s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x node-object-inspect all 1.12.2+~cs1.8.1-1 [11.4 kB] 302s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es-abstract all 1.20.4+~cs26.27.47-2 [139 kB] 302s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resolve all 1.22.8+~cs5.34.15-2 [23.3 kB] 302s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x node-define-properties all 1.2.1+~cs2.2.3-1 [7472 B] 302s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [14.1 kB] 302s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isobject all 4.0.0-2 [5374 B] 302s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-descriptor all 3.0.0-2 [5606 B] 302s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x node-define-property all 2.0.2+really+2.0.2-3 [5846 B] 302s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x node-defined all 1.0.1+~1.0.0-1 [5276 B] 302s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x node-abbrev all 1.1.1+~1.1.2-1 [5784 B] 302s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x node-archy all 1.0.0-6 [4588 B] 302s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x node-async all 0.8.0-6 [2614 B] 302s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x node-convert-source-map all 1.9.0+~1.5.2-1 [8332 B] 302s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x node-decamelize all 4.0.0-2 [4016 B] 302s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es6-error all 4.1.1-5 [5802 B] 302s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB] 302s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x node-escodegen all 2.1.0+dfsg+~0.0.8-1 [23.5 kB] 302s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x node-commondir all 1.0.1+~1.0.0-1 [4400 B] 303s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-number all 7.0.0-4 [5894 B] 303s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x node-repeat-string all 1.6.1+repack-1 [5660 B] 303s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x node-to-regex-range all 5.0.1-4 [10.7 kB] 303s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fill-range all 7.1.1+~7.0.3-1 [8928 B] 303s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x node-braces all 3.0.3+~3.0.4-1 [19.1 kB] 303s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize-path all 3.0.0+~3.0.0-1 [6718 B] 303s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x node-anymatch all 3.1.3+~cs4.6.1-2 [31.3 kB] 303s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x node-micromatch all 4.0.7+~4.0.9-1 [23.8 kB] 303s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x node-pify all 5.0.0+~cs5.0.1-1 [7148 B] 303s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-type all 4.0.0-3 [3934 B] 303s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.7 kB] 303s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x node-slash all 4.0.0-3 [4326 B] 303s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x node-globby all 13.1.3+~cs16.25.40-3 [41.5 kB] 303s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x node-graceful-fs all 4.2.10-1 [14.0 kB] 303s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-path-cwd all 2.2.0-2 [3650 B] 303s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-is-inside all 1.0.2+~1.0.0-1 [5098 B] 303s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-path-inside all 3.0.3-2 [3982 B] 303s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x node-escape-string-regexp all 4.0.0-2 [4328 B] 303s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x node-indent-string all 4.0.0-2 [4122 B] 303s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-map all 4.0.0+~3.1.0+~3.0.1-2 [8048 B] 303s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x node-del all 7.1.0-1 [8044 B] 303s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x node-make-dir all 3.1.0-3 [6096 B] 303s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-limit all 4.0.0+~cs4.0.0-5 [7722 B] 303s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-locate all 6.0.0-12 [5340 B] 303s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x node-locate-path all 7.1.1-2 [5448 B] 303s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-exists all 5.0.0-8 [4602 B] 303s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x node-find-up all 6.3.0-7 [9340 B] 303s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x node-pkg-dir all 5.0.0-2 [4270 B] 303s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x node-find-cache-dir all 3.3.2+~3.2.1-1 [6210 B] 303s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x node-signal-exit all 4.1.0-7 [14.3 kB] 303s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x node-foreground-child all 3.1.1-2 [12.4 kB] 303s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-stream all 3.0.0-4 [5106 B] 303s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-windows all 1.0.2+~cs1.0.0-1 [5980 B] 303s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [62.4 kB] 303s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [3916 B] 303s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x node-argparse all 2.0.1-2 [33.2 kB] 303s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [61.9 kB] 304s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x node-nopt all 5.0.0-4 [10.9 kB] 304s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-run-path all 5.1.0+~4.0.0-8 [6402 B] 304s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x node-shebang-regex all 3.0.0-2 [3504 B] 304s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x node-shebang-command all 2.0.0-1 [3456 B] 304s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-bom all 4.0.0-2 [4158 B] 304s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x node-has-flag all 5.0.1-1 [4444 B] 304s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x node-supports-color all 8.1.1+~8.1.1-1 [7048 B] 304s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x node-util all 0.12.5+~1.0.10-1 [3760 B] 304s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x node-assert all 2.0.0+~cs3.9.8-2 [26.2 kB] 304s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8860 B] 304s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerator-runtime all 0.15.2+~0.10.8-1 [10.9 kB] 304s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-7 [43.2 kB] 304s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [28.4 kB] 304s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.2 kB] 304s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x node-caniuse-lite all 1.0.30001692+dfsg+~1.0.5-1 [247 kB] 304s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x node-electron-to-chromium all 1.5.80-1 [21.6 kB] 304s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x node-picocolors all 1.0.0-4 [6176 B] 304s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x node-browserslist all 4.24.4+~cs6.3.21-1 [75.8 kB] 304s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js-compat all 3.33.2-1build2 [39.1 kB] 304s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [30.2 kB] 304s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [4366 B] 304s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x node-color-name all 1.1.4+~1.1.1-2 [6076 B] 304s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x node-color-convert all 2.0.1+~cs2.0.0-2 [12.8 kB] 304s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-styles all 6.2.1-3 [8830 B] 304s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chalk all 5.3.0-1build1 [18.8 kB] 304s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x node-for-in all 1.0.2-4 [4856 B] 304s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x node-for-own all 1.0.0-3 [4708 B] 304s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-plain-object all 5.0.0-7 [6338 B] 304s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-extendable all 1.0.1-3 [5258 B] 304s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x node-clone-deep all 4.0.1+~cs7.0.2-1 [6822 B] 304s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x node-commander all 9.4.1-1 [50.6 kB] 304s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js all 3.33.2-1build2 [270 kB] 304s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js-pure all 3.33.2-1build2 [250 kB] 304s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4552 B] 304s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x node-js-tokens all 8.0.0-2 [12.1 kB] 304s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsesc all 3.0.2+~3.0.1-1 [18.0 kB] 304s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json5 all 2.2.3+dfsg-1build1 [21.9 kB] 304s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x node-quick-lru all 6.1.1-4 [8190 B] 304s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerator-transform all 0.15.2+~0.10.8-1 [25.5 kB] 304s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regjsgen all 0.7.1+ds-1 [7048 B] 304s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regjsparser all 0.9.1+ds-2 [21.6 kB] 304s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4558 B] 304s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5316 B] 304s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-match-property-ecmascript all 2.0.0-2 [4420 B] 304s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7486 B] 304s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regexpu-core all 5.2.2-3 [15.5 kB] 304s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.2 kB] 304s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x node-to-fast-properties all 3.0.1-3 [4334 B] 304s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x node-v8flags all 3.2.0+~3.1.1-1 [7766 B] 304s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel7 all 7.20.15+ds1+~cs214.269.168-7 [623 kB] 305s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-arrayish all 0.3.2-3 [3970 B] 305s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x node-error-ex all 1.3.2-4 [5708 B] 305s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-parse-better-errors all 1.0.2+~cs3.3.1-3 [7314 B] 305s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x node-parse-json all 5.2.0+~cs5.1.7-2 [7482 B] 305s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x node-hosted-git-info all 6.1.1-2 [9904 B] 305s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-license-ids all 3.0.12-1 [6488 B] 305s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-exceptions all 2.3.0-2 [3978 B] 305s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7658 B] 305s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-correct all 3.1.1-2 [5476 B] 305s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x node-validate-npm-package-license all 3.0.4-2 [4252 B] 305s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize-package-data all 4.0.1+~2.4.1-1 [13.1 kB] 305s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read-pkg all 5.2.0-2 [24.5 kB] 305s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x node-uuid all 8.3.2+~8.3.4-1 [36.3 kB] 305s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isexe all 2.0.0+~2.0.1-5 [6078 B] 305s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x node-which all 2.0.2+~cs1.3.2-3 [7154 B] 305s Get:271 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-typedarray all 1.0.0-4 [2072 B] 305s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x node-typedarray-to-buffer all 4.0.0-2 [2242 B] 305s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x node-write-file-atomic all 4.0.2+~4.0.0-2 [8750 B] 305s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x node-slice-ansi all 5.0.0+~cs9.0.0-5 [9044 B] 305s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-regex all 5.0.1-1 [4984 B] 305s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-ansi all 6.0.1-2 [4128 B] 305s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x node-clone all 2.1.2+~2.1.2-1 [9340 B] 305s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x node-defaults all 1.0.4+~1.0.3-1 [4394 B] 305s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wcwidth.js all 1.0.2-2 [7204 B] 305s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x node-string-width all 4.2.3+~cs13.2.3-1 [11.4 kB] 305s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wrap-ansi all 8.0.1+~8.0.1-3 [12.2 kB] 305s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cliui all 7.0.4+repack+1+~cs1.4.2-2 [20.4 kB] 305s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x node-get-caller-file all 2.0.5+~cs1.1.1-4 [5774 B] 305s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x node-require-directory all 2.1.1+~2.1.2-1 [7190 B] 305s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x node-y18n all 5.0.8+~5.0.0-3 [9390 B] 305s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x node-camelcase all 7.0.0-3 [6104 B] 305s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yargs-parser all 21.1.1+~21.0.0-4 [23.6 kB] 305s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yargs all 16.2.0+~16.0.4-7 [123 kB] 305s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x node-istanbul all 0.4.5+repack10+~cs98.25.59-2 [211 kB] 305s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x node-through all 2.3.8+~cs0.0.30-1 [5496 B] 305s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resumer all 0.0.0-6 [4054 B] 305s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tape all 5.6.1+~cs8.20.19-2 [32.2 kB] 305s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x node-deep-equal all 2.2.3+~cs43.15.94-1 [39.6 kB] 305s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-util all 0.12.5+~1.0.10-1 [15.4 kB] 305s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x liblldb-19 s390x 1:19.1.7-1ubuntu1 [4850 kB] 306s Get:296 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 306s Get:297 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 307s Get:298 http://ftpmaster.internal/ubuntu plucky/main s390x libuv1-dev s390x 1.48.0-7 [136 kB] 307s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x libnode-dev s390x 20.18.1+dfsg-1ubuntu1 [525 kB] 307s Get:300 http://ftpmaster.internal/ubuntu plucky/main s390x libodbc2 s390x 2.3.12-2ubuntu1 [163 kB] 307s Get:301 http://ftpmaster.internal/ubuntu plucky/main s390x unixodbc-common all 2.3.12-2ubuntu1 [9044 B] 307s Get:302 http://ftpmaster.internal/ubuntu plucky/main s390x libodbcinst2 s390x 2.3.12-2ubuntu1 [32.2 kB] 307s Get:303 http://ftpmaster.internal/ubuntu plucky/main s390x libpq5 s390x 17.2-1build2 [146 kB] 307s Get:304 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 307s Get:305 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lldb-19 s390x 1:19.1.7-1ubuntu1 [120 kB] 307s Get:306 http://ftpmaster.internal/ubuntu plucky/universe s390x lldb-19 s390x 1:19.1.7-1ubuntu1 [1374 kB] 308s Get:307 http://ftpmaster.internal/ubuntu plucky/universe s390x lldb s390x 1:19.0-63 [6020 B] 308s Get:308 http://ftpmaster.internal/ubuntu plucky/universe s390x node-agent-base all 7.1.1~0~2024040606-5 [11.2 kB] 308s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ajv-keywords all 5.1.0-4 [33.1 kB] 308s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-escapes all 5.0.0+really.4.3.1-1 [9070 B] 308s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x node-aproba all 2.0.0-3 [5698 B] 308s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x node-delegates all 1.0.0-3 [4280 B] 308s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x node-are-we-there-yet all 3.0.1+~1.1.0-1 [9066 B] 308s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x node-async-each all 1.0.3-3 [4174 B] 308s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-lodash all 3.3.4+~cs2.0.1-7 [11.3 kB] 308s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x node-base64-js all 1.5.1+dfsg+~1.3.0-2 [7236 B] 308s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x node-binary-extensions all 2.2.0-2 [4488 B] 308s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x node-builtins all 5.0.1-1 [4082 B] 308s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chownr all 2.0.0-3 [4328 B] 308s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x node-iconv-lite all 0.6.3-3 [158 kB] 308s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x node-encoding all 0.1.13-2 [4366 B] 308s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsonparse all 1.3.1-10 [8060 B] 308s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yallist all 4.0.0+~4.0.1-1 [8322 B] 308s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minipass all 5.0.0+~cs10.3.21-2 [44.4 kB] 308s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x node-iferr all 1.0.2+~1.0.2-1 [4610 B] 308s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs-write-stream-atomic all 1.0.10-6 [5362 B] 308s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x node-run-queue all 2.0.0-3 [5086 B] 308s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x node-copy-concurrently all 1.0.5-9 [7200 B] 308s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x node-move-concurrently all 1.0.1-5 [5182 B] 308s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promise-inflight all 1.0.1+~1.0.0-1 [4896 B] 308s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ssri all 9.0.1-3 [14.8 kB] 308s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unique-filename all 1.1.1+ds-2 [3914 B] 308s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cacache all 17.0.3+~cs10.3.7-2 [34.7 kB] 308s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-binary-path all 2.1.0-5 [3676 B] 308s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-is-absolute all 2.0.0-2 [4062 B] 308s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x node-set-immediate-shim all 2.0.0-2 [3696 B] 308s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x node-readdirp all 3.6.0-1 [11.8 kB] 308s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chokidar all 3.6.0-2 [32.9 kB] 308s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tslib all 2.4.1-1 [19.7 kB] 308s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chrome-trace-event all 1.0.3-2 [6680 B] 308s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ci-info all 4.0.0+~cs1.1.0-1build2 [11.2 kB] 308s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x node-colors all 1.4.0-4 [12.0 kB] 308s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x node-columnify all 1.6.0+~1.5.1-1 [12.7 kB] 308s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x node-console-control-strings all 1.1.0-3 [5616 B] 308s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x node-css-selector-tokenizer all 0.8.0+~cs4.8.3-1 [13.2 kB] 308s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss all 8.4.49+~cs9.2.32-1 [181 kB] 308s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x node-icss-utils all 5.1.0+~5.1.0-1 [7176 B] 308s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-modules-extract-imports all 3.0.0-2 [6080 B] 308s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-modules-values all 4.0.0+~4.0.0-1 [6624 B] 308s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-value-parser all 4.2.0-1 [10.6 kB] 308s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x node-prr all 1.0.1-3 [4344 B] 308s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x node-errno all 1.0.0-3 [7962 B] 308s Get:353 http://ftpmaster.internal/ubuntu plucky/universe s390x node-memory-fs all 0.5.0+~0.3.3-2 [7744 B] 308s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tapable all 2.2.1-3 [13.8 kB] 308s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x node-enhanced-resolve all 5.15.0-1 [36.9 kB] 308s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es-module-lexer all 1.1.0+dfsg-3 [20.7 kB] 308s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x node-events all 3.3.0+~3.0.0-3 [3084 B] 308s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resolve-cwd all 3.0.0-2 [4216 B] 308s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jest-debbundle all 29.6.2~ds1+~cs73.45.28-5 [55.4 kB] 308s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x node-interpret all 2.2.0-3 [6946 B] 308s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x node-merge-stream all 2.0.0+~1.1.2-2 [5178 B] 308s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jest-worker all 29.6.2~ds1+~cs73.45.28-5 [42.4 kB] 309s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x node-loader-runner all 4.3.0-1 [7742 B] 309s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mime all 3.0.0+dfsg+~cs6.97.2-1 [37.8 kB] 309s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mime-types all 2.1.35-2 [6818 B] 309s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x node-rechoir all 0.8.0+~0.6.1-2 [6382 B] 309s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x node-schema-utils all 4.2.0~ds-3build3 [19.2 kB] 309s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x node-randombytes all 2.1.0+~2.0.0-2 [4812 B] 309s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x node-serialize-javascript all 6.0.1-1 [13.2 kB] 309s Get:370 http://ftpmaster.internal/ubuntu plucky/universe s390x node-watchpack all 2.4.0+~cs2.8.1-1 [20.7 kB] 309s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x node-webassemblyjs all 1.11.4+dfsg+~cs10.11.17-2 [143 kB] 309s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-list-map all 2.0.1+dfsg+~0.1.2-1 [10.3 kB] 309s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x node-webpack-sources all 3.2.3+~3.2.0-2 [23.8 kB] 309s Get:374 http://ftpmaster.internal/ubuntu plucky/universe s390x node-terser all 5.38.0-1 [213 kB] 309s Get:375 http://ftpmaster.internal/ubuntu plucky/universe s390x terser all 5.38.0-1 [4266 B] 309s Get:376 http://ftpmaster.internal/ubuntu plucky/universe s390x node-get-stream all 8.0.1-11 [11.3 kB] 309s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mimic-fn all 4.0.0-5 [5536 B] 309s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-eof all 3.0.0-5 [4718 B] 309s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x node-execa all 8.0.1+dfsg1+~cs12.0.0-1build2 [44.2 kB] 309s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x node-envinfo all 7.11.0+~cs14.3.0-3 [33.1 kB] 309s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x webpack all 5.97.1+dfsg1+~cs11.18.27-1 [775 kB] 309s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x node-css-loader all 6.8.1+~cs14.0.17-1 [64.0 kB] 309s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x node-data-uri-to-buffer all 6.0.2~0~2024040606-5 [8672 B] 309s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mimic-response all 3.1.0-9 [5516 B] 309s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x node-decompress-response all 6.0.0-3 [4684 B] 309s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x node-diff all 5.0.0~dfsg+~5.0.1-4 [76.7 kB] 309s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x node-err-code all 2.0.3+dfsg-3 [4918 B] 309s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x node-time-stamp all 2.2.0-2 [6012 B] 309s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fancy-log all 1.3.3+~cs1.3.1-2 [8102 B] 309s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fetch all 3.3.2+~cs11.4.11-3 [218 kB] 309s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x node-has-unicode all 2.0.1-5 [3962 B] 309s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wide-align all 1.1.3-4 [4228 B] 309s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x node-gauge all 4.0.4-2 [16.1 kB] 309s Get:394 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lowercase-keys all 2.0.0-2 [3754 B] 309s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-buffer all 3.0.1+~3.0.0-1 [4554 B] 309s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-cancelable all 2.1.1-1 [7358 B] 309s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x node-got all 11.8.5+~cs58.13.36-5 [122 kB] 309s Get:398 http://ftpmaster.internal/ubuntu plucky/universe s390x node-http-proxy-agent all 7.0.2~0~2024040606-5 [8478 B] 309s Get:399 http://ftpmaster.internal/ubuntu plucky/universe s390x node-https-proxy-agent all 7.0.4~0~2024040606-5 [11.2 kB] 309s Get:400 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ieee754 all 1.2.1-3 [5340 B] 309s Get:401 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ip all 2.0.1+~1.1.3-1 [8622 B] 309s Get:402 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ip-regex all 4.3.0+~4.1.1-1 [5254 B] 309s Get:403 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read-package-json all 5.0.2+~2.0.0-2 [10.4 kB] 309s Get:404 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-bundled all 2.0.1-2 [5924 B] 309s Get:405 http://ftpmaster.internal/ubuntu plucky/universe s390x node-osenv all 0.1.5+~0.1.1-1 [5972 B] 309s Get:406 http://ftpmaster.internal/ubuntu plucky/universe s390x node-validate-npm-package-name all 5.0.0+~4.0.0-1 [6492 B] 309s Get:407 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-package-arg all 10.0.0+~3.0.0-2 [9658 B] 310s Get:408 http://ftpmaster.internal/ubuntu plucky/universe s390x node-retry all 0.13.1.+~cs2.19.16-1 [14.6 kB] 310s Get:409 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promise-retry all 2.0.1-4 [5040 B] 310s Get:410 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mute-stream all 0.0.8+~0.0.1-3 [6282 B] 310s Get:411 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read all 1.0.7-5 [5426 B] 310s Get:412 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promzard all 0.3.0-2 [6888 B] 310s Get:413 http://ftpmaster.internal/ubuntu plucky/universe s390x node-set-blocking all 2.0.0-2 [3766 B] 310s Get:414 http://ftpmaster.internal/ubuntu plucky/universe s390x node-text-table all 0.2.0-4 [4762 B] 310s Get:415 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-17 s390x 17.2-1build2 [1342 kB] 310s Get:416 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-17 s390x 17.2-1build2 [16.9 MB] 312s Get:417 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql all 17+270 [14.2 kB] 312s Get:418 http://ftpmaster.internal/ubuntu plucky/universe s390x unixodbc s390x 2.3.12-2ubuntu1 [28.2 kB] 312s Get:419 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 312s Get:420 http://ftpmaster.internal/ubuntu plucky/main s390x libbabeltrace1 s390x 1.5.11-4build1 [170 kB] 312s Get:421 http://ftpmaster.internal/ubuntu plucky/universe s390x babeltrace s390x 1.5.11-4build1 [27.4 kB] 312s Get:422 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cli-table all 0.3.11+~cs0.13.4-3 [23.2 kB] 312s Get:423 http://ftpmaster.internal/ubuntu plucky/universe s390x node-depd all 2.0.0-2 [10.5 kB] 312s Get:424 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npmlog all 7.0.1+~4.1.4-1 [9826 B] 312s Get:425 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tar all 6.2.1+~cs7.0.8-1 [51.3 kB] 312s Get:426 http://ftpmaster.internal/ubuntu plucky/universe s390x node-gyp all 10.3.0+~5.0.0-1 [41.0 kB] 312s Get:427 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ini all 3.0.1-2 [6480 B] 312s Get:428 http://ftpmaster.internal/ubuntu plucky/universe s390x node-negotiator all 0.6.3+~0.6.1-1 [10.1 kB] 312s Get:429 http://ftpmaster.internal/ubuntu plucky/universe s390x npm all 9.2.0~ds1-3 [631 kB] 313s Preconfiguring packages ... 313s /var/cache/debconf/tmp.ci/postgresql.config.ohLC15: 12: pg_lsclusters: not found 313s Fetched 531 MB in 42s (12.6 MB/s) 313s Selecting previously unselected package libjson-perl. 314s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 314s Preparing to unpack .../000-libjson-perl_4.10000-1_all.deb ... 314s Unpacking libjson-perl (4.10000-1) ... 314s Selecting previously unselected package libio-pty-perl. 314s Preparing to unpack .../001-libio-pty-perl_1%3a1.20-1build3_s390x.deb ... 314s Unpacking libio-pty-perl (1:1.20-1build3) ... 314s Selecting previously unselected package libipc-run-perl. 314s Preparing to unpack .../002-libipc-run-perl_20231003.0-2_all.deb ... 314s Unpacking libipc-run-perl (20231003.0-2) ... 314s Selecting previously unselected package postgresql-client-common. 314s Preparing to unpack .../003-postgresql-client-common_270_all.deb ... 314s Unpacking postgresql-client-common (270) ... 314s Selecting previously unselected package postgresql-common-dev. 314s Preparing to unpack .../004-postgresql-common-dev_270_all.deb ... 314s Unpacking postgresql-common-dev (270) ... 314s Selecting previously unselected package ssl-cert. 314s Preparing to unpack .../005-ssl-cert_1.1.3ubuntu1_all.deb ... 314s Unpacking ssl-cert (1.1.3ubuntu1) ... 314s Selecting previously unselected package postgresql-common. 314s Preparing to unpack .../006-postgresql-common_270_all.deb ... 314s Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 314s Unpacking postgresql-common (270) ... 314s Selecting previously unselected package liblttng-ctl0t64:s390x. 314s Preparing to unpack .../007-liblttng-ctl0t64_2.13.14-1build1_s390x.deb ... 314s Unpacking liblttng-ctl0t64:s390x (2.13.14-1build1) ... 314s Selecting previously unselected package liblttng-ust-common1t64:s390x. 314s Preparing to unpack .../008-liblttng-ust-common1t64_2.13.7-1.1ubuntu2_s390x.deb ... 314s Unpacking liblttng-ust-common1t64:s390x (2.13.7-1.1ubuntu2) ... 314s Selecting previously unselected package liblttng-ust-ctl5t64:s390x. 314s Preparing to unpack .../009-liblttng-ust-ctl5t64_2.13.7-1.1ubuntu2_s390x.deb ... 314s Unpacking liblttng-ust-ctl5t64:s390x (2.13.7-1.1ubuntu2) ... 314s Selecting previously unselected package lttng-tools. 314s Preparing to unpack .../010-lttng-tools_2.13.14-1build1_s390x.deb ... 314s Unpacking lttng-tools (2.13.14-1build1) ... 314s Selecting previously unselected package dotnet-host-8.0. 314s Preparing to unpack .../011-dotnet-host-8.0_8.0.12-0ubuntu1_s390x.deb ... 314s Unpacking dotnet-host-8.0 (8.0.12-0ubuntu1) ... 314s Selecting previously unselected package dotnet-hostfxr-8.0. 314s Preparing to unpack .../012-dotnet-hostfxr-8.0_8.0.12-0ubuntu1_s390x.deb ... 314s Unpacking dotnet-hostfxr-8.0 (8.0.12-0ubuntu1) ... 314s Selecting previously unselected package dotnet-runtime-8.0. 314s Preparing to unpack .../013-dotnet-runtime-8.0_8.0.12-0ubuntu1_s390x.deb ... 314s Unpacking dotnet-runtime-8.0 (8.0.12-0ubuntu1) ... 314s Selecting previously unselected package aspnetcore-runtime-8.0. 314s Preparing to unpack .../014-aspnetcore-runtime-8.0_8.0.12-0ubuntu1_s390x.deb ... 314s Unpacking aspnetcore-runtime-8.0 (8.0.12-0ubuntu1) ... 314s Selecting previously unselected package aspnetcore-targeting-pack-8.0. 314s Preparing to unpack .../015-aspnetcore-targeting-pack-8.0_8.0.12-0ubuntu1_s390x.deb ... 314s Unpacking aspnetcore-targeting-pack-8.0 (8.0.12-0ubuntu1) ... 314s Selecting previously unselected package bc. 314s Preparing to unpack .../016-bc_1.07.1-4_s390x.deb ... 314s Unpacking bc (1.07.1-4) ... 314s Selecting previously unselected package libisl23:s390x. 314s Preparing to unpack .../017-libisl23_0.27-1_s390x.deb ... 314s Unpacking libisl23:s390x (0.27-1) ... 314s Selecting previously unselected package libmpc3:s390x. 314s Preparing to unpack .../018-libmpc3_1.3.1-1build2_s390x.deb ... 314s Unpacking libmpc3:s390x (1.3.1-1build2) ... 314s Selecting previously unselected package cpp-14-s390x-linux-gnu. 314s Preparing to unpack .../019-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package cpp-14. 314s Preparing to unpack .../020-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package cpp-s390x-linux-gnu. 314s Preparing to unpack .../021-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 314s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 314s Selecting previously unselected package cpp. 314s Preparing to unpack .../022-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 314s Unpacking cpp (4:14.2.0-1ubuntu1) ... 314s Selecting previously unselected package libcc1-0:s390x. 314s Preparing to unpack .../023-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package libgomp1:s390x. 314s Preparing to unpack .../024-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package libitm1:s390x. 314s Preparing to unpack .../025-libitm1_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package libasan8:s390x. 314s Preparing to unpack .../026-libasan8_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 314s Selecting previously unselected package libubsan1:s390x. 314s Preparing to unpack .../027-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 314s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package libgcc-14-dev:s390x. 315s Preparing to unpack .../028-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package gcc-14-s390x-linux-gnu. 315s Preparing to unpack .../029-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package gcc-14. 315s Preparing to unpack .../030-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package gcc-s390x-linux-gnu. 315s Preparing to unpack .../031-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 315s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 315s Selecting previously unselected package gcc. 315s Preparing to unpack .../032-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 315s Unpacking gcc (4:14.2.0-1ubuntu1) ... 315s Selecting previously unselected package libstdc++-14-dev:s390x. 315s Preparing to unpack .../033-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package g++-14-s390x-linux-gnu. 315s Preparing to unpack .../034-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package g++-14. 315s Preparing to unpack .../035-g++-14_14.2.0-16ubuntu1_s390x.deb ... 315s Unpacking g++-14 (14.2.0-16ubuntu1) ... 315s Selecting previously unselected package g++-s390x-linux-gnu. 315s Preparing to unpack .../036-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 315s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 315s Selecting previously unselected package g++. 315s Preparing to unpack .../037-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 315s Unpacking g++ (4:14.2.0-1ubuntu1) ... 315s Selecting previously unselected package build-essential. 315s Preparing to unpack .../038-build-essential_12.10ubuntu1_s390x.deb ... 315s Unpacking build-essential (12.10ubuntu1) ... 315s Selecting previously unselected package dotnet-apphost-pack-8.0. 315s Preparing to unpack .../039-dotnet-apphost-pack-8.0_8.0.12-0ubuntu1_s390x.deb ... 315s Unpacking dotnet-apphost-pack-8.0 (8.0.12-0ubuntu1) ... 315s Selecting previously unselected package dotnet-targeting-pack-8.0. 315s Preparing to unpack .../040-dotnet-targeting-pack-8.0_8.0.12-0ubuntu1_s390x.deb ... 315s Unpacking dotnet-targeting-pack-8.0 (8.0.12-0ubuntu1) ... 316s Selecting previously unselected package dotnet-templates-8.0. 316s Preparing to unpack .../041-dotnet-templates-8.0_8.0.112-0ubuntu1_s390x.deb ... 316s Unpacking dotnet-templates-8.0 (8.0.112-0ubuntu1) ... 316s Selecting previously unselected package netstandard-targeting-pack-2.1-8.0. 316s Preparing to unpack .../042-netstandard-targeting-pack-2.1-8.0_8.0.112-0ubuntu1_s390x.deb ... 316s Unpacking netstandard-targeting-pack-2.1-8.0 (8.0.112-0ubuntu1) ... 316s Selecting previously unselected package dotnet-sdk-8.0. 316s Preparing to unpack .../043-dotnet-sdk-8.0_8.0.112-0ubuntu1_s390x.deb ... 316s Unpacking dotnet-sdk-8.0 (8.0.112-0ubuntu1) ... 317s Selecting previously unselected package dotnet-sdk-8.0-source-built-artifacts. 317s Preparing to unpack .../044-dotnet-sdk-8.0-source-built-artifacts_8.0.112-0ubuntu1_s390x.deb ... 317s Unpacking dotnet-sdk-8.0-source-built-artifacts (8.0.112-0ubuntu1) ... 319s Selecting previously unselected package dotnet8. 319s Preparing to unpack .../045-dotnet8_8.0.112-8.0.12-0ubuntu1_s390x.deb ... 319s Unpacking dotnet8 (8.0.112-8.0.12-0ubuntu1) ... 319s Selecting previously unselected package node-fast-deep-equal. 319s Preparing to unpack .../046-node-fast-deep-equal_3.1.3-3_all.deb ... 319s Unpacking node-fast-deep-equal (3.1.3-3) ... 319s Selecting previously unselected package node-json-schema-traverse. 319s Preparing to unpack .../047-node-json-schema-traverse_1.0.0-3_all.deb ... 319s Unpacking node-json-schema-traverse (1.0.0-3) ... 319s Selecting previously unselected package node-jsonify. 319s Preparing to unpack .../048-node-jsonify_0.0.1-1_all.deb ... 319s Unpacking node-jsonify (0.0.1-1) ... 319s Selecting previously unselected package node-json-stable-stringify. 319s Preparing to unpack .../049-node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2_all.deb ... 319s Unpacking node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... 319s Selecting previously unselected package node-punycode. 319s Preparing to unpack .../050-node-punycode_2.2.3-2_all.deb ... 319s Unpacking node-punycode (2.2.3-2) ... 319s Selecting previously unselected package node-uri-js. 319s Preparing to unpack .../051-node-uri-js_4.4.0+dfsg-8_all.deb ... 319s Unpacking node-uri-js (4.4.0+dfsg-8) ... 319s Selecting previously unselected package libcares2:s390x. 319s Preparing to unpack .../052-libcares2_1.34.4-2.1_s390x.deb ... 319s Unpacking libcares2:s390x (1.34.4-2.1) ... 319s Selecting previously unselected package node-xtend. 319s Preparing to unpack .../053-node-xtend_4.0.2-3_all.deb ... 319s Unpacking node-xtend (4.0.2-3) ... 319s Selecting previously unselected package node-acorn. 319s Preparing to unpack .../054-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ... 319s Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ... 319s Selecting previously unselected package node-cjs-module-lexer. 319s Preparing to unpack .../055-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ... 319s Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ... 319s Selecting previously unselected package node-balanced-match. 319s Preparing to unpack .../056-node-balanced-match_2.0.0-1_all.deb ... 319s Unpacking node-balanced-match (2.0.0-1) ... 319s Selecting previously unselected package node-brace-expansion. 319s Preparing to unpack .../057-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ... 319s Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ... 319s Selecting previously unselected package node-minimatch. 319s Preparing to unpack .../058-node-minimatch_9.0.3-5_all.deb ... 319s Unpacking node-minimatch (9.0.3-5) ... 319s Selecting previously unselected package node-undici. 319s Preparing to unpack .../059-node-undici_7.3.0+dfsg1+~cs24.12.11-1_all.deb ... 319s Unpacking node-undici (7.3.0+dfsg1+~cs24.12.11-1) ... 319s Selecting previously unselected package libnode115:s390x. 319s Preparing to unpack .../060-libnode115_20.18.1+dfsg-1ubuntu1_s390x.deb ... 319s Unpacking libnode115:s390x (20.18.1+dfsg-1ubuntu1) ... 319s Selecting previously unselected package nodejs. 319s Preparing to unpack .../061-nodejs_20.18.1+dfsg-1ubuntu1_s390x.deb ... 319s Unpacking nodejs (20.18.1+dfsg-1ubuntu1) ... 319s Selecting previously unselected package node-ajv. 319s Preparing to unpack .../062-node-ajv_8.12.0~ds+~2.1.1-5_all.deb ... 319s Unpacking node-ajv (8.12.0~ds+~2.1.1-5) ... 319s Selecting previously unselected package libjs-inherits. 319s Preparing to unpack .../063-libjs-inherits_2.0.4-6_all.deb ... 319s Unpacking libjs-inherits (2.0.4-6) ... 319s Selecting previously unselected package node-inherits. 319s Preparing to unpack .../064-node-inherits_2.0.4-6_all.deb ... 319s Unpacking node-inherits (2.0.4-6) ... 319s Selecting previously unselected package node-core-util-is. 319s Preparing to unpack .../065-node-core-util-is_1.0.3-1_all.deb ... 319s Unpacking node-core-util-is (1.0.3-1) ... 319s Selecting previously unselected package node-safe-buffer. 319s Preparing to unpack .../066-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ... 319s Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ... 319s Selecting previously unselected package node-string-decoder. 319s Preparing to unpack .../067-node-string-decoder_1.3.0-6_all.deb ... 319s Unpacking node-string-decoder (1.3.0-6) ... 319s Selecting previously unselected package node-process-nextick-args. 319s Preparing to unpack .../068-node-process-nextick-args_2.0.1-3_all.deb ... 319s Unpacking node-process-nextick-args (2.0.1-3) ... 319s Selecting previously unselected package node-util-deprecate. 319s Preparing to unpack .../069-node-util-deprecate_1.0.2-3_all.deb ... 319s Unpacking node-util-deprecate (1.0.2-3) ... 319s Selecting previously unselected package node-isarray. 319s Preparing to unpack .../070-node-isarray_2.0.5-4_all.deb ... 319s Unpacking node-isarray (2.0.5-4) ... 319s Selecting previously unselected package node-readable-stream. 319s Preparing to unpack .../071-node-readable-stream_3.6.0+~cs3.0.0-4build1_all.deb ... 319s Unpacking node-readable-stream (3.6.0+~cs3.0.0-4build1) ... 319s Selecting previously unselected package node-typedarray. 319s Preparing to unpack .../072-node-typedarray_0.0.7-1_all.deb ... 319s Unpacking node-typedarray (0.0.7-1) ... 319s Selecting previously unselected package node-concat-stream. 319s Preparing to unpack .../073-node-concat-stream_2.0.0+~2.0.0-2_all.deb ... 319s Unpacking node-concat-stream (2.0.0+~2.0.0-2) ... 319s Selecting previously unselected package node-ms. 319s Preparing to unpack .../074-node-ms_2.1.3+~cs0.7.31-3_all.deb ... 319s Unpacking node-ms (2.1.3+~cs0.7.31-3) ... 319s Selecting previously unselected package node-debug. 319s Preparing to unpack .../075-node-debug_4.3.4+~cs4.1.7-1_all.deb ... 319s Unpacking node-debug (4.3.4+~cs4.1.7-1) ... 319s Selecting previously unselected package node-esutils. 319s Preparing to unpack .../076-node-esutils_2.0.3+~2.0.0-1_all.deb ... 319s Unpacking node-esutils (2.0.3+~2.0.0-1) ... 319s Selecting previously unselected package node-doctrine. 319s Preparing to unpack .../077-node-doctrine_3.0.0-4_all.deb ... 319s Unpacking node-doctrine (3.0.0-4) ... 319s Selecting previously unselected package node-eslint-visitor-keys. 319s Preparing to unpack .../078-node-eslint-visitor-keys_3.3.0+~1.0.0-1_all.deb ... 319s Unpacking node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... 319s Selecting previously unselected package node-estraverse. 319s Preparing to unpack .../079-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ... 319s Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ... 319s Selecting previously unselected package node-object-assign. 319s Preparing to unpack .../080-node-object-assign_4.1.1-7_all.deb ... 319s Unpacking node-object-assign (4.1.1-7) ... 319s Selecting previously unselected package node-esrecurse. 319s Preparing to unpack .../081-node-esrecurse_4.3.0-2_all.deb ... 319s Unpacking node-esrecurse (4.3.0-2) ... 319s Selecting previously unselected package node-eslint-scope. 319s Preparing to unpack .../082-node-eslint-scope_7.1.1+~3.7.4-1_all.deb ... 319s Unpacking node-eslint-scope (7.1.1+~3.7.4-1) ... 319s Selecting previously unselected package node-espree. 320s Preparing to unpack .../083-node-espree_9.4.1~dfsg-2_all.deb ... 320s Unpacking node-espree (9.4.1~dfsg-2) ... 320s Selecting previously unselected package node-esquery. 320s Preparing to unpack .../084-node-esquery_1.4.2~ds-1_all.deb ... 320s Unpacking node-esquery (1.4.2~ds-1) ... 320s Selecting previously unselected package node-eslint-utils. 320s Preparing to unpack .../085-node-eslint-utils_3.0.0-3_all.deb ... 320s Unpacking node-eslint-utils (3.0.0-3) ... 320s Selecting previously unselected package node-flatted. 320s Preparing to unpack .../086-node-flatted_3.2.7~ds-1_all.deb ... 320s Unpacking node-flatted (3.2.7~ds-1) ... 320s Selecting previously unselected package node-fs.realpath. 320s Preparing to unpack .../087-node-fs.realpath_1.0.0-3_all.deb ... 320s Unpacking node-fs.realpath (1.0.0-3) ... 320s Selecting previously unselected package node-wrappy. 320s Preparing to unpack .../088-node-wrappy_1.0.2-3_all.deb ... 320s Unpacking node-wrappy (1.0.2-3) ... 320s Selecting previously unselected package node-once. 320s Preparing to unpack .../089-node-once_1.4.1-1_all.deb ... 320s Unpacking node-once (1.4.1-1) ... 320s Selecting previously unselected package node-inflight. 320s Preparing to unpack .../090-node-inflight_1.0.6-2_all.deb ... 320s Unpacking node-inflight (1.0.6-2) ... 320s Selecting previously unselected package node-glob. 320s Preparing to unpack .../091-node-glob_8.1.0+~cs8.5.15-1_all.deb ... 320s Unpacking node-glob (8.1.0+~cs8.5.15-1) ... 320s Selecting previously unselected package node-rimraf. 320s Preparing to unpack .../092-node-rimraf_3.0.2-2_all.deb ... 320s Unpacking node-rimraf (3.0.2-2) ... 320s Selecting previously unselected package node-write. 320s Preparing to unpack .../093-node-write_2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 320s Unpacking node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 320s Selecting previously unselected package node-flat-cache. 320s Preparing to unpack .../094-node-flat-cache_3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 320s Unpacking node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 320s Selecting previously unselected package node-file-entry-cache. 320s Preparing to unpack .../095-node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 320s Unpacking node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 320s Selecting previously unselected package node-functional-red-black-tree. 320s Preparing to unpack .../096-node-functional-red-black-tree_1.0.1+20181105-7_all.deb ... 320s Unpacking node-functional-red-black-tree (1.0.1+20181105-7) ... 320s Selecting previously unselected package node-is-extglob. 320s Preparing to unpack .../097-node-is-extglob_2.1.1-5_all.deb ... 320s Unpacking node-is-extglob (2.1.1-5) ... 320s Selecting previously unselected package node-is-glob. 320s Preparing to unpack .../098-node-is-glob_4.0.3-2_all.deb ... 320s Unpacking node-is-glob (4.0.3-2) ... 320s Selecting previously unselected package node-path-dirname. 320s Preparing to unpack .../099-node-path-dirname_1.0.2-2_all.deb ... 320s Unpacking node-path-dirname (1.0.2-2) ... 320s Selecting previously unselected package node-glob-parent. 320s Preparing to unpack .../100-node-glob-parent_6.0.2+~5.1.1-2_all.deb ... 320s Unpacking node-glob-parent (6.0.2+~5.1.1-2) ... 320s Selecting previously unselected package node-globals. 320s Preparing to unpack .../101-node-globals_13.23.0-1_all.deb ... 320s Unpacking node-globals (13.23.0-1) ... 320s Selecting previously unselected package node-resolve-from. 320s Preparing to unpack .../102-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ... 320s Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... 320s Selecting previously unselected package node-imurmurhash. 320s Preparing to unpack .../103-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ... 320s Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... 320s Selecting previously unselected package node-ignore. 320s Preparing to unpack .../104-node-ignore_5.2.1-1_all.deb ... 320s Unpacking node-ignore (5.2.1-1) ... 320s Selecting previously unselected package node-prelude-ls. 320s Preparing to unpack .../105-node-prelude-ls_1.2.1+dfsg-3_all.deb ... 320s Unpacking node-prelude-ls (1.2.1+dfsg-3) ... 320s Selecting previously unselected package node-type-check. 320s Preparing to unpack .../106-node-type-check_0.4.0+dfsg-3_all.deb ... 320s Unpacking node-type-check (0.4.0+dfsg-3) ... 320s Selecting previously unselected package node-levn. 320s Preparing to unpack .../107-node-levn_0.4.1+dfsg-2_all.deb ... 320s Unpacking node-levn (0.4.1+dfsg-2) ... 320s Selecting previously unselected package node-lodash. 320s Preparing to unpack .../108-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... 320s Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 320s Selecting previously unselected package node-memfs. 320s Preparing to unpack .../109-node-memfs_3.4.12+~cs1.0.3-1_all.deb ... 320s Unpacking node-memfs (3.4.12+~cs1.0.3-1) ... 320s Selecting previously unselected package node-mkdirp. 320s Preparing to unpack .../110-node-mkdirp_2.1.6+~cs5.2.1-2_all.deb ... 320s Unpacking node-mkdirp (2.1.6+~cs5.2.1-2) ... 320s Selecting previously unselected package node-deep-is. 320s Preparing to unpack .../111-node-deep-is_0.1.4-1_all.deb ... 320s Unpacking node-deep-is (0.1.4-1) ... 320s Selecting previously unselected package node-fast-levenshtein. 320s Preparing to unpack .../112-node-fast-levenshtein_2.0.6+ds-3_all.deb ... 320s Unpacking node-fast-levenshtein (2.0.6+ds-3) ... 320s Selecting previously unselected package node-optionator. 320s Preparing to unpack .../113-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ... 320s Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... 320s Selecting previously unselected package node-progress. 320s Preparing to unpack .../114-node-progress_2.0.3-2_all.deb ... 320s Unpacking node-progress (2.0.3-2) ... 320s Selecting previously unselected package libjs-regenerate. 320s Preparing to unpack .../115-libjs-regenerate_1.4.2-3_all.deb ... 320s Unpacking libjs-regenerate (1.4.2-3) ... 320s Selecting previously unselected package node-regenerate. 320s Preparing to unpack .../116-node-regenerate_1.4.2-3_all.deb ... 320s Unpacking node-regenerate (1.4.2-3) ... 320s Selecting previously unselected package node-regenerate-unicode-properties. 320s Preparing to unpack .../117-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ... 320s Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ... 320s Selecting previously unselected package node-regexpp. 320s Preparing to unpack .../118-node-regexpp_3.2.0-5_all.deb ... 320s Unpacking node-regexpp (3.2.0-5) ... 320s Selecting previously unselected package node-lru-cache. 320s Preparing to unpack .../119-node-lru-cache_10.0.1-3_all.deb ... 320s Unpacking node-lru-cache (10.0.1-3) ... 320s Selecting previously unselected package node-semver. 320s Preparing to unpack .../120-node-semver_7.6.1+~7.5.8-2_all.deb ... 320s Unpacking node-semver (7.6.1+~7.5.8-2) ... 320s Selecting previously unselected package node-strip-json-comments. 320s Preparing to unpack .../121-node-strip-json-comments_4.0.0-4_all.deb ... 320s Unpacking node-strip-json-comments (4.0.0-4) ... 320s Selecting previously unselected package node-json-schema. 320s Preparing to unpack .../122-node-json-schema_0.4.0+~7.0.11-1_all.deb ... 320s Unpacking node-json-schema (0.4.0+~7.0.11-1) ... 320s Selecting previously unselected package node-v8-compile-cache. 320s Preparing to unpack .../123-node-v8-compile-cache_2.4.0-2_all.deb ... 320s Unpacking node-v8-compile-cache (2.4.0-2) ... 320s Selecting previously unselected package eslint. 320s Preparing to unpack .../124-eslint_6.4.0~dfsg+~6.1.9-12_all.deb ... 320s Unpacking eslint (6.4.0~dfsg+~6.1.9-12) ... 320s Selecting previously unselected package liberror-perl. 320s Preparing to unpack .../125-liberror-perl_0.17029-2_all.deb ... 320s Unpacking liberror-perl (0.17029-2) ... 320s Selecting previously unselected package git-man. 320s Preparing to unpack .../126-git-man_1%3a2.48.1-0ubuntu1_all.deb ... 320s Unpacking git-man (1:2.48.1-0ubuntu1) ... 320s Selecting previously unselected package git. 320s Preparing to unpack .../127-git_1%3a2.48.1-0ubuntu1_s390x.deb ... 320s Unpacking git (1:2.48.1-0ubuntu1) ... 320s Selecting previously unselected package python3-packaging. 320s Preparing to unpack .../128-python3-packaging_24.2-1_all.deb ... 320s Unpacking python3-packaging (24.2-1) ... 320s Selecting previously unselected package gyp. 320s Preparing to unpack .../129-gyp_0.16.2-2_all.deb ... 320s Unpacking gyp (0.16.2-2) ... 321s Selecting previously unselected package node-neo-async. 321s Preparing to unpack .../130-node-neo-async_2.6.2+~cs3.0.0-3_all.deb ... 321s Unpacking node-neo-async (2.6.2+~cs3.0.0-3) ... 321s Selecting previously unselected package node-arrify. 321s Preparing to unpack .../131-node-arrify_2.0.1-3_all.deb ... 321s Unpacking node-arrify (2.0.1-3) ... 321s Selecting previously unselected package node-is-plain-obj. 321s Preparing to unpack .../132-node-is-plain-obj_3.0.0-2_all.deb ... 321s Unpacking node-is-plain-obj (3.0.0-2) ... 321s Selecting previously unselected package node-is-buffer. 321s Preparing to unpack .../133-node-is-buffer_2.0.5-2_all.deb ... 321s Unpacking node-is-buffer (2.0.5-2) ... 321s Selecting previously unselected package node-kind-of. 321s Preparing to unpack .../134-node-kind-of_6.0.3+dfsg-2_all.deb ... 321s Unpacking node-kind-of (6.0.3+dfsg-2) ... 321s Selecting previously unselected package node-minimist. 321s Preparing to unpack .../135-node-minimist_1.2.8+~cs5.3.5-1_all.deb ... 321s Unpacking node-minimist (1.2.8+~cs5.3.5-1) ... 321s Selecting previously unselected package node-wordwrap. 321s Preparing to unpack .../136-node-wordwrap_1.0.0-4_all.deb ... 321s Unpacking node-wordwrap (1.0.0-4) ... 321s Selecting previously unselected package node-optimist. 321s Preparing to unpack .../137-node-optimist_0.6.1+~0.0.30-2_all.deb ... 321s Unpacking node-optimist (0.6.1+~0.0.30-2) ... 321s Selecting previously unselected package libjs-source-map. 321s Preparing to unpack .../138-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... 321s Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 321s Selecting previously unselected package node-source-map. 321s Preparing to unpack .../139-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... 321s Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 321s Selecting previously unselected package handlebars. 321s Preparing to unpack .../140-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ... 321s Unpacking handlebars (3:4.7.7+~4.1.0-1) ... 321s Selecting previously unselected package libclang-cpp19. 321s Preparing to unpack .../141-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 321s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 321s Selecting previously unselected package libjs-async. 321s Preparing to unpack .../142-libjs-async_0.8.0-6_all.deb ... 321s Unpacking libjs-async (0.8.0-6) ... 321s Selecting previously unselected package libjs-events. 321s Preparing to unpack .../143-libjs-events_3.3.0+~3.0.0-3_all.deb ... 321s Unpacking libjs-events (3.3.0+~3.0.0-3) ... 321s Selecting previously unselected package libjs-is-typedarray. 321s Preparing to unpack .../144-libjs-is-typedarray_1.0.0-4_all.deb ... 321s Unpacking libjs-is-typedarray (1.0.0-4) ... 321s Selecting previously unselected package libjs-prettify. 321s Preparing to unpack .../145-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ... 321s Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ... 321s Selecting previously unselected package libjs-sprintf-js. 321s Preparing to unpack .../146-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... 321s Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 321s Selecting previously unselected package libjs-typedarray-to-buffer. 321s Preparing to unpack .../147-libjs-typedarray-to-buffer_4.0.0-2_all.deb ... 321s Unpacking libjs-typedarray-to-buffer (4.0.0-2) ... 321s Selecting previously unselected package node-lodash-packages. 321s Preparing to unpack .../148-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... 321s Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 321s Selecting previously unselected package node-function-bind. 321s Preparing to unpack .../149-node-function-bind_1.1.2+~cs2.1.14-1_all.deb ... 321s Unpacking node-function-bind (1.1.2+~cs2.1.14-1) ... 321s Selecting previously unselected package node-object-inspect. 321s Preparing to unpack .../150-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ... 321s Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ... 321s Selecting previously unselected package node-es-abstract. 321s Preparing to unpack .../151-node-es-abstract_1.20.4+~cs26.27.47-2_all.deb ... 321s Unpacking node-es-abstract (1.20.4+~cs26.27.47-2) ... 322s Selecting previously unselected package node-resolve. 322s Preparing to unpack .../152-node-resolve_1.22.8+~cs5.34.15-2_all.deb ... 322s Unpacking node-resolve (1.22.8+~cs5.34.15-2) ... 322s Selecting previously unselected package node-define-properties. 322s Preparing to unpack .../153-node-define-properties_1.2.1+~cs2.2.3-1_all.deb ... 322s Unpacking node-define-properties (1.2.1+~cs2.2.3-1) ... 322s Selecting previously unselected package node-debbundle-es-to-primitive. 322s Preparing to unpack .../154-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ... 322s Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... 322s Selecting previously unselected package node-isobject. 322s Preparing to unpack .../155-node-isobject_4.0.0-2_all.deb ... 322s Unpacking node-isobject (4.0.0-2) ... 322s Selecting previously unselected package node-is-descriptor. 322s Preparing to unpack .../156-node-is-descriptor_3.0.0-2_all.deb ... 322s Unpacking node-is-descriptor (3.0.0-2) ... 322s Selecting previously unselected package node-define-property. 322s Preparing to unpack .../157-node-define-property_2.0.2+really+2.0.2-3_all.deb ... 322s Unpacking node-define-property (2.0.2+really+2.0.2-3) ... 322s Selecting previously unselected package node-defined. 322s Preparing to unpack .../158-node-defined_1.0.1+~1.0.0-1_all.deb ... 322s Unpacking node-defined (1.0.1+~1.0.0-1) ... 322s Selecting previously unselected package node-abbrev. 322s Preparing to unpack .../159-node-abbrev_1.1.1+~1.1.2-1_all.deb ... 322s Unpacking node-abbrev (1.1.1+~1.1.2-1) ... 322s Selecting previously unselected package node-archy. 322s Preparing to unpack .../160-node-archy_1.0.0-6_all.deb ... 322s Unpacking node-archy (1.0.0-6) ... 322s Selecting previously unselected package node-async. 322s Preparing to unpack .../161-node-async_0.8.0-6_all.deb ... 322s Unpacking node-async (0.8.0-6) ... 322s Selecting previously unselected package node-convert-source-map. 322s Preparing to unpack .../162-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ... 322s Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ... 322s Selecting previously unselected package node-decamelize. 322s Preparing to unpack .../163-node-decamelize_4.0.0-2_all.deb ... 322s Unpacking node-decamelize (4.0.0-2) ... 322s Selecting previously unselected package node-es6-error. 322s Preparing to unpack .../164-node-es6-error_4.1.1-5_all.deb ... 322s Unpacking node-es6-error (4.1.1-5) ... 322s Selecting previously unselected package node-esprima. 322s Preparing to unpack .../165-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ... 322s Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ... 322s Selecting previously unselected package node-escodegen. 322s Preparing to unpack .../166-node-escodegen_2.1.0+dfsg+~0.0.8-1_all.deb ... 322s Unpacking node-escodegen (2.1.0+dfsg+~0.0.8-1) ... 322s Selecting previously unselected package node-commondir. 322s Preparing to unpack .../167-node-commondir_1.0.1+~1.0.0-1_all.deb ... 322s Unpacking node-commondir (1.0.1+~1.0.0-1) ... 322s Selecting previously unselected package node-is-number. 322s Preparing to unpack .../168-node-is-number_7.0.0-4_all.deb ... 322s Unpacking node-is-number (7.0.0-4) ... 322s Selecting previously unselected package node-repeat-string. 322s Preparing to unpack .../169-node-repeat-string_1.6.1+repack-1_all.deb ... 322s Unpacking node-repeat-string (1.6.1+repack-1) ... 322s Selecting previously unselected package node-to-regex-range. 322s Preparing to unpack .../170-node-to-regex-range_5.0.1-4_all.deb ... 322s Unpacking node-to-regex-range (5.0.1-4) ... 322s Selecting previously unselected package node-fill-range. 322s Preparing to unpack .../171-node-fill-range_7.1.1+~7.0.3-1_all.deb ... 322s Unpacking node-fill-range (7.1.1+~7.0.3-1) ... 322s Selecting previously unselected package node-braces. 322s Preparing to unpack .../172-node-braces_3.0.3+~3.0.4-1_all.deb ... 322s Unpacking node-braces (3.0.3+~3.0.4-1) ... 322s Selecting previously unselected package node-normalize-path. 322s Preparing to unpack .../173-node-normalize-path_3.0.0+~3.0.0-1_all.deb ... 322s Unpacking node-normalize-path (3.0.0+~3.0.0-1) ... 322s Selecting previously unselected package node-anymatch. 322s Preparing to unpack .../174-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ... 322s Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ... 322s Selecting previously unselected package node-micromatch. 322s Preparing to unpack .../175-node-micromatch_4.0.7+~4.0.9-1_all.deb ... 322s Unpacking node-micromatch (4.0.7+~4.0.9-1) ... 322s Selecting previously unselected package node-pify. 322s Preparing to unpack .../176-node-pify_5.0.0+~cs5.0.1-1_all.deb ... 322s Unpacking node-pify (5.0.0+~cs5.0.1-1) ... 322s Selecting previously unselected package node-path-type. 322s Preparing to unpack .../177-node-path-type_4.0.0-3_all.deb ... 322s Unpacking node-path-type (4.0.0-3) ... 322s Selecting previously unselected package node-n3. 322s Preparing to unpack .../178-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ... 322s Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... 322s Selecting previously unselected package node-slash. 322s Preparing to unpack .../179-node-slash_4.0.0-3_all.deb ... 322s Unpacking node-slash (4.0.0-3) ... 322s Selecting previously unselected package node-globby. 322s Preparing to unpack .../180-node-globby_13.1.3+~cs16.25.40-3_all.deb ... 322s Unpacking node-globby (13.1.3+~cs16.25.40-3) ... 322s Selecting previously unselected package node-graceful-fs. 322s Preparing to unpack .../181-node-graceful-fs_4.2.10-1_all.deb ... 322s Unpacking node-graceful-fs (4.2.10-1) ... 322s Selecting previously unselected package node-is-path-cwd. 322s Preparing to unpack .../182-node-is-path-cwd_2.2.0-2_all.deb ... 322s Unpacking node-is-path-cwd (2.2.0-2) ... 322s Selecting previously unselected package node-path-is-inside. 322s Preparing to unpack .../183-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ... 322s Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ... 322s Selecting previously unselected package node-is-path-inside. 322s Preparing to unpack .../184-node-is-path-inside_3.0.3-2_all.deb ... 322s Unpacking node-is-path-inside (3.0.3-2) ... 322s Selecting previously unselected package node-escape-string-regexp. 322s Preparing to unpack .../185-node-escape-string-regexp_4.0.0-2_all.deb ... 322s Unpacking node-escape-string-regexp (4.0.0-2) ... 322s Selecting previously unselected package node-indent-string. 322s Preparing to unpack .../186-node-indent-string_4.0.0-2_all.deb ... 322s Unpacking node-indent-string (4.0.0-2) ... 322s Selecting previously unselected package node-p-map. 322s Preparing to unpack .../187-node-p-map_4.0.0+~3.1.0+~3.0.1-2_all.deb ... 322s Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-2) ... 322s Selecting previously unselected package node-del. 322s Preparing to unpack .../188-node-del_7.1.0-1_all.deb ... 322s Unpacking node-del (7.1.0-1) ... 322s Selecting previously unselected package node-make-dir. 322s Preparing to unpack .../189-node-make-dir_3.1.0-3_all.deb ... 322s Unpacking node-make-dir (3.1.0-3) ... 322s Selecting previously unselected package node-p-limit. 322s Preparing to unpack .../190-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ... 322s Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ... 322s Selecting previously unselected package node-p-locate. 322s Preparing to unpack .../191-node-p-locate_6.0.0-12_all.deb ... 322s Unpacking node-p-locate (6.0.0-12) ... 322s Selecting previously unselected package node-locate-path. 322s Preparing to unpack .../192-node-locate-path_7.1.1-2_all.deb ... 322s Unpacking node-locate-path (7.1.1-2) ... 322s Selecting previously unselected package node-path-exists. 322s Preparing to unpack .../193-node-path-exists_5.0.0-8_all.deb ... 322s Unpacking node-path-exists (5.0.0-8) ... 322s Selecting previously unselected package node-find-up. 322s Preparing to unpack .../194-node-find-up_6.3.0-7_all.deb ... 322s Unpacking node-find-up (6.3.0-7) ... 322s Selecting previously unselected package node-pkg-dir. 322s Preparing to unpack .../195-node-pkg-dir_5.0.0-2_all.deb ... 322s Unpacking node-pkg-dir (5.0.0-2) ... 322s Selecting previously unselected package node-find-cache-dir. 322s Preparing to unpack .../196-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ... 322s Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ... 322s Selecting previously unselected package node-signal-exit. 322s Preparing to unpack .../197-node-signal-exit_4.1.0-7_all.deb ... 322s Unpacking node-signal-exit (4.1.0-7) ... 322s Selecting previously unselected package node-foreground-child. 322s Preparing to unpack .../198-node-foreground-child_3.1.1-2_all.deb ... 322s Unpacking node-foreground-child (3.1.1-2) ... 322s Selecting previously unselected package node-is-stream. 322s Preparing to unpack .../199-node-is-stream_3.0.0-4_all.deb ... 322s Unpacking node-is-stream (3.0.0-4) ... 322s Selecting previously unselected package node-is-windows. 322s Preparing to unpack .../200-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ... 322s Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ... 322s Selecting previously unselected package node-ampproject-remapping. 322s Preparing to unpack .../201-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ... 322s Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... 322s Selecting previously unselected package node-sprintf-js. 322s Preparing to unpack .../202-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... 322s Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 322s Selecting previously unselected package node-argparse. 322s Preparing to unpack .../203-node-argparse_2.0.1-2_all.deb ... 322s Unpacking node-argparse (2.0.1-2) ... 322s Selecting previously unselected package node-js-yaml. 322s Preparing to unpack .../204-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ... 322s Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... 322s Selecting previously unselected package node-nopt. 322s Preparing to unpack .../205-node-nopt_5.0.0-4_all.deb ... 322s Unpacking node-nopt (5.0.0-4) ... 322s Selecting previously unselected package node-npm-run-path. 322s Preparing to unpack .../206-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ... 322s Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ... 322s Selecting previously unselected package node-shebang-regex. 322s Preparing to unpack .../207-node-shebang-regex_3.0.0-2_all.deb ... 322s Unpacking node-shebang-regex (3.0.0-2) ... 322s Selecting previously unselected package node-shebang-command. 322s Preparing to unpack .../208-node-shebang-command_2.0.0-1_all.deb ... 322s Unpacking node-shebang-command (2.0.0-1) ... 322s Selecting previously unselected package node-strip-bom. 322s Preparing to unpack .../209-node-strip-bom_4.0.0-2_all.deb ... 322s Unpacking node-strip-bom (4.0.0-2) ... 322s Selecting previously unselected package node-has-flag. 322s Preparing to unpack .../210-node-has-flag_5.0.1-1_all.deb ... 322s Unpacking node-has-flag (5.0.1-1) ... 322s Selecting previously unselected package node-supports-color. 322s Preparing to unpack .../211-node-supports-color_8.1.1+~8.1.1-1_all.deb ... 322s Unpacking node-supports-color (8.1.1+~8.1.1-1) ... 322s Selecting previously unselected package node-util. 322s Preparing to unpack .../212-node-util_0.12.5+~1.0.10-1_all.deb ... 322s Unpacking node-util (0.12.5+~1.0.10-1) ... 322s Selecting previously unselected package node-assert. 322s Preparing to unpack .../213-node-assert_2.0.0+~cs3.9.8-2_all.deb ... 322s Unpacking node-assert (2.0.0+~cs3.9.8-2) ... 322s Selecting previously unselected package node-babel-plugin-add-module-exports. 322s Preparing to unpack .../214-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ... 322s Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... 322s Selecting previously unselected package node-regenerator-runtime. 322s Preparing to unpack .../215-node-regenerator-runtime_0.15.2+~0.10.8-1_all.deb ... 322s Unpacking node-regenerator-runtime (0.15.2+~0.10.8-1) ... 322s Selecting previously unselected package node-babel7-runtime. 322s Preparing to unpack .../216-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7_all.deb ... 322s Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ... 322s Selecting previously unselected package node-babel-helper-define-polyfill-provider. 322s Preparing to unpack .../217-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ... 322s Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... 322s Selecting previously unselected package node-babel-plugin-polyfill-corejs2. 322s Preparing to unpack .../218-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ... 322s Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... 322s Selecting previously unselected package node-caniuse-lite. 322s Preparing to unpack .../219-node-caniuse-lite_1.0.30001692+dfsg+~1.0.5-1_all.deb ... 322s Unpacking node-caniuse-lite (1.0.30001692+dfsg+~1.0.5-1) ... 323s Selecting previously unselected package node-electron-to-chromium. 323s Preparing to unpack .../220-node-electron-to-chromium_1.5.80-1_all.deb ... 323s Unpacking node-electron-to-chromium (1.5.80-1) ... 323s Selecting previously unselected package node-picocolors. 323s Preparing to unpack .../221-node-picocolors_1.0.0-4_all.deb ... 323s Unpacking node-picocolors (1.0.0-4) ... 323s Selecting previously unselected package node-browserslist. 323s Preparing to unpack .../222-node-browserslist_4.24.4+~cs6.3.21-1_all.deb ... 323s Unpacking node-browserslist (4.24.4+~cs6.3.21-1) ... 323s Selecting previously unselected package node-core-js-compat. 323s Preparing to unpack .../223-node-core-js-compat_3.33.2-1build2_all.deb ... 323s Unpacking node-core-js-compat (3.33.2-1build2) ... 323s Selecting previously unselected package node-babel-plugin-polyfill-corejs3. 323s Preparing to unpack .../224-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ... 323s Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... 323s Selecting previously unselected package node-babel-plugin-polyfill-regenerator. 323s Preparing to unpack .../225-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ... 323s Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... 323s Selecting previously unselected package node-color-name. 323s Preparing to unpack .../226-node-color-name_1.1.4+~1.1.1-2_all.deb ... 323s Unpacking node-color-name (1.1.4+~1.1.1-2) ... 323s Selecting previously unselected package node-color-convert. 323s Preparing to unpack .../227-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ... 323s Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ... 323s Selecting previously unselected package node-ansi-styles. 323s Preparing to unpack .../228-node-ansi-styles_6.2.1-3_all.deb ... 323s Unpacking node-ansi-styles (6.2.1-3) ... 323s Selecting previously unselected package node-chalk. 323s Preparing to unpack .../229-node-chalk_5.3.0-1build1_all.deb ... 323s Unpacking node-chalk (5.3.0-1build1) ... 323s Selecting previously unselected package node-for-in. 323s Preparing to unpack .../230-node-for-in_1.0.2-4_all.deb ... 323s Unpacking node-for-in (1.0.2-4) ... 323s Selecting previously unselected package node-for-own. 323s Preparing to unpack .../231-node-for-own_1.0.0-3_all.deb ... 323s Unpacking node-for-own (1.0.0-3) ... 323s Selecting previously unselected package node-is-plain-object. 323s Preparing to unpack .../232-node-is-plain-object_5.0.0-7_all.deb ... 323s Unpacking node-is-plain-object (5.0.0-7) ... 323s Selecting previously unselected package node-is-extendable. 323s Preparing to unpack .../233-node-is-extendable_1.0.1-3_all.deb ... 323s Unpacking node-is-extendable (1.0.1-3) ... 323s Selecting previously unselected package node-clone-deep. 323s Preparing to unpack .../234-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ... 323s Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ... 323s Selecting previously unselected package node-commander. 323s Preparing to unpack .../235-node-commander_9.4.1-1_all.deb ... 323s Unpacking node-commander (9.4.1-1) ... 323s Selecting previously unselected package node-core-js. 323s Preparing to unpack .../236-node-core-js_3.33.2-1build2_all.deb ... 323s Unpacking node-core-js (3.33.2-1build2) ... 323s Selecting previously unselected package node-core-js-pure. 323s Preparing to unpack .../237-node-core-js-pure_3.33.2-1build2_all.deb ... 323s Unpacking node-core-js-pure (3.33.2-1build2) ... 323s Selecting previously unselected package node-fs-readdir-recursive. 323s Preparing to unpack .../238-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ... 323s Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... 323s Selecting previously unselected package node-js-tokens. 323s Preparing to unpack .../239-node-js-tokens_8.0.0-2_all.deb ... 323s Unpacking node-js-tokens (8.0.0-2) ... 323s Selecting previously unselected package node-jsesc. 323s Preparing to unpack .../240-node-jsesc_3.0.2+~3.0.1-1_all.deb ... 323s Unpacking node-jsesc (3.0.2+~3.0.1-1) ... 323s Selecting previously unselected package node-json5. 323s Preparing to unpack .../241-node-json5_2.2.3+dfsg-1build1_all.deb ... 323s Unpacking node-json5 (2.2.3+dfsg-1build1) ... 323s Selecting previously unselected package node-quick-lru. 323s Preparing to unpack .../242-node-quick-lru_6.1.1-4_all.deb ... 323s Unpacking node-quick-lru (6.1.1-4) ... 323s Selecting previously unselected package node-regenerator-transform. 323s Preparing to unpack .../243-node-regenerator-transform_0.15.2+~0.10.8-1_all.deb ... 323s Unpacking node-regenerator-transform (0.15.2+~0.10.8-1) ... 323s Selecting previously unselected package node-regjsgen. 323s Preparing to unpack .../244-node-regjsgen_0.7.1+ds-1_all.deb ... 323s Unpacking node-regjsgen (0.7.1+ds-1) ... 323s Selecting previously unselected package node-regjsparser. 323s Preparing to unpack .../245-node-regjsparser_0.9.1+ds-2_all.deb ... 323s Unpacking node-regjsparser (0.9.1+ds-2) ... 323s Selecting previously unselected package node-unicode-canonical-property-names-ecmascript. 323s Preparing to unpack .../246-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ... 323s Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... 323s Selecting previously unselected package node-unicode-property-aliases-ecmascript. 323s Preparing to unpack .../247-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ... 323s Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... 323s Selecting previously unselected package node-unicode-match-property-ecmascript. 323s Preparing to unpack .../248-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ... 323s Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ... 323s Selecting previously unselected package node-unicode-match-property-value-ecmascript. 323s Preparing to unpack .../249-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ... 323s Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... 323s Selecting previously unselected package node-regexpu-core. 323s Preparing to unpack .../250-node-regexpu-core_5.2.2-3_all.deb ... 323s Unpacking node-regexpu-core (5.2.2-3) ... 323s Selecting previously unselected package node-source-map-support. 323s Preparing to unpack .../251-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ... 323s Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ... 323s Selecting previously unselected package node-to-fast-properties. 323s Preparing to unpack .../252-node-to-fast-properties_3.0.1-3_all.deb ... 323s Unpacking node-to-fast-properties (3.0.1-3) ... 323s Selecting previously unselected package node-v8flags. 323s Preparing to unpack .../253-node-v8flags_3.2.0+~3.1.1-1_all.deb ... 323s Unpacking node-v8flags (3.2.0+~3.1.1-1) ... 323s Selecting previously unselected package node-babel7. 323s Preparing to unpack .../254-node-babel7_7.20.15+ds1+~cs214.269.168-7_all.deb ... 323s Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-7) ... 323s Selecting previously unselected package node-is-arrayish. 323s Preparing to unpack .../255-node-is-arrayish_0.3.2-3_all.deb ... 323s Unpacking node-is-arrayish (0.3.2-3) ... 323s Selecting previously unselected package node-error-ex. 323s Preparing to unpack .../256-node-error-ex_1.3.2-4_all.deb ... 323s Unpacking node-error-ex (1.3.2-4) ... 323s Selecting previously unselected package node-json-parse-better-errors. 323s Preparing to unpack .../257-node-json-parse-better-errors_1.0.2+~cs3.3.1-3_all.deb ... 323s Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ... 323s Selecting previously unselected package node-parse-json. 323s Preparing to unpack .../258-node-parse-json_5.2.0+~cs5.1.7-2_all.deb ... 323s Unpacking node-parse-json (5.2.0+~cs5.1.7-2) ... 323s Selecting previously unselected package node-hosted-git-info. 323s Preparing to unpack .../259-node-hosted-git-info_6.1.1-2_all.deb ... 323s Unpacking node-hosted-git-info (6.1.1-2) ... 324s Selecting previously unselected package node-spdx-license-ids. 324s Preparing to unpack .../260-node-spdx-license-ids_3.0.12-1_all.deb ... 324s Unpacking node-spdx-license-ids (3.0.12-1) ... 324s Selecting previously unselected package node-spdx-exceptions. 324s Preparing to unpack .../261-node-spdx-exceptions_2.3.0-2_all.deb ... 324s Unpacking node-spdx-exceptions (2.3.0-2) ... 324s Selecting previously unselected package node-spdx-expression-parse. 324s Preparing to unpack .../262-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ... 324s Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ... 324s Selecting previously unselected package node-spdx-correct. 324s Preparing to unpack .../263-node-spdx-correct_3.1.1-2_all.deb ... 324s Unpacking node-spdx-correct (3.1.1-2) ... 324s Selecting previously unselected package node-validate-npm-package-license. 324s Preparing to unpack .../264-node-validate-npm-package-license_3.0.4-2_all.deb ... 324s Unpacking node-validate-npm-package-license (3.0.4-2) ... 324s Selecting previously unselected package node-normalize-package-data. 324s Preparing to unpack .../265-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ... 324s Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ... 324s Selecting previously unselected package node-read-pkg. 324s Preparing to unpack .../266-node-read-pkg_5.2.0-2_all.deb ... 324s Unpacking node-read-pkg (5.2.0-2) ... 324s Selecting previously unselected package node-uuid. 324s Preparing to unpack .../267-node-uuid_8.3.2+~8.3.4-1_all.deb ... 324s Unpacking node-uuid (8.3.2+~8.3.4-1) ... 324s Selecting previously unselected package node-isexe. 324s Preparing to unpack .../268-node-isexe_2.0.0+~2.0.1-5_all.deb ... 324s Unpacking node-isexe (2.0.0+~2.0.1-5) ... 324s Selecting previously unselected package node-which. 324s Preparing to unpack .../269-node-which_2.0.2+~cs1.3.2-3_all.deb ... 324s Unpacking node-which (2.0.2+~cs1.3.2-3) ... 324s Selecting previously unselected package node-is-typedarray. 324s Preparing to unpack .../270-node-is-typedarray_1.0.0-4_all.deb ... 324s Unpacking node-is-typedarray (1.0.0-4) ... 324s Selecting previously unselected package node-typedarray-to-buffer. 324s Preparing to unpack .../271-node-typedarray-to-buffer_4.0.0-2_all.deb ... 324s Unpacking node-typedarray-to-buffer (4.0.0-2) ... 324s Selecting previously unselected package node-write-file-atomic. 324s Preparing to unpack .../272-node-write-file-atomic_4.0.2+~4.0.0-2_all.deb ... 324s Unpacking node-write-file-atomic (4.0.2+~4.0.0-2) ... 324s Selecting previously unselected package node-slice-ansi. 324s Preparing to unpack .../273-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ... 324s Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ... 324s Selecting previously unselected package node-ansi-regex. 324s Preparing to unpack .../274-node-ansi-regex_5.0.1-1_all.deb ... 324s Unpacking node-ansi-regex (5.0.1-1) ... 324s Selecting previously unselected package node-strip-ansi. 324s Preparing to unpack .../275-node-strip-ansi_6.0.1-2_all.deb ... 324s Unpacking node-strip-ansi (6.0.1-2) ... 324s Selecting previously unselected package node-clone. 324s Preparing to unpack .../276-node-clone_2.1.2+~2.1.2-1_all.deb ... 324s Unpacking node-clone (2.1.2+~2.1.2-1) ... 324s Selecting previously unselected package node-defaults. 324s Preparing to unpack .../277-node-defaults_1.0.4+~1.0.3-1_all.deb ... 324s Unpacking node-defaults (1.0.4+~1.0.3-1) ... 324s Selecting previously unselected package node-wcwidth.js. 324s Preparing to unpack .../278-node-wcwidth.js_1.0.2-2_all.deb ... 324s Unpacking node-wcwidth.js (1.0.2-2) ... 324s Selecting previously unselected package node-string-width. 324s Preparing to unpack .../279-node-string-width_4.2.3+~cs13.2.3-1_all.deb ... 324s Unpacking node-string-width (4.2.3+~cs13.2.3-1) ... 324s Selecting previously unselected package node-wrap-ansi. 324s Preparing to unpack .../280-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ... 324s Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ... 324s Selecting previously unselected package node-cliui. 324s Preparing to unpack .../281-node-cliui_7.0.4+repack+1+~cs1.4.2-2_all.deb ... 324s Unpacking node-cliui (7.0.4+repack+1+~cs1.4.2-2) ... 324s Selecting previously unselected package node-get-caller-file. 324s Preparing to unpack .../282-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ... 324s Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ... 324s Selecting previously unselected package node-require-directory. 324s Preparing to unpack .../283-node-require-directory_2.1.1+~2.1.2-1_all.deb ... 324s Unpacking node-require-directory (2.1.1+~2.1.2-1) ... 324s Selecting previously unselected package node-y18n. 324s Preparing to unpack .../284-node-y18n_5.0.8+~5.0.0-3_all.deb ... 324s Unpacking node-y18n (5.0.8+~5.0.0-3) ... 324s Selecting previously unselected package node-camelcase. 324s Preparing to unpack .../285-node-camelcase_7.0.0-3_all.deb ... 324s Unpacking node-camelcase (7.0.0-3) ... 324s Selecting previously unselected package node-yargs-parser. 324s Preparing to unpack .../286-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ... 324s Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ... 324s Selecting previously unselected package node-yargs. 324s Preparing to unpack .../287-node-yargs_16.2.0+~16.0.4-7_all.deb ... 324s Unpacking node-yargs (16.2.0+~16.0.4-7) ... 324s Selecting previously unselected package node-istanbul. 324s Preparing to unpack .../288-node-istanbul_0.4.5+repack10+~cs98.25.59-2_all.deb ... 324s Unpacking node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... 324s Selecting previously unselected package node-through. 324s Preparing to unpack .../289-node-through_2.3.8+~cs0.0.30-1_all.deb ... 324s Unpacking node-through (2.3.8+~cs0.0.30-1) ... 324s Selecting previously unselected package node-resumer. 324s Preparing to unpack .../290-node-resumer_0.0.0-6_all.deb ... 324s Unpacking node-resumer (0.0.0-6) ... 324s Selecting previously unselected package node-tape. 324s Preparing to unpack .../291-node-tape_5.6.1+~cs8.20.19-2_all.deb ... 324s Unpacking node-tape (5.6.1+~cs8.20.19-2) ... 324s Selecting previously unselected package node-deep-equal. 324s Preparing to unpack .../292-node-deep-equal_2.2.3+~cs43.15.94-1_all.deb ... 324s Unpacking node-deep-equal (2.2.3+~cs43.15.94-1) ... 324s Selecting previously unselected package libjs-util. 324s Preparing to unpack .../293-libjs-util_0.12.5+~1.0.10-1_all.deb ... 324s Unpacking libjs-util (0.12.5+~1.0.10-1) ... 324s Selecting previously unselected package liblldb-19. 324s Preparing to unpack .../294-liblldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 324s Unpacking liblldb-19 (1:19.1.7-1ubuntu1) ... 324s Selecting previously unselected package libltdl7:s390x. 324s Preparing to unpack .../295-libltdl7_2.5.4-3build1_s390x.deb ... 324s Unpacking libltdl7:s390x (2.5.4-3build1) ... 324s Selecting previously unselected package libssl-dev:s390x. 324s Preparing to unpack .../296-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 324s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 324s Selecting previously unselected package libuv1-dev:s390x. 324s Preparing to unpack .../297-libuv1-dev_1.48.0-7_s390x.deb ... 324s Unpacking libuv1-dev:s390x (1.48.0-7) ... 324s Selecting previously unselected package libnode-dev. 324s Preparing to unpack .../298-libnode-dev_20.18.1+dfsg-1ubuntu1_s390x.deb ... 324s Unpacking libnode-dev (20.18.1+dfsg-1ubuntu1) ... 324s Selecting previously unselected package libodbc2:s390x. 324s Preparing to unpack .../299-libodbc2_2.3.12-2ubuntu1_s390x.deb ... 324s Unpacking libodbc2:s390x (2.3.12-2ubuntu1) ... 324s Selecting previously unselected package unixodbc-common. 324s Preparing to unpack .../300-unixodbc-common_2.3.12-2ubuntu1_all.deb ... 324s Unpacking unixodbc-common (2.3.12-2ubuntu1) ... 324s Selecting previously unselected package libodbcinst2:s390x. 324s Preparing to unpack .../301-libodbcinst2_2.3.12-2ubuntu1_s390x.deb ... 324s Unpacking libodbcinst2:s390x (2.3.12-2ubuntu1) ... 324s Selecting previously unselected package libpq5:s390x. 324s Preparing to unpack .../302-libpq5_17.2-1build2_s390x.deb ... 324s Unpacking libpq5:s390x (17.2-1build2) ... 324s Selecting previously unselected package libxslt1.1:s390x. 324s Preparing to unpack .../303-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 324s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 324s Selecting previously unselected package python3-lldb-19. 324s Preparing to unpack .../304-python3-lldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 324s Unpacking python3-lldb-19 (1:19.1.7-1ubuntu1) ... 324s Selecting previously unselected package lldb-19. 324s Preparing to unpack .../305-lldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 324s Unpacking lldb-19 (1:19.1.7-1ubuntu1) ... 324s Selecting previously unselected package lldb:s390x. 324s Preparing to unpack .../306-lldb_1%3a19.0-63_s390x.deb ... 324s Unpacking lldb:s390x (1:19.0-63) ... 324s Selecting previously unselected package node-agent-base. 324s Preparing to unpack .../307-node-agent-base_7.1.1~0~2024040606-5_all.deb ... 324s Unpacking node-agent-base (7.1.1~0~2024040606-5) ... 324s Selecting previously unselected package node-ajv-keywords. 324s Preparing to unpack .../308-node-ajv-keywords_5.1.0-4_all.deb ... 324s Unpacking node-ajv-keywords (5.1.0-4) ... 324s Selecting previously unselected package node-ansi-escapes. 324s Preparing to unpack .../309-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ... 324s Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ... 324s Selecting previously unselected package node-aproba. 324s Preparing to unpack .../310-node-aproba_2.0.0-3_all.deb ... 324s Unpacking node-aproba (2.0.0-3) ... 324s Selecting previously unselected package node-delegates. 324s Preparing to unpack .../311-node-delegates_1.0.0-3_all.deb ... 324s Unpacking node-delegates (1.0.0-3) ... 324s Selecting previously unselected package node-are-we-there-yet. 324s Preparing to unpack .../312-node-are-we-there-yet_3.0.1+~1.1.0-1_all.deb ... 324s Unpacking node-are-we-there-yet (3.0.1+~1.1.0-1) ... 324s Selecting previously unselected package node-async-each. 324s Preparing to unpack .../313-node-async-each_1.0.3-3_all.deb ... 324s Unpacking node-async-each (1.0.3-3) ... 325s Selecting previously unselected package node-babel-plugin-lodash. 325s Preparing to unpack .../314-node-babel-plugin-lodash_3.3.4+~cs2.0.1-7_all.deb ... 325s Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... 325s Selecting previously unselected package node-base64-js. 325s Preparing to unpack .../315-node-base64-js_1.5.1+dfsg+~1.3.0-2_all.deb ... 325s Unpacking node-base64-js (1.5.1+dfsg+~1.3.0-2) ... 325s Selecting previously unselected package node-binary-extensions. 325s Preparing to unpack .../316-node-binary-extensions_2.2.0-2_all.deb ... 325s Unpacking node-binary-extensions (2.2.0-2) ... 325s Selecting previously unselected package node-builtins. 325s Preparing to unpack .../317-node-builtins_5.0.1-1_all.deb ... 325s Unpacking node-builtins (5.0.1-1) ... 325s Selecting previously unselected package node-chownr. 325s Preparing to unpack .../318-node-chownr_2.0.0-3_all.deb ... 325s Unpacking node-chownr (2.0.0-3) ... 325s Selecting previously unselected package node-iconv-lite. 325s Preparing to unpack .../319-node-iconv-lite_0.6.3-3_all.deb ... 325s Unpacking node-iconv-lite (0.6.3-3) ... 325s Selecting previously unselected package node-encoding. 325s Preparing to unpack .../320-node-encoding_0.1.13-2_all.deb ... 325s Unpacking node-encoding (0.1.13-2) ... 325s Selecting previously unselected package node-jsonparse. 325s Preparing to unpack .../321-node-jsonparse_1.3.1-10_all.deb ... 325s Unpacking node-jsonparse (1.3.1-10) ... 325s Selecting previously unselected package node-yallist. 325s Preparing to unpack .../322-node-yallist_4.0.0+~4.0.1-1_all.deb ... 325s Unpacking node-yallist (4.0.0+~4.0.1-1) ... 325s Selecting previously unselected package node-minipass. 325s Preparing to unpack .../323-node-minipass_5.0.0+~cs10.3.21-2_all.deb ... 325s Unpacking node-minipass (5.0.0+~cs10.3.21-2) ... 325s Selecting previously unselected package node-iferr. 325s Preparing to unpack .../324-node-iferr_1.0.2+~1.0.2-1_all.deb ... 325s Unpacking node-iferr (1.0.2+~1.0.2-1) ... 325s Selecting previously unselected package node-fs-write-stream-atomic. 325s Preparing to unpack .../325-node-fs-write-stream-atomic_1.0.10-6_all.deb ... 325s Unpacking node-fs-write-stream-atomic (1.0.10-6) ... 325s Selecting previously unselected package node-run-queue. 325s Preparing to unpack .../326-node-run-queue_2.0.0-3_all.deb ... 325s Unpacking node-run-queue (2.0.0-3) ... 325s Selecting previously unselected package node-copy-concurrently. 325s Preparing to unpack .../327-node-copy-concurrently_1.0.5-9_all.deb ... 325s Unpacking node-copy-concurrently (1.0.5-9) ... 325s Selecting previously unselected package node-move-concurrently. 325s Preparing to unpack .../328-node-move-concurrently_1.0.1-5_all.deb ... 325s Unpacking node-move-concurrently (1.0.1-5) ... 325s Selecting previously unselected package node-promise-inflight. 325s Preparing to unpack .../329-node-promise-inflight_1.0.1+~1.0.0-1_all.deb ... 325s Unpacking node-promise-inflight (1.0.1+~1.0.0-1) ... 325s Selecting previously unselected package node-ssri. 325s Preparing to unpack .../330-node-ssri_9.0.1-3_all.deb ... 325s Unpacking node-ssri (9.0.1-3) ... 325s Selecting previously unselected package node-unique-filename. 325s Preparing to unpack .../331-node-unique-filename_1.1.1+ds-2_all.deb ... 325s Unpacking node-unique-filename (1.1.1+ds-2) ... 325s Selecting previously unselected package node-cacache. 325s Preparing to unpack .../332-node-cacache_17.0.3+~cs10.3.7-2_all.deb ... 325s Unpacking node-cacache (17.0.3+~cs10.3.7-2) ... 325s Selecting previously unselected package node-is-binary-path. 325s Preparing to unpack .../333-node-is-binary-path_2.1.0-5_all.deb ... 325s Unpacking node-is-binary-path (2.1.0-5) ... 325s Selecting previously unselected package node-path-is-absolute. 325s Preparing to unpack .../334-node-path-is-absolute_2.0.0-2_all.deb ... 325s Unpacking node-path-is-absolute (2.0.0-2) ... 325s Selecting previously unselected package node-set-immediate-shim. 325s Preparing to unpack .../335-node-set-immediate-shim_2.0.0-2_all.deb ... 325s Unpacking node-set-immediate-shim (2.0.0-2) ... 325s Selecting previously unselected package node-readdirp. 325s Preparing to unpack .../336-node-readdirp_3.6.0-1_all.deb ... 325s Unpacking node-readdirp (3.6.0-1) ... 325s Selecting previously unselected package node-chokidar. 325s Preparing to unpack .../337-node-chokidar_3.6.0-2_all.deb ... 325s Unpacking node-chokidar (3.6.0-2) ... 325s Selecting previously unselected package node-tslib. 325s Preparing to unpack .../338-node-tslib_2.4.1-1_all.deb ... 325s Unpacking node-tslib (2.4.1-1) ... 325s Selecting previously unselected package node-chrome-trace-event. 325s Preparing to unpack .../339-node-chrome-trace-event_1.0.3-2_all.deb ... 325s Unpacking node-chrome-trace-event (1.0.3-2) ... 325s Selecting previously unselected package node-ci-info. 325s Preparing to unpack .../340-node-ci-info_4.0.0+~cs1.1.0-1build2_all.deb ... 325s Unpacking node-ci-info (4.0.0+~cs1.1.0-1build2) ... 325s Selecting previously unselected package node-colors. 325s Preparing to unpack .../341-node-colors_1.4.0-4_all.deb ... 325s Unpacking node-colors (1.4.0-4) ... 325s Selecting previously unselected package node-columnify. 325s Preparing to unpack .../342-node-columnify_1.6.0+~1.5.1-1_all.deb ... 325s Unpacking node-columnify (1.6.0+~1.5.1-1) ... 325s Selecting previously unselected package node-console-control-strings. 325s Preparing to unpack .../343-node-console-control-strings_1.1.0-3_all.deb ... 325s Unpacking node-console-control-strings (1.1.0-3) ... 325s Selecting previously unselected package node-css-selector-tokenizer. 325s Preparing to unpack .../344-node-css-selector-tokenizer_0.8.0+~cs4.8.3-1_all.deb ... 325s Unpacking node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... 325s Selecting previously unselected package node-postcss. 325s Preparing to unpack .../345-node-postcss_8.4.49+~cs9.2.32-1_all.deb ... 325s Unpacking node-postcss (8.4.49+~cs9.2.32-1) ... 325s Selecting previously unselected package node-icss-utils. 325s Preparing to unpack .../346-node-icss-utils_5.1.0+~5.1.0-1_all.deb ... 325s Unpacking node-icss-utils (5.1.0+~5.1.0-1) ... 325s Selecting previously unselected package node-postcss-modules-extract-imports. 325s Preparing to unpack .../347-node-postcss-modules-extract-imports_3.0.0-2_all.deb ... 325s Unpacking node-postcss-modules-extract-imports (3.0.0-2) ... 325s Selecting previously unselected package node-postcss-modules-values. 325s Preparing to unpack .../348-node-postcss-modules-values_4.0.0+~4.0.0-1_all.deb ... 325s Unpacking node-postcss-modules-values (4.0.0+~4.0.0-1) ... 325s Selecting previously unselected package node-postcss-value-parser. 325s Preparing to unpack .../349-node-postcss-value-parser_4.2.0-1_all.deb ... 325s Unpacking node-postcss-value-parser (4.2.0-1) ... 325s Selecting previously unselected package node-prr. 325s Preparing to unpack .../350-node-prr_1.0.1-3_all.deb ... 325s Unpacking node-prr (1.0.1-3) ... 325s Selecting previously unselected package node-errno. 325s Preparing to unpack .../351-node-errno_1.0.0-3_all.deb ... 325s Unpacking node-errno (1.0.0-3) ... 325s Selecting previously unselected package node-memory-fs. 325s Preparing to unpack .../352-node-memory-fs_0.5.0+~0.3.3-2_all.deb ... 325s Unpacking node-memory-fs (0.5.0+~0.3.3-2) ... 325s Selecting previously unselected package node-tapable. 325s Preparing to unpack .../353-node-tapable_2.2.1-3_all.deb ... 325s Unpacking node-tapable (2.2.1-3) ... 325s Selecting previously unselected package node-enhanced-resolve. 325s Preparing to unpack .../354-node-enhanced-resolve_5.15.0-1_all.deb ... 325s Unpacking node-enhanced-resolve (5.15.0-1) ... 325s Selecting previously unselected package node-es-module-lexer. 325s Preparing to unpack .../355-node-es-module-lexer_1.1.0+dfsg-3_all.deb ... 325s Unpacking node-es-module-lexer (1.1.0+dfsg-3) ... 325s Selecting previously unselected package node-events. 325s Preparing to unpack .../356-node-events_3.3.0+~3.0.0-3_all.deb ... 325s Unpacking node-events (3.3.0+~3.0.0-3) ... 325s Selecting previously unselected package node-resolve-cwd. 325s Preparing to unpack .../357-node-resolve-cwd_3.0.0-2_all.deb ... 325s Unpacking node-resolve-cwd (3.0.0-2) ... 325s Selecting previously unselected package node-jest-debbundle. 325s Preparing to unpack .../358-node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5_all.deb ... 325s Unpacking node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... 325s Selecting previously unselected package node-interpret. 325s Preparing to unpack .../359-node-interpret_2.2.0-3_all.deb ... 325s Unpacking node-interpret (2.2.0-3) ... 325s Selecting previously unselected package node-merge-stream. 325s Preparing to unpack .../360-node-merge-stream_2.0.0+~1.1.2-2_all.deb ... 325s Unpacking node-merge-stream (2.0.0+~1.1.2-2) ... 325s Selecting previously unselected package node-jest-worker. 325s Preparing to unpack .../361-node-jest-worker_29.6.2~ds1+~cs73.45.28-5_all.deb ... 325s Unpacking node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... 325s Selecting previously unselected package node-loader-runner. 325s Preparing to unpack .../362-node-loader-runner_4.3.0-1_all.deb ... 325s Unpacking node-loader-runner (4.3.0-1) ... 325s Selecting previously unselected package node-mime. 325s Preparing to unpack .../363-node-mime_3.0.0+dfsg+~cs6.97.2-1_all.deb ... 325s Unpacking node-mime (3.0.0+dfsg+~cs6.97.2-1) ... 325s Selecting previously unselected package node-mime-types. 325s Preparing to unpack .../364-node-mime-types_2.1.35-2_all.deb ... 325s Unpacking node-mime-types (2.1.35-2) ... 325s Selecting previously unselected package node-rechoir. 325s Preparing to unpack .../365-node-rechoir_0.8.0+~0.6.1-2_all.deb ... 325s Unpacking node-rechoir (0.8.0+~0.6.1-2) ... 325s Selecting previously unselected package node-schema-utils. 325s Preparing to unpack .../366-node-schema-utils_4.2.0~ds-3build3_all.deb ... 325s Unpacking node-schema-utils (4.2.0~ds-3build3) ... 325s Selecting previously unselected package node-randombytes. 325s Preparing to unpack .../367-node-randombytes_2.1.0+~2.0.0-2_all.deb ... 325s Unpacking node-randombytes (2.1.0+~2.0.0-2) ... 325s Selecting previously unselected package node-serialize-javascript. 325s Preparing to unpack .../368-node-serialize-javascript_6.0.1-1_all.deb ... 325s Unpacking node-serialize-javascript (6.0.1-1) ... 325s Selecting previously unselected package node-watchpack. 325s Preparing to unpack .../369-node-watchpack_2.4.0+~cs2.8.1-1_all.deb ... 325s Unpacking node-watchpack (2.4.0+~cs2.8.1-1) ... 325s Selecting previously unselected package node-webassemblyjs. 325s Preparing to unpack .../370-node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2_all.deb ... 325s Unpacking node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... 325s Selecting previously unselected package node-source-list-map. 325s Preparing to unpack .../371-node-source-list-map_2.0.1+dfsg+~0.1.2-1_all.deb ... 325s Unpacking node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... 325s Selecting previously unselected package node-webpack-sources. 325s Preparing to unpack .../372-node-webpack-sources_3.2.3+~3.2.0-2_all.deb ... 325s Unpacking node-webpack-sources (3.2.3+~3.2.0-2) ... 325s Selecting previously unselected package node-terser. 325s Preparing to unpack .../373-node-terser_5.38.0-1_all.deb ... 325s Unpacking node-terser (5.38.0-1) ... 325s Selecting previously unselected package terser. 325s Preparing to unpack .../374-terser_5.38.0-1_all.deb ... 325s Unpacking terser (5.38.0-1) ... 325s Selecting previously unselected package node-get-stream. 325s Preparing to unpack .../375-node-get-stream_8.0.1-11_all.deb ... 325s Unpacking node-get-stream (8.0.1-11) ... 325s Selecting previously unselected package node-mimic-fn. 325s Preparing to unpack .../376-node-mimic-fn_4.0.0-5_all.deb ... 325s Unpacking node-mimic-fn (4.0.0-5) ... 325s Selecting previously unselected package node-strip-eof. 325s Preparing to unpack .../377-node-strip-eof_3.0.0-5_all.deb ... 325s Unpacking node-strip-eof (3.0.0-5) ... 325s Selecting previously unselected package node-execa. 325s Preparing to unpack .../378-node-execa_8.0.1+dfsg1+~cs12.0.0-1build2_all.deb ... 325s Unpacking node-execa (8.0.1+dfsg1+~cs12.0.0-1build2) ... 325s Selecting previously unselected package node-envinfo. 325s Preparing to unpack .../379-node-envinfo_7.11.0+~cs14.3.0-3_all.deb ... 325s Unpacking node-envinfo (7.11.0+~cs14.3.0-3) ... 325s Selecting previously unselected package webpack. 325s Preparing to unpack .../380-webpack_5.97.1+dfsg1+~cs11.18.27-1_all.deb ... 325s Unpacking webpack (5.97.1+dfsg1+~cs11.18.27-1) ... 326s Selecting previously unselected package node-css-loader. 326s Preparing to unpack .../381-node-css-loader_6.8.1+~cs14.0.17-1_all.deb ... 326s Unpacking node-css-loader (6.8.1+~cs14.0.17-1) ... 326s Selecting previously unselected package node-data-uri-to-buffer. 326s Preparing to unpack .../382-node-data-uri-to-buffer_6.0.2~0~2024040606-5_all.deb ... 326s Unpacking node-data-uri-to-buffer (6.0.2~0~2024040606-5) ... 326s Selecting previously unselected package node-mimic-response. 326s Preparing to unpack .../383-node-mimic-response_3.1.0-9_all.deb ... 326s Unpacking node-mimic-response (3.1.0-9) ... 326s Selecting previously unselected package node-decompress-response. 326s Preparing to unpack .../384-node-decompress-response_6.0.0-3_all.deb ... 326s Unpacking node-decompress-response (6.0.0-3) ... 326s Selecting previously unselected package node-diff. 326s Preparing to unpack .../385-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ... 326s Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ... 326s Selecting previously unselected package node-err-code. 326s Preparing to unpack .../386-node-err-code_2.0.3+dfsg-3_all.deb ... 326s Unpacking node-err-code (2.0.3+dfsg-3) ... 326s Selecting previously unselected package node-time-stamp. 326s Preparing to unpack .../387-node-time-stamp_2.2.0-2_all.deb ... 326s Unpacking node-time-stamp (2.2.0-2) ... 326s Selecting previously unselected package node-fancy-log. 326s Preparing to unpack .../388-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ... 326s Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ... 326s Selecting previously unselected package node-fetch. 326s Preparing to unpack .../389-node-fetch_3.3.2+~cs11.4.11-3_all.deb ... 326s Unpacking node-fetch (3.3.2+~cs11.4.11-3) ... 326s Selecting previously unselected package node-has-unicode. 326s Preparing to unpack .../390-node-has-unicode_2.0.1-5_all.deb ... 326s Unpacking node-has-unicode (2.0.1-5) ... 326s Selecting previously unselected package node-wide-align. 326s Preparing to unpack .../391-node-wide-align_1.1.3-4_all.deb ... 326s Unpacking node-wide-align (1.1.3-4) ... 326s Selecting previously unselected package node-gauge. 326s Preparing to unpack .../392-node-gauge_4.0.4-2_all.deb ... 326s Unpacking node-gauge (4.0.4-2) ... 326s Selecting previously unselected package node-lowercase-keys. 326s Preparing to unpack .../393-node-lowercase-keys_2.0.0-2_all.deb ... 326s Unpacking node-lowercase-keys (2.0.0-2) ... 326s Selecting previously unselected package node-json-buffer. 326s Preparing to unpack .../394-node-json-buffer_3.0.1+~3.0.0-1_all.deb ... 326s Unpacking node-json-buffer (3.0.1+~3.0.0-1) ... 326s Selecting previously unselected package node-p-cancelable. 326s Preparing to unpack .../395-node-p-cancelable_2.1.1-1_all.deb ... 326s Unpacking node-p-cancelable (2.1.1-1) ... 326s Selecting previously unselected package node-got. 326s Preparing to unpack .../396-node-got_11.8.5+~cs58.13.36-5_all.deb ... 326s Unpacking node-got (11.8.5+~cs58.13.36-5) ... 326s Selecting previously unselected package node-http-proxy-agent. 326s Preparing to unpack .../397-node-http-proxy-agent_7.0.2~0~2024040606-5_all.deb ... 326s Unpacking node-http-proxy-agent (7.0.2~0~2024040606-5) ... 326s Selecting previously unselected package node-https-proxy-agent. 326s Preparing to unpack .../398-node-https-proxy-agent_7.0.4~0~2024040606-5_all.deb ... 326s Unpacking node-https-proxy-agent (7.0.4~0~2024040606-5) ... 326s Selecting previously unselected package node-ieee754. 326s Preparing to unpack .../399-node-ieee754_1.2.1-3_all.deb ... 326s Unpacking node-ieee754 (1.2.1-3) ... 326s Selecting previously unselected package node-ip. 326s Preparing to unpack .../400-node-ip_2.0.1+~1.1.3-1_all.deb ... 326s Unpacking node-ip (2.0.1+~1.1.3-1) ... 326s Selecting previously unselected package node-ip-regex. 326s Preparing to unpack .../401-node-ip-regex_4.3.0+~4.1.1-1_all.deb ... 326s Unpacking node-ip-regex (4.3.0+~4.1.1-1) ... 326s Selecting previously unselected package node-read-package-json. 326s Preparing to unpack .../402-node-read-package-json_5.0.2+~2.0.0-2_all.deb ... 326s Unpacking node-read-package-json (5.0.2+~2.0.0-2) ... 326s Selecting previously unselected package node-npm-bundled. 326s Preparing to unpack .../403-node-npm-bundled_2.0.1-2_all.deb ... 326s Unpacking node-npm-bundled (2.0.1-2) ... 326s Selecting previously unselected package node-osenv. 326s Preparing to unpack .../404-node-osenv_0.1.5+~0.1.1-1_all.deb ... 326s Unpacking node-osenv (0.1.5+~0.1.1-1) ... 326s Selecting previously unselected package node-validate-npm-package-name. 326s Preparing to unpack .../405-node-validate-npm-package-name_5.0.0+~4.0.0-1_all.deb ... 326s Unpacking node-validate-npm-package-name (5.0.0+~4.0.0-1) ... 326s Selecting previously unselected package node-npm-package-arg. 326s Preparing to unpack .../406-node-npm-package-arg_10.0.0+~3.0.0-2_all.deb ... 326s Unpacking node-npm-package-arg (10.0.0+~3.0.0-2) ... 326s Selecting previously unselected package node-retry. 326s Preparing to unpack .../407-node-retry_0.13.1.+~cs2.19.16-1_all.deb ... 326s Unpacking node-retry (0.13.1.+~cs2.19.16-1) ... 326s Selecting previously unselected package node-promise-retry. 326s Preparing to unpack .../408-node-promise-retry_2.0.1-4_all.deb ... 326s Unpacking node-promise-retry (2.0.1-4) ... 326s Selecting previously unselected package node-mute-stream. 326s Preparing to unpack .../409-node-mute-stream_0.0.8+~0.0.1-3_all.deb ... 326s Unpacking node-mute-stream (0.0.8+~0.0.1-3) ... 326s Selecting previously unselected package node-read. 326s Preparing to unpack .../410-node-read_1.0.7-5_all.deb ... 326s Unpacking node-read (1.0.7-5) ... 326s Selecting previously unselected package node-promzard. 326s Preparing to unpack .../411-node-promzard_0.3.0-2_all.deb ... 326s Unpacking node-promzard (0.3.0-2) ... 326s Selecting previously unselected package node-set-blocking. 326s Preparing to unpack .../412-node-set-blocking_2.0.0-2_all.deb ... 326s Unpacking node-set-blocking (2.0.0-2) ... 326s Selecting previously unselected package node-text-table. 326s Preparing to unpack .../413-node-text-table_0.2.0-4_all.deb ... 326s Unpacking node-text-table (0.2.0-4) ... 326s Selecting previously unselected package postgresql-client-17. 326s Preparing to unpack .../414-postgresql-client-17_17.2-1build2_s390x.deb ... 326s Unpacking postgresql-client-17 (17.2-1build2) ... 326s Selecting previously unselected package postgresql-17. 326s Preparing to unpack .../415-postgresql-17_17.2-1build2_s390x.deb ... 326s Unpacking postgresql-17 (17.2-1build2) ... 326s Selecting previously unselected package postgresql. 326s Preparing to unpack .../416-postgresql_17+270_all.deb ... 326s Unpacking postgresql (17+270) ... 326s Selecting previously unselected package unixodbc. 326s Preparing to unpack .../417-unixodbc_2.3.12-2ubuntu1_s390x.deb ... 326s Unpacking unixodbc (2.3.12-2ubuntu1) ... 326s Selecting previously unselected package zlib1g-dev:s390x. 326s Preparing to unpack .../418-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 326s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 326s Selecting previously unselected package libbabeltrace1:s390x. 326s Preparing to unpack .../419-libbabeltrace1_1.5.11-4build1_s390x.deb ... 326s Unpacking libbabeltrace1:s390x (1.5.11-4build1) ... 326s Selecting previously unselected package babeltrace. 326s Preparing to unpack .../420-babeltrace_1.5.11-4build1_s390x.deb ... 326s Unpacking babeltrace (1.5.11-4build1) ... 326s Selecting previously unselected package node-cli-table. 326s Preparing to unpack .../421-node-cli-table_0.3.11+~cs0.13.4-3_all.deb ... 326s Unpacking node-cli-table (0.3.11+~cs0.13.4-3) ... 326s Selecting previously unselected package node-depd. 326s Preparing to unpack .../422-node-depd_2.0.0-2_all.deb ... 326s Unpacking node-depd (2.0.0-2) ... 326s Selecting previously unselected package node-npmlog. 326s Preparing to unpack .../423-node-npmlog_7.0.1+~4.1.4-1_all.deb ... 326s Unpacking node-npmlog (7.0.1+~4.1.4-1) ... 326s Selecting previously unselected package node-tar. 326s Preparing to unpack .../424-node-tar_6.2.1+~cs7.0.8-1_all.deb ... 326s Unpacking node-tar (6.2.1+~cs7.0.8-1) ... 327s Selecting previously unselected package node-gyp. 327s Preparing to unpack .../425-node-gyp_10.3.0+~5.0.0-1_all.deb ... 327s Unpacking node-gyp (10.3.0+~5.0.0-1) ... 327s Selecting previously unselected package node-ini. 327s Preparing to unpack .../426-node-ini_3.0.1-2_all.deb ... 327s Unpacking node-ini (3.0.1-2) ... 327s Selecting previously unselected package node-negotiator. 327s Preparing to unpack .../427-node-negotiator_0.6.3+~0.6.1-1_all.deb ... 327s Unpacking node-negotiator (0.6.3+~0.6.1-1) ... 327s Selecting previously unselected package npm. 327s Preparing to unpack .../428-npm_9.2.0~ds1-3_all.deb ... 327s Unpacking npm (9.2.0~ds1-3) ... 327s Setting up libuv1-dev:s390x (1.48.0-7) ... 327s Setting up node-colors (1.4.0-4) ... 327s Setting up node-fs.realpath (1.0.0-3) ... 327s Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... 327s Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ... 327s Setting up dotnet-targeting-pack-8.0 (8.0.12-0ubuntu1) ... 327s Setting up node-lru-cache (10.0.1-3) ... 327s Setting up node-abbrev (1.1.1+~1.1.2-1) ... 327s Setting up node-path-is-inside (1.0.2+~1.0.0-1) ... 327s Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 327s Setting up node-pify (5.0.0+~cs5.0.1-1) ... 327s Setting up node-p-limit (4.0.0+~cs4.0.0-5) ... 327s Setting up node-yallist (4.0.0+~4.0.1-1) ... 327s Setting up libjs-inherits (2.0.4-6) ... 327s Setting up node-p-cancelable (2.1.1-1) ... 327s Setting up node-is-windows (1.0.2+~cs1.0.0-1) ... 327s Setting up node-ansi-regex (5.0.1-1) ... 327s Setting up node-loader-runner (4.3.0-1) ... 327s Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ... 327s Setting up node-slash (4.0.0-3) ... 327s Setting up node-util-deprecate (1.0.2-3) ... 327s Setting up libio-pty-perl (1:1.20-1build3) ... 327s Setting up node-ieee754 (1.2.1-3) ... 327s Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... 327s Setting up node-v8flags (3.2.0+~3.1.1-1) ... 327s Setting up node-retry (0.13.1.+~cs2.19.16-1) ... 327s Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ... 327s Setting up node-arrify (2.0.1-3) ... 327s Setting up node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... 327s Setting up node-caniuse-lite (1.0.30001692+dfsg+~1.0.5-1) ... 327s Setting up netstandard-targeting-pack-2.1-8.0 (8.0.112-0ubuntu1) ... 327s Setting up node-isobject (4.0.0-2) ... 327s Setting up node-delegates (1.0.0-3) ... 327s Setting up node-depd (2.0.0-2) ... 327s Setting up node-isexe (2.0.0+~2.0.1-5) ... 327s Setting up node-resolve (1.22.8+~cs5.34.15-2) ... 327s Setting up node-jsonparse (1.3.1-10) ... 327s Setting up node-core-js-pure (3.33.2-1build2) ... 327s Setting up node-es-module-lexer (1.1.0+dfsg-3) ... 327s Setting up node-path-exists (5.0.0-8) ... 327s Setting up liblttng-ust-common1t64:s390x (2.13.7-1.1ubuntu2) ... 327s Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... 327s Setting up node-escape-string-regexp (4.0.0-2) ... 327s Setting up node-through (2.3.8+~cs0.0.30-1) ... 327s Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 327s Setting up node-p-locate (6.0.0-12) ... 327s Setting up node-negotiator (0.6.3+~0.6.1-1) ... 327s Setting up node-tslib (2.4.1-1) ... 327s Setting up node-strip-bom (4.0.0-2) ... 327s Setting up libpq5:s390x (17.2-1build2) ... 327s Setting up bc (1.07.1-4) ... 327s Setting up node-ci-info (4.0.0+~cs1.1.0-1build2) ... 327s Setting up node-color-name (1.1.4+~1.1.1-2) ... 327s Setting up node-chrome-trace-event (1.0.3-2) ... 327s Setting up aspnetcore-targeting-pack-8.0 (8.0.12-0ubuntu1) ... 327s Setting up node-json-buffer (3.0.1+~3.0.0-1) ... 327s Setting up node-electron-to-chromium (1.5.80-1) ... 327s Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ... 327s Setting up node-console-control-strings (1.1.0-3) ... 327s Setting up node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... 327s Setting up node-camelcase (7.0.0-3) ... 327s Setting up node-resumer (0.0.0-6) ... 327s Setting up node-uuid (8.3.2+~8.3.4-1) ... 327s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 327s Setting up node-terser (5.38.0-1) ... 327s Setting up node-path-type (4.0.0-3) ... 327s Setting up node-indent-string (4.0.0-2) ... 327s Setting up node-typedarray (0.0.7-1) ... 327s Setting up node-function-bind (1.1.2+~cs2.1.14-1) ... 327s Setting up node-clone (2.1.2+~2.1.2-1) ... 327s Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-2) ... 327s Setting up node-iferr (1.0.2+~1.0.2-1) ... 327s Setting up node-chownr (2.0.0-3) ... 327s Setting up node-has-flag (5.0.1-1) ... 327s Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ... 327s Setting up node-regjsgen (0.7.1+ds-1) ... 327s Setting up liberror-perl (0.17029-2) ... 327s Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 327s Setting up node-json-schema-traverse (1.0.0-3) ... 327s Setting up node-inherits (2.0.4-6) ... 327s Setting up node-path-is-absolute (2.0.0-2) ... 327s Setting up node-locate-path (7.1.1-2) ... 327s Setting up node-ini (3.0.1-2) ... 327s Setting up node-postcss-value-parser (4.2.0-1) ... 327s Setting up node-is-descriptor (3.0.0-2) ... 327s Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ... 327s Setting up node-promise-inflight (1.0.1+~1.0.0-1) ... 327s Setting up python3-packaging (24.2-1) ... 327s Setting up node-rechoir (0.8.0+~0.6.1-2) ... 327s Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ... 327s Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... 327s Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 327s Setting up node-flatted (3.2.7~ds-1) ... 327s Setting up node-y18n (5.0.8+~5.0.0-3) ... 327s Setting up node-fast-deep-equal (3.1.3-3) ... 327s Setting up node-shebang-regex (3.0.0-2) ... 327s Setting up node-err-code (2.0.3+dfsg-3) ... 327s Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... 327s Setting up ssl-cert (1.1.3ubuntu1) ... 327s Created symlink '/etc/systemd/system/multi-user.target.wants/ssl-cert.service' → '/usr/lib/systemd/system/ssl-cert.service'. 327s Setting up node-balanced-match (2.0.0-1) ... 327s Setting up node-convert-source-map (1.9.0+~1.5.2-1) ... 327s Setting up node-brace-expansion (2.0.1+~1.1.0-1) ... 327s Setting up node-is-stream (3.0.0-4) ... 327s Setting up node-spdx-exceptions (2.3.0-2) ... 327s Setting up dotnet-apphost-pack-8.0 (8.0.12-0ubuntu1) ... 327s Setting up node-get-stream (8.0.1-11) ... 327s Setting up node-js-tokens (8.0.0-2) ... 327s Setting up node-core-js (3.33.2-1build2) ... 327s Setting up node-interpret (2.2.0-3) ... 327s Setting up node-set-blocking (2.0.0-2) ... 327s Setting up node-prr (1.0.1-3) ... 327s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 327s Setting up libcares2:s390x (1.34.4-2.1) ... 327s Setting up libmpc3:s390x (1.3.1-1build2) ... 327s Setting up node-repeat-string (1.6.1+repack-1) ... 327s Setting up node-globals (13.23.0-1) ... 327s Setting up node-deep-is (0.1.4-1) ... 327s Setting up node-signal-exit (4.1.0-7) ... 327s Setting up unixodbc-common (2.3.12-2ubuntu1) ... 327s Setting up libipc-run-perl (20231003.0-2) ... 327s Setting up node-randombytes (2.1.0+~2.0.0-2) ... 327s Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 327s Setting up libltdl7:s390x (2.5.4-3build1) ... 327s Setting up node-wrappy (1.0.2-3) ... 327s Setting up libbabeltrace1:s390x (1.5.11-4build1) ... 327s Setting up node-text-table (0.2.0-4) ... 327s Setting up node-require-directory (2.1.1+~2.1.2-1) ... 327s Setting up node-ip (2.0.1+~1.1.3-1) ... 327s Setting up node-quick-lru (6.1.1-4) ... 327s Setting up node-regenerator-runtime (0.15.2+~0.10.8-1) ... 327s Setting up node-punycode (2.2.3-2) ... 327s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 327s Setting up node-to-fast-properties (3.0.1-3) ... 327s Setting up node-defaults (1.0.4+~1.0.3-1) ... 327s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 327s Setting up libodbc2:s390x (2.3.12-2ubuntu1) ... 327s Setting up node-mute-stream (0.0.8+~0.0.1-3) ... 327s Setting up node-memfs (3.4.12+~cs1.0.3-1) ... 327s Setting up node-mimic-response (3.1.0-9) ... 327s Setting up node-commander (9.4.1-1) ... 327s Setting up node-undici (7.3.0+dfsg1+~cs24.12.11-1) ... 327s Setting up babeltrace (1.5.11-4build1) ... 327s Setting up libjs-typedarray-to-buffer (4.0.0-2) ... 327s Setting up node-graceful-fs (4.2.10-1) ... 327s Setting up node-merge-stream (2.0.0+~1.1.2-2) ... 327s Setting up node-is-path-cwd (2.2.0-2) ... 327s Setting up node-jsonify (0.0.1-1) ... 327s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 327s Setting up libjson-perl (4.10000-1) ... 327s Setting up node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... 327s Setting up node-fast-levenshtein (2.0.6+ds-3) ... 327s Setting up libjs-regenerate (1.4.2-3) ... 327s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 327s Setting up node-hosted-git-info (6.1.1-2) ... 327s Setting up node-aproba (2.0.0-3) ... 327s Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... 327s Setting up node-binary-extensions (2.2.0-2) ... 327s Setting up node-is-plain-object (5.0.0-7) ... 327s Setting up node-eslint-utils (3.0.0-3) ... 327s Setting up node-mimic-fn (4.0.0-5) ... 327s Setting up node-path-dirname (1.0.2-2) ... 327s Setting up node-ip-regex (4.3.0+~4.1.1-1) ... 327s Setting up git-man (1:2.48.1-0ubuntu1) ... 327s Setting up node-spdx-license-ids (3.0.12-1) ... 327s Setting up node-string-decoder (1.3.0-6) ... 327s Setting up node-esutils (2.0.3+~2.0.0-1) ... 327s Setting up node-time-stamp (2.2.0-2) ... 327s Setting up node-commondir (1.0.1+~1.0.0-1) ... 327s Setting up libjs-prettify (2015.12.04+dfsg-1.1) ... 327s Setting up libjs-events (3.3.0+~3.0.0-3) ... 327s Setting up node-run-queue (2.0.0-3) ... 327s Setting up node-core-util-is (1.0.3-1) ... 327s Setting up node-json-schema (0.4.0+~7.0.11-1) ... 327s Setting up node-uri-js (4.4.0+dfsg-8) ... 327s Setting up node-prelude-ls (1.2.1+dfsg-3) ... 327s Setting up node-minimatch (9.0.3-5) ... 327s Setting up liblttng-ust-ctl5t64:s390x (2.13.7-1.1ubuntu2) ... 327s Setting up liblttng-ctl0t64:s390x (2.13.14-1build1) ... 327s Setting up libjs-async (0.8.0-6) ... 327s Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... 327s Setting up node-xtend (4.0.2-3) ... 327s Setting up dotnet-sdk-8.0-source-built-artifacts (8.0.112-0ubuntu1) ... 327s Setting up libisl23:s390x (0.27-1) ... 327s Setting up node-set-immediate-shim (2.0.0-2) ... 327s Setting up node-foreground-child (3.1.1-2) ... 327s Setting up node-wordwrap (1.0.0-4) ... 327s Setting up node-read (1.0.7-5) ... 327s Setting up node-regexpp (3.2.0-5) ... 327s Setting up node-is-arrayish (0.3.2-3) ... 327s Setting up node-base64-js (1.5.1+dfsg+~1.3.0-2) ... 327s Setting up node-esquery (1.4.2~ds-1) ... 327s Setting up node-npm-run-path (5.1.0+~4.0.0-8) ... 327s Setting up node-is-buffer (2.0.5-2) ... 327s Setting up node-color-convert (2.0.1+~cs2.0.0-2) ... 327s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 327s Setting up node-data-uri-to-buffer (6.0.2~0~2024040606-5) ... 327s Setting up node-async-each (1.0.3-3) ... 327s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 327s Setting up node-isarray (2.0.5-4) ... 327s Setting up node-osenv (0.1.5+~0.1.1-1) ... 327s Setting up node-is-plain-obj (3.0.0-2) ... 327s Setting up node-is-extglob (2.1.1-5) ... 327s Setting up node-tapable (2.2.1-3) ... 327s Setting up node-shebang-command (2.0.0-1) ... 327s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 327s Setting up postgresql-common-dev (270) ... 327s Setting up libjs-is-typedarray (1.0.0-4) ... 327s Setting up node-lowercase-keys (2.0.0-2) ... 327s Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... 327s Setting up node-decompress-response (6.0.0-3) ... 327s Setting up node-strip-eof (3.0.0-5) ... 327s Setting up dotnet-host-8.0 (8.0.12-0ubuntu1) ... 327s Setting up node-process-nextick-args (2.0.1-3) ... 327s Setting up node-has-unicode (2.0.1-5) ... 327s Setting up gyp (0.16.2-2) ... 328s Setting up dotnet-hostfxr-8.0 (8.0.12-0ubuntu1) ... 328s Setting up postgresql-client-common (270) ... 328s Setting up node-readable-stream (3.6.0+~cs3.0.0-4build1) ... 328s Setting up libodbcinst2:s390x (2.3.12-2ubuntu1) ... 328s Setting up node-promise-retry (2.0.1-4) ... 328s Setting up node-supports-color (8.1.1+~8.1.1-1) ... 328s Setting up node-error-ex (1.3.2-4) ... 328s Setting up unixodbc (2.3.12-2ubuntu1) ... 328s Setting up node-once (1.4.1-1) ... 328s Setting up node-webpack-sources (3.2.3+~3.2.0-2) ... 328s Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... 328s Setting up postgresql-client-17 (17.2-1build2) ... 328s update-alternatives: using /usr/share/postgresql/17/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 328s Setting up node-serialize-javascript (6.0.1-1) ... 328s Setting up liblldb-19 (1:19.1.7-1ubuntu1) ... 328s Setting up node-are-we-there-yet (3.0.1+~1.1.0-1) ... 328s Setting up node-find-up (6.3.0-7) ... 328s Setting up node-kind-of (6.0.3+dfsg-2) ... 328s Setting up node-is-binary-path (2.1.0-5) ... 328s Setting up node-events (3.3.0+~3.0.0-3) ... 328s Setting up node-minimist (1.2.8+~cs5.3.5-1) ... 328s Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ... 328s Setting up node-define-property (2.0.2+really+2.0.2-3) ... 328s Setting up dotnet-templates-8.0 (8.0.112-0ubuntu1) ... 328s Setting up node-promzard (0.3.0-2) ... 328s Setting up node-wcwidth.js (1.0.2-2) ... 328s Setting up node-resolve-cwd (3.0.0-2) ... 328s Setting up node-fetch (3.3.2+~cs11.4.11-3) ... 328s Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ... 328s Setting up node-iconv-lite (0.6.3-3) ... 328s Setting up node-type-check (0.4.0+dfsg-3) ... 328s Setting up node-ansi-styles (6.2.1-3) ... 328s Setting up node-pkg-dir (5.0.0-2) ... 328s Setting up postgresql-common (270) ... 328s Creating config file /etc/postgresql-common/createcluster.conf with new version 328s Building PostgreSQL dictionaries from installed myspell/hunspell packages... 328s Removing obsolete dictionary files: 329s Created symlink '/etc/systemd/system/multi-user.target.wants/postgresql.service' → '/usr/lib/systemd/system/postgresql.service'. 329s Setting up node-got (11.8.5+~cs58.13.36-5) ... 329s Setting up lttng-tools (2.13.14-1build1) ... 329s Created symlink '/etc/systemd/system/multi-user.target.wants/lttng-sessiond.service' → '/usr/lib/systemd/system/lttng-sessiond.service'. 330s Setting up node-async (0.8.0-6) ... 330s Setting up node-optimist (0.6.1+~0.0.30-2) ... 330s Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ... 330s Setting up git (1:2.48.1-0ubuntu1) ... 330s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 330s Setting up cpp-14 (14.2.0-16ubuntu1) ... 330s Setting up node-concat-stream (2.0.0+~2.0.0-2) ... 330s Setting up node-is-typedarray (1.0.0-4) ... 330s Setting up node-inflight (1.0.6-2) ... 330s Setting up python3-lldb-19 (1:19.1.7-1ubuntu1) ... 330s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 330s Setting up node-encoding (0.1.13-2) ... 330s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 330s Setting up dotnet-runtime-8.0 (8.0.12-0ubuntu1) ... 330s Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ... 330s Setting up node-fs-write-stream-atomic (1.0.10-6) ... 330s Setting up postgresql-17 (17.2-1build2) ... 330s Creating new PostgreSQL cluster 17/main ... 330s /usr/lib/postgresql/17/bin/initdb -D /var/lib/postgresql/17/main --auth-local peer --auth-host scram-sha-256 --no-instructions 330s The files belonging to this database system will be owned by user "postgres". 330s This user must also own the server process. 330s 330s The database cluster will be initialized with locale "C.UTF-8". 330s The default database encoding has accordingly been set to "UTF8". 330s The default text search configuration will be set to "english". 330s 330s Data page checksums are disabled. 330s 330s fixing permissions on existing directory /var/lib/postgresql/17/main ... ok 330s creating subdirectories ... ok 330s selecting dynamic shared memory implementation ... posix 330s selecting default "max_connections" ... 100 330s selecting default "shared_buffers" ... 128MB 330s selecting default time zone ... Etc/UTC 330s creating configuration files ... ok 330s running bootstrap script ... ok 331s performing post-bootstrap initialization ... ok 331s syncing data to disk ... ok 333s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 333s Setting up node-regenerator-transform (0.15.2+~0.10.8-1) ... 333s Setting up lldb-19 (1:19.1.7-1ubuntu1) ... 333s Setting up node-levn (0.4.1+dfsg-2) ... 333s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 333s Setting up node-spdx-correct (3.1.1-2) ... 333s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 333s Setting up node-glob (8.1.0+~cs8.5.15-1) ... 333s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 333s Setting up node-typedarray-to-buffer (4.0.0-2) ... 333s Setting up node-minipass (5.0.0+~cs10.3.21-2) ... 333s Setting up cpp (4:14.2.0-1ubuntu1) ... 333s Setting up aspnetcore-runtime-8.0 (8.0.12-0ubuntu1) ... 333s Setting up postgresql (17+270) ... 334s Setting up lldb:s390x (1:19.0-63) ... 334s Setting up node-validate-npm-package-license (3.0.4-2) ... 334s Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... 334s Setting up node-ssri (9.0.1-3) ... 334s Setting up dotnet-sdk-8.0 (8.0.112-0ubuntu1) ... 334s Setting up node-write-file-atomic (4.0.2+~4.0.0-2) ... 334s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 334s Setting up gcc-14 (14.2.0-16ubuntu1) ... 334s Setting up g++-14 (14.2.0-16ubuntu1) ... 334s Setting up dotnet8 (8.0.112-8.0.12-0ubuntu1) ... 334s Setting up gcc (4:14.2.0-1ubuntu1) ... 334s Setting up g++ (4:14.2.0-1ubuntu1) ... 334s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 334s Setting up build-essential (12.10ubuntu1) ... 334s Setting up node-define-properties (1.2.1+~cs2.2.3-1) ... 334s Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ... 334s Setting up node-espree (9.4.1~dfsg-2) ... 334s Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... 334s Setting up libnode115:s390x (20.18.1+dfsg-1ubuntu1) ... 334s Setting up libnode-dev (20.18.1+dfsg-1ubuntu1) ... 334s Setting up nodejs (20.18.1+dfsg-1ubuntu1) ... 334s update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode 334s Setting up node-argparse (2.0.1-2) ... 334s Setting up terser (5.38.0-1) ... 334s Setting up node-mime (3.0.0+dfsg+~cs6.97.2-1) ... 334s Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ... 334s Setting up node-unique-filename (1.1.1+ds-2) ... 334s Setting up node-unicode-match-property-ecmascript (2.0.0-2) ... 334s Setting up node-defined (1.0.1+~1.0.0-1) ... 334s Setting up node-mime-types (2.1.35-2) ... 334s Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ... 334s Setting up node-strip-ansi (6.0.1-2) ... 334s Setting up node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 334s Setting up node-ignore (5.2.1-1) ... 334s Setting up node-chalk (5.3.0-1build1) ... 334s Setting up node-which (2.0.2+~cs1.3.2-3) ... 334s Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... 334s Setting up node-esprima (4.0.1+ds+~4.0.3-2) ... 334s Setting up node-is-path-inside (3.0.3-2) ... 334s Setting up node-neo-async (2.6.2+~cs3.0.0-3) ... 334s Setting up node-mkdirp (2.1.6+~cs5.2.1-2) ... 334s Setting up node-es6-error (4.1.1-5) ... 334s Setting up node-archy (1.0.0-6) ... 334s Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... 334s Setting up node-nopt (5.0.0-4) ... 334s Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 334s Setting up node-progress (2.0.3-2) ... 334s Setting up node-json5 (2.2.3+dfsg-1build1) ... 334s Setting up node-ms (2.1.3+~cs0.7.31-3) ... 334s Setting up node-rimraf (3.0.2-2) ... 334s Setting up node-string-width (4.2.3+~cs13.2.3-1) ... 334s Setting up node-regenerate (1.4.2-3) ... 334s Setting up node-semver (7.6.1+~7.5.8-2) ... 334s Setting up node-picocolors (1.0.0-4) ... 334s Setting up node-es-abstract (1.20.4+~cs26.27.47-2) ... 334s Setting up node-builtins (5.0.1-1) ... 334s Setting up handlebars (3:4.7.7+~4.1.0-1) ... 334s Setting up node-object-assign (4.1.1-7) ... 334s Setting up node-is-glob (4.0.3-2) ... 334s Setting up node-v8-compile-cache (2.4.0-2) ... 334s Setting up node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 334s Setting up node-is-number (7.0.0-4) ... 334s Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... 334s Setting up node-for-in (1.0.2-4) ... 334s Setting up node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... 334s Setting up node-execa (8.0.1+dfsg1+~cs12.0.0-1build2) ... 334s Setting up node-strip-json-comments (4.0.0-4) ... 334s Setting up node-is-extendable (1.0.1-3) ... 334s Setting up node-columnify (1.6.0+~1.5.1-1) ... 334s Setting up node-doctrine (3.0.0-4) ... 334s Setting up node-copy-concurrently (1.0.5-9) ... 334s Setting up node-ajv (8.12.0~ds+~2.1.1-5) ... 334s Setting up node-jsesc (3.0.2+~3.0.1-1) ... 334s Setting up node-regjsparser (0.9.1+ds-2) ... 334s Setting up node-errno (1.0.0-3) ... 334s Setting up node-decamelize (4.0.0-2) ... 334s Setting up node-move-concurrently (1.0.1-5) ... 334s Setting up node-normalize-path (3.0.0+~3.0.0-1) ... 334s Setting up node-functional-red-black-tree (1.0.1+20181105-7) ... 334s Setting up node-debug (4.3.4+~cs4.1.7-1) ... 334s Setting up node-agent-base (7.1.1~0~2024040606-5) ... 334s Setting up node-browserslist (4.24.4+~cs6.3.21-1) ... 334s Setting up node-yargs-parser (21.1.1+~21.0.0-4) ... 334s Setting up node-make-dir (3.1.0-3) ... 334s Setting up node-validate-npm-package-name (5.0.0+~4.0.0-1) ... 334s Setting up node-esrecurse (4.3.0-2) ... 334s Setting up node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 334s Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ... 334s Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ... 334s Setting up node-for-own (1.0.0-3) ... 334s Setting up node-eslint-scope (7.1.1+~3.7.4-1) ... 334s Setting up node-escodegen (2.1.0+dfsg+~0.0.8-1) ... 334s Setting up node-memory-fs (0.5.0+~0.3.3-2) ... 334s Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... 334s Setting up node-cli-table (0.3.11+~cs0.13.4-3) ... 334s Setting up node-tar (6.2.1+~cs7.0.8-1) ... 334s Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ... 334s Setting up node-glob-parent (6.0.2+~5.1.1-2) ... 334s Setting up node-enhanced-resolve (5.15.0-1) ... 334s Setting up node-postcss (8.4.49+~cs9.2.32-1) ... 334s Setting up node-wide-align (1.1.3-4) ... 334s Setting up node-npm-package-arg (10.0.0+~3.0.0-2) ... 334s Setting up node-anymatch (3.1.3+~cs4.6.1-2) ... 334s Setting up node-postcss-modules-extract-imports (3.0.0-2) ... 334s Setting up node-read-pkg (5.2.0-2) ... 334s Setting up node-https-proxy-agent (7.0.4~0~2024040606-5) ... 334s Setting up node-cliui (7.0.4+repack+1+~cs1.4.2-2) ... 334s Setting up node-regexpu-core (5.2.2-3) ... 334s Setting up node-yargs (16.2.0+~16.0.4-7) ... 334s Setting up node-to-regex-range (5.0.1-4) ... 334s Setting up node-cacache (17.0.3+~cs10.3.7-2) ... 334s Setting up node-envinfo (7.11.0+~cs14.3.0-3) ... 334s Setting up node-ajv-keywords (5.1.0-4) ... 334s Setting up node-read-package-json (5.0.2+~2.0.0-2) ... 334s Setting up node-core-js-compat (3.33.2-1build2) ... 334s Setting up node-http-proxy-agent (7.0.2~0~2024040606-5) ... 334s Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ... 334s Setting up eslint (6.4.0~dfsg+~6.1.9-12) ... 334s Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... 334s Setting up node-gauge (4.0.4-2) ... 334s Setting up node-readdirp (3.6.0-1) ... 334s Setting up node-icss-utils (5.1.0+~5.1.0-1) ... 334s Setting up node-npm-bundled (2.0.1-2) ... 334s Setting up node-schema-utils (4.2.0~ds-3build3) ... 334s Setting up node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... 334s Setting up node-npmlog (7.0.1+~4.1.4-1) ... 334s Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... 334s Setting up node-postcss-modules-values (4.0.0+~4.0.0-1) ... 334s Setting up node-fill-range (7.1.1+~7.0.3-1) ... 334s Setting up node-gyp (10.3.0+~5.0.0-1) ... 334s Setting up node-braces (3.0.3+~3.0.4-1) ... 334s Setting up node-chokidar (3.6.0-2) ... 334s Setting up node-watchpack (2.4.0+~cs2.8.1-1) ... 334s Setting up node-micromatch (4.0.7+~4.0.9-1) ... 334s Setting up node-globby (13.1.3+~cs16.25.40-3) ... 334s Setting up node-del (7.1.0-1) ... 334s Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ... 334s Setting up node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... 334s Setting up node-tape (5.6.1+~cs8.20.19-2) ... 334s Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-7) ... 334s update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode 334s update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode 334s update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode 334s update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode 334s Setting up node-deep-equal (2.2.3+~cs43.15.94-1) ... 334s Setting up libjs-util (0.12.5+~1.0.10-1) ... 334s Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... 334s Setting up node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... 334s Setting up node-util (0.12.5+~1.0.10-1) ... 334s Setting up webpack (5.97.1+dfsg1+~cs11.18.27-1) ... 334s Setting up node-assert (2.0.0+~cs3.9.8-2) ... 334s Setting up node-css-loader (6.8.1+~cs14.0.17-1) ... 334s Setting up node-parse-json (5.2.0+~cs5.1.7-2) ... 334s Setting up npm (9.2.0~ds1-3) ... 334s Processing triggers for libc-bin (2.40-4ubuntu1) ... 334s Processing triggers for man-db (2.13.0-1) ... 336s Processing triggers for install-info (7.1.1-1) ... 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet8'], kind short, sout pipe, serr pipe, env [] 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-sdk-8.0-source-built-artifacts'], kind short, sout pipe, serr pipe, env [] 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.RmxHL3/run-regular-tests-packages.all"], kind short, sout raw, serr pipe, env [] 337s autopkgtest: DBG: testbed command exited with code 0 337s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/run-regular-tests-packages.all /tmp/autopkgtest-work.uqmnolt3/out/run-regular-tests-packages.all 337s autopkgtest: DBG: got reply from testbed: ok 337s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.RmxHL3/build.1cE/src'], kind short, sout raw, serr raw, env [] 337s autopkgtest: DBG: testbed command exited with code 0 337s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.RmxHL3/build.1cE/src already exists 337s autopkgtest [10:17:06]: test run-regular-tests: [----------------------- 337s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.RmxHL3/wrapper.sh --debug --artifacts=/tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts --chdir=/tmp/autopkgtest.RmxHL3/build.1cE/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.RmxHL3/run-regular-tests-stderr --stdout=/tmp/autopkgtest.RmxHL3/run-regular-tests-stdout --tmp=/tmp/autopkgtest.RmxHL3/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 --make-executable=/tmp/autopkgtest.RmxHL3/build.1cE/src/debian/tests/run-regular-tests -- /tmp/autopkgtest.RmxHL3/build.1cE/src/debian/tests/run-regular-tests'], kind test, sout raw, serr raw, env [] 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: changing to directory: /tmp/autopkgtest.RmxHL3/build.1cE/src 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: LANG=C.UTF-8 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LANGUAGE 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_ADDRESS 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_ALL 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_COLLATE 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_CTYPE 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_IDENTIFICATION 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_MEASUREMENT 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_MESSAGES 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_MONETARY 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_NAME 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_NUMERIC 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_PAPER 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_TELEPHONE 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: unsetting environment: LC_TIME 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: pretending to be a login shell 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: will write standard error to /tmp/autopkgtest.RmxHL3/run-regular-tests-stderr 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: will write stdout to /tmp/autopkgtest.RmxHL3/run-regular-tests-stdout 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: marking as executable: /tmp/autopkgtest.RmxHL3/build.1cE/src/debian/tests/run-regular-tests 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: command to run: /tmp/autopkgtest.RmxHL3/build.1cE/src/debian/tests/run-regular-tests 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: copying /tmp/tmp.EUC8kMHEzJ/out to stdout and file: /tmp/autopkgtest.RmxHL3/run-regular-tests-stdout 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: copying /tmp/tmp.EUC8kMHEzJ/err to standard error and file: /tmp/autopkgtest.RmxHL3/run-regular-tests-stdout 337s /tmp/autopkgtest.RmxHL3/wrapper.sh: writing script pid 7930 to /tmp/autopkgtest_script_pid 337s INFO: extract source build artifacts 337s + echo 'INFO: extract source build artifacts' 337s + mkdir -p /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages 337s ++ debian/eng/source_build_artifact_path.py 337s + tar --extract --gzip --directory /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages --file /usr/lib/dotnet/source-built-artifacts/Private.SourceBuilt.Artifacts.8.0.112-servicing.24604.1.ubuntu.25.04-s390x.tar.gz 338s INFO: add source build artifacts to global NuGet config 338s + echo 'INFO: add source build artifacts to global NuGet config' 338s + mkdir -p /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/ 338s + cat 338s INFO: copy test-runner to test directory 338s + [[ -z '' ]] 338s + echo 'INFO: copy test-runner to test directory' 338s + cp --recursive debian/eng/test-runner /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 338s INFO: copy regular-tests to test directory 338s + echo 'INFO: copy regular-tests to test directory' 338s + cp --recursive debian/tests/regular-tests /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 338s + export TargetBundledFramework=true 338s + TargetBundledFramework=true 338s ++ debian/eng/dotnet-version.py 338s ~/test-runner /tmp/autopkgtest.RmxHL3/build.1cE/src 338s INFO: run test-runner self-tests 338s + export BundledNETCoreAppTargetFrameworkVersion=8.0 338s + BundledNETCoreAppTargetFrameworkVersion=8.0 338s + pushd /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner 338s + echo 'INFO: run test-runner self-tests' 338s + make check 338s dotnet test -f "net8.0" -c Release --verbosity detailed Turkey.Tests 339s 339s Welcome to .NET 8.0! 339s --------------------- 339s SDK Version: 8.0.112 339s 339s ---------------- 339s Installed an ASP.NET Core HTTPS development certificate. 339s To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux 339s 339s ---------------- 339s Write your first app: https://aka.ms/dotnet-hello-world 339s Find out what's new: https://aka.ms/dotnet-whats-new 339s Explore documentation: https://aka.ms/dotnet-docs 339s Report issues and find source on GitHub: https://github.com/dotnet/core 339s Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli 339s -------------------------------------------------------------------------------------- 340s Build started 02/11/2025 10:17:08. 340s 0>Process = "/usr/lib/dotnet/dotnet" 340s MSBuild executable path = "/usr/lib/dotnet/sdk/8.0.112/MSBuild.dll" 340s Command line arguments = "/usr/lib/dotnet/sdk/8.0.112/MSBuild.dll -maxcpucount -verbosity:m -target:Restore -nodereuse:false -nologo -property:Configuration=Release -verbosity:detailed Turkey.Tests -property:VSTestVerbosity=detailed -property:VSTestArtifactsProcessingMode=collect -property:VSTestSessionCorrelationId=7969_3603051c-466f-4356-afa5-30687f2d94de" 340s Current directory = "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner" 340s MSBuild version = "17.8.5+b5265ef37" 340s Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver, Version=8.0.112.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll, MVID: 8f164f84-a685-4b90-a112-8010ddeb28c3, AppDomain: [Default]) 340s Assembly loaded during Evaluation: Microsoft.Build.NuGetSdkResolver, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.Build.NuGetSdkResolver.dll, MVID: 614b0850-b028-4b81-a4cb-97e629af04e2, AppDomain: [Default]) 340s Resolving SDK 'Microsoft.NET.Sdk'... 340s Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadManifestReader, Version=8.0.112.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.NET.Sdk.WorkloadManifestReader.dll, MVID: ec2c18bc-0a1b-48b0-8f7c-d015d72f90ef, AppDomain: [Default]) 340s Assembly loaded during Evaluation: Microsoft.Deployment.DotNet.Releases, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.Deployment.DotNet.Releases.dll, MVID: f55810b3-5a28-402d-9b69-2f502360d3ea, AppDomain: [Default]) 340s Assembly loaded during Evaluation: Microsoft.DotNet.Cli.Utils, Version=8.0.112.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.DotNet.Cli.Utils.dll, MVID: e8be4a0c-c0ce-46c6-a920-c362fd58069a, AppDomain: [Default]) 340s Assembly loaded during Evaluation: NuGet.Common, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Common.dll, MVID: eac596d5-06f1-449b-8375-2548033f29a7, AppDomain: [Default]) 340s Assembly loaded during Evaluation: Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/Microsoft.Win32.Registry.dll, MVID: 9d84af3a-d4ab-400d-a7ec-5712977cc2d6, AppDomain: [Default]) 340s Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5) 340s Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.112/' expanded from the environment. 340s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.112/Current/Microsoft.Common.props (60,5) 340s The "Configuration" property is a global property, and cannot be modified. 340s The "Configuration" property is a global property, and cannot be modified. 340s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 340s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 340s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5) 340s Resolving SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator'... 340s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 340s Property 'TargetBundledFramework' with value 'true' expanded from the environment. 340s Property reassignment: $(TargetFramework)="net8.0" (previous value: "net6.0") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (8,5) 340s The "Configuration" property is a global property, and cannot be modified. 340s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 340s Assembly loaded during Evaluation: NuGet.Frameworks, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Frameworks.dll, MVID: 10f4fa7a-4264-4ad8-ae59-2d468ccb4328, AppDomain: [Default]) 340s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 340s Property reassignment: $(OutputPath)="bin\Release/net8.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 340s Property reassignment: $(IntermediateOutputPath)="obj\Release/net8.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 340s Resolving SDK 'Microsoft.NET.SDK.WorkloadManifestTargetsLocator'... 340s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 340s Property reassignment: $(_FrameworkVersionForImplicitDefine)="8_0" (previous value: "8.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 340s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:12.0 -define:TRACE" (previous value: "-langversion:12.0") at /usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets (197,5) 340s Assembly loaded during Evaluation: Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.Build.Utilities.Core.dll, MVID: e99411f8-8484-44fc-9345-6988e3020405, AppDomain: [Default]) 340s The "Configuration" property is a global property, and cannot be modified. 340s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (179,5) 340s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (185,5) 340s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (529,5) 340s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (568,5) 340s Property 'LocalAppData' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.local/share' expanded from the environment. 340s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (3824,5) 340s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 340s AssignProjectConfiguration; 340s _SplitProjectReferencesByFileExistence 340s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (4976,5) 340s Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.112' expanded from the environment. 340s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj//project.assets.json") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 340s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 340s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 340s 340s ResolveProjectReferences; 340s FindInvalidProjectReferences; 340s GetFrameworkPaths; 340s GetReferenceAssemblyPaths; 340s PrepareForBuild; 340s ResolveSDKReferences; 340s ExpandSDKReferences; 340s ; 340s ResolvePackageDependenciesForBuild; 340s _HandlePackageFileConflicts; 340s " (previous value: " 340s ResolveProjectReferences; 340s FindInvalidProjectReferences; 340s GetFrameworkPaths; 340s GetReferenceAssemblyPaths; 340s PrepareForBuild; 340s ResolveSDKReferences; 340s ExpandSDKReferences; 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 340s Property reassignment: $(PrepareResourcesDependsOn)=" 340s ResolvePackageDependenciesForBuild; 340s _HandlePackageFileConflicts; 340s 340s ; 340s PrepareResourceNames; 340s ResGen; 340s CompileLicxFiles 340s 340s " (previous value: " 340s ; 340s PrepareResourceNames; 340s ResGen; 340s CompileLicxFiles 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 340s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 340s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 340s 340s 340s ResolveProjectReferences; 340s FindInvalidProjectReferences; 340s GetFrameworkPaths; 340s GetReferenceAssemblyPaths; 340s PrepareForBuild; 340s ResolveSDKReferences; 340s ExpandSDKReferences; 340s ; 340s ResolvePackageDependenciesForBuild; 340s _HandlePackageFileConflicts; 340s ; 340s ResolveTargetingPackAssets; 340s " (previous value: " 340s 340s ResolveProjectReferences; 340s FindInvalidProjectReferences; 340s GetFrameworkPaths; 340s GetReferenceAssemblyPaths; 340s PrepareForBuild; 340s ResolveSDKReferences; 340s ExpandSDKReferences; 340s ; 340s ResolvePackageDependenciesForBuild; 340s _HandlePackageFileConflicts; 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 340s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 340s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 340s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 340s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 340s Property 'HOME' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp' expanded from the environment. 340s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 340s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5) 340s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 340s Property reassignment: $(CoreBuildDependsOn)=" 340s _CheckForBuildWithNoBuild; 340s 340s BuildOnlySettings; 340s PrepareForBuild; 340s PreBuildEvent; 340s ResolveReferences; 340s PrepareResources; 340s ResolveKeySource; 340s Compile; 340s ExportWindowsMDFile; 340s UnmanagedUnregistration; 340s GenerateSerializationAssemblies; 340s CreateSatelliteAssemblies; 340s GenerateManifests; 340s GetTargetPath; 340s PrepareForRun; 340s UnmanagedRegistration; 340s IncrementalClean; 340s PostBuildEvent 340s ; 340s GenerateBuildDependencyFile; 340s GenerateBuildRuntimeConfigurationFiles 340s " (previous value: " 340s BuildOnlySettings; 340s PrepareForBuild; 340s PreBuildEvent; 340s ResolveReferences; 340s PrepareResources; 340s ResolveKeySource; 340s Compile; 340s ExportWindowsMDFile; 340s UnmanagedUnregistration; 340s GenerateSerializationAssemblies; 340s CreateSatelliteAssemblies; 340s GenerateManifests; 340s GetTargetPath; 340s PrepareForRun; 340s UnmanagedRegistration; 340s IncrementalClean; 340s PostBuildEvent 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5) 340s Property reassignment: $(CoreCleanDependsOn)=" 340s _SdkBeforeClean; 340s 340s " (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5) 340s Property reassignment: $(RebuildDependsOn)=" 340s _SdkBeforeRebuild; 340s 340s BeforeRebuild; 340s Clean; 340s Build; 340s AfterRebuild; 340s 340s " (previous value: " 340s BeforeRebuild; 340s Clean; 340s Build; 340s AfterRebuild; 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5) 340s Property reassignment: $(CompileDependsOn)=" 340s 340s ResolveReferences; 340s ResolveKeySource; 340s SetWin32ManifestProperties; 340s FindReferenceAssembliesForReferences; 340s _GenerateCompileInputs; 340s BeforeCompile; 340s _TimeStampBeforeCompile; 340s _GenerateCompileDependencyCache; 340s CoreCompile; 340s _TimeStampAfterCompile; 340s AfterCompile; 340s ; 340s _CreateAppHost; 340s _CreateComHost; 340s _GetIjwHostPaths; 340s " (previous value: " 340s ResolveReferences; 340s ResolveKeySource; 340s SetWin32ManifestProperties; 340s FindReferenceAssembliesForReferences; 340s _GenerateCompileInputs; 340s BeforeCompile; 340s _TimeStampBeforeCompile; 340s _GenerateCompileDependencyCache; 340s CoreCompile; 340s _TimeStampAfterCompile; 340s AfterCompile; 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5) 340s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 340s 340s _GenerateSatelliteAssemblyInputs; 340s ComputeIntermediateSatelliteAssemblies; 340s GenerateSatelliteAssemblies 340s ; 340s CoreGenerateSatelliteAssemblies 340s " (previous value: " 340s _GenerateSatelliteAssemblyInputs; 340s ComputeIntermediateSatelliteAssemblies; 340s GenerateSatelliteAssemblies 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5) 340s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 340s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 340s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 340s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 340s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 340s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 340s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 340s 340s ; 340s 340s ; 340s BuildOnlySettings; 340s PrepareForBuild; 340s AssignTargetPaths; 340s ResolveReferences 340s 340s ; 340s _GenerateDesignerDepsFile; 340s _GenerateDesignerRuntimeConfigFile; 340s GetCopyToOutputDirectoryItems; 340s _GatherDesignerShadowCopyFiles; 340s " (previous value: " 340s ; 340s 340s ; 340s BuildOnlySettings; 340s PrepareForBuild; 340s AssignTargetPaths; 340s ResolveReferences 340s 340s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 340s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 340s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 340s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net8.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 340s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 340s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET8_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 340s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 340s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 340s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 340s Assembly loaded during Evaluation: System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Reflection.Emit.ILGeneration.dll, MVID: 59d8c0f6-ce4c-4958-b9d0-dc6b9be2aa31, AppDomain: [Default]) 340s Assembly loaded during Evaluation: System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Reflection.Emit.Lightweight.dll, MVID: da40b6b0-1026-48e2-88b3-04f88daa7976, AppDomain: [Default]) 340s Assembly loaded during Evaluation: System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Reflection.Primitives.dll, MVID: a986b23d-1db4-4309-8de7-c196e589ef7f, AppDomain: [Default]) 340s Assembly loaded during Evaluation: System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Linq.Expressions.dll, MVID: 39ba1ee4-4270-4d01-8199-6a4b73c83f97, AppDomain: [Default]) 340s Assembly loaded during Evaluation: System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.ComponentModel.TypeConverter.dll, MVID: e4493c4a-ac2c-4a14-a7d0-59a0172dea34, AppDomain: [Default]) 340s Assembly loaded during Evaluation: System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.ObjectModel.dll, MVID: f61fccbe-cb97-4da0-92f0-31b898e1fa7b, AppDomain: [Default]) 340s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 340s Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 340s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 340s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 340s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 340s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 340s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 340s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 340s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 340s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" on node 1 (Restore target(s)). 340s 1>Target "_LoadRestoreGraphEntryPoints" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_FilterRestoreGraphProjectInputItems" depends on it): 340s 1>Task "GetRestoreSolutionProjectsTask" skipped, due to false condition; ( $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' ) was evaluated as ( False == 'true' AND /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj == '' ). 340s 1>Done building target "_LoadRestoreGraphEntryPoints" in project "Turkey.Tests.csproj". 340s 1>Target "_FilterRestoreGraphProjectInputItems" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraph" depends on it): 340s Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 340s Task "RemoveDuplicates" 340s Done executing task "RemoveDuplicates". 340s Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 340s Task "MSBuild" 340s Global Properties: 340s ExcludeRestorePackageImports=true 341s 0>Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5) 341s Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.112/' expanded from the environment. 341s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.112/Current/Microsoft.Common.props (60,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5) 341s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 341s Property 'TargetBundledFramework' with value 'true' expanded from the environment. 341s Property reassignment: $(TargetFramework)="net8.0" (previous value: "net6.0") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (8,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 341s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 341s Property reassignment: $(OutputPath)="bin\Release/net8.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 341s Property reassignment: $(IntermediateOutputPath)="obj\Release/net8.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 341s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 341s Property reassignment: $(_FrameworkVersionForImplicitDefine)="8_0" (previous value: "8.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 341s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:12.0 -define:TRACE" (previous value: "-langversion:12.0") at /usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets (197,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (179,5) 341s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (185,5) 341s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (529,5) 341s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (568,5) 341s Property 'LocalAppData' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.local/share' expanded from the environment. 341s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (3824,5) 341s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 341s AssignProjectConfiguration; 341s _SplitProjectReferencesByFileExistence 341s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (4976,5) 341s Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.112' expanded from the environment. 341s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj//project.assets.json") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 341s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 341s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s " (previous value: " 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 341s Property reassignment: $(PrepareResourcesDependsOn)=" 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s 341s ; 341s PrepareResourceNames; 341s ResGen; 341s CompileLicxFiles 341s 341s " (previous value: " 341s ; 341s PrepareResourceNames; 341s ResGen; 341s CompileLicxFiles 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 341s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 341s 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s ; 341s ResolveTargetingPackAssets; 341s " (previous value: " 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 341s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 341s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 341s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 341s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 341s Property 'HOME' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp' expanded from the environment. 341s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 341s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5) 341s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 341s Property reassignment: $(CoreBuildDependsOn)=" 341s _CheckForBuildWithNoBuild; 341s 341s BuildOnlySettings; 341s PrepareForBuild; 341s PreBuildEvent; 341s ResolveReferences; 341s PrepareResources; 341s ResolveKeySource; 341s Compile; 341s ExportWindowsMDFile; 341s UnmanagedUnregistration; 341s GenerateSerializationAssemblies; 341s CreateSatelliteAssemblies; 341s GenerateManifests; 341s GetTargetPath; 341s PrepareForRun; 341s UnmanagedRegistration; 341s IncrementalClean; 341s PostBuildEvent 341s ; 341s GenerateBuildDependencyFile; 341s GenerateBuildRuntimeConfigurationFiles 341s " (previous value: " 341s BuildOnlySettings; 341s PrepareForBuild; 341s PreBuildEvent; 341s ResolveReferences; 341s PrepareResources; 341s ResolveKeySource; 341s Compile; 341s ExportWindowsMDFile; 341s UnmanagedUnregistration; 341s GenerateSerializationAssemblies; 341s CreateSatelliteAssemblies; 341s GenerateManifests; 341s GetTargetPath; 341s PrepareForRun; 341s UnmanagedRegistration; 341s IncrementalClean; 341s PostBuildEvent 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5) 341s Property reassignment: $(CoreCleanDependsOn)=" 341s _SdkBeforeClean; 341s 341s " (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5) 341s Property reassignment: $(RebuildDependsOn)=" 341s _SdkBeforeRebuild; 341s 341s BeforeRebuild; 341s Clean; 341s Build; 341s AfterRebuild; 341s 341s " (previous value: " 341s BeforeRebuild; 341s Clean; 341s Build; 341s AfterRebuild; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5) 341s Property reassignment: $(CompileDependsOn)=" 341s 341s ResolveReferences; 341s ResolveKeySource; 341s SetWin32ManifestProperties; 341s FindReferenceAssembliesForReferences; 341s _GenerateCompileInputs; 341s BeforeCompile; 341s _TimeStampBeforeCompile; 341s _GenerateCompileDependencyCache; 341s CoreCompile; 341s _TimeStampAfterCompile; 341s AfterCompile; 341s ; 341s _CreateAppHost; 341s _CreateComHost; 341s _GetIjwHostPaths; 341s " (previous value: " 341s ResolveReferences; 341s ResolveKeySource; 341s SetWin32ManifestProperties; 341s FindReferenceAssembliesForReferences; 341s _GenerateCompileInputs; 341s BeforeCompile; 341s _TimeStampBeforeCompile; 341s _GenerateCompileDependencyCache; 341s CoreCompile; 341s _TimeStampAfterCompile; 341s AfterCompile; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5) 341s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 341s 341s _GenerateSatelliteAssemblyInputs; 341s ComputeIntermediateSatelliteAssemblies; 341s GenerateSatelliteAssemblies 341s ; 341s CoreGenerateSatelliteAssemblies 341s " (previous value: " 341s _GenerateSatelliteAssemblyInputs; 341s ComputeIntermediateSatelliteAssemblies; 341s GenerateSatelliteAssemblies 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 341s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 341s 341s ; 341s 341s ; 341s BuildOnlySettings; 341s PrepareForBuild; 341s AssignTargetPaths; 341s ResolveReferences 341s 341s ; 341s _GenerateDesignerDepsFile; 341s _GenerateDesignerRuntimeConfigFile; 341s GetCopyToOutputDirectoryItems; 341s _GatherDesignerShadowCopyFiles; 341s " (previous value: " 341s ; 341s 341s ; 341s BuildOnlySettings; 341s PrepareForBuild; 341s AssignTargetPaths; 341s ResolveReferences 341s 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 341s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 341s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 341s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net8.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 341s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 341s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET8_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 341s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 341s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 341s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 341s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 341s Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 341s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 341s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 341s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 341s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 341s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) on node 1 (_IsProjectRestoreSupported target(s)). 341s 1:2>Target "_IsProjectRestoreSupported" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 341s 1:2>Done building target "_IsProjectRestoreSupported" in project "Turkey.Tests.csproj". 341s 1:2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_IsProjectRestoreSupported target(s)). 341s 1>Done executing task "MSBuild". 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 341s Assembly loaded during TaskRun: NuGet.Build.Tasks, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll, MVID: b6f79d71-43e8-45c0-bbc3-a1472a76282c, AppDomain: [Default]) 341s Assembly loaded during TaskRun: NuGet.Common, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Common.dll, MVID: eac596d5-06f1-449b-8375-2548033f29a7, AppDomain: [Default]) 341s Assembly loaded during TaskRun: NuGet.Commands, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Commands.dll, MVID: 47d96313-20ae-4806-aaa3-668fece6efda, AppDomain: [Default]) 341s Using "WarnForInvalidProjectsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "WarnForInvalidProjectsTask" 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.WarnForInvalidProjectsTask): NuGet.ProjectModel, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.ProjectModel.dll, MVID: 06a8cc45-d49b-4d1f-9d57-834573273f01, AppDomain: [Default]) 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.WarnForInvalidProjectsTask): NuGet.Configuration, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Configuration.dll, MVID: 5ad2086e-0940-46f7-83de-2a9b915de624, AppDomain: [Default]) 341s (in) AllProjects '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) ValidProjects '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s Done executing task "WarnForInvalidProjectsTask". 341s 1>Done building target "_FilterRestoreGraphProjectInputItems" in project "Turkey.Tests.csproj". 341s Target "_FilterRestoreGraphProjectInputItems" skipped. Previously built successfully. 341s 1>Target "_GetAllRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraph" depends on it): 341s Using "NuGetMessageTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "NuGetMessageTask" 341s Determining projects to restore... 341s Done executing task "NuGetMessageTask". 341s Task "MSBuild" 341s Global Properties: 341s ExcludeRestorePackageImports=true 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 341s 1:3>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s 1:3>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 341s Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 341s Task "ConvertToAbsolutePath" 341s Done executing task "ConvertToAbsolutePath". 341s 1:3>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Turkey.Tests.csproj". 341s 1:3>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 341s 1:3>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Turkey.Tests.csproj". 341s 1:3>Target "_GenerateRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s 1:3>Done building target "_GenerateRestoreProjectPathItems" in project "Turkey.Tests.csproj". 341s 1:3>Target "_GenerateRestoreProjectPathWalk" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 341s Task "MSBuild" 341s Global Properties: 341s ExcludeRestorePackageImports=true 341s 0>Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5) 341s Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.112/' expanded from the environment. 341s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.112/Current/Microsoft.Common.props (60,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 341s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5) 341s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 341s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (4,5) 341s Property 'TargetBundledFramework' with value 'true' expanded from the environment. 341s Property reassignment: $(TargetFramework)="net8.0" (previous value: "net6.0") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (9,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 341s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 341s Property reassignment: $(OutputPath)="bin\Release/net8.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 341s Property reassignment: $(IntermediateOutputPath)="obj\Release/net8.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 341s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 341s Property reassignment: $(_FrameworkVersionForImplicitDefine)="8_0" (previous value: "8.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 341s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:12.0 -define:TRACE" (previous value: "-langversion:12.0") at /usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets (197,5) 341s The "Configuration" property is a global property, and cannot be modified. 341s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (179,5) 341s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (185,5) 341s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (529,5) 341s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (568,5) 341s Property 'LocalAppData' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.local/share' expanded from the environment. 341s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (3824,5) 341s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 341s AssignProjectConfiguration; 341s _SplitProjectReferencesByFileExistence 341s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (4976,5) 341s Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.112' expanded from the environment. 341s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/project.assets.json" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj//project.assets.json") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 341s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.assets.cache" (previous value: "obj\Release/net8.0/Turkey.assets.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 341s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s " (previous value: " 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 341s Property reassignment: $(PrepareResourcesDependsOn)=" 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s 341s ; 341s PrepareResourceNames; 341s ResGen; 341s CompileLicxFiles 341s 341s " (previous value: " 341s ; 341s PrepareResourceNames; 341s ResGen; 341s CompileLicxFiles 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 341s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 341s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 341s 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s ; 341s ResolveTargetingPackAssets; 341s " (previous value: " 341s 341s ResolveProjectReferences; 341s FindInvalidProjectReferences; 341s GetFrameworkPaths; 341s GetReferenceAssemblyPaths; 341s PrepareForBuild; 341s ResolveSDKReferences; 341s ExpandSDKReferences; 341s ; 341s ResolvePackageDependenciesForBuild; 341s _HandlePackageFileConflicts; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 341s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genruntimeconfig.cache" (previous value: "obj\Release/net8.0/Turkey.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 341s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genpublishdeps.cache" (previous value: "obj\Release/net8.0/Turkey.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 341s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genbundle.cache" (previous value: "obj\Release/net8.0/Turkey.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 341s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 341s Property 'HOME' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp' expanded from the environment. 341s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 341s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5) 341s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 341s Property reassignment: $(CoreBuildDependsOn)=" 341s _CheckForBuildWithNoBuild; 341s 341s BuildOnlySettings; 341s PrepareForBuild; 341s PreBuildEvent; 341s ResolveReferences; 341s PrepareResources; 341s ResolveKeySource; 341s Compile; 341s ExportWindowsMDFile; 341s UnmanagedUnregistration; 341s GenerateSerializationAssemblies; 341s CreateSatelliteAssemblies; 341s GenerateManifests; 341s GetTargetPath; 341s PrepareForRun; 341s UnmanagedRegistration; 341s IncrementalClean; 341s PostBuildEvent 341s ; 341s GenerateBuildDependencyFile; 341s GenerateBuildRuntimeConfigurationFiles 341s " (previous value: " 341s BuildOnlySettings; 341s PrepareForBuild; 341s PreBuildEvent; 341s ResolveReferences; 341s PrepareResources; 341s ResolveKeySource; 341s Compile; 341s ExportWindowsMDFile; 341s UnmanagedUnregistration; 341s GenerateSerializationAssemblies; 341s CreateSatelliteAssemblies; 341s GenerateManifests; 341s GetTargetPath; 341s PrepareForRun; 341s UnmanagedRegistration; 341s IncrementalClean; 341s PostBuildEvent 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5) 341s Property reassignment: $(CoreCleanDependsOn)=" 341s _SdkBeforeClean; 341s 341s " (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5) 341s Property reassignment: $(RebuildDependsOn)=" 341s _SdkBeforeRebuild; 341s 341s BeforeRebuild; 341s Clean; 341s Build; 341s AfterRebuild; 341s 341s " (previous value: " 341s BeforeRebuild; 341s Clean; 341s Build; 341s AfterRebuild; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5) 341s Property reassignment: $(CompileDependsOn)=" 341s 341s ResolveReferences; 341s ResolveKeySource; 341s SetWin32ManifestProperties; 341s FindReferenceAssembliesForReferences; 341s _GenerateCompileInputs; 341s BeforeCompile; 341s _TimeStampBeforeCompile; 341s _GenerateCompileDependencyCache; 341s CoreCompile; 341s _TimeStampAfterCompile; 341s AfterCompile; 341s ; 341s _CreateAppHost; 341s _CreateComHost; 341s _GetIjwHostPaths; 341s " (previous value: " 341s ResolveReferences; 341s ResolveKeySource; 341s SetWin32ManifestProperties; 341s FindReferenceAssembliesForReferences; 341s _GenerateCompileInputs; 341s BeforeCompile; 341s _TimeStampBeforeCompile; 341s _GenerateCompileDependencyCache; 341s CoreCompile; 341s _TimeStampAfterCompile; 341s AfterCompile; 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5) 341s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 341s 341s _GenerateSatelliteAssemblyInputs; 341s ComputeIntermediateSatelliteAssemblies; 341s GenerateSatelliteAssemblies 341s ; 341s CoreGenerateSatelliteAssemblies 341s " (previous value: " 341s _GenerateSatelliteAssemblyInputs; 341s ComputeIntermediateSatelliteAssemblies; 341s GenerateSatelliteAssemblies 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 341s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 341s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 341s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 341s 341s ; 341s 341s ; 341s BuildOnlySettings; 341s PrepareForBuild; 341s AssignTargetPaths; 341s ResolveReferences 341s 341s ; 341s _GenerateDesignerDepsFile; 341s _GenerateDesignerRuntimeConfigFile; 341s GetCopyToOutputDirectoryItems; 341s _GatherDesignerShadowCopyFiles; 341s " (previous value: " 341s ; 341s 341s ; 341s BuildOnlySettings; 341s PrepareForBuild; 341s AssignTargetPaths; 341s ResolveReferences 341s 341s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 341s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.toolssettingsinput.cache" (previous value: "obj\Release/net8.0/Turkey.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 341s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.shiminput.cache" (previous value: "obj\Release/net8.0/Turkey.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 341s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.shimcreated.sentinel" (previous value: "obj\Release/net8.0/Turkey.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 341s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 341s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET8_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 341s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 341s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 341s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 341s Assembly loaded during Evaluation: System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Runtime.Serialization.Formatters.dll, MVID: 7aad4980-8075-467a-adae-76c82d8d562c, AppDomain: [Default]) 341s Assembly loaded during Evaluation: System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Text.Encodings.Web.dll, MVID: 7f9d565e-ec2a-4913-8c0d-8be3511f645c, AppDomain: [Default]) 341s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 341s Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 341s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 341s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 341s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 341s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 341s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 341s 1:3>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:3) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 341s 2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s 2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 341s Task "ConvertToAbsolutePath" 341s Done executing task "ConvertToAbsolutePath". 341s 2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Turkey.csproj". 341s 2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 341s 2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Turkey.csproj". 341s 2>Target "_GenerateRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s 2>Done building target "_GenerateRestoreProjectPathItems" in project "Turkey.csproj". 341s 2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 341s Task "MSBuild" 341s Done executing task "MSBuild". 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s 2>Done building target "_GenerateRestoreProjectPathWalk" in project "Turkey.csproj". 341s 2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateRestoreProjectPathWalk target(s)). 341s 1:3>Done executing task "MSBuild". 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s 1:3>Done building target "_GenerateRestoreProjectPathWalk" in project "Turkey.Tests.csproj". 341s 1:3>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateRestoreProjectPathWalk target(s)). 341s 1>Done executing task "MSBuild". 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s Task "MSBuild" 341s Global Properties: 341s ExcludeRestorePackageImports=true 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:4) on node 1 (_IsProjectRestoreSupported target(s)). 341s 1:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 341s 1:4>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_IsProjectRestoreSupported target(s)). 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:2) on node 1 (_IsProjectRestoreSupported target(s)). 341s 2:2>Target "_IsProjectRestoreSupported" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 341s 2:2>Done building target "_IsProjectRestoreSupported" in project "Turkey.csproj". 341s 2:2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_IsProjectRestoreSupported target(s)). 341s 1>Done executing task "MSBuild". 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 341s 1>Done building target "_GetAllRestoreProjectPathItems" in project "Turkey.Tests.csproj". 341s 1>Target "_GenerateRestoreGraph" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 341s Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 341s Task "Message" 341s Generating dg file 341s Done executing task "Message". 341s Task "Message" 341s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 341s Done executing task "Message". 341s Task "Message" 341s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 341s Done executing task "Message". 341s Task "MSBuild" 341s Global Properties: 341s ExcludeRestorePackageImports=true 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 341s 2:3>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 341s 2:3>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 341s 2:3>Done building target "_GetProjectJsonPath" in project "Turkey.csproj". 341s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 341s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 341s 2:3>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true'). 341s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 341s 2:3>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.csproj". 341s Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 341s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 341s 2:3>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 341s 2:3>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.csproj". 341s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 341s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 341s 2:3>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 341s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 341s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 341s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 341s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 341s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 341s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 341s 2:3>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.csproj". 341s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 341s 2:3>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 341s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckForImplicitPackageReferenceOverrides" 341s Done executing task "CheckForImplicitPackageReferenceOverrides". 341s 2:3>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.csproj". 341s 2:3>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ApplyImplicitVersions" 341s Done executing task "ApplyImplicitVersions". 341s 2:3>Done building target "ApplyImplicitVersions" in project "Turkey.csproj". 341s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 341s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 341s Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 341s 2:3>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and false == 'true'). 341s 2:3>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.csproj". 341s 2:3>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 341s 2:3>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.csproj". 341s 2:3>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckForDuplicateFrameworkReferences" 341s Done executing task "CheckForDuplicateFrameworkReferences". 341s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ProcessFrameworkReferences" 341s Done executing task "ProcessFrameworkReferences". 341s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ResolveAppHosts" 341s Done executing task "ResolveAppHosts". 341s 2:3>Done building target "ProcessFrameworkReferences" in project "Turkey.csproj". 341s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 341s 2:3>Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true'). 341s 2:3>Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "Turkey.csproj". 341s 2:3>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 341s 2:3>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.csproj". 341s 2:3>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 341s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 2:3>Done building target "CollectPackageReferences" in project "Turkey.csproj". 341s 2:3>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreSpecs" depends on it): 341s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreProjectStyleTask" 341s (in) HasPackageReferenceItems 'True' 341s (in) MSBuildProjectDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey' 341s (in) MSBuildProjectName 'Turkey' 341s (in) ProjectJsonPath '' 341s (in) RestoreProjectStyle 'PackageReference' 341s (out) IsPackageReferenceCompatibleProjectStyle 'True' 341s (out) ProjectStyle 'PackageReference' 341s Done executing task "GetRestoreProjectStyleTask". 341s 2:3>Done building target "_GetRestoreProjectStyle" in project "Turkey.csproj". 341s 2:3>Target "_GenerateRestoreSpecs" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 341s Task "Message" 341s Restore entry point /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 341s Done executing task "Message". 341s 2:3>Done building target "_GenerateRestoreSpecs" in project "Turkey.csproj". 341s 2:3>Target "_GetRestoreSettingsOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettings" depends on it): 341s Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 341s 2:3>Done building target "_GetRestoreSettingsOverrides" in project "Turkey.csproj". 341s 2:3>Target "_GetRestoreSettingsPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 341s 2:3>Done building target "_GetRestoreSettingsPerFramework" in project "Turkey.csproj". 341s 2:3>Target "_GetRestoreSettingsCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettings" depends on it): 341s 2:3>Done building target "_GetRestoreSettingsCurrentProject" in project "Turkey.csproj". 341s Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 341s 2:3>Target "_GetRestoreSettings" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 341s Using "GetRestoreSettingsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreSettingsTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) RestoreSources '' 341s (in) RestorePackagesPath '' 341s (in) RestoreRepositoryPath '' 341s (in) RestoreFallbackFolders '' 341s (in) RestoreConfigFile '' 341s (in) RestoreSolutionDirectory '' 341s (in) RestoreRootConfigDirectory '' 341s (in) RestorePackagesPathOverride '' 341s (in) RestoreSourcesOverride '' 341s (in) RestoreFallbackFoldersOverride '' 341s (in) RestoreProjectStyle 'PackageReference' 341s (in) MSBuildStartupDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner' 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreSettingsTask): NuGet.Packaging, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Packaging.dll, MVID: 489af282-a90e-454e-b2ff-569f27b3745e, AppDomain: [Default]) 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreSettingsTask): NuGet.LibraryModel, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.LibraryModel.dll, MVID: ba855b57-c4fc-4b50-9141-776eaa9463ed, AppDomain: [Default]) 341s (out) OutputPackagesPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/' 341s (out) OutputRepositoryPath '' 341s (out) OutputSources 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages;https://api.nuget.org/v3/index.json' 341s (out) OutputFallbackFolders '' 341s (out) OutputConfigFilePaths '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/nuget.config;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config' 341s Done executing task "GetRestoreSettingsTask". 341s 2:3>Done building target "_GetRestoreSettings" in project "Turkey.csproj". 341s 2:3>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 341s Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreDotnetCliToolsTask" 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreDotnetCliToolsTask): NuGet.Versioning, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Versioning.dll, MVID: fe9e9972-d5d9-4753-bbf3-04c343fc0b18, AppDomain: [Default]) 341s (in) ProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) DotnetCliToolReferences '' 341s (in) RestoreSources 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages;https://api.nuget.org/v3/index.json' 341s (in) RestorePackagesPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/' 341s (in) RestoreConfigFilePaths '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/nuget.config;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config' 341s Done executing task "GetRestoreDotnetCliToolsTask". 341s 2:3>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Turkey.csproj". 341s 2:3>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 341s 2:3>Done building target "_GenerateRestoreGraphProjectEntry" in project "Turkey.csproj". 341s 2:3>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 341s 1:5>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 341s 1:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 341s 1:5>Done building target "_GetProjectJsonPath" in project "Turkey.Tests.csproj". 341s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 341s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 341s 1:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true'). 341s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 341s 1:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 341s Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 341s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 341s 1:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 341s 1:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 341s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 341s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 341s 1:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 341s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 341s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 341s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 341s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 341s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 341s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 341s 1:5>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.Tests.csproj". 341s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 341s 1:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 341s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckForImplicitPackageReferenceOverrides" 341s Done executing task "CheckForImplicitPackageReferenceOverrides". 341s 1:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.Tests.csproj". 341s 1:5>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ApplyImplicitVersions" 341s Done executing task "ApplyImplicitVersions". 341s 1:5>Done building target "ApplyImplicitVersions" in project "Turkey.Tests.csproj". 341s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 341s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 341s Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 341s 1:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp'). 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 341s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 341s 1:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.Tests.csproj". 341s 1:5>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 341s 1:5>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.Tests.csproj". 341s 1:5>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "CheckForDuplicateFrameworkReferences" 341s Done executing task "CheckForDuplicateFrameworkReferences". 341s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ProcessFrameworkReferences" 341s Done executing task "ProcessFrameworkReferences". 341s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "ResolveAppHosts" 341s Done executing task "ResolveAppHosts". 341s 1:5>Done building target "ProcessFrameworkReferences" in project "Turkey.Tests.csproj". 341s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 341s 1:5>Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true'). 341s 1:5>Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "Turkey.Tests.csproj". 341s 1:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 341s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 341s 1:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.Tests.csproj". 341s 1:5>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 341s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 1:5>Done building target "CollectPackageReferences" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreSpecs" depends on it): 341s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreProjectStyleTask" 341s (in) HasPackageReferenceItems 'True' 341s (in) MSBuildProjectDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests' 341s (in) MSBuildProjectName 'Turkey.Tests' 341s (in) ProjectJsonPath '' 341s (in) RestoreProjectStyle 'PackageReference' 341s (out) IsPackageReferenceCompatibleProjectStyle 'True' 341s (out) ProjectStyle 'PackageReference' 341s Done executing task "GetRestoreProjectStyleTask". 341s 1:5>Done building target "_GetRestoreProjectStyle" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GenerateRestoreSpecs" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 341s Task "Message" 341s Restore entry point /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 341s Done executing task "Message". 341s 1:5>Done building target "_GenerateRestoreSpecs" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GetRestoreSettingsOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettings" depends on it): 341s Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 341s Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 341s 1:5>Done building target "_GetRestoreSettingsOverrides" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 341s 1:5>Done building target "_GetRestoreSettingsPerFramework" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettings" depends on it): 341s 1:5>Done building target "_GetRestoreSettingsCurrentProject" in project "Turkey.Tests.csproj". 341s Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 341s 1:5>Target "_GetRestoreSettings" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 341s Using "GetRestoreSettingsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreSettingsTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) RestoreSources '' 341s (in) RestorePackagesPath '' 341s (in) RestoreRepositoryPath '' 341s (in) RestoreFallbackFolders '' 341s (in) RestoreConfigFile '' 341s (in) RestoreSolutionDirectory '' 341s (in) RestoreRootConfigDirectory '' 341s (in) RestorePackagesPathOverride '' 341s (in) RestoreSourcesOverride '' 341s (in) RestoreFallbackFoldersOverride '' 341s (in) RestoreProjectStyle 'PackageReference' 341s (in) MSBuildStartupDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner' 341s (out) OutputPackagesPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/' 341s (out) OutputRepositoryPath '' 341s (out) OutputSources 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages;https://api.nuget.org/v3/index.json' 341s (out) OutputFallbackFolders '' 341s (out) OutputConfigFilePaths '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/nuget.config;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config' 341s Done executing task "GetRestoreSettingsTask". 341s 1:5>Done building target "_GetRestoreSettings" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 341s Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreDotnetCliToolsTask" 341s (in) ProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) DotnetCliToolReferences '' 341s (in) RestoreSources 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages;https://api.nuget.org/v3/index.json' 341s (in) RestorePackagesPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/' 341s (in) RestoreConfigFilePaths '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/nuget.config;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config' 341s Done executing task "GetRestoreDotnetCliToolsTask". 341s 1:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Turkey.Tests.csproj". 341s 1:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 341s 1:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "Turkey.Tests.csproj". 341s 1:5>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 341s 1>Done executing task "MSBuild". 341s Task "MSBuild" 341s Global Properties: 341s ExcludeRestorePackageImports=true 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 341s 2:4>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s 2:4>Target "_GetRestoreTargetFrameworkOverride" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreTargetFrameworksOutput" depends on it): 341s Task "GetGlobalPropertyValueTask" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s 2:4>Done building target "_GetRestoreTargetFrameworkOverride" in project "Turkey.csproj". 341s 2:4>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 341s Using "GetProjectTargetFrameworksTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetProjectTargetFrameworksTask" 341s (in) ProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) TargetFrameworkMoniker '.NETCoreApp,Version=v8.0' 341s (in) TargetPlatformIdentifier '' 341s (in) TargetPlatformVersion '' 341s (in) TargetPlatformMinVersion '' 341s (in) TargetFrameworks '' 341s (in) TargetFramework 'net8.0' 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetProjectTargetFrameworksTask): NuGet.Frameworks, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Frameworks.dll, MVID: 10f4fa7a-4264-4ad8-ae59-2d468ccb4328, AppDomain: [Default]) 341s (out) ProjectTargetFrameworks 'net8.0' 341s Done executing task "GetProjectTargetFrameworksTask". 341s 2:4>Done building target "_GetRestoreTargetFrameworksOutput" in project "Turkey.csproj". 341s Target "_GetRestoreSettings" skipped. Previously built successfully. 341s 2:4>Target "_GenerateRestoreProjectSpec" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 341s Task "ConvertToAbsolutePath" 341s Done executing task "ConvertToAbsolutePath". 341s 2:4>Done building target "_GenerateRestoreProjectSpec" in project "Turkey.csproj". 341s Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "CollectPackageReferences" skipped. Previously built successfully. 341s 2:4>Target "CollectPackageDownloads" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 2:4>Done building target "CollectPackageDownloads" in project "Turkey.csproj". 341s 2:4>Target "CollectFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s 2:4>Done building target "CollectFrameworkReferences" in project "Turkey.csproj". 341s 2:4>Target "CollectCentralPackageVersions" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 2:4>Done building target "CollectCentralPackageVersions" in project "Turkey.csproj". 341s Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 341s 2:4>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 341s Using "GetRestoreProjectReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreProjectReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) ProjectReferences '' 341s (in) ParentProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s Done executing task "GetRestoreProjectReferencesTask". 341s Using "GetRestorePackageReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestorePackageReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) PackageReferences 'Newtonsoft.Json;System.CommandLine;Text.Analyzers' 341s Done executing task "GetRestorePackageReferencesTask". 341s Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 341s Using "GetRestorePackageDownloadsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestorePackageDownloadsTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) PackageDownloads '' 341s Done executing task "GetRestorePackageDownloadsTask". 341s Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreFrameworkReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) FrameworkReferences 'Microsoft.NETCore.App' 341s Done executing task "GetRestoreFrameworkReferencesTask". 341s 2:4>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Turkey.csproj". 341s 2:4>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreDependencies" depends on it): 341s 2:4>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Turkey.csproj". 341s 2:4>Target "_GenerateRestoreDependencies" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 341s 2:4>Done building target "_GenerateRestoreDependencies" in project "Turkey.csproj". 341s 2:4>Target "_GenerateProjectRestoreGraph" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 341s 2:4>Done building target "_GenerateProjectRestoreGraph" in project "Turkey.csproj". 341s 2:4>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateProjectRestoreGraph target(s)). 341s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 341s 1:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s 1:6>Target "_GetRestoreTargetFrameworkOverride" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreTargetFrameworksOutput" depends on it): 341s Task "GetGlobalPropertyValueTask" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s 1:6>Done building target "_GetRestoreTargetFrameworkOverride" in project "Turkey.Tests.csproj". 341s 1:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 341s Using "GetProjectTargetFrameworksTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetProjectTargetFrameworksTask" 341s (in) ProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) TargetFrameworkMoniker '.NETCoreApp,Version=v8.0' 341s (in) TargetPlatformIdentifier '' 341s (in) TargetPlatformVersion '' 341s (in) TargetPlatformMinVersion '' 341s (in) TargetFrameworks '' 341s (in) TargetFramework 'net8.0' 341s (out) ProjectTargetFrameworks 'net8.0' 341s Done executing task "GetProjectTargetFrameworksTask". 341s 1:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "Turkey.Tests.csproj". 341s Target "_GetRestoreSettings" skipped. Previously built successfully. 341s 1:6>Target "_GenerateRestoreProjectSpec" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 341s Task "ConvertToAbsolutePath" 341s Done executing task "ConvertToAbsolutePath". 341s 1:6>Done building target "_GenerateRestoreProjectSpec" in project "Turkey.Tests.csproj". 341s Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 341s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 341s Target "CollectPackageReferences" skipped. Previously built successfully. 341s 1:6>Target "CollectPackageDownloads" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 1:6>Done building target "CollectPackageDownloads" in project "Turkey.Tests.csproj". 341s 1:6>Target "CollectFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s 1:6>Done building target "CollectFrameworkReferences" in project "Turkey.Tests.csproj". 341s 1:6>Target "CollectCentralPackageVersions" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 341s Task "CheckForDuplicateNuGetItemsTask" 341s Done executing task "CheckForDuplicateNuGetItemsTask". 341s 1:6>Done building target "CollectCentralPackageVersions" in project "Turkey.Tests.csproj". 341s Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 341s 1:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 341s Using "GetRestoreProjectReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreProjectReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) ProjectReferences '../Turkey/Turkey.csproj' 341s (in) ParentProjectPath '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s Done executing task "GetRestoreProjectReferencesTask". 341s Using "GetRestorePackageReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestorePackageReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) PackageReferences 'Microsoft.NET.Test.Sdk;xunit;xunit.runner.visualstudio' 341s Done executing task "GetRestorePackageReferencesTask". 341s Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 341s Using "GetRestorePackageDownloadsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestorePackageDownloadsTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) PackageDownloads '' 341s Done executing task "GetRestorePackageDownloadsTask". 341s Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "GetRestoreFrameworkReferencesTask" 341s (in) ProjectUniqueName '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj' 341s (in) TargetFrameworks 'net8.0' 341s (in) FrameworkReferences 'Microsoft.NETCore.App' 341s Done executing task "GetRestoreFrameworkReferencesTask". 341s 1:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Turkey.Tests.csproj". 341s 1:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreDependencies" depends on it): 341s 1:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Turkey.Tests.csproj". 341s 1:6>Target "_GenerateRestoreDependencies" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 341s 1:6>Done building target "_GenerateRestoreDependencies" in project "Turkey.Tests.csproj". 341s 1:6>Target "_GenerateProjectRestoreGraph" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 341s 1:6>Done building target "_GenerateProjectRestoreGraph" in project "Turkey.Tests.csproj". 341s 1:6>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateProjectRestoreGraph target(s)). 341s 1>Done executing task "MSBuild". 341s 1>Done building target "_GenerateRestoreGraph" in project "Turkey.Tests.csproj". 341s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 341s 1>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 341s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 341s Task "AllowEmptyTelemetry" 341s Done executing task "AllowEmptyTelemetry". 341s 1>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.Tests.csproj". 341s 1>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true'). 341s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 341s 1>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 341s Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 341s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 341s 1>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 341s Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 341s 1>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 341s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 341s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 341s 1>Target "Restore" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 341s Task "RemoveDuplicates" 341s Done executing task "RemoveDuplicates". 341s Using "RestoreTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 341s Task "RestoreTask" 341s (in) RestoreGraphItems Count '15' 341s (in) RestoreDisableParallel 'False' 341s (in) RestoreNoCache 'False' 341s (in) RestoreIgnoreFailedSources 'False' 341s (in) RestoreRecursive 'True' 341s (in) RestoreForce 'False' 341s (in) HideWarningsAndErrors 'False' 341s (in) RestoreForceEvaluate 'False' 341s (in) RestorePackagesConfig 'False' 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Protocol, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Protocol.dll, MVID: 4666c785-4f7a-4f40-8f74-4c162fd7d59d, AppDomain: [Default]) 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Credentials, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.Credentials.dll, MVID: 49249a40-f005-409d-85d1-ed5bd429e53e, AppDomain: [Default]) 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.DependencyResolver.Core, Version=6.8.1.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/NuGet.DependencyResolver.Core.dll, MVID: 397f7c52-ff67-41a1-a599-686b6a83fe19, AppDomain: [Default]) 341s X.509 certificate chain validation will use the fallback certificate bundle at '/usr/lib/dotnet/sdk/8.0.112/trustedroots/codesignctl.pem'. 341s X.509 certificate chain validation will use the fallback certificate bundle at '/usr/lib/dotnet/sdk/8.0.112/trustedroots/timestampctl.pem'. 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (location: /usr/lib/dotnet/sdk/8.0.112/Newtonsoft.Json.dll, MVID: 0af90a88-4dd3-47c1-b305-1f4146816b25, AppDomain: [Default]) 341s Running restore with 4 concurrent jobs. 341s Reading project file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj. 341s Reading project file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj. 341s Restoring packages for /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj... 341s Restoring packages for /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj... 341s Restoring packages for .NETCoreApp,Version=v8.0... 341s Restoring packages for .NETCoreApp,Version=v8.0... 341s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.net.test.sdk/index.json 341s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/text.analyzers/index.json 341s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/system.commandline/index.json 341s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit/index.json 341s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Net.NetworkInformation.dll, MVID: 3d8654b4-160b-478c-8427-cacd71baf519, AppDomain: [Default]) 341s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.runner.visualstudio/index.json 342s GET https://api.nuget.org/v3-flatcontainer/system.commandline/index.json 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 342s GET https://api.nuget.org/v3-flatcontainer/text.analyzers/index.json 342s GET https://api.nuget.org/v3-flatcontainer/xunit/index.json 342s GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 342s OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 191ms 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.9.0/microsoft.net.test.sdk.17.9.0.nupkg 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.runner.visualstudio/index.json 705ms 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit/index.json 719ms 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/text.analyzers/index.json 719ms 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.net.test.sdk/index.json 738ms 342s OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/system.commandline/index.json 751ms 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/system.commandline/2.0.0-beta1.21573.1/system.commandline.2.0.0-beta1.21573.1.nupkg 342s OK https://api.nuget.org/v3-flatcontainer/system.commandline/index.json 356ms 342s OK https://api.nuget.org/v3-flatcontainer/text.analyzers/index.json 379ms 342s GET https://api.nuget.org/v3-flatcontainer/text.analyzers/3.3.4/text.analyzers.3.3.4.nupkg 342s OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 381ms 342s GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.8.0/xunit.runner.visualstudio.2.8.0.nupkg 342s OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.9.0/microsoft.net.test.sdk.17.9.0.nupkg 178ms 342s OK https://api.nuget.org/v3-flatcontainer/xunit/index.json 395ms 342s GET https://api.nuget.org/v3-flatcontainer/xunit/2.8.0/xunit.2.8.0.nupkg 342s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Numerics.Vectors.dll, MVID: 59c9b5ad-2123-40aa-aaff-76bababf7fb1, AppDomain: [Default]) 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.testplatform.testhost/index.json 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.codecoverage/index.json 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 342s OK https://api.nuget.org/v3-flatcontainer/text.analyzers/3.3.4/text.analyzers.3.3.4.nupkg 76ms 342s OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.8.0/xunit.runner.visualstudio.2.8.0.nupkg 88ms 342s OK https://api.nuget.org/v3-flatcontainer/xunit/2.8.0/xunit.2.8.0.nupkg 119ms 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.core/index.json 342s GET https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.assert/index.json 342s GET https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 342s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.analyzers/index.json 342s GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 342s OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 166ms 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.9.0/microsoft.codecoverage.17.9.0.nupkg 342s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 187ms 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.codecoverage/index.json 190ms 342s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.testplatform.testhost/index.json 193ms 342s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg 343s OK https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 168ms 343s GET https://api.nuget.org/v3-flatcontainer/xunit.core/2.8.0/xunit.core.2.8.0.nupkg 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.core/index.json 188ms 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.assert/index.json 188ms 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.analyzers/index.json 189ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 204ms 343s GET https://api.nuget.org/v3-flatcontainer/xunit.assert/2.8.0/xunit.assert.2.8.0.nupkg 343s OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 225ms 343s GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.13.0/xunit.analyzers.1.13.0.nupkg 343s OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.9.0/microsoft.codecoverage.17.9.0.nupkg 255ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.core/2.8.0/xunit.core.2.8.0.nupkg 141ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.13.0/xunit.analyzers.1.13.0.nupkg 95ms 343s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg 310ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.assert/2.8.0/xunit.assert.2.8.0.nupkg 142ms 343s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.extensibility.core/index.json 343s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 343s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.extensibility.execution/index.json 343s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 343s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 167ms 343s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.8.0/xunit.extensibility.execution.2.8.0.nupkg 343s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 173ms 343s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.8.0/xunit.extensibility.core.2.8.0.nupkg 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.extensibility.core/index.json 190ms 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit.extensibility.execution/index.json 190ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.8.0/xunit.extensibility.execution.2.8.0.nupkg 82ms 343s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.8.0/xunit.extensibility.core.2.8.0.nupkg 88ms 343s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.testplatform.objectmodel/index.json 343s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 343s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/newtonsoft.json/index.json 343s GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 343s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 159ms 343s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg 343s OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 169ms 343s GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/microsoft.testplatform.objectmodel/index.json 192ms 343s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/newtonsoft.json/index.json 194ms 343s OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/system.commandline/2.0.0-beta1.21573.1/system.commandline.2.0.0-beta1.21573.1.nupkg 1321ms 343s OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg 75ms 343s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg 86ms 344s Resolving conflicts for net8.0... 344s Resolving conflicts for net8.0... 344s Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.3 344s Acquiring lock for the installation of System.Collections.Immutable 1.5.0 344s Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.3 344s Acquired lock for the installation of System.Collections.Immutable 1.5.0 344s Acquiring lock for the installation of System.Numerics.Vectors 4.4.0 344s Acquired lock for the installation of System.Numerics.Vectors 4.4.0 344s Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.3 344s Acquiring lock for the installation of System.Buffers 4.5.1 344s Acquired lock for the installation of System.Buffers 4.5.1 344s Acquiring lock for the installation of System.Memory 4.5.4 344s Acquired lock for the installation of System.Memory 4.5.4 344s Acquiring lock for the installation of Text.Analyzers 3.3.4 344s Acquired lock for the installation of Text.Analyzers 3.3.4 344s Acquiring lock for the installation of System.Numerics.Vectors 4.4.0 344s Acquiring lock for the installation of System.Buffers 4.5.1 344s Acquiring lock for the installation of xunit.abstractions 2.0.3 344s Acquired lock for the installation of xunit.abstractions 2.0.3 344s Acquiring lock for the installation of System.Reflection.Metadata 1.6.0 344s Acquired lock for the installation of System.Reflection.Metadata 1.6.0 344s Acquiring lock for the installation of System.Memory 4.5.4 344s Acquiring lock for the installation of xunit.extensibility.execution 2.8.0 344s Acquired lock for the installation of xunit.extensibility.execution 2.8.0 344s Acquiring lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 344s Acquired lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 344s Acquiring lock for the installation of xunit.extensibility.core 2.8.0 344s Acquired lock for the installation of xunit.extensibility.core 2.8.0 344s Acquiring lock for the installation of Newtonsoft.Json 13.0.1 344s Acquiring lock for the installation of Newtonsoft.Json 13.0.3 344s Acquired lock for the installation of Newtonsoft.Json 13.0.1 344s Acquired lock for the installation of Newtonsoft.Json 13.0.3 344s Acquiring lock for the installation of Microsoft.TestPlatform.ObjectModel 17.9.0 344s Acquired lock for the installation of Microsoft.TestPlatform.ObjectModel 17.9.0 344s Acquiring lock for the installation of Text.Analyzers 3.3.4 344s Acquiring lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 344s Acquiring lock for the installation of Newtonsoft.Json 13.0.3 344s Acquiring lock for the installation of xunit.analyzers 1.13.0 344s Acquired lock for the installation of xunit.analyzers 1.13.0 344s Acquiring lock for the installation of xunit.assert 2.8.0 344s Acquired lock for the installation of xunit.assert 2.8.0 344s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Security.Cryptography.Pkcs, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/8.0.112/System.Security.Cryptography.Pkcs.dll, MVID: c4d32455-90f2-4bac-83ee-8bd672236d95, AppDomain: [Default]) 344s Installed System.Reflection.Metadata 1.6.0 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash MDeTFU23+VO3mdSkNsP/TQoTl33APnQGM7rJ/nPmsPCKwKuRB5pfM25BSoJn9GVo+SeM1/KvmyG9tVaPTxifng==. 344s Installed System.Collections.Immutable 1.5.0 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash QE7JPTZg417U9Tkm26Qt3ZNbBu7iHxgtrEp4cTll5kRIZtFdC1oOwjK6Fr3waAsemq3Zml0jDeBlrMzAxdA1/A==. 344s Installed System.Buffers 4.5.1 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash iJS3L1M4+NfR8qpID0n8/gDYgxhogTSY42v3N4z1bdis0Pyc19NyWY4eUaFh1vFEJF01NHrW+q8KU/Pc6QjybA==. 344s Installed System.Runtime.CompilerServices.Unsafe 4.5.3 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash PRZPircBT0hZ8xKdgF917QMBbsE6tJVXyQPzGq1geUyNEd0yFokAOrO6wlEYjDrMyw3pEsCcWD78PwGz/8f/vA==. 344s Installed xunit.abstractions 2.0.3 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash ef+ZSjRLFRtR69TmOSG1Cn6bmZr5CiUEj3BbO0vYjKtwf00aOYAmfSmIMDI6LL2HvnWsDD6LclIA/AjVQV/4uQ==. 344s Installed System.Memory 4.5.4 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash OBvFZwuFY9K8ecKA/b/L2H97/ivyXnBWi4p6/oSLQ5AdUie6a6cmpUwBomlKTx8i0P+W7ntGJxRVsalYgplx2A==. 344s Installed System.Numerics.Vectors 4.4.0 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash /NfO53Yujna/CW5uyOPJ8cT3+JWMboa0SlQ1b6ZebmJQD6vmlDylmiDUEhW3JMtd/cyzb6KU72CWOz+6smJMLA==. 344s Acquiring lock for the installation of Microsoft.NET.Test.Sdk 17.9.0 344s Acquired lock for the installation of Microsoft.NET.Test.Sdk 17.9.0 344s Acquiring lock for the installation of xunit 2.8.0 344s Acquired lock for the installation of xunit 2.8.0 344s Lock not required - Package already installed System.Buffers 4.5.1 344s Lock not required - Package already installed System.Numerics.Vectors 4.4.0 344s Lock not required - Package already installed System.Memory 4.5.4 344s Acquiring lock for the installation of xunit.runner.visualstudio 2.8.0 344s Acquired lock for the installation of xunit.runner.visualstudio 2.8.0 344s Lock not required - Package already installed System.Runtime.CompilerServices.Unsafe 4.5.3 344s Installed Newtonsoft.Json 13.0.3 from /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages with content hash cxklM6FtDAGYSebVgHmVjBmnyHzDolilbmR53qxUh6/mfgWfN0Oyg1/mCbqIHjqa6pfADZABhdsETAQOuU8XkQ==. 344s Lock not required - Package already installed Newtonsoft.Json 13.0.3 344s Acquiring lock for the installation of Microsoft.TestPlatform.TestHost 17.9.0 344s Acquiring lock for the installation of Microsoft.CodeCoverage 17.9.0 344s Acquired lock for the installation of Microsoft.TestPlatform.TestHost 17.9.0 344s Acquired lock for the installation of Microsoft.CodeCoverage 17.9.0 344s Acquiring lock for the installation of xunit.core 2.8.0 344s Acquired lock for the installation of xunit.core 2.8.0 345s PackageSignatureVerificationLog: PackageIdentity: xunit.analyzers.1.13.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: System.CommandLine.2.0.0-beta1.21573.1 Source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json PackageSignatureValidity: True 345s Installed xunit.analyzers 1.13.0 from https://api.nuget.org/v3/index.json with content hash Pai9YnDV71/Ox14nBHB6/f62iyPyLbmUG/YYMiA4dfdFZvr0gIYE9yGxSr0i5Tr3INK75wgL2MCUNEKpeiZ2Fw==. 345s Installed System.CommandLine 2.0.0-beta1.21573.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json with content hash +85OAZ2YRORmPuDplz2zYX4ZAGHe3IPs8YHv8NwiIlzGiC6U3bNUY2Jqyu8rPCj2SjvGGS6bsLVrP4Gm/rbQQw==. 345s PackageSignatureVerificationLog: PackageIdentity: xunit.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed xunit 2.8.0 from https://api.nuget.org/v3/index.json with content hash US3a3twJziAif1kFPGdk9fALwILHxV0n1roX5j67bN/d3o4DGNLHnV3tr5ZX+uinVrzfkf0avH3zGX8JPBC0qA==. 345s PackageSignatureVerificationLog: PackageIdentity: xunit.extensibility.core.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed xunit.extensibility.core 2.8.0 from https://api.nuget.org/v3/index.json with content hash eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==. 345s PackageSignatureVerificationLog: PackageIdentity: xunit.core.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: Text.Analyzers.3.3.4 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed xunit.core 2.8.0 from https://api.nuget.org/v3/index.json with content hash McSTFGTETCxLpmJKE9TWi9FtFthrRbpRrjz2V2g8sK2wRt1+JHs15vwi+B+nfftFkV9aFWIXZfzZM95TIGZNIA==. 345s Lock not required - Package already installed System.CommandLine 2.0.0-beta1.21573.1 345s PackageSignatureVerificationLog: PackageIdentity: Microsoft.TestPlatform.TestHost.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: xunit.extensibility.execution.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: Microsoft.TestPlatform.ObjectModel.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: Microsoft.CodeCoverage.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed xunit.extensibility.execution 2.8.0 from https://api.nuget.org/v3/index.json with content hash TyyrZesHB9ODZMS9c73OqiBz4x0vL944JCkSPBWW5w6PF2LlUfdfXRjjOhoIOuY6lTmEgl07rS4/Jot9mCYnpg==. 345s PackageSignatureVerificationLog: PackageIdentity: xunit.runner.visualstudio.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: Newtonsoft.Json.13.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s PackageSignatureVerificationLog: PackageIdentity: Microsoft.NET.Test.Sdk.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed xunit.runner.visualstudio 2.8.0 from https://api.nuget.org/v3/index.json with content hash mqQbS2zr8dfgSWxkNOC6UTzO8JoqpTmM5+FFn2XR/2nVmx2JvEY0YbM5pt2FmXVg9YVe+jKUPHd6KrroyCl67w==. 345s Installed Microsoft.NET.Test.Sdk 17.9.0 from https://api.nuget.org/v3/index.json with content hash 7GUNAUbJYn644jzwLm5BD3a2p9C1dmP8Hr6fDPDxgItQk9hBs1Svdxzz07KQ/UphMSmgza9AbijBJGmw5D658A==. 345s PackageSignatureVerificationLog: PackageIdentity: xunit.assert.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 345s Installed Microsoft.TestPlatform.ObjectModel 17.9.0 from https://api.nuget.org/v3/index.json with content hash 1ilw/8vgmjLyKU+2SKXKXaOqpYFJCQfGqGz+x0cosl981VzjrY74Sv6qAJv+neZMZ9ZMxF3ArN6kotaQ4uvEBw==. 345s Installed xunit.assert 2.8.0 from https://api.nuget.org/v3/index.json with content hash lwf7Dy5/5HbDkaPx1YrGXCByytCEEcIn+KPI74jh2BD/RU/7RhO8c+S3k0Ph+Mr7+cLf338fl+o6UcgPCLa6PA==. 345s Installed Microsoft.TestPlatform.TestHost 17.9.0 from https://api.nuget.org/v3/index.json with content hash Spmg7Wx49Ya3SxBjyeAR+nQpjMTKZwTwpZ7KyeOTIqI/WHNPnBU4HUvl5kuHPQAwGWqMy4FGZja1HvEwvoaDiA==. 345s Installed Newtonsoft.Json 13.0.1 from https://api.nuget.org/v3/index.json with content hash ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==. 345s Installed Microsoft.CodeCoverage 17.9.0 from https://api.nuget.org/v3/index.json with content hash RGD37ZSrratfScYXm7M0HjvxMxZyWZL4jm+XgMZbkIY1UPgjUpbNA/t+WTGj/rC/0Hm9A3IrH3ywbKZkOCnoZA==. 345s Installed Text.Analyzers 3.3.4 from https://api.nuget.org/v3/index.json with content hash SxlXb1fAUHucMBqebmuBvs3AauUpJFEUGN5rHqJMkmqUz9jXwDK87oUtCE1GbxMYcTBN0omwxfh7TJG6d81Hxw==. 345s Lock not required - Package already installed Text.Analyzers 3.3.4 345s GET https://api.nuget.org/v3/vulnerabilities/index.json 345s OK https://api.nuget.org/v3/vulnerabilities/index.json 165ms 345s GET https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/vulnerability.base.json 345s GET https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/2025.02.11.04.21.55/vulnerability.update.json 345s OK https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/vulnerability.base.json 163ms 345s OK https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/2025.02.11.04.21.55/vulnerability.update.json 162ms 345s All packages and projects are compatible with net8.0. 345s All packages and projects are compatible with net8.0. 345s Committing restore... 345s Committing restore... 345s Generating MSBuild file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.g.props. 345s Generating MSBuild file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.g.props. 345s Generating MSBuild file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.g.targets. 345s Generating MSBuild file /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.g.targets. 345s Writing assets file to disk. Path: /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json 345s Writing assets file to disk. Path: /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/project.assets.json 345s Writing cache file to disk. Path: /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.nuget.cache 345s Writing cache file to disk. Path: /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/project.nuget.cache 345s Persisting dg to /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.dgspec.json 345s Persisting dg to /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.dgspec.json 345s Restored /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (in 4.33 sec). 345s Restored /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (in 4.33 sec). 345s 345s NuGet Config files used: 345s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/nuget.config 345s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config 345s 345s Feeds used: 345s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 345s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/packages 345s https://api.nuget.org/v3/index.json 345s 345s Installed: 345s 22 package(s) to /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 345s 7 package(s) to /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 345s Done executing task "RestoreTask". 345s 1>Done building target "Restore" in project "Turkey.Tests.csproj". 345s 1>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (Restore target(s)). 345s 345s Build succeeded. 345s 0 Warning(s) 345s 0 Error(s) 345s 345s Time Elapsed 00:00:05.96 345s Build started 02/11/2025 10:17:14. 345s 0>Process = "/usr/lib/dotnet/dotnet" 345s MSBuild executable path = "/usr/lib/dotnet/sdk/8.0.112/MSBuild.dll" 345s Command line arguments = "/usr/lib/dotnet/sdk/8.0.112/MSBuild.dll -maxcpucount -verbosity:m -nologo -target:VSTest -nodereuse:false -nologo -property:Configuration=Release -property:TargetFramework=net8.0 -verbosity:detailed Turkey.Tests -property:VSTestVerbosity=detailed -property:VSTestArtifactsProcessingMode=collect -property:VSTestSessionCorrelationId=7969_3603051c-466f-4356-afa5-30687f2d94de" 345s Current directory = "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner" 345s MSBuild version = "17.8.5+b5265ef37" 345s Resolving SDK 'Microsoft.NET.Sdk'... 345s Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5) 345s Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.112/' expanded from the environment. 345s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.112/Current/Microsoft.Common.props (60,5) 345s The "Configuration" property is a global property, and cannot be modified. 345s The "Configuration" property is a global property, and cannot be modified. 345s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 345s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 345s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5) 345s Resolving SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator'... 345s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 345s The "TargetFramework" property is a global property, and cannot be modified. 345s The "TargetFramework" property is a global property, and cannot be modified. 345s The "Configuration" property is a global property, and cannot be modified. 345s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 345s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 345s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 345s Property reassignment: $(OutputPath)="bin\Release/net8.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 345s Property reassignment: $(IntermediateOutputPath)="obj\Release/net8.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 345s Resolving SDK 'Microsoft.NET.SDK.WorkloadManifestTargetsLocator'... 345s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 345s Property reassignment: $(_FrameworkVersionForImplicitDefine)="8_0" (previous value: "8.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 346s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:12.0 -define:TRACE" (previous value: "-langversion:12.0") at /usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets (197,5) 346s The "Configuration" property is a global property, and cannot be modified. 346s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (175,5) 346s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (185,5) 346s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (529,5) 346s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (568,5) 346s Property 'LocalAppData' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.local/share' expanded from the environment. 346s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (3824,5) 346s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 346s AssignProjectConfiguration; 346s _SplitProjectReferencesByFileExistence 346s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (4976,5) 346s Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.112' expanded from the environment. 346s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets (20,5) 346s Property reassignment: $(HasRuntimeOutput)="true" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets (37,5) 346s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 346s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s " (previous value: " 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 346s Property reassignment: $(PrepareResourcesDependsOn)=" 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s 346s ; 346s PrepareResourceNames; 346s ResGen; 346s CompileLicxFiles 346s 346s " (previous value: " 346s ; 346s PrepareResourceNames; 346s ResGen; 346s CompileLicxFiles 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 346s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 346s 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s ; 346s ResolveTargetingPackAssets; 346s " (previous value: " 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 346s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 346s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 346s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 346s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 346s Property 'HOME' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp' expanded from the environment. 346s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 346s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5) 346s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 346s Property reassignment: $(CoreBuildDependsOn)=" 346s _CheckForBuildWithNoBuild; 346s 346s BuildOnlySettings; 346s PrepareForBuild; 346s PreBuildEvent; 346s ResolveReferences; 346s PrepareResources; 346s ResolveKeySource; 346s Compile; 346s ExportWindowsMDFile; 346s UnmanagedUnregistration; 346s GenerateSerializationAssemblies; 346s CreateSatelliteAssemblies; 346s GenerateManifests; 346s GetTargetPath; 346s PrepareForRun; 346s UnmanagedRegistration; 346s IncrementalClean; 346s PostBuildEvent 346s ; 346s GenerateBuildDependencyFile; 346s GenerateBuildRuntimeConfigurationFiles 346s " (previous value: " 346s BuildOnlySettings; 346s PrepareForBuild; 346s PreBuildEvent; 346s ResolveReferences; 346s PrepareResources; 346s ResolveKeySource; 346s Compile; 346s ExportWindowsMDFile; 346s UnmanagedUnregistration; 346s GenerateSerializationAssemblies; 346s CreateSatelliteAssemblies; 346s GenerateManifests; 346s GetTargetPath; 346s PrepareForRun; 346s UnmanagedRegistration; 346s IncrementalClean; 346s PostBuildEvent 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5) 346s Property reassignment: $(CoreCleanDependsOn)=" 346s _SdkBeforeClean; 346s 346s " (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5) 346s Property reassignment: $(RebuildDependsOn)=" 346s _SdkBeforeRebuild; 346s 346s BeforeRebuild; 346s Clean; 346s Build; 346s AfterRebuild; 346s 346s " (previous value: " 346s BeforeRebuild; 346s Clean; 346s Build; 346s AfterRebuild; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5) 346s Property reassignment: $(CompileDependsOn)=" 346s 346s ResolveReferences; 346s ResolveKeySource; 346s SetWin32ManifestProperties; 346s FindReferenceAssembliesForReferences; 346s _GenerateCompileInputs; 346s BeforeCompile; 346s _TimeStampBeforeCompile; 346s _GenerateCompileDependencyCache; 346s CoreCompile; 346s _TimeStampAfterCompile; 346s AfterCompile; 346s ; 346s _CreateAppHost; 346s _CreateComHost; 346s _GetIjwHostPaths; 346s " (previous value: " 346s ResolveReferences; 346s ResolveKeySource; 346s SetWin32ManifestProperties; 346s FindReferenceAssembliesForReferences; 346s _GenerateCompileInputs; 346s BeforeCompile; 346s _TimeStampBeforeCompile; 346s _GenerateCompileDependencyCache; 346s CoreCompile; 346s _TimeStampAfterCompile; 346s AfterCompile; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5) 346s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 346s 346s _GenerateSatelliteAssemblyInputs; 346s ComputeIntermediateSatelliteAssemblies; 346s GenerateSatelliteAssemblies 346s ; 346s CoreGenerateSatelliteAssemblies 346s " (previous value: " 346s _GenerateSatelliteAssemblyInputs; 346s ComputeIntermediateSatelliteAssemblies; 346s GenerateSatelliteAssemblies 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 346s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 346s 346s ; 346s 346s ; 346s BuildOnlySettings; 346s PrepareForBuild; 346s AssignTargetPaths; 346s ResolveReferences 346s 346s ; 346s _GenerateDesignerDepsFile; 346s _GenerateDesignerRuntimeConfigFile; 346s GetCopyToOutputDirectoryItems; 346s _GatherDesignerShadowCopyFiles; 346s " (previous value: " 346s ; 346s 346s ; 346s BuildOnlySettings; 346s PrepareForBuild; 346s AssignTargetPaths; 346s ResolveReferences 346s 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 346s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 346s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net8.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 346s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net8.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 346s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 346s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET8_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 346s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 346s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 346s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 346s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 346s Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 346s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 346s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 346s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 346s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 346s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" on node 1 (VSTest target(s)). 346s 1>Target "GenerateProgramFile" in file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 346s 1>Task "Warning" skipped, due to false condition; (@(ProgramCompiles->Count()) != 0) was evaluated as (0 != 0). 346s 1>Done building target "GenerateProgramFile" in project "Turkey.Tests.csproj". 346s Target "ShowInfoMessageIfProjectHasNoIsTestProjectProperty" skipped, due to false condition; ('$(IsTestProject)' == '') was evaluated as ('true' == ''). 346s 1>Target "VSTest" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 346s Using "CallTarget" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "CallTarget" 346s 1>Target "BuildProject" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "VSTest" depends on it): 346s Task "CallTarget" 346s 1>Target "ShowMsbuildWithParameter" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BuildProject" depends on it): 346s Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "Message" 346s Building project /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj for TargetFramework=net8.0 346s Done executing task "Message". 346s Task "Message" 346s Value passed to msbuild are... 346s Done executing task "Message". 346s Task "Message" 346s Configuration = Release 346s Done executing task "Message". 346s Task "Message" 346s TargetFramework = net8.0 346s Done executing task "Message". 346s Task "Message" 346s Platform = 346s Done executing task "Message". 346s Task "Message" 346s OutputPath = bin\Release/net8.0/ 346s Done executing task "Message". 346s 1>Done building target "ShowMsbuildWithParameter" in project "Turkey.Tests.csproj". 346s Done executing task "CallTarget". 346s Assembly loaded during TaskRun: Microsoft.TestPlatform.Build, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.Build.dll, MVID: e766829b-8128-4c76-8523-4b64c1ebf79a, AppDomain: [Default]) 346s Using "Microsoft.TestPlatform.Build.Tasks.VSTestLogsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.Build.dll". 346s Task "Microsoft.TestPlatform.Build.Tasks.VSTestLogsTask" 346s Build started, please wait... 346s Done executing task "Microsoft.TestPlatform.Build.Tasks.VSTestLogsTask". 346s Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "MSBuild" 346s 1>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) on node 1 (default targets). 346s 1:2>Target "GenerateProgramFile" skipped. Previously built successfully. 346s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s 1:2>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "AllowEmptyTelemetry" 346s Done executing task "AllowEmptyTelemetry". 346s 1:2>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.Tests.csproj". 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 1:2>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 346s 1:2>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 346s Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true'). 346s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 346s 1:2>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 346s 1:2>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 346s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 346s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 346s Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 346s Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 346s 1:2>Target "_CheckForUnsupportedArtifactsPath" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NetSdkError" skipped, due to false condition; ('$(UseArtifactsOutput)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 346s Task "NetSdkError" skipped, due to false condition; ('$(_ArtifactsPathLocationType)' == 'ProjectFolder') was evaluated as ('' == 'ProjectFolder'). 346s 1:2>Done building target "_CheckForUnsupportedArtifactsPath" in project "Turkey.Tests.csproj". 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 1:2>Target "_CheckForUnsupportedAppHostUsage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true') was evaluated as ('' == 'true' and '' == '' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSelfContained)' != 'true' and '$(PublishSelfContained)' != 'false' and '$(PublishSelfContained)' != '') was evaluated as ('' != 'true' and '' != 'false' and '' != ''). 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true') was evaluated as ('' == 'true' and '' != 'true' and '' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1') was evaluated as ('' != 'true' and '' == 'true' and '8.0' < '2.1'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0'). 346s Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0'). 346s Task "NETSdkWarning" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true') was evaluated as ('' != '' and '8.0' != '' and False and '' != 'true'). 346s Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 346s Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 346s 1:2>Done building target "_CheckForUnsupportedAppHostUsage" in project "Turkey.Tests.csproj". 346s 1:2>Target "_CheckForUnsupportedHostingUsage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 346s 1:2>Done building target "_CheckForUnsupportedHostingUsage" in project "Turkey.Tests.csproj". 346s 1:2>Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true'). 346s 1:2>Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "Turkey.Tests.csproj". 346s Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 346s 1:2>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 346s 1:2>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.Tests.csproj". 346s Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 346s 1:2>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 346s Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 346s 1:2>Done building target "_GetProjectJsonPath" in project "Turkey.Tests.csproj". 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 346s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 346s 1:2>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 346s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 346s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 346s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 346s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 346s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 346s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 346s 1:2>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.Tests.csproj". 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 1:2>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 346s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForImplicitPackageReferenceOverrides" 346s Done executing task "CheckForImplicitPackageReferenceOverrides". 346s 1:2>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.Tests.csproj". 346s 1:2>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 346s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ApplyImplicitVersions" 346s Done executing task "ApplyImplicitVersions". 346s 1:2>Done building target "ApplyImplicitVersions" in project "Turkey.Tests.csproj". 346s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 346s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 346s Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 346s 1:2>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 346s 1:2>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 346s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForDuplicateFrameworkReferences" 346s Done executing task "CheckForDuplicateFrameworkReferences". 346s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ProcessFrameworkReferences" 346s Done executing task "ProcessFrameworkReferences". 346s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolveAppHosts" 346s Done executing task "ResolveAppHosts". 346s 1:2>Done building target "ProcessFrameworkReferences" in project "Turkey.Tests.csproj". 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 1:2>Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true'). 346s 1:2>Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "Turkey.Tests.csproj". 346s 1:2>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 346s 1:2>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 346s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 346s Task "CheckForDuplicateNuGetItemsTask" 346s Done executing task "CheckForDuplicateNuGetItemsTask". 346s 1:2>Done building target "CollectPackageReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 346s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 346s Task "GetRestoreProjectStyleTask" 346s (in) HasPackageReferenceItems 'True' 346s (in) MSBuildProjectDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests' 346s (in) MSBuildProjectName 'Turkey.Tests' 346s (in) ProjectJsonPath '' 346s (in) RestoreProjectStyle 'PackageReference' 346s (out) IsPackageReferenceCompatibleProjectStyle 'True' 346s (out) ProjectStyle 'PackageReference' 346s Done executing task "GetRestoreProjectStyleTask". 346s 1:2>Done building target "_GetRestoreProjectStyle" in project "Turkey.Tests.csproj". 346s 1:2>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s 1:2>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "Turkey.Tests.csproj". 346s Target "ApplyImplicitVersions" skipped. Previously built successfully. 346s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 346s 1:2>Target "CheckForDuplicateItems" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Using "CheckForDuplicateItems" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s 1:2>Done building target "CheckForDuplicateItems" in project "Turkey.Tests.csproj". 346s Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 346s Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 346s Target "_WarnWhenUsingNET8AndVSPriorTo178" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(MSBuildVersion), '17.8.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '8.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 346s Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 346s Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 346s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 1:2>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeBuild" depends on it): 346s Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Task "Message" 346s Configuration=Release 346s Done executing task "Message". 346s Task "Message" 346s Platform=AnyCPU 346s Done executing task "Message". 346s Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net8.0/' != '' and !HasTrailingSlash('bin\Release/net8.0/')). 346s Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net8.0/' != '' and !HasTrailingSlash('obj/Release/net8.0/')). 346s Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 346s Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' != '' And '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' != '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' ). 346s Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' ). 346s 1:2>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "Turkey.Tests.csproj". 346s 1:2>Target "ValidateCommandLineProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeBuild" depends on it): 346s 1:2>Done building target "ValidateCommandLineProperties" in project "Turkey.Tests.csproj". 346s 1:2>Target "BeforeBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 346s 1:2>Done building target "BeforeBuild" in project "Turkey.Tests.csproj". 346s Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 346s 1:2>Target "BuildOnlySettings" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 346s 1:2>Done building target "BuildOnlySettings" in project "Turkey.Tests.csproj". 346s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 1:2>Target "GetFrameworkPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForBuild" depends on it): 346s 1:2>Done building target "GetFrameworkPaths" in project "Turkey.Tests.csproj". 346s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 1:2>Target "GetReferenceAssemblyPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForBuild" depends on it): 346s 1:2>Done building target "GetReferenceAssemblyPaths" in project "Turkey.Tests.csproj". 346s Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Target "_VerifyPackReleaseConfigurations" skipped, due to false condition; ('$(_IsPacking)' == 'true' and '$(DOTNET_CLI_DISABLE_PUBLISH_AND_PACK_RELEASE)' != 'true' and '$(DOTNET_CLI_LAZY_PUBLISH_AND_PACK_RELEASE_FOR_SOLUTIONS)' == 'true') was evaluated as ('' == 'true' and '' != 'true' and '' == 'true'). 346s 1:2>Target "PrepareForBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 346s Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "FindAppConfigFile" 346s Done executing task "FindAppConfigFile". 346s Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "MakeDir" 346s Creating directory "bin/Release/net8.0/". 346s Creating directory "obj/Release/net8.0/". 346s Creating directory "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/refint/". 346s Creating directory "obj/Release/net8.0/ref". 346s Done executing task "MakeDir". 346s 1:2>Done building target "PrepareForBuild" in project "Turkey.Tests.csproj". 346s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 346s Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 346s 1:2>Target "BeforeResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 346s 1:2>Done building target "BeforeResolveReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "IgnoreJavaScriptOutputAssembly" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignProjectConfiguration" depends on it): 346s 1:2>Done building target "IgnoreJavaScriptOutputAssembly" in project "Turkey.Tests.csproj". 346s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 346s 1:2>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageAssets" depends on it): 346s 1:2>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "Turkey.Tests.csproj". 346s 1:2>Target "_ComputePackageReferencePublish" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageAssets" depends on it): 346s 1:2>Done building target "_ComputePackageReferencePublish" in project "Turkey.Tests.csproj". 346s Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 346s ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 346s Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.8' == '' And 346s ('C#' == 'C#' Or 'C#' == 'VB') And 346s Exists('/usr/lib/dotnet/sdk/8.0.112/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 346s 1:2>Target "ResolvePackageAssets" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveLockFileReferences" depends on it): 346s Using "ResolvePackageAssets" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolvePackageAssets" 346s Done executing task "ResolvePackageAssets". 346s 1:2>Done building target "ResolvePackageAssets" in project "Turkey.Tests.csproj". 346s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 346s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 346s '' == 'true'). 346s Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != ''). 346s Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 346s 1:2>Target "ResolveLockFileReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s Using "JoinItems" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "JoinItems" 346s Done executing task "JoinItems". 346s 1:2>Done building target "ResolveLockFileReferences" in project "Turkey.Tests.csproj". 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s 1:2>Target "ResolveLockFileAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 1:2>Done building target "ResolveLockFileAnalyzers" in project "Turkey.Tests.csproj". 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 346s 1:2>Target "ResolveLockFileCopyLocalFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 1:2>Done building target "ResolveLockFileCopyLocalFiles" in project "Turkey.Tests.csproj". 346s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 346s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s 1:2>Target "IncludeTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 1:2>Done building target "IncludeTransitiveProjectReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "ResolvePackageDependenciesForBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignProjectConfiguration" depends on it): 346s 1:2>Done building target "ResolvePackageDependenciesForBuild" in project "Turkey.Tests.csproj". 346s 1:2>Target "AssignProjectConfiguration" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 346s Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "AssignProjectConfiguration" 346s Project reference "../Turkey/Turkey.csproj" has not been resolved. 346s Done executing task "AssignProjectConfiguration". 346s 1:2>Done building target "AssignProjectConfiguration" in project "Turkey.Tests.csproj". 346s Target "AssignProjectConfiguration" skipped. Previously built successfully. 346s 1:2>Target "_SplitProjectReferencesByFileExistence" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareProjectReferences" depends on it): 346s Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../Turkey/Turkey.csproj'!=''). 346s 1:2>Done building target "_SplitProjectReferencesByFileExistence" in project "Turkey.Tests.csproj". 346s 1:2>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 346s 1:2>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "Turkey.Tests.csproj". 346s 1:2>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareProjectReferences" depends on it): 346s Task "MSBuild" 346s Removing Properties: 346s TargetFramework 346s RuntimeIdentifier 346s SelfContained 346s 0>Property reassignment: $(ImportDirectoryBuildProps)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props (57,5) 346s Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/8.0.112/' expanded from the environment. 346s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/8.0.112/Current/Microsoft.Common.props (60,5) 346s The "Configuration" property is a global property, and cannot be modified. 346s The "Configuration" property is a global property, and cannot be modified. 346s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 346s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 346s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (93,5) 346s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 346s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (4,5) 346s Property 'TargetBundledFramework' with value 'true' expanded from the environment. 346s Property reassignment: $(TargetFramework)="net8.0" (previous value: "net6.0") at /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (9,5) 346s The "Configuration" property is a global property, and cannot be modified. 346s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 346s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 346s Property reassignment: $(OutputPath)="bin\Release/net8.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 346s Property reassignment: $(IntermediateOutputPath)="obj\Release/net8.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 346s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 346s Property reassignment: $(_FrameworkVersionForImplicitDefine)="8_0" (previous value: "8.0") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 346s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:12.0 -define:TRACE" (previous value: "-langversion:12.0") at /usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets (197,5) 346s The "Configuration" property is a global property, and cannot be modified. 346s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (179,5) 346s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (185,5) 346s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (529,5) 346s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (568,5) 346s Property 'LocalAppData' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.local/share' expanded from the environment. 346s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (3824,5) 346s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 346s AssignProjectConfiguration; 346s _SplitProjectReferencesByFileExistence 346s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets (4976,5) 346s Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/8.0.112' expanded from the environment. 346s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.assets.cache" (previous value: "obj\Release/net8.0/Turkey.assets.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 346s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s " (previous value: " 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 346s Property reassignment: $(PrepareResourcesDependsOn)=" 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s 346s ; 346s PrepareResourceNames; 346s ResGen; 346s CompileLicxFiles 346s 346s " (previous value: " 346s ; 346s PrepareResourceNames; 346s ResGen; 346s CompileLicxFiles 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 346s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 346s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 346s 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s ; 346s ResolveTargetingPackAssets; 346s " (previous value: " 346s 346s ResolveProjectReferences; 346s FindInvalidProjectReferences; 346s GetFrameworkPaths; 346s GetReferenceAssemblyPaths; 346s PrepareForBuild; 346s ResolveSDKReferences; 346s ExpandSDKReferences; 346s ; 346s ResolvePackageDependenciesForBuild; 346s _HandlePackageFileConflicts; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 346s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genruntimeconfig.cache" (previous value: "obj\Release/net8.0/Turkey.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 346s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genpublishdeps.cache" (previous value: "obj\Release/net8.0/Turkey.genpublishdeps.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 346s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.genbundle.cache" (previous value: "obj\Release/net8.0/Turkey.genbundle.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 346s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 346s Property 'HOME' with value '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp' expanded from the environment. 346s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 346s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (136,5) 346s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 346s Property reassignment: $(CoreBuildDependsOn)=" 346s _CheckForBuildWithNoBuild; 346s 346s BuildOnlySettings; 346s PrepareForBuild; 346s PreBuildEvent; 346s ResolveReferences; 346s PrepareResources; 346s ResolveKeySource; 346s Compile; 346s ExportWindowsMDFile; 346s UnmanagedUnregistration; 346s GenerateSerializationAssemblies; 346s CreateSatelliteAssemblies; 346s GenerateManifests; 346s GetTargetPath; 346s PrepareForRun; 346s UnmanagedRegistration; 346s IncrementalClean; 346s PostBuildEvent 346s ; 346s GenerateBuildDependencyFile; 346s GenerateBuildRuntimeConfigurationFiles 346s " (previous value: " 346s BuildOnlySettings; 346s PrepareForBuild; 346s PreBuildEvent; 346s ResolveReferences; 346s PrepareResources; 346s ResolveKeySource; 346s Compile; 346s ExportWindowsMDFile; 346s UnmanagedUnregistration; 346s GenerateSerializationAssemblies; 346s CreateSatelliteAssemblies; 346s GenerateManifests; 346s GetTargetPath; 346s PrepareForRun; 346s UnmanagedRegistration; 346s IncrementalClean; 346s PostBuildEvent 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (197,5) 346s Property reassignment: $(CoreCleanDependsOn)=" 346s _SdkBeforeClean; 346s 346s " (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (206,5) 346s Property reassignment: $(RebuildDependsOn)=" 346s _SdkBeforeRebuild; 346s 346s BeforeRebuild; 346s Clean; 346s Build; 346s AfterRebuild; 346s 346s " (previous value: " 346s BeforeRebuild; 346s Clean; 346s Build; 346s AfterRebuild; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (213,5) 346s Property reassignment: $(CompileDependsOn)=" 346s 346s ResolveReferences; 346s ResolveKeySource; 346s SetWin32ManifestProperties; 346s FindReferenceAssembliesForReferences; 346s _GenerateCompileInputs; 346s BeforeCompile; 346s _TimeStampBeforeCompile; 346s _GenerateCompileDependencyCache; 346s CoreCompile; 346s _TimeStampAfterCompile; 346s AfterCompile; 346s ; 346s _CreateAppHost; 346s _CreateComHost; 346s _GetIjwHostPaths; 346s " (previous value: " 346s ResolveReferences; 346s ResolveKeySource; 346s SetWin32ManifestProperties; 346s FindReferenceAssembliesForReferences; 346s _GenerateCompileInputs; 346s BeforeCompile; 346s _TimeStampBeforeCompile; 346s _GenerateCompileDependencyCache; 346s CoreCompile; 346s _TimeStampAfterCompile; 346s AfterCompile; 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (679,5) 346s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 346s 346s _GenerateSatelliteAssemblyInputs; 346s ComputeIntermediateSatelliteAssemblies; 346s GenerateSatelliteAssemblies 346s ; 346s CoreGenerateSatelliteAssemblies 346s " (previous value: " 346s _GenerateSatelliteAssemblyInputs; 346s ComputeIntermediateSatelliteAssemblies; 346s GenerateSatelliteAssemblies 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1065,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 346s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 346s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 346s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 346s 346s ; 346s 346s ; 346s BuildOnlySettings; 346s PrepareForBuild; 346s AssignTargetPaths; 346s ResolveReferences 346s 346s ; 346s _GenerateDesignerDepsFile; 346s _GenerateDesignerRuntimeConfigFile; 346s GetCopyToOutputDirectoryItems; 346s _GatherDesignerShadowCopyFiles; 346s " (previous value: " 346s ; 346s 346s ; 346s BuildOnlySettings; 346s PrepareForBuild; 346s AssignTargetPaths; 346s ResolveReferences 346s 346s ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 346s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.toolssettingsinput.cache" (previous value: "obj\Release/net8.0/Turkey.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 346s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.shiminput.cache" (previous value: "obj\Release/net8.0/Turkey.shiminput.cache") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 346s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.shimcreated.sentinel" (previous value: "obj\Release/net8.0/Turkey.shimcreated.sentinel") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 346s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 346s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET8_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 346s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 346s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 346s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/8.0.112/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 346s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 346s Overriding target "Run" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 346s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 346s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 346s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 346s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 346s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 346s 1:2>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2) on node 1 (GetTargetFrameworks target(s)). 346s 2>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetTargetFrameworks" depends on it): 346s 2>Using "CombineTargetFrameworkInfoProperties" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "CombineTargetFrameworkInfoProperties" 346s Done executing task "CombineTargetFrameworkInfoProperties". 346s 2>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "Turkey.csproj". 346s 2>Target "GetTargetFrameworks" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 346s Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 346s Using "CombineXmlElements" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "CombineXmlElements" 346s Done executing task "CombineXmlElements". 346s 2>Done building target "GetTargetFrameworks" in project "Turkey.csproj". 346s 2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetTargetFrameworks target(s)). 346s 1:2>Done executing task "MSBuild". 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(EnableDynamicPlatformResolution)' == 'true') was evaluated as ('' != 'true' and '' == 'true'). 346s Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 346s Task "GetReferenceNearestTargetFrameworkTask" 346s (in) CurrentProjectTargetFramework '.NETCoreApp,Version=v8.0' 346s (in) CurrentProjectTargetPlatform '' 346s (in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48;net481' 346s (in) AnnotatedProjectReferences '../Turkey/Turkey.csproj' 346s (out) AssignedProjects '../Turkey/Turkey.csproj' 346s Done executing task "GetReferenceNearestTargetFrameworkTask". 346s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 346s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../Turkey/Turkey.csproj' != '' and '.NETCoreApp,Version=v8.0' != '' 346s And 'true' != 'true' and '' != 'true'). 346s Using "SetRidAgnosticValueForProjects" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "SetRidAgnosticValueForProjects" 346s Done executing task "SetRidAgnosticValueForProjects". 346s 1:2>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "Turkey.Tests.csproj". 346s Target "ValidateExecutableReferences" skipped, due to false condition; ('$(ValidateExecutableReferencesMatchSelfContained)' != 'false') was evaluated as ('false' != 'false'). 346s Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 346s and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 346s and '../Turkey/Turkey.csproj' != ''). 346s 1:2>Target "PrepareProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveProjectReferences" depends on it): 346s 1:2>Done building target "PrepareProjectReferences" in project "Turkey.Tests.csproj". 346s 1:2>Target "ResolveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../Turkey/Turkey.csproj' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '../Turkey/Turkey.csproj' != ''). 346s Task "MSBuild" 346s Removing Properties for project "../Turkey/Turkey.csproj": 346s TargetFramework 346s 1:2>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:2) on node 1 (default targets). 346s 2:2>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s 2:2>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "AllowEmptyTelemetry" 346s Done executing task "AllowEmptyTelemetry". 346s 2:2>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.csproj". 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 2:2>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 346s 2:2>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.csproj". 346s Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and 'true' == 'true'). 346s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 346s 2:2>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 346s 2:2>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.csproj". 346s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 346s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 346s Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True). 346s Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 346s 2:2>Target "_CheckForUnsupportedArtifactsPath" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NetSdkError" skipped, due to false condition; ('$(UseArtifactsOutput)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 346s Task "NetSdkError" skipped, due to false condition; ('$(_ArtifactsPathLocationType)' == 'ProjectFolder') was evaluated as ('' == 'ProjectFolder'). 346s 2:2>Done building target "_CheckForUnsupportedArtifactsPath" in project "Turkey.csproj". 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 2:2>Target "_CheckForUnsupportedAppHostUsage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true') was evaluated as ('false' == 'true' and '' == '' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true' and '' != 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSelfContained)' != 'true' and '$(PublishSelfContained)' != 'false' and '$(PublishSelfContained)' != '') was evaluated as ('' != 'true' and '' != 'false' and '' != ''). 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true') was evaluated as ('false' == 'true' and 'false' != 'true' and 'true' == 'true'). 346s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1') was evaluated as ('false' != 'true' and 'false' == 'true' and '8.0' < '2.1'). 346s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0'). 346s Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0'). 346s Task "NETSdkWarning" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true') was evaluated as ('' != '' and '8.0' != '' and False and '' != 'true'). 346s Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 346s Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 346s 2:2>Done building target "_CheckForUnsupportedAppHostUsage" in project "Turkey.csproj". 346s 2:2>Target "_CheckForUnsupportedHostingUsage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('false' == 'true' and '' == 'true'). 346s 2:2>Done building target "_CheckForUnsupportedHostingUsage" in project "Turkey.csproj". 346s 2:2>Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true'). 346s 2:2>Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "Turkey.csproj". 346s Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 346s 2:2>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Exe != 'library' and '.NETCoreApp' == '.NETCoreApp'). 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 346s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and false == 'true'). 346s 2:2>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.csproj". 346s Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 346s 2:2>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 346s Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 346s 2:2>Done building target "_GetProjectJsonPath" in project "Turkey.csproj". 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 346s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 346s 2:2>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 346s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 346s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 346s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 346s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 346s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 346s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 346s 2:2>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.csproj". 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 2:2>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 346s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForImplicitPackageReferenceOverrides" 346s Done executing task "CheckForImplicitPackageReferenceOverrides". 346s 2:2>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.csproj". 346s 2:2>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 346s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ApplyImplicitVersions" 346s Done executing task "ApplyImplicitVersions". 346s 2:2>Done building target "ApplyImplicitVersions" in project "Turkey.csproj". 346s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 346s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 346s Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')). 346s 2:2>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 346s 2:2>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.csproj". 346s 2:2>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 346s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForDuplicateFrameworkReferences" 346s Done executing task "CheckForDuplicateFrameworkReferences". 346s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ProcessFrameworkReferences" 346s Done executing task "ProcessFrameworkReferences". 346s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolveAppHosts" 346s Done executing task "ResolveAppHosts". 346s 2:2>Done building target "ProcessFrameworkReferences" in project "Turkey.csproj". 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 2:2>Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true'). 346s 2:2>Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "Turkey.csproj". 346s 2:2>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 346s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 346s 2:2>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.csproj". 346s 2:2>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 346s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 346s Task "CheckForDuplicateNuGetItemsTask" 346s Done executing task "CheckForDuplicateNuGetItemsTask". 346s 2:2>Done building target "CollectPackageReferences" in project "Turkey.csproj". 346s 2:2>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 346s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/NuGet.Build.Tasks.dll". 346s Task "GetRestoreProjectStyleTask" 346s (in) HasPackageReferenceItems 'True' 346s (in) MSBuildProjectDirectory '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey' 346s (in) MSBuildProjectName 'Turkey' 346s (in) ProjectJsonPath '' 346s (in) RestoreProjectStyle 'PackageReference' 346s (out) IsPackageReferenceCompatibleProjectStyle 'True' 346s (out) ProjectStyle 'PackageReference' 346s Done executing task "GetRestoreProjectStyleTask". 346s 2:2>Done building target "_GetRestoreProjectStyle" in project "Turkey.csproj". 346s 2:2>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/lib/dotnet/sdk/8.0.112/NuGet.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s 2:2>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "Turkey.csproj". 346s Target "ApplyImplicitVersions" skipped. Previously built successfully. 346s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 346s 2:2>Target "CheckForDuplicateItems" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 346s Using "CheckForDuplicateItems" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s Task "CheckForDuplicateItems" 346s Done executing task "CheckForDuplicateItems". 346s 2:2>Done building target "CheckForDuplicateItems" in project "Turkey.csproj". 346s Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 346s Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 346s Target "_WarnWhenUsingNET8AndVSPriorTo178" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(MSBuildVersion), '17.8.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '8.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 346s Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')). 346s Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == ''). 346s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 346s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s 2:2>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeBuild" depends on it): 346s Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Task "Message" 346s Configuration=Release 346s Done executing task "Message". 346s Task "Message" 346s Platform=AnyCPU 346s Done executing task "Message". 346s Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Release/net8.0/' != '' and !HasTrailingSlash('bin/Release/net8.0/')). 346s Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net8.0/' != '' and !HasTrailingSlash('obj/Release/net8.0/')). 346s Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 346s Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/' != '' And '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/' != '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/' ). 346s Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/' ). 346s 2:2>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "Turkey.csproj". 346s 2:2>Target "ValidateCommandLineProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeBuild" depends on it): 346s 2:2>Done building target "ValidateCommandLineProperties" in project "Turkey.csproj". 346s 2:2>Target "BeforeBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 346s 2:2>Done building target "BeforeBuild" in project "Turkey.csproj". 346s Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 346s 2:2>Target "BuildOnlySettings" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 346s 2:2>Done building target "BuildOnlySettings" in project "Turkey.csproj". 346s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 2:2>Target "GetFrameworkPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForBuild" depends on it): 346s 2:2>Done building target "GetFrameworkPaths" in project "Turkey.csproj". 346s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 346s Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')). 346s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 346s 2:2>Target "GetReferenceAssemblyPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForBuild" depends on it): 346s 2:2>Done building target "GetReferenceAssemblyPaths" in project "Turkey.csproj". 346s Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 346s Target "_VerifyPackReleaseConfigurations" skipped, due to false condition; ('$(_IsPacking)' == 'true' and '$(DOTNET_CLI_DISABLE_PUBLISH_AND_PACK_RELEASE)' != 'true' and '$(DOTNET_CLI_LAZY_PUBLISH_AND_PACK_RELEASE_FOR_SOLUTIONS)' == 'true') was evaluated as ('' == 'true' and '' != 'true' and '' == 'true'). 346s 2:2>Target "PrepareForBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 346s Task "FindAppConfigFile" 346s Done executing task "FindAppConfigFile". 346s Task "MakeDir" 346s Creating directory "bin/Release/net8.0/". 346s Creating directory "obj/Release/net8.0/". 346s Creating directory "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/refint/". 346s Creating directory "obj/Release/net8.0/ref". 346s Done executing task "MakeDir". 346s 2:2>Done building target "PrepareForBuild" in project "Turkey.csproj". 346s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 346s Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 346s 2:2>Target "BeforeResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 346s 2:2>Done building target "BeforeResolveReferences" in project "Turkey.csproj". 346s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 346s 2:2>Target "IgnoreJavaScriptOutputAssembly" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignProjectConfiguration" depends on it): 346s 2:2>Done building target "IgnoreJavaScriptOutputAssembly" in project "Turkey.csproj". 346s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 346s 2:2>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageAssets" depends on it): 346s 2:2>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "Turkey.csproj". 346s 2:2>Target "_ComputePackageReferencePublish" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageAssets" depends on it): 346s 2:2>Done building target "_ComputePackageReferencePublish" in project "Turkey.csproj". 346s Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 346s ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 346s Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.8' == '' And 346s ('C#' == 'C#' Or 'C#' == 'VB') And 346s Exists('/usr/lib/dotnet/sdk/8.0.112/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 346s 2:2>Target "ResolvePackageAssets" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveLockFileReferences" depends on it): 346s Using "ResolvePackageAssets" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolvePackageAssets" 346s Done executing task "ResolvePackageAssets". 346s 2:2>Done building target "ResolvePackageAssets" in project "Turkey.csproj". 346s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 346s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 346s '' == 'true'). 346s Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != ''). 346s Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 346s 2:2>Target "ResolveLockFileReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s Using "JoinItems" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "JoinItems" 346s Done executing task "JoinItems". 346s 2:2>Done building target "ResolveLockFileReferences" in project "Turkey.csproj". 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s 2:2>Target "ResolveLockFileAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 2:2>Done building target "ResolveLockFileAnalyzers" in project "Turkey.csproj". 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 346s 2:2>Target "ResolveLockFileCopyLocalFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 2:2>Done building target "ResolveLockFileCopyLocalFiles" in project "Turkey.csproj". 346s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 346s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s 2:2>Target "IncludeTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 346s 2:2>Done building target "IncludeTransitiveProjectReferences" in project "Turkey.csproj". 346s 2:2>Target "ResolvePackageDependenciesForBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignProjectConfiguration" depends on it): 346s 2:2>Done building target "ResolvePackageDependenciesForBuild" in project "Turkey.csproj". 346s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 346s 2:2>Target "_SplitProjectReferencesByFileExistence" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 346s Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!=''). 346s 2:2>Done building target "_SplitProjectReferencesByFileExistence" in project "Turkey.csproj". 346s 2:2>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 346s 2:2>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "Turkey.csproj". 346s 2:2>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 346s Task "MSBuild" 346s Done executing task "MSBuild". 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(EnableDynamicPlatformResolution)' == 'true') was evaluated as ('' != 'true' and '' == 'true'). 346s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 346s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v8.0' != '' 346s And 'true' == 'true' and '' != 'true'). 346s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 346s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v8.0' != '' 346s And 'true' != 'true' and '' != 'true'). 346s Task "SetRidAgnosticValueForProjects" 346s Done executing task "SetRidAgnosticValueForProjects". 346s 2:2>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "Turkey.csproj". 346s 2:2>Target "ValidateExecutableReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 346s Using "ValidateExecutableReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ValidateExecutableReferences" 346s Done executing task "ValidateExecutableReferences". 346s 2:2>Done building target "ValidateExecutableReferences" in project "Turkey.csproj". 346s Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 346s and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 346s and '' != ''). 346s 2:2>Target "PrepareProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveProjectReferences" depends on it): 346s 2:2>Done building target "PrepareProjectReferences" in project "Turkey.csproj". 346s 2:2>Target "ResolveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '' != ''). 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != ''). 346s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != ''). 346s Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != ''). 346s 2:2>Done building target "ResolveProjectReferences" in project "Turkey.csproj". 346s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 346s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 346s Target "ResolveProjectReferences" skipped. Previously built successfully. 346s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 346s Target "GetFrameworkPaths" skipped. Previously built successfully. 346s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 346s Target "PrepareForBuild" skipped. Previously built successfully. 346s Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 346s 2:2>Target "ResolveSDKReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 346s Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 346s 2:2>Done building target "ResolveSDKReferences" in project "Turkey.csproj". 346s Target "ResolveSDKReferences" skipped. Previously built successfully. 346s 2:2>Target "ExpandSDKReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 346s Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 346s 2:2>Done building target "ExpandSDKReferences" in project "Turkey.csproj". 346s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 346s Target "GetFrameworkPaths" skipped. Previously built successfully. 346s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 346s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 346s Target "ResolvePackageAssets" skipped. Previously built successfully. 346s 2:2>Target "ResolveFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveTargetingPackAssets" depends on it): 346s Using "GetPackageDirectory" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Task "GetPackageDirectory" 346s Done executing task "GetPackageDirectory". 346s Using "ResolveFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolveFrameworkReferences" 346s Done executing task "ResolveFrameworkReferences". 346s 2:2>Done building target "ResolveFrameworkReferences" in project "Turkey.csproj". 346s 2:2>Target "ResolveTargetingPackAssets" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_HandlePackageFileConflicts" depends on it): 346s Using "ResolveTargetingPackAssets" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolveTargetingPackAssets" 346s Done executing task "ResolveTargetingPackAssets". 346s 2:2>Done building target "ResolveTargetingPackAssets" in project "Turkey.csproj". 346s 2:2>Target "ResolveOffByDefaultAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_HandlePackageFileConflicts" depends on it): 346s 2:2>Done building target "ResolveOffByDefaultAnalyzers" in project "Turkey.csproj". 346s 2:2>Target "_HandlePackageFileConflicts" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 346s Using "ResolvePackageFileConflicts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "ResolvePackageFileConflicts" 346s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.buffers/4.5.1/ref/netstandard2.0/System.Buffers.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.2.0'. 346s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.memory/4.5.4/lib/netstandard2.0/System.Memory.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.1.1'. 346s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll' because AssemblyVersion '8.0.0.0' is greater than '4.1.3.0'. 346s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.4.1'. 346s Encountered conflict between 'Platform:System.Memory.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.memory/4.5.4/lib/netstandard2.0/System.Memory.dll'. Choosing 'Platform:System.Memory.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.1.1'. 346s Encountered conflict between 'Platform:mscorlib.dll' and 'Platform:mscorlib.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Platform:Microsoft.VisualBasic.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.dll' and 'Platform:System.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.ComponentModel.DataAnnotations.dll' and 'Platform:System.ComponentModel.DataAnnotations.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Configuration.dll' and 'Platform:System.Configuration.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Core.dll' and 'Platform:System.Core.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Data.dll' and 'Platform:System.Data.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Drawing.dll' and 'Platform:System.Drawing.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.IO.Compression.FileSystem.dll' and 'Platform:System.IO.Compression.FileSystem.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Net.dll' and 'Platform:System.Net.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Numerics.dll' and 'Platform:System.Numerics.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Runtime.Serialization.dll' and 'Platform:System.Runtime.Serialization.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Security.dll' and 'Platform:System.Security.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Platform:System.ServiceProcess.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.ServiceModel.Web.dll' and 'Platform:System.ServiceModel.Web.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Transactions.dll' and 'Platform:System.Transactions.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Web.dll' and 'Platform:System.Web.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Windows.dll' and 'Platform:System.Windows.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Xml.dll' and 'Platform:System.Xml.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Xml.Serialization.dll' and 'Platform:System.Xml.Serialization.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Xml.Linq.dll' and 'Platform:System.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:WindowsBase.dll' and 'Platform:WindowsBase.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:netstandard.dll' and 'Platform:netstandard.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Private.CoreLib.dll' and 'Platform:System.Private.CoreLib.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'Platform:System.Private.DataContractSerialization.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Private.Uri.dll' and 'Platform:System.Private.Uri.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Private.Xml.dll' and 'Platform:System.Private.Xml.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:System.Private.Xml.Linq.dll' and 'Platform:System.Private.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions. 346s Encountered conflict between 'Platform:mscordaccore_s390x_s390x_8.0.1224.60305.dll' and 'Platform:mscordaccore_s390x_s390x_8.0.1224.60305.dll'. Could not determine winner due to equal file and assembly versions. 346s Done executing task "ResolvePackageFileConflicts". 346s 2:2>Done building target "_HandlePackageFileConflicts" in project "Turkey.csproj". 346s Target "ResolveTargetingPackAssets" skipped. Previously built successfully. 346s 2:2>Target "ResolveAssemblyReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 346s Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "ResolveAssemblyReference" 346s TargetFrameworkMoniker: 346s .NETCoreApp,Version=v8.0 346s TargetFrameworkMonikerDisplayName: 346s .NET 8.0 346s TargetedRuntimeVersion: 346s 346s Assemblies: 346s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll 346s Private = 'false' 346s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll' 346s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll 346s Private = 'false' 346s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll 346s Private = 'false' 346s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll 346s Private = 'false' 346s AssemblyFiles: 346s CandidateAssemblyFiles: 346s TargetFrameworkDirectories: 346s 346s InstalledAssemblyTables: 346s IgnoreInstalledAssemblyTable: 346s False 346s SearchPaths: 346s {CandidateAssemblyFiles} 346s {HintPathFromItem} 346s {TargetFrameworkDirectory} 346s {RawFileName} 346s AllowedAssemblyExtensions: 346s .winmd 346s .dll 346s .exe 346s AllowedRelatedFileExtensions: 346s .pdb 346s .xml 346s .pri 346s .dll.config 346s .exe.config 346s AppConfigFile: 346s 346s AutoUnify: 346s True 346s CopyLocalDependenciesWhenParentReferenceInGac: 346s True 346s FindDependencies: 346s True 346s TargetProcessorArchitecture: 346s msil 346s StateFile: 346s obj/Release/net8.0/Turkey.csproj.AssemblyReference.cache 346s InstalledAssemblySubsetTables: 346s IgnoreInstalledAssemblySubsetTable: 346s False 346s TargetFrameworkSubsets: 346s FullTargetFrameworkSubsetNames: 346s Full 346s ProfileName: 346s 346s FullFrameworkFolders: 346s LatestTargetFrameworkDirectories: 346s ProfileTablesLocation: 346s Primary reference "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". 346s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll". 346s Reference found at search path location "{HintPathFromItem}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 346s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll". 346s Reference found at search path location "{HintPathFromItem}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "Microsoft.CSharp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "Microsoft.Win32.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.AppContext, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Buffers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Collections.Concurrent, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Collections.NonGeneric, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel.Annotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel.EventBasedAsync, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Data.DataSetExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.Contracts, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.Debug, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.FileVersionInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.TextWriterTraceListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.Tools, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Diagnostics.Tracing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Drawing.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Dynamic.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Formats.Tar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Globalization.Calendars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Globalization.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Globalization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Compression.Brotli, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Compression.ZipFile, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.FileSystem.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.FileSystem.DriveInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.FileSystem.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.FileSystem.Watcher, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.FileSystem, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.IsolatedStorage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Pipes.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO.UnmanagedMemoryStream, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.IO, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Linq.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Linq.Queryable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Http.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.HttpListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Mail, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.NameResolution, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Ping, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Requests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.ServicePoint, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.WebClient, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.WebHeaderCollection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.WebProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.WebSockets.Client, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.DispatchProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Emit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection.TypeExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Reflection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Resources.Reader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Resources.ResourceManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Resources.Writer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.CompilerServices.Unsafe, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.CompilerServices.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Handles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.InteropServices.JavaScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.InteropServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Serialization.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Serialization.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Serialization.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.Algorithms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.Cng, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.Csp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.Encoding, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.OpenSsl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography.X509Certificates, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.Principal, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security.SecureString, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.Encoding, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Overlapped, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Tasks.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Tasks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Thread, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.ThreadPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading.Timer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Threading, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Transactions.Local, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.ValueTuple, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Web.HttpUtility, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.XPath.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.XPath, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.XmlDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml.XmlSerializer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Primary reference "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 346s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll". 346s Reference found at search path location "{RawFileName}". 346s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 346s The ImageRuntimeVersion for this reference is "". 346s Done executing task "ResolveAssemblyReference". 346s 2:2>Done building target "ResolveAssemblyReferences" in project "Turkey.csproj". 346s Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and '@(SuggestedBindingRedirects)' != '' and '$(DesignTimeBuild)' != 'true' and '$(BuildingProject)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true' and '' != '' and '' != 'true' and 'true' == 'true'). 346s Target "GenerateSupportedRuntime" skipped, due to false condition; ('$(GenerateSupportedRuntime)' != 'false' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('' != 'false' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 346s Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true'). 346s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 346s 2:2>Target "AfterResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 346s 2:2>Done building target "AfterResolveReferences" in project "Turkey.csproj". 346s 2:2>Target "ResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_BlockWinMDsOnUnsupportedTFMs" depends on it): 346s 2:2>Done building target "ResolveReferences" in project "Turkey.csproj". 346s 2:2>Target "_BlockWinMDsOnUnsupportedTFMs" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 346s Using "CheckForUnsupportedWinMDReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "CheckForUnsupportedWinMDReferences" 346s Done executing task "CheckForUnsupportedWinMDReferences". 346s Task "NETSdkError" skipped, due to false condition; ('$(OutputType)' == 'winmdobj') was evaluated as ('Exe' == 'winmdobj'). 346s 2:2>Done building target "_BlockWinMDsOnUnsupportedTFMs" in project "Turkey.csproj". 346s Target "ResolveReferences" skipped. Previously built successfully. 346s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 346s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 346s 2:2>Target "CopyAdditionalFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignTargetPaths" depends on it): 346s 2:2>Done building target "CopyAdditionalFiles" in project "Turkey.csproj". 346s Target "_ChooseAppHost" skipped, due to false condition; ('$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true') was evaluated as ('false' == 'true' and 'true' == 'true'). 346s Target "_GetComHostPaths" skipped, due to false condition; ('$(EnableComHosting)' == 'true' and '$(_IsExecutable)' != 'true') was evaluated as ('' == 'true' and 'true' != 'true'). 346s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 346s 2:2>Target "_ComputeNETCoreBuildOutputFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignTargetPaths" depends on it): 346s 2:2>Done building target "_ComputeNETCoreBuildOutputFiles" in project "Turkey.csproj". 346s 2:2>Target "AssignTargetPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 346s Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "AssignTargetPath" 346s Done executing task "AssignTargetPath". 346s Task "AssignTargetPath" 346s Done executing task "AssignTargetPath". 346s Task "AssignTargetPath" 346s Done executing task "AssignTargetPath". 346s Task "AssignTargetPath" 346s Done executing task "AssignTargetPath". 346s Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.json'=='.manifest'). 346s 2:2>Done building target "AssignTargetPaths" in project "Turkey.csproj". 346s Target "AssignTargetPaths" skipped. Previously built successfully. 346s 2:2>Target "SplitResourcesByCulture" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 346s Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!=''). 346s Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!=''). 346s Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!=''). 346s Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!=''). 346s Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "AssignCulture" 346s Done executing task "AssignCulture". 346s 2:2>Done building target "SplitResourcesByCulture" in project "Turkey.csproj". 346s Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != ''). 346s 2:2>Target "CreateCustomManifestResourceNames" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 346s 2:2>Done building target "CreateCustomManifestResourceNames" in project "Turkey.csproj". 346s 2:2>Target "PrepareResourceNames" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResources" depends on it): 346s 2:2>Done building target "PrepareResourceNames" in project "Turkey.csproj". 346s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 346s Target "SplitResourcesByCulture" skipped. Previously built successfully. 346s 2:2>Target "BeforeResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 346s 2:2>Done building target "BeforeResGen" in project "Turkey.csproj". 346s Target "ResolveReferences" skipped. Previously built successfully. 346s 2:2>Target "FindReferenceAssembliesForReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreResGen" depends on it): 346s 2:2>Done building target "FindReferenceAssembliesForReferences" in project "Turkey.csproj". 346s 2:2>Target "CoreResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 346s Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2'). 346s Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2'). 346s 2:2>Done building target "CoreResGen" in project "Turkey.csproj". 346s 2:2>Target "AfterResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 346s 2:2>Done building target "AfterResGen" in project "Turkey.csproj". 346s 2:2>Target "ResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResources" depends on it): 346s 2:2>Done building target "ResGen" in project "Turkey.csproj". 346s Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!=''). 346s 2:2>Target "PrepareResources" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 346s 2:2>Done building target "PrepareResources" in project "Turkey.csproj". 346s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 346s Target "ResolveReferences" skipped. Previously built successfully. 346s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 346s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 346s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 346s Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!=''). 346s 2:2>Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "SetWin32ManifestProperties" depends on it): 346s Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "GetFrameworkPath" 346s Done executing task "GetFrameworkPath". 346s 2:2>Done building target "_SetEmbeddedWin32ManifestProperties" in project "Turkey.csproj". 346s 2:2>Target "SetWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 346s 2:2>Done building target "SetWin32ManifestProperties" in project "Turkey.csproj". 346s Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully. 346s 2:2>Target "_GenerateCompileInputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 346s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 346s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 346s 2:2>Done building target "_GenerateCompileInputs" in project "Turkey.csproj". 346s Target "PrepareForBuild" skipped. Previously built successfully. 346s 2:2>Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 346s 2:2>Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "Turkey.csproj". 346s 2:2>Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 346s Building target "GenerateMSBuildEditorConfigFileCore" completely. 346s No input files were specified. 346s Using "GenerateMSBuildEditorConfig" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 346s Task "GenerateMSBuildEditorConfig" 346s Done executing task "GenerateMSBuildEditorConfig". 346s 2:2>Done building target "GenerateMSBuildEditorConfigFileCore" in project "Turkey.csproj". 346s 2:2>Target "GenerateMSBuildEditorConfigFile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 346s 2:2>Done building target "GenerateMSBuildEditorConfigFile" in project "Turkey.csproj". 346s Target "PrepareForBuild" skipped. Previously built successfully. 346s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 346s 2:2>Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.CSharp.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it): 346s 2:2>Done building target "_SetTargetFrameworkMonikerAttribute" in project "Turkey.csproj". 346s 2:2>Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 346s Building target "GenerateTargetFrameworkMonikerAttribute" completely. 346s Output file "obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" does not exist. 346s Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "WriteLinesToFile" 346s Done executing task "WriteLinesToFile". 346s 2:2>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "Turkey.csproj". 346s Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true'). 346s Target "PrepareForBuild" skipped. Previously built successfully. 346s 2:2>Target "GetAssemblyVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetAssemblyAttributes" depends on it): 346s Using "GetAssemblyVersion" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 346s Task "GetAssemblyVersion" 346s Done executing task "GetAssemblyVersion". 346s 2:2>Done building target "GetAssemblyVersion" in project "Turkey.csproj". 346s Target "GetAssemblyVersion" skipped. Previously built successfully. 346s 2:2>Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/../tools/core/Microsoft.Build.Tasks.Git.dll". 346s Task "Microsoft.Build.Tasks.Git.LocateRepository" 346s Done executing task "Microsoft.Build.Tasks.Git.LocateRepository". 346s 2:2>Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.csproj". 346s 2:2>Target "_SourceLinkHasSingleProvider" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Assembly loaded during TaskRun: Microsoft.SourceLink.Common, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll, MVID: eef09a78-45b3-4367-926e-439e62fe2cea, AppDomain: [Default]) 346s Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll". 346s Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" 346s Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider". 346s 2:2>Done building target "_SourceLinkHasSingleProvider" in project "Turkey.csproj". 346s 2:2>Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Assembly loaded during TaskRun: Microsoft.SourceLink.GitHub, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll, MVID: 105d7d6b-f054-4f90-9c86-8ced0360b5ea, AppDomain: [Default]) 346s Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll". 346s Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" 346s Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls". 346s 2:2>Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "Turkey.csproj". 346s 2:2>Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Assembly loaded during TaskRun: Microsoft.SourceLink.GitLab, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll, MVID: 2e6053b5-d12d-4be8-a5a4-24285e16fa5f, AppDomain: [Default]) 346s Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll". 346s Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" 346s Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls". 346s 2:2>Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "Turkey.csproj". 346s 2:2>Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Assembly loaded during TaskRun: Microsoft.SourceLink.AzureRepos.Git, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll, MVID: af6fe59d-9274-40bf-a739-e2926834beba, AppDomain: [Default]) 346s Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll". 346s Task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" 346s Done executing task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls". 346s 2:2>Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "Turkey.csproj". 346s 2:2>Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s Assembly loaded during TaskRun: Microsoft.SourceLink.Bitbucket.Git, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll, MVID: 45ffc411-0a27-4833-b1d8-f4fbd0c55c7f, AppDomain: [Default]) 346s Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll". 346s Task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" 346s Done executing task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls". 346s 2:2>Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "Turkey.csproj". 346s 2:2>Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 346s 2:2>Done building target "SourceControlManagerPublishTranslatedUrls" in project "Turkey.csproj". 346s 2:2>Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "InitializeSourceControlInformation" depends on it): 346s 2:2>Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.csproj". 346s 2:2>Target "InitializeSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AddSourceRevisionToInformationalVersion" depends on it): 346s 2:2>Done building target "InitializeSourceControlInformation" in project "Turkey.csproj". 346s 2:2>Target "AddSourceRevisionToInformationalVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetAssemblyAttributes" depends on it): 346s 2:2>Done building target "AddSourceRevisionToInformationalVersion" in project "Turkey.csproj". 346s Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ). 346s 2:2>Target "GetAssemblyAttributes" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CreateGeneratedAssemblyInfoInputsCacheFile" depends on it): 346s 2:2>Done building target "GetAssemblyAttributes" in project "Turkey.csproj". 346s 2:2>Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreGenerateAssemblyInfo" depends on it): 346s Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "Hash" 346s Done executing task "Hash". 346s Task "WriteLinesToFile" 346s Done executing task "WriteLinesToFile". 346s 2:2>Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "Turkey.csproj". 346s 2:2>Target "CoreGenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateAssemblyInfo" depends on it): 346s Building target "CoreGenerateAssemblyInfo" completely. 346s Output file "obj/Release/net8.0/Turkey.AssemblyInfo.cs" does not exist. 346s Using "WriteCodeFragment" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 346s Task "WriteCodeFragment" 346s Emitted specified code into "obj/Release/net8.0/Turkey.AssemblyInfo.cs". 346s Done executing task "WriteCodeFragment". 346s 2:2>Done building target "CoreGenerateAssemblyInfo" in project "Turkey.csproj". 346s 2:2>Target "GenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 346s 2:2>Done building target "GenerateAssemblyInfo" in project "Turkey.csproj". 346s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 346s 2:2>Target "BeforeCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 346s 2:2>Done building target "BeforeCompile" in project "Turkey.csproj". 346s Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 346s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 346s 2:2>Target "_GenerateCompileDependencyCache" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 346s Task "Hash" 346s Done executing task "Hash". 346s Task "WriteLinesToFile" 346s Done executing task "WriteLinesToFile". 346s 2:2>Done building target "_GenerateCompileDependencyCache" in project "Turkey.csproj". 346s Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('' == 'true') and ('' != 'true') and (('true' == 'false') or ('true' == 'true'))). 346s Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != ''). 346s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll;...' == ''). 346s 2:2>Target "_BeforeVBCSCoreCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s 2:2>Done building target "_BeforeVBCSCoreCompile" in project "Turkey.csproj". 346s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 346s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 346s '' == 'true'). 346s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 346s Target "GenerateTargetPlatformDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ). 346s 2:2>Target "GenerateNETCompatibleDefineConstants" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AddImplicitDefineConstants" depends on it): 346s 2:2>Done building target "GenerateNETCompatibleDefineConstants" in project "Turkey.csproj". 346s Target "GeneratePlatformCompatibleDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ). 346s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 346s 2:2>Target "AddImplicitDefineConstants" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s 2:2>Done building target "AddImplicitDefineConstants" in project "Turkey.csproj". 346s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll;...' == ''). 346s 2:2>Target "_ComputeSkipAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 346s 2:2>Done building target "_ComputeSkipAnalyzers" in project "Turkey.csproj". 346s Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true'). 346s Target "CreateCompilerGeneratedFilesOutputPath" skipped, due to false condition; ('$(EmitCompilerGeneratedFiles)' == 'true' and !('$(DesignTimeBuild)' == 'true' OR '$(BuildingProject)' != 'true')) was evaluated as ('false' == 'true' and !('' == 'true' OR 'true' != 'true')). 346s 2:2>Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/buildTransitive/Text.Analyzers.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s 2:2>Done building target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in project "Turkey.csproj". 346s Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzersNaming" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelNaming)' != '' or '$(AnalysisModeNaming)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')). 346s Target "BeforeCompile" skipped. Previously built successfully. 346s Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully. 346s 2:2>Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" depends on it): 346s Task "Microsoft.Build.Tasks.Git.GetUntrackedFiles" skipped, due to false condition; ('$(_GitRepositoryId)' != '') was evaluated as ('' != ''). 346s 2:2>Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.csproj". 346s 2:2>Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s 2:2>Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.csproj". 346s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 346s 2:2>Target "_SetSourceLinkFilePath" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s 2:2>Done building target "_SetSourceLinkFilePath" in project "Turkey.csproj". 346s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 346s 2:2>Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "InitializeSourceRootMappedPaths" depends on it): 346s 2:2>Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "Turkey.csproj". 346s 2:2>Target "InitializeSourceRootMappedPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceRootMappedPathsOpt" depends on it): 346s Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 346s Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" 346s Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots". 346s 2:2>Done building target "InitializeSourceRootMappedPaths" in project "Turkey.csproj". 346s 2:2>Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s 2:2>Done building target "_InitializeSourceRootMappedPathsOpt" in project "Turkey.csproj". 346s 2:2>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s Building target "_InitializeGitHubSourceLinkUrl" completely. 346s No input files were specified. 346s Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll". 346s Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" 346s Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl". 346s 2:2>Done building target "_InitializeGitHubSourceLinkUrl" in project "Turkey.csproj". 346s 2:2>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s Building target "_InitializeGitLabSourceLinkUrl" completely. 346s No input files were specified. 346s Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll". 346s Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" 346s Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl". 346s 2:2>Done building target "_InitializeGitLabSourceLinkUrl" in project "Turkey.csproj". 346s 2:2>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s Building target "_InitializeAzureReposGitSourceLinkUrl" completely. 346s No input files were specified. 346s Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll". 346s Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" 346s Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl". 346s 2:2>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Turkey.csproj". 346s 2:2>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 346s Building target "_InitializeBitbucketGitSourceLinkUrl" completely. 346s No input files were specified. 346s Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll". 346s Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" 346s Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl". 346s 2:2>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Turkey.csproj". 346s 2:2>Target "_GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateSourceLinkFile" depends on it): 346s Building target "_GenerateSourceLinkFile" completely. 346s No input files were specified. 346s Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll". 346s Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile" 346s Source Link is empty, file 'obj/Release/net8.0/Turkey.sourcelink.json' does not exist. 346s Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile". 346s 2:2>Done building target "_GenerateSourceLinkFile" in project "Turkey.csproj". 346s 2:2>Target "GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 346s 2:2>Done building target "GenerateSourceLinkFile" in project "Turkey.csproj". 346s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 346s 2:2>Target "CoreCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 346s Building target "CoreCompile" completely. 346s Output file "obj/Release/net8.0/Turkey.dll" does not exist. 346s Using "Csc" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 346s Task "Csc" 346s /usr/lib/dotnet/dotnet exec "/usr/lib/dotnet/sdk/8.0.112/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:8 /define:TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll /debug- /debug:portable /filealign:512 /optimize+ /out:obj/Release/net8.0/Turkey.dll /refout:obj/Release/net8.0/refint/Turkey.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:12.0 /analyzerconfig:obj/Release/net8.0/Turkey.GeneratedMSBuildEditorConfig.editorconfig /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Humanizer.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.Analyzers.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.CSharp.Analyzers.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll AssemblyInfo.cs BashTest.cs Cleaner.cs CsprojCompatibilityPatcher.cs DotNet.cs EnvironmentVariableSanitizer.cs IEnumerableExtensions.cs NuGet.cs PlatformId.cs ProcessExtensions.cs Program.cs SourceBuild.cs Test.cs TestOutputFormat.cs TestParser.cs TestRunner.cs Version.cs XUnitTest.cs "obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" obj/Release/net8.0/Turkey.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 346s Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Security.Principal.Windows.dll, MVID: a1996b98-2374-411c-ad2e-88f7e8f7efde, AppDomain: [Default]) 346s Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.12/System.Security.Claims.dll, MVID: 838e2eab-a300-4f7a-b1b2-8a095d00be42, AppDomain: [Default]) 350s Microsoft (R) Visual C# Compiler version 4.8.0-7.24574.2 (4ff64493) 350s Copyright (C) Microsoft Corporation. All rights reserved. 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(162,30): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(105,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(118,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(26,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(29,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(51,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(35,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(64,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(74,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(13,24): warning CA1704: Correct the spelling of 'dotnet' in member name 'Turkey.DotNet._dotnetPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Csproj' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Patcher' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(61,24): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.TestRunner.nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(25,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetFileName' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(27,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(29,30): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.RuntimeVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(56,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.LatestRuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(70,30): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.SdkVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(96,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.LatestSdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(15,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.TestDescriptor.RequiresSdk' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(22,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.SystemUnderTest.RuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(23,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.SystemUnderTest.SdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(27,23): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.SystemUnderTest.Dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(34,23): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Test.NuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,36): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Csproj' in parameter name 'originalCsprojContents' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,68): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Runtime' in parameter name 'newRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanProjectLocalDotNetCruftAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(26,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.BuildProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/BashTest.cs(12,81): warning CA1704: In method 'Turkey.BashTest.BashTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(29,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.RunTestProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(12,82): warning CA1704: In method 'Turkey.XUnitTest.XUnitTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/IEnumerableExtensions.cs(9,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.IEnumerableExtensions.ForEachAsync(System.Collections.Generic.IEnumerable, System.Func)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanLocalDotNetCacheAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(21,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(19,80): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,89): warning CA1704: In method 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)', correct the spelling of 'json' in parameter name 'json' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(30,21): warning CA1704: Correct the spelling of 'deserialized' in variable name 'deserialized' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(25,101): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string, string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(52,18): warning CA1704: Correct the spelling of 'Musl' in variable name 'isMusl' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(11,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessRunner.RunAsync(System.Diagnostics.ProcessStartInfo, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,46): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,43): warning CA1704: In method 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(22,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessExtensions.WaitForExitAsync(System.Diagnostics.Process, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'nuget' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'Config' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(84,25): warning CA1704: Correct the spelling of 'Ldd' in member name 'Turkey.PlatformId.GetLddVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(104,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.BuildAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(116,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(119,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.TestAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(122,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunDotNetCommandAsync(System.IO.DirectoryInfo, string[], System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(36,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetProdConFeedAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(38,81): warning CA1704: In method 'Turkey.Test.Test(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,53): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)', correct the spelling of 'dotnet' in parameter name 'dotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,89): warning CA1704: In method 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)', correct the spelling of 'cancelltion' in parameter name 'cancelltionToken' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(145,22): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDirectories' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(158,20): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDir' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(80,21): warning CA1704: Correct the spelling of 'Json' in variable name 'projectJsonPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(88,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojFile' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(89,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(97,22): warning CA1704: Correct the spelling of 'Json' in member name 'Turkey.Test.CopyProjectJsonFile()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(103,17): warning CA1704: Correct the spelling of 'dest' in variable name 'dest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,22): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojVersion(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,49): warning CA1704: In method 'Turkey.Test.UpdateCsprojVersion(string)', correct the spelling of 'csproj' in parameter name 'csprojPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(127,24): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojContents(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(95,20): warning CA1704: Correct the spelling of 'dotnet' in variable name 'dotnet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(96,21): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(100,24): warning CA1704: Correct the spelling of 'junit' in variable name 'junitOutput' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(111,17): warning CA1704: Correct the spelling of 'env' in variable name 'envVars' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(128,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nuGetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(130,45): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.InternalRunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,48): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,93): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(106,38): warning CA1704: In method 'Turkey.Version.CompareTo(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(108,36): warning CA1704: In method 'Turkey.Version.Equals(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,47): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,58): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,47): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,58): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,48): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,59): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,48): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,59): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,48): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,59): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,48): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,59): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,130): warning CA1704: In method 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)', correct the spelling of 'Config' in parameter name 'useSourceBuildNuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(160,21): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,65): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,89): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,125): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'Runtime' in parameter name 'isMonoRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,79): warning CA1704: In method 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)', correct the spelling of 'nuget' in parameter name 'nuget' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,99): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(29,39): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'dotnet' in parameter name 'dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(30,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(31,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterParsingTestAsync(string, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningTestAsync(string, Turkey.TestResult, System.Text.StringBuilder, System.TimeSpan)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningAllTestsAsync(Turkey.TestResults)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.BeforeTestAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AtStartupAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(63,115): warning CA1704: In method 'Turkey.TestRunner.TestRunner(Turkey.SystemUnderTest, System.IO.DirectoryInfo, bool, Turkey.Cleaner, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(255,46): warning CA1704: In method 'Turkey.Program.Main(string[])', correct the spelling of 'args' in parameter name 'args' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(72,40): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestRunner.ScanAndRunAsync(System.Collections.Generic.List, string, System.TimeSpan, System.Collections.Generic.IEnumerable)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(101,66): warning CA1704: In method 'Turkey.TestParser.VersionMatches(Turkey.TestDescriptor, Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s 2:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(116,27): warning CA1704: Correct the spelling of 'cts' in variable name 'cts' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 350s CompilerServer: server - server processed compilation - 8185d4d5-3196-467e-9d1e-191eedfa0c20 350s Done executing task "Csc". 350s Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != ''). 350s 2:2>Done building target "CoreCompile" in project "Turkey.csproj". 350s Target "_TouchLastBuildWithSkipAnalyzers" skipped, due to false condition; ('$(_SkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 350s Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 350s 2:2>Target "AfterCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 350s 2:2>Done building target "AfterCompile" in project "Turkey.csproj". 350s Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 350s '$(AppHostSourcePath)' != '' and 350s Exists('@(IntermediateAssembly)') and 350s Exists('$(AppHostSourcePath)')) was evaluated as ('true' == 'true' and 350s '' != '' and 350s Exists('obj/Release/net8.0/Turkey.dll') and 350s Exists('')). 350s Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 350s '$(ComHostIntermediatePath)' != '' and 350s Exists('@(IntermediateAssembly)') and 350s Exists('$(ComHostSourcePath)')) was evaluated as ('true' == 'true' and 350s '' != '' and 350s Exists('obj/Release/net8.0/Turkey.dll') and 350s Exists('')). 350s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 350s 2:2>Target "Compile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 350s 2:2>Done building target "Compile" in project "Turkey.csproj". 350s Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true'). 350s Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or 350s ('$(_AssemblyTimestampBeforeCompile)' == '')) and 350s Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or 350s ('' == '')) and 350s Exists('obj/Turkey.csproj.UnmanagedRegistration.cache')). 350s Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s 2:2>Target "_GenerateSatelliteAssemblyInputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CreateSatelliteAssemblies" depends on it): 350s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s 2:2>Done building target "_GenerateSatelliteAssemblyInputs" in project "Turkey.csproj". 350s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 350s Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and 'true' != 'true'). 350s Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ). 350s 2:2>Target "CreateSatelliteAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 350s 2:2>Done building target "CreateSatelliteAssemblies" in project "Turkey.csproj". 350s Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true'). 350s 2:2>Target "GetTargetPathWithTargetPlatformMoniker" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetTargetPath" depends on it): 350s 2:2>Done building target "GetTargetPathWithTargetPlatformMoniker" in project "Turkey.csproj". 350s 2:2>Target "GetTargetPath" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 350s 2:2>Done building target "GetTargetPath" in project "Turkey.csproj". 350s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 350s 2:2>Target "_CopyFilesMarkedCopyLocal" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "Copy" 350s Creating directory "bin/Release/net8.0/de". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Newtonsoft.Json.dll". 350s Creating directory "bin/Release/net8.0/cs". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/de/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/de/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/System.CommandLine.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/cs/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/cs/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/es". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/es/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/es/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/fr". 350s Creating directory "bin/Release/net8.0/it". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/fr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/fr/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/it/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/it/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/ko". 350s Creating directory "bin/Release/net8.0/ja". 350s Creating directory "bin/Release/net8.0/pt-BR". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/pt-BR/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/pl". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pl/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/pl/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ja/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/ja/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/ru". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ru/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/ru/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/tr". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ko/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/ko/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/tr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/tr/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/zh-Hans". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/zh-Hans/System.CommandLine.resources.dll". 350s Creating directory "bin/Release/net8.0/zh-Hant". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/zh-Hant/System.CommandLine.resources.dll". 350s Done executing task "Copy". 350s Using "Touch" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "Touch" 350s Creating "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.csproj.CopyComplete" because "AlwaysCreate" was specified. 350s Touching "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.csproj.CopyComplete". 350s Done executing task "Touch". 350s 2:2>Done building target "_CopyFilesMarkedCopyLocal" in project "Turkey.csproj". 350s Target "AssignTargetPaths" skipped. Previously built successfully. 350s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 350s Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully. 350s Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully. 350s 2:2>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s 2:2>Done building target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in project "Turkey.csproj". 350s 2:2>Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s 2:2>Done building target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in project "Turkey.csproj". 350s 2:2>Target "GetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 350s Task "CallTarget" 350s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 350s Target "_AddOutputPathToGlobalPropertiesToRemove" skipped. Previously built successfully. 350s 2:2>Target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true'). 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s 2:2>Done building target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in project "Turkey.csproj". 350s Done executing task "CallTarget". 350s Task "CallTarget" 350s Target "AssignTargetPaths" skipped. Previously built successfully. 350s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 350s 2:2>Target "_GetCopyToOutputDirectoryItemsFromThisProject" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s 2:2>Done building target "_GetCopyToOutputDirectoryItemsFromThisProject" in project "Turkey.csproj". 350s Done executing task "CallTarget". 350s 2:2>Done building target "GetCopyToOutputDirectoryItems" in project "Turkey.csproj". 350s Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ). 350s Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ). 350s 2:2>Target "_CopySourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s 2:2>Done building target "_CopySourceItemsToOutputDirectory" in project "Turkey.csproj". 350s Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ). 350s Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ). 350s 2:2>Target "_CheckForCompileOutputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s 2:2>Done building target "_CheckForCompileOutputs" in project "Turkey.csproj". 350s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 350s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 350s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 350s 2:2>Target "_ComputeReferenceAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildDependencyFile" depends on it): 350s 2:2>Done building target "_ComputeReferenceAssemblies" in project "Turkey.csproj". 350s 2:2>Target "_ComputeUserRuntimeAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildDependencyFile" depends on it): 350s 2:2>Done building target "_ComputeUserRuntimeAssemblies" in project "Turkey.csproj". 350s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 350s Target "_ComputePackageReferencePublish" skipped. Previously built successfully. 350s Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true'). 350s 2:2>Target "GenerateBuildDependencyFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Building target "GenerateBuildDependencyFile" completely. 350s Output file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.deps.json" does not exist. 350s Using "GenerateDepsFile" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GenerateDepsFile" 350s Done executing task "GenerateDepsFile". 350s 2:2>Done building target "GenerateBuildDependencyFile" in project "Turkey.csproj". 350s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 350s 2:2>Target "_GenerateRuntimeConfigurationFilesInputCache" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildRuntimeConfigurationFiles" depends on it): 350s Task "Hash" 350s Done executing task "Hash". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 2:2>Done building target "_GenerateRuntimeConfigurationFilesInputCache" in project "Turkey.csproj". 350s 2:2>Target "GenerateBuildRuntimeConfigurationFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Building target "GenerateBuildRuntimeConfigurationFiles" completely. 350s Output file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.runtimeconfig.json" does not exist. 350s Task "NETSdkError" skipped, due to false condition; ('$(RollForward)' != '' and '$(RollForward)' != 'Major' and '$(RollForward)' != 'LatestMajor' and '$(_IsRollForwardSupported)' != 'true') was evaluated as ('Major' != '' and 'Major' != 'Major' and 'Major' != 'LatestMajor' and 'true' != 'true'). 350s Using "GenerateRuntimeConfigurationFiles" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GenerateRuntimeConfigurationFiles" 350s Done executing task "GenerateRuntimeConfigurationFiles". 350s 2:2>Done building target "GenerateBuildRuntimeConfigurationFiles" in project "Turkey.csproj". 350s Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and != '' ). 350s 2:2>Target "CopyFilesToOutputDirectory" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForRun" depends on it): 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll". 350s Done executing task "Copy". 350s Using "CopyRefAssembly" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 350s Task "CopyRefAssembly" 350s Copying reference assembly from "obj/Release/net8.0/refint/Turkey.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/ref/Turkey.dll". 350s Done executing task "CopyRefAssembly". 350s Task "Message" 350s Turkey -> /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll 350s Done executing task "Message". 350s Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != ''). 350s Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true'). 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/Turkey.pdb" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.pdb". 350s Done executing task "Copy". 350s Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true'). 350s Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != ''). 350s Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ). 350s Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != ''). 350s Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != ''). 350s 2:2>Done building target "CopyFilesToOutputDirectory" in project "Turkey.csproj". 350s Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true'). 350s 2:2>Target "PrepareForRun" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 350s 2:2>Done building target "PrepareForRun" in project "Turkey.csproj". 350s Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Exe'=='library'). 350s Target "_CheckForCompileOutputs" skipped. Previously built successfully. 350s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s 2:2>Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "IncrementalClean" depends on it): 350s Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "ReadLinesFromFile" 350s Done executing task "ReadLinesFromFile". 350s Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "ConvertToAbsolutePath" 350s Done executing task "ConvertToAbsolutePath". 350s Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "FindUnderPath" 350s Comparison path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "bin/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "obj/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "RemoveDuplicates" 350s Done executing task "RemoveDuplicates". 350s 2:2>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "Turkey.csproj". 350s 2:2>Target "IncrementalClean" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 350s Task "FindUnderPath" 350s Comparison path is "bin/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "obj/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Task "Delete" 350s Done executing task "Delete". 350s Task "RemoveDuplicates" 350s Done executing task "RemoveDuplicates". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 2:2>Done building target "IncrementalClean" in project "Turkey.csproj". 350s Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')). 350s Target "GenerateBuildDependencyFile" skipped. Previously built successfully. 350s Target "GenerateBuildRuntimeConfigurationFiles" skipped. Previously built successfully. 350s 2:2>Target "CoreBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 350s 2:2>Done building target "CoreBuild" in project "Turkey.csproj". 350s 2:2>Target "AfterBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 350s 2:2>Done building target "AfterBuild" in project "Turkey.csproj". 350s Target "_CheckBrowserWorkloadNeededButNotAvailable" skipped, due to false condition; ('$(RuntimeIdentifier)' == 'browser-wasm' and '$(_BrowserWorkloadDisabled)' != 'true' and '$(WasmNativeWorkloadAvailable)' != 'true') was evaluated as ('' == 'browser-wasm' and '' != 'true' and '' != 'true'). 350s Target "_ErrorWorkloadDisabledForTFMLessThan6" skipped, due to false condition; ('$(_BrowserWorkloadNotSupportedForTFM)' == 'true') was evaluated as ('' == 'true'). 350s Target "_ErrorDualWasmThreadPropsOn7" skipped, due to false condition; ('$(TargetsNet7)' == 'true' and '$(RuntimeIdentifier)' == 'browser-wasm' and 350s '$(BrowserWorkloadDisabled)' != 'true' and '$(WasmEnableThreads)' == 'true' and '$(WasmEnablePerfTrace)' == 'true') was evaluated as ('' == 'true' and '' == 'browser-wasm' and 350s '' != 'true' and '' == 'true' and '' == 'true'). 350s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 350s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 350s 2:2>Target "Build" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 350s 2:2>Done building target "Build" in project "Turkey.csproj". 350s Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true'). 350s 2:2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (default targets). 350s 1:2>Done executing task "MSBuild". 350s Task "MSBuild" 350s Removing Properties for project "../Turkey/Turkey.csproj": 350s TargetFramework 350s 1:2>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:3) on node 1 (GetNativeManifest target(s)). 350s 2:3>Target "GetNativeManifest" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 350s 2:3>Done building target "GetNativeManifest" in project "Turkey.csproj". 350s 2:3>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetNativeManifest target(s)). 350s 1:2>Done executing task "MSBuild". 350s Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('../Turkey/Turkey.csproj' != '' and '' != ''). 350s 1:2>Done building target "ResolveProjectReferences" in project "Turkey.Tests.csproj". 350s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 350s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 350s Target "ResolveProjectReferences" skipped. Previously built successfully. 350s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 350s Target "GetFrameworkPaths" skipped. Previously built successfully. 350s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 350s Target "PrepareForBuild" skipped. Previously built successfully. 350s Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 350s 1:2>Target "ResolveSDKReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 350s Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 350s 1:2>Done building target "ResolveSDKReferences" in project "Turkey.Tests.csproj". 350s Target "ResolveSDKReferences" skipped. Previously built successfully. 350s 1:2>Target "ExpandSDKReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 350s Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 350s 1:2>Done building target "ExpandSDKReferences" in project "Turkey.Tests.csproj". 350s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 350s Target "GetFrameworkPaths" skipped. Previously built successfully. 350s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 350s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 350s Target "ResolvePackageAssets" skipped. Previously built successfully. 350s 1:2>Target "ResolveFrameworkReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveTargetingPackAssets" depends on it): 350s Using "GetPackageDirectory" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Task "GetPackageDirectory" 350s Done executing task "GetPackageDirectory". 350s Using "ResolveFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "ResolveFrameworkReferences" 350s Done executing task "ResolveFrameworkReferences". 350s 1:2>Done building target "ResolveFrameworkReferences" in project "Turkey.Tests.csproj". 350s 1:2>Target "ResolveTargetingPackAssets" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_HandlePackageFileConflicts" depends on it): 350s Using "ResolveTargetingPackAssets" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "ResolveTargetingPackAssets" 350s Done executing task "ResolveTargetingPackAssets". 350s 1:2>Done building target "ResolveTargetingPackAssets" in project "Turkey.Tests.csproj". 350s 1:2>Target "ResolveOffByDefaultAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_HandlePackageFileConflicts" depends on it): 350s 1:2>Done building target "ResolveOffByDefaultAnalyzers" in project "Turkey.Tests.csproj". 350s 1:2>Target "_HandlePackageFileConflicts" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 350s Using "ResolvePackageFileConflicts" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "ResolvePackageFileConflicts" 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.buffers/4.5.1/ref/netstandard2.0/System.Buffers.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.2.0'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.collections.immutable/1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll' because AssemblyVersion '8.0.0.0' is greater than '1.2.3.0'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.memory/4.5.4/lib/netstandard2.0/System.Memory.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.1.1'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll' because AssemblyVersion '8.0.0.0' is greater than '4.1.3.0'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.reflection.metadata/1.6.0/lib/netstandard2.0/System.Reflection.Metadata.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll' because AssemblyVersion '8.0.0.0' is greater than '1.4.3.0'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll' and 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll'. Choosing 'Reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.4.1'. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' and 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' and 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' and 'Reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' arbitrarily as both items are copy-local and have equal file and assembly versions. 350s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' arbitrarily as both items are copy-local and have equal file and assembly versions. 350s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' arbitrarily as both items are copy-local and have equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Collections.Immutable.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.collections.immutable/1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll'. Choosing 'Platform:System.Collections.Immutable.dll' because AssemblyVersion '8.0.0.0' is greater than '1.2.3.0'. 350s Encountered conflict between 'Platform:System.Memory.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.memory/4.5.4/lib/netstandard2.0/System.Memory.dll'. Choosing 'Platform:System.Memory.dll' because AssemblyVersion '8.0.0.0' is greater than '4.0.1.1'. 350s Encountered conflict between 'Platform:System.Reflection.Metadata.dll' and 'CopyLocal:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.reflection.metadata/1.6.0/lib/netstandard2.0/System.Reflection.Metadata.dll'. Choosing 'Platform:System.Reflection.Metadata.dll' because AssemblyVersion '8.0.0.0' is greater than '1.4.3.0'. 350s Encountered conflict between 'Platform:mscorlib.dll' and 'Platform:mscorlib.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Platform:Microsoft.VisualBasic.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.dll' and 'Platform:System.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.ComponentModel.DataAnnotations.dll' and 'Platform:System.ComponentModel.DataAnnotations.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Configuration.dll' and 'Platform:System.Configuration.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Core.dll' and 'Platform:System.Core.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Data.dll' and 'Platform:System.Data.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Drawing.dll' and 'Platform:System.Drawing.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.IO.Compression.FileSystem.dll' and 'Platform:System.IO.Compression.FileSystem.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Net.dll' and 'Platform:System.Net.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Numerics.dll' and 'Platform:System.Numerics.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Runtime.Serialization.dll' and 'Platform:System.Runtime.Serialization.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Security.dll' and 'Platform:System.Security.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Platform:System.ServiceProcess.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.ServiceModel.Web.dll' and 'Platform:System.ServiceModel.Web.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Transactions.dll' and 'Platform:System.Transactions.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Web.dll' and 'Platform:System.Web.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Windows.dll' and 'Platform:System.Windows.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Xml.dll' and 'Platform:System.Xml.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Xml.Serialization.dll' and 'Platform:System.Xml.Serialization.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Xml.Linq.dll' and 'Platform:System.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:WindowsBase.dll' and 'Platform:WindowsBase.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:netstandard.dll' and 'Platform:netstandard.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Private.CoreLib.dll' and 'Platform:System.Private.CoreLib.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'Platform:System.Private.DataContractSerialization.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Private.Uri.dll' and 'Platform:System.Private.Uri.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Private.Xml.dll' and 'Platform:System.Private.Xml.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:System.Private.Xml.Linq.dll' and 'Platform:System.Private.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions. 350s Encountered conflict between 'Platform:mscordaccore_s390x_s390x_8.0.1224.60305.dll' and 'Platform:mscordaccore_s390x_s390x_8.0.1224.60305.dll'. Could not determine winner due to equal file and assembly versions. 350s Done executing task "ResolvePackageFileConflicts". 350s 1:2>Done building target "_HandlePackageFileConflicts" in project "Turkey.Tests.csproj". 350s Target "ResolveTargetingPackAssets" skipped. Previously built successfully. 350s 1:2>Target "ResolveAssemblyReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 350s Task "ResolveAssemblyReference" 350s TargetFrameworkMoniker: 350s .NETCoreApp,Version=v8.0 350s TargetFrameworkMonikerDisplayName: 350s .NET 8.0 350s TargetedRuntimeVersion: 350s 350s Assemblies: 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll' 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll 350s Private = 'false' 350s HintPath = '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll 350s Private = 'false' 350s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll 350s Private = 'false' 350s AssemblyFiles: 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll 350s CandidateAssemblyFiles: 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.visualstudio.testadapter.dll 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.reporters.netcoreapp10.dll 350s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.utility.netcoreapp10.dll 350s TargetFrameworkDirectories: 350s 350s InstalledAssemblyTables: 350s IgnoreInstalledAssemblyTable: 350s False 350s SearchPaths: 350s {CandidateAssemblyFiles} 350s {HintPathFromItem} 350s {TargetFrameworkDirectory} 350s {RawFileName} 350s AllowedAssemblyExtensions: 350s .winmd 350s .dll 350s .exe 350s AllowedRelatedFileExtensions: 350s .pdb 350s .xml 350s .pri 350s .dll.config 350s .exe.config 350s AppConfigFile: 350s 350s AutoUnify: 350s True 350s CopyLocalDependenciesWhenParentReferenceInGac: 350s True 350s FindDependencies: 350s True 350s TargetProcessorArchitecture: 350s msil 350s StateFile: 350s obj/Release/net8.0/Turkey.Tests.csproj.AssemblyReference.cache 350s InstalledAssemblySubsetTables: 350s IgnoreInstalledAssemblySubsetTable: 350s False 350s TargetFrameworkSubsets: 350s FullTargetFrameworkSubsetNames: 350s Full 350s ProfileName: 350s 350s FullFrameworkFolders: 350s LatestTargetFrameworkDirectories: 350s ProfileTablesLocation: 350s Primary reference "Turkey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll". 350s Reference found at search path location "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll". 350s Found related file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.pdb". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.TestPlatform.CommunicationUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.TestPlatform.CrossPlatEngine, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.TestPlatform.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.VisualStudio.TestPlatform.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "testhost, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "xunit.abstractions, Version=2.0.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "xunit.assert, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "xunit.core, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "xunit.execution.dotnet, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 350s Resolved file path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll". 350s Reference found at search path location "{HintPathFromItem}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.CSharp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.Win32.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.AppContext, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Buffers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Collections.Concurrent, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Collections.NonGeneric, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel.Annotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel.EventBasedAsync, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Data.DataSetExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.Contracts, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.Debug, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.FileVersionInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.TextWriterTraceListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.Tools, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Diagnostics.Tracing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Drawing.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Dynamic.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Formats.Tar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Globalization.Calendars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Globalization.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Globalization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Compression.Brotli, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Compression.ZipFile, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.FileSystem.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.FileSystem.DriveInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.FileSystem.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.FileSystem.Watcher, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.FileSystem, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.IsolatedStorage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Pipes.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO.UnmanagedMemoryStream, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.IO, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Linq.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Linq.Queryable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Http.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.HttpListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Mail, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.NameResolution, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Ping, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Requests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.ServicePoint, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.WebClient, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.WebHeaderCollection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.WebProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.WebSockets.Client, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.DispatchProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Emit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection.TypeExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Reflection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Resources.Reader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Resources.ResourceManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Resources.Writer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.CompilerServices.Unsafe, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.CompilerServices.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Handles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.InteropServices.JavaScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.InteropServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Serialization.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Serialization.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Serialization.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.Algorithms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.Cng, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.Csp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.Encoding, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.OpenSsl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography.X509Certificates, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.Principal, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security.SecureString, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.Encoding, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Overlapped, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Tasks.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Tasks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Thread, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.ThreadPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading.Timer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Threading, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Transactions.Local, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.ValueTuple, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Web.HttpUtility, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.XPath.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.XPath, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.XmlDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml.XmlSerializer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Primary reference "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 350s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll". 350s Reference found at search path location "{RawFileName}". 350s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 350s The ImageRuntimeVersion for this reference is "". 350s Done executing task "ResolveAssemblyReference". 350s 1:2>Done building target "ResolveAssemblyReferences" in project "Turkey.Tests.csproj". 350s Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and '@(SuggestedBindingRedirects)' != '' and '$(DesignTimeBuild)' != 'true' and '$(BuildingProject)' == 'true') was evaluated as ('' == 'true' and '' == 'true' and '' != '' and '' != 'true' and 'true' == 'true'). 350s Target "GenerateSupportedRuntime" skipped, due to false condition; ('$(GenerateSupportedRuntime)' != 'false' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('' != 'false' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 350s Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 350s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 350s 1:2>Target "AfterResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 350s 1:2>Done building target "AfterResolveReferences" in project "Turkey.Tests.csproj". 350s 1:2>Target "ResolveReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_BlockWinMDsOnUnsupportedTFMs" depends on it): 350s 1:2>Done building target "ResolveReferences" in project "Turkey.Tests.csproj". 350s 1:2>Target "_BlockWinMDsOnUnsupportedTFMs" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s Using "CheckForUnsupportedWinMDReferences" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "CheckForUnsupportedWinMDReferences" 350s Done executing task "CheckForUnsupportedWinMDReferences". 350s Task "NETSdkError" skipped, due to false condition; ('$(OutputType)' == 'winmdobj') was evaluated as ('Exe' == 'winmdobj'). 350s 1:2>Done building target "_BlockWinMDsOnUnsupportedTFMs" in project "Turkey.Tests.csproj". 350s Target "ResolveReferences" skipped. Previously built successfully. 350s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 350s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 350s 1:2>Target "CopyAdditionalFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignTargetPaths" depends on it): 350s 1:2>Done building target "CopyAdditionalFiles" in project "Turkey.Tests.csproj". 350s Target "_ChooseAppHost" skipped, due to false condition; ('$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true'). 350s Target "_GetComHostPaths" skipped, due to false condition; ('$(EnableComHosting)' == 'true' and '$(_IsExecutable)' != 'true') was evaluated as ('' == 'true' and 'true' != 'true'). 350s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Target "_ComputeNETCoreBuildOutputFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignTargetPaths" depends on it): 350s 1:2>Done building target "_ComputeNETCoreBuildOutputFiles" in project "Turkey.Tests.csproj". 350s 1:2>Target "AssignTargetPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.dll'=='.manifest'). 350s 1:2>Done building target "AssignTargetPaths" in project "Turkey.Tests.csproj". 350s Target "AssignTargetPaths" skipped. Previously built successfully. 350s 1:2>Target "SplitResourcesByCulture" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 350s Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!=''). 350s Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!=''). 350s Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!=''). 350s Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!=''). 350s Task "AssignCulture" 350s Done executing task "AssignCulture". 350s 1:2>Done building target "SplitResourcesByCulture" in project "Turkey.Tests.csproj". 350s Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != ''). 350s 1:2>Target "CreateCustomManifestResourceNames" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 350s 1:2>Done building target "CreateCustomManifestResourceNames" in project "Turkey.Tests.csproj". 350s 1:2>Target "PrepareResourceNames" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResources" depends on it): 350s 1:2>Done building target "PrepareResourceNames" in project "Turkey.Tests.csproj". 350s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 350s Target "SplitResourcesByCulture" skipped. Previously built successfully. 350s 1:2>Target "BeforeResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 350s 1:2>Done building target "BeforeResGen" in project "Turkey.Tests.csproj". 350s Target "ResolveReferences" skipped. Previously built successfully. 350s 1:2>Target "FindReferenceAssembliesForReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreResGen" depends on it): 350s 1:2>Done building target "FindReferenceAssembliesForReferences" in project "Turkey.Tests.csproj". 350s 1:2>Target "CoreResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 350s Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2'). 350s Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2'). 350s 1:2>Done building target "CoreResGen" in project "Turkey.Tests.csproj". 350s 1:2>Target "AfterResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 350s 1:2>Done building target "AfterResGen" in project "Turkey.Tests.csproj". 350s 1:2>Target "ResGen" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResources" depends on it): 350s 1:2>Done building target "ResGen" in project "Turkey.Tests.csproj". 350s Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!=''). 350s 1:2>Target "PrepareResources" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s 1:2>Done building target "PrepareResources" in project "Turkey.Tests.csproj". 350s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 350s Target "ResolveReferences" skipped. Previously built successfully. 350s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 350s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 350s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 350s Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!=''). 350s 1:2>Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "SetWin32ManifestProperties" depends on it): 350s Task "GetFrameworkPath" 350s Done executing task "GetFrameworkPath". 350s 1:2>Done building target "_SetEmbeddedWin32ManifestProperties" in project "Turkey.Tests.csproj". 350s 1:2>Target "SetWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s 1:2>Done building target "SetWin32ManifestProperties" in project "Turkey.Tests.csproj". 350s Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully. 350s 1:2>Target "_GenerateCompileInputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s 1:2>Done building target "_GenerateCompileInputs" in project "Turkey.Tests.csproj". 350s Target "PrepareForBuild" skipped. Previously built successfully. 350s 1:2>Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 350s 1:2>Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 350s Building target "GenerateMSBuildEditorConfigFileCore" completely. 350s No input files were specified. 350s Using "GenerateMSBuildEditorConfig" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 350s Task "GenerateMSBuildEditorConfig" 350s Done executing task "GenerateMSBuildEditorConfig". 350s 1:2>Done building target "GenerateMSBuildEditorConfigFileCore" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateMSBuildEditorConfigFile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 350s 1:2>Done building target "GenerateMSBuildEditorConfigFile" in project "Turkey.Tests.csproj". 350s Target "PrepareForBuild" skipped. Previously built successfully. 350s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 350s 1:2>Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.CSharp.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it): 350s 1:2>Done building target "_SetTargetFrameworkMonikerAttribute" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 350s Building target "GenerateTargetFrameworkMonikerAttribute" completely. 350s Output file "obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" does not exist. 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 1:2>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "Turkey.Tests.csproj". 350s Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true'). 350s Target "PrepareForBuild" skipped. Previously built successfully. 350s 1:2>Target "GetAssemblyVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetAssemblyAttributes" depends on it): 350s Using "GetAssemblyVersion" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GetAssemblyVersion" 350s Done executing task "GetAssemblyVersion". 350s 1:2>Done building target "GetAssemblyVersion" in project "Turkey.Tests.csproj". 350s Target "GetAssemblyVersion" skipped. Previously built successfully. 350s 1:2>Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/../tools/core/Microsoft.Build.Tasks.Git.dll". 350s Task "Microsoft.Build.Tasks.Git.LocateRepository" 350s Done executing task "Microsoft.Build.Tasks.Git.LocateRepository". 350s 1:2>Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.Tests.csproj". 350s 1:2>Target "_SourceLinkHasSingleProvider" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll". 350s Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" 350s Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider". 350s 1:2>Done building target "_SourceLinkHasSingleProvider" in project "Turkey.Tests.csproj". 350s 1:2>Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll". 350s Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" 350s Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls". 350s 1:2>Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 350s 1:2>Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll". 350s Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" 350s Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls". 350s 1:2>Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 350s 1:2>Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll". 350s Task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" 350s Done executing task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls". 350s 1:2>Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 350s 1:2>Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll". 350s Task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" 350s Done executing task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls". 350s 1:2>Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 350s 1:2>Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 350s 1:2>Done building target "SourceControlManagerPublishTranslatedUrls" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "InitializeSourceControlInformation" depends on it): 350s 1:2>Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.Tests.csproj". 350s 1:2>Target "InitializeSourceControlInformation" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AddSourceRevisionToInformationalVersion" depends on it): 350s 1:2>Done building target "InitializeSourceControlInformation" in project "Turkey.Tests.csproj". 350s 1:2>Target "AddSourceRevisionToInformationalVersion" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetAssemblyAttributes" depends on it): 350s 1:2>Done building target "AddSourceRevisionToInformationalVersion" in project "Turkey.Tests.csproj". 350s Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ). 350s 1:2>Target "GetAssemblyAttributes" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CreateGeneratedAssemblyInfoInputsCacheFile" depends on it): 350s 1:2>Done building target "GetAssemblyAttributes" in project "Turkey.Tests.csproj". 350s 1:2>Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreGenerateAssemblyInfo" depends on it): 350s Task "Hash" 350s Done executing task "Hash". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 1:2>Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "Turkey.Tests.csproj". 350s 1:2>Target "CoreGenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateAssemblyInfo" depends on it): 350s Building target "CoreGenerateAssemblyInfo" completely. 350s Output file "obj/Release/net8.0/Turkey.Tests.AssemblyInfo.cs" does not exist. 350s Task "WriteCodeFragment" 350s Emitted specified code into "obj/Release/net8.0/Turkey.Tests.AssemblyInfo.cs". 350s Done executing task "WriteCodeFragment". 350s 1:2>Done building target "CoreGenerateAssemblyInfo" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 350s 1:2>Done building target "GenerateAssemblyInfo" in project "Turkey.Tests.csproj". 350s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 350s 1:2>Target "BeforeCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s 1:2>Done building target "BeforeCompile" in project "Turkey.Tests.csproj". 350s Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 350s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 350s 1:2>Target "_GenerateCompileDependencyCache" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s Task "Hash" 350s Done executing task "Hash". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 1:2>Done building target "_GenerateCompileDependencyCache" in project "Turkey.Tests.csproj". 350s Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('' == 'true') and ('' != 'true') and (('true' == 'false') or ('true' == 'true'))). 350s Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != ''). 350s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll;...' == ''). 350s 1:2>Target "_BeforeVBCSCoreCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s 1:2>Done building target "_BeforeVBCSCoreCompile" in project "Turkey.Tests.csproj". 350s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 350s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 350s '' == 'true'). 350s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 350s Target "GenerateTargetPlatformDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ). 350s 1:2>Target "GenerateNETCompatibleDefineConstants" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AddImplicitDefineConstants" depends on it): 350s 1:2>Done building target "GenerateNETCompatibleDefineConstants" in project "Turkey.Tests.csproj". 350s Target "GeneratePlatformCompatibleDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ). 350s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Target "AddImplicitDefineConstants" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s 1:2>Done building target "AddImplicitDefineConstants" in project "Turkey.Tests.csproj". 350s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll;/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll;...' == ''). 350s 1:2>Target "_ComputeSkipAnalyzers" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Done building target "_ComputeSkipAnalyzers" in project "Turkey.Tests.csproj". 350s Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true'). 350s Target "CreateCompilerGeneratedFilesOutputPath" skipped, due to false condition; ('$(EmitCompilerGeneratedFiles)' == 'true' and !('$(DesignTimeBuild)' == 'true' OR '$(BuildingProject)' != 'true')) was evaluated as ('false' == 'true' and !('' == 'true' OR 'true' != 'true')). 350s 1:2>Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/buildTransitive/Text.Analyzers.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s 1:2>Done building target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in project "Turkey.Tests.csproj". 350s Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzersNaming" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelNaming)' != '' or '$(AnalysisModeNaming)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')). 350s Target "BeforeCompile" skipped. Previously built successfully. 350s Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully. 350s 1:2>Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" depends on it): 350s Task "Microsoft.Build.Tasks.Git.GetUntrackedFiles" skipped, due to false condition; ('$(_GitRepositoryId)' != '') was evaluated as ('' != ''). 350s 1:2>Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.Tests.csproj". 350s 1:2>Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s 1:2>Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.Tests.csproj". 350s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 350s 1:2>Target "_SetSourceLinkFilePath" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s 1:2>Done building target "_SetSourceLinkFilePath" in project "Turkey.Tests.csproj". 350s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 350s 1:2>Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "InitializeSourceRootMappedPaths" depends on it): 350s 1:2>Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "Turkey.Tests.csproj". 350s 1:2>Target "InitializeSourceRootMappedPaths" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceRootMappedPathsOpt" depends on it): 350s Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 350s Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" 350s Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots". 350s 1:2>Done building target "InitializeSourceRootMappedPaths" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s 1:2>Done building target "_InitializeSourceRootMappedPathsOpt" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s Building target "_InitializeGitHubSourceLinkUrl" completely. 350s No input files were specified. 350s Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll". 350s Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" 350s Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl". 350s 1:2>Done building target "_InitializeGitHubSourceLinkUrl" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s Building target "_InitializeGitLabSourceLinkUrl" completely. 350s No input files were specified. 350s Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll". 350s Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" 350s Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl". 350s 1:2>Done building target "_InitializeGitLabSourceLinkUrl" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s Building target "_InitializeAzureReposGitSourceLinkUrl" completely. 350s No input files were specified. 350s Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll". 350s Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" 350s Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl". 350s 1:2>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Turkey.Tests.csproj". 350s 1:2>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 350s Building target "_InitializeBitbucketGitSourceLinkUrl" completely. 350s No input files were specified. 350s Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll". 350s Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" 350s Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl". 350s 1:2>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Turkey.Tests.csproj". 350s 1:2>Target "_GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateSourceLinkFile" depends on it): 350s Building target "_GenerateSourceLinkFile" completely. 350s No input files were specified. 350s Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll". 350s Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile" 350s Source Link is empty, file 'obj/Release/net8.0/Turkey.Tests.sourcelink.json' does not exist. 350s Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile". 350s 1:2>Done building target "_GenerateSourceLinkFile" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 350s 1:2>Done building target "GenerateSourceLinkFile" in project "Turkey.Tests.csproj". 350s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 350s 1:2>Target "CoreCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Roslyn/Microsoft.CSharp.Core.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s Building target "CoreCompile" completely. 350s Output file "obj/Release/net8.0/Turkey.Tests.dll" does not exist. 350s Task "Csc" 350s /usr/lib/dotnet/dotnet exec "/usr/lib/dotnet/sdk/8.0.112/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:8 /define:TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.CSharp.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.VisualBasic.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/Microsoft.Win32.Registry.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/mscorlib.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/netstandard.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.AppContext.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Buffers.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Concurrent.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Immutable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.NonGeneric.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Collections.Specialized.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Annotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Configuration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Console.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.Common.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.DataSetExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Data.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Contracts.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Debug.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.DiagnosticSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.FileVersionInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Process.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.StackTrace.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tools.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.TraceSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Diagnostics.Tracing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Drawing.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Dynamic.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Asn1.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Formats.Tar.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Calendars.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Globalization.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.Brotli.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Compression.ZipFile.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.IsolatedStorage.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.Pipes.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Expressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Linq.Queryable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Memory.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Http.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.HttpListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Mail.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NameResolution.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.NetworkInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Ping.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Quic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Requests.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.ServicePoint.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.Sockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebClient.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebHeaderCollection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.Client.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Net.WebSockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Numerics.Vectors.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ObjectModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.DispatchProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Metadata.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Reflection.TypeExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Reader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.ResourceManager.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Resources.Writer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Handles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Intrinsics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Loader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Claims.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Algorithms.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Cng.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Csp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.OpenSsl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Cryptography.X509Certificates.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.Principal.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Security.SecureString.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceModel.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ServiceProcess.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.CodePages.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encoding.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Encodings.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Text.RegularExpressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Channels.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Overlapped.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Dataflow.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Thread.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.ThreadPool.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Threading.Timer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Transactions.Local.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.ValueTuple.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Web.HttpUtility.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.ReaderWriter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XmlSerializer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/System.Xml.XPath.XDocument.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/obj/Release/net8.0/ref/Turkey.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/ref/net8.0/WindowsBase.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll /reference:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/net8.0/Turkey.Tests.dll /refout:obj/Release/net8.0/refint/Turkey.Tests.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:12.0 /analyzerconfig:obj/Release/net8.0/Turkey.Tests.GeneratedMSBuildEditorConfig.editorconfig /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Humanizer.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.Analyzers.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.CSharp.Analyzers.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.analyzers/1.13.0/analyzers/dotnet/roslyn4.8/cs/xunit.analyzers.dll /analyzer:/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.analyzers/1.13.0/analyzers/dotnet/roslyn4.8/cs/xunit.analyzers.fixes.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.12/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll BashTestTest.cs CleanerTest.cs CsprojCompatibilityPatcherTest.cs DotNetTest.cs EnvironmentVariableSanitizerTest.cs NuGetTest.cs PlatformIdTest.cs ProcessExtensionsTest.cs ProgramTest.cs SourceBuildTest.cs TestOutputFormatTest.cs TestParserTest.cs TestRunnerTest.cs TestTest.cs VersionTest.cs XUnitTestTest.cs /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs "obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" obj/Release/net8.0/Turkey.Tests.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 350s Microsoft (R) Visual C# Compiler version 4.8.0-7.24574.2 (4ff64493) 350s Copyright (C) Microsoft Corporation. All rights reserved. 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(9,18): warning CA1704: Correct the spelling of 'Csproj' in type name 'Turkey.Tests.CsprojCompatibilityPatcherTest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(9,18): warning CA1704: Correct the spelling of 'Patcher' in type name 'Turkey.Tests.CsprojCompatibilityPatcherTest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/EnvironmentVariableSanitizerTest.cs(40,21): warning xUnit1013: Public method 'EnvironmentVariablesAreKept' on test class 'EnvironmentVariableSanitizerTest' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(10,18): warning CA1704: Correct the spelling of 'Extensiosn' in type name 'Turkey.Tests.ProcessExtensiosnTests' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(36,33): warning CA1704: Correct the spelling of 'json' in member name 'Turkey.Tests.NuGetTest.json' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(9,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.Tests.DotNetTest.GetRuntimeVersions()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(17,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.Tests.DotNetTest.GetLatestRuntimeVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(24,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.DotNetTest.GetSdkVersions()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(32,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.DotNetTest.GetLatestSdkVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(19,17): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(26,17): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersions' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(11,17): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersions' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(34,17): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/PlatformIdTest.cs(25,91): warning CA1704: In method 'Turkey.Tests.PlatformIdTest.BasicPlatformIds(string[], string, string, string[])', correct the spelling of 'ldd' in parameter name 'lddOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(40,17): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(29,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(30,21): warning CA1704: Correct the spelling of 'ver' in variable name 'ver' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(54,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(55,21): warning CA1704: Correct the spelling of 'ver' in variable name 'ver' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/PlatformIdTest.cs(32,21): warning CA1704: Correct the spelling of 'Ldd' in member name 'Turkey.Tests.PlatformIdTest.LddWorks()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/EnvironmentVariableSanitizerTest.cs(40,21): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(64,27): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Tests.NuGetTest.NuGetConfigIsGeneratedCorrectly(string[], string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,65): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'Tfm' in parameter name 'currentTfm' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,84): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,107): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'Tfm' in parameter name 'expectedTfm' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/VersionTest.cs(28,21): warning CA1704: Correct the spelling of 'Parseable' in member name 'Turkey.Tests.VersionTest.ParseableVersions(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(68,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(70,21): warning CA1704: Correct the spelling of 'Config' in variable name 'expectedConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(71,21): warning CA1704: Correct the spelling of 'Config' in variable name 'cleanedExpectedConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(73,21): warning CA1704: Correct the spelling of 'Config' in variable name 'actualConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(74,21): warning CA1704: Correct the spelling of 'Config' in variable name 'cleanedActualConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(13,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Tests.ProcessExtensiosnTests.WaitForExitAsync_DoesNotHangForOrphanedGrandChildren()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(27,25): warning CA1704: Correct the spelling of 'chmod' in variable name 'chmodProcess' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(40,27): warning CA1704: Correct the spelling of 'cts' in variable name 'cts' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(19,21): warning CA1704: Correct the spelling of 'Runtime' in variable name 'newRuntimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(20,20): warning CA1704: Correct the spelling of 'csproj' in variable name 'csproj' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(159,13): warning xUnit2004: Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,42): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,66): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,98): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'Runtime' in parameter name 'isMonoRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(51,21): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(52,21): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,57): warning CA1704: In method 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s 1:2>/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,74): warning CA1704: In method 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)', correct the spelling of 'Sdk' in parameter name 'requiresSdk' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 350s CompilerServer: server - server processed compilation - 7b1a80f4-0ceb-45d2-bba4-35647107457c 350s Done executing task "Csc". 350s Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != ''). 350s 1:2>Done building target "CoreCompile" in project "Turkey.Tests.csproj". 350s Target "_TouchLastBuildWithSkipAnalyzers" skipped, due to false condition; ('$(_SkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 350s Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 350s 1:2>Target "AfterCompile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 350s 1:2>Done building target "AfterCompile" in project "Turkey.Tests.csproj". 350s Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 350s '$(AppHostSourcePath)' != '' and 350s Exists('@(IntermediateAssembly)') and 350s Exists('$(AppHostSourcePath)')) was evaluated as ('true' == 'true' and 350s '' != '' and 350s Exists('obj/Release/net8.0/Turkey.Tests.dll') and 350s Exists('')). 350s Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 350s '$(ComHostIntermediatePath)' != '' and 350s Exists('@(IntermediateAssembly)') and 350s Exists('$(ComHostSourcePath)')) was evaluated as ('true' == 'true' and 350s '' != '' and 350s Exists('obj/Release/net8.0/Turkey.Tests.dll') and 350s Exists('')). 350s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Target "Compile" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s 1:2>Done building target "Compile" in project "Turkey.Tests.csproj". 350s Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true'). 350s Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or 350s ('$(_AssemblyTimestampBeforeCompile)' == '')) and 350s Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or 350s ('' == '')) and 350s Exists('obj/Turkey.Tests.csproj.UnmanagedRegistration.cache')). 350s Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s 1:2>Target "_GenerateSatelliteAssemblyInputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CreateSatelliteAssemblies" depends on it): 350s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 350s 1:2>Done building target "_GenerateSatelliteAssemblyInputs" in project "Turkey.Tests.csproj". 350s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 350s Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and 'true' != 'true'). 350s Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ). 350s 1:2>Target "CreateSatelliteAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s 1:2>Done building target "CreateSatelliteAssemblies" in project "Turkey.Tests.csproj". 350s Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true'). 350s 1:2>Target "GetTargetPathWithTargetPlatformMoniker" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetTargetPath" depends on it): 350s 1:2>Done building target "GetTargetPathWithTargetPlatformMoniker" in project "Turkey.Tests.csproj". 350s 1:2>Target "GetTargetPath" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s 1:2>Done building target "GetTargetPath" in project "Turkey.Tests.csproj". 350s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 350s 1:2>Target "_CopyFilesMarkedCopyLocal" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.TestPlatform.CoreUtilities.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.TestPlatform.Utilities.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Newtonsoft.Json.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/System.CommandLine.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/testhost.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.abstractions.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.assert.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.core.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.execution.dotnet.dll". 350s Creating directory "bin/Release/net8.0/cs". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/de". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/es". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/fr". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/it". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Creating directory "bin/Release/net8.0/ja". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/ko". 350s Creating directory "bin/Release/net8.0/ko". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/pl". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/pt-BR". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/ru". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Creating directory "bin/Release/net8.0/tr". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/tr". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/zh-Hans". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Creating directory "bin/Release/net8.0/zh-Hant". 350s Creating directory "bin/Release/net8.0/zh-Hant". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/de/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/de/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/es/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/es/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/fr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/fr/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/it/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/it/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ja/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ja/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ko/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ko/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pl/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pl/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/pt-BR/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ru/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/ru/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/tr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/tr/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hans/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/zh-Hant/System.CommandLine.resources.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.pdb" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.pdb". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/cs/System.CommandLine.resources.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/cs/System.CommandLine.resources.dll". 350s Done executing task "Copy". 350s Task "Touch" 350s Creating "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.csproj.CopyComplete" because "AlwaysCreate" was specified. 350s Touching "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.csproj.CopyComplete". 350s Done executing task "Touch". 350s 1:2>Done building target "_CopyFilesMarkedCopyLocal" in project "Turkey.Tests.csproj". 350s Target "AssignTargetPaths" skipped. Previously built successfully. 350s Target "AssignProjectConfiguration" skipped. Previously built successfully. 350s Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully. 350s Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully. 350s 1:2>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s 1:2>Done building target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in project "Turkey.Tests.csproj". 350s 1:2>Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s 1:2>Done building target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in project "Turkey.Tests.csproj". 350s 1:2>Target "GetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 350s Task "CallTarget" 350s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 350s Target "_AddOutputPathToGlobalPropertiesToRemove" skipped. Previously built successfully. 350s 1:2>Target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s Task "MSBuild" 350s Removing Properties for project "../Turkey/Turkey.csproj": 350s TargetFramework 350s 1:2>Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:4) on node 1 (GetCopyToOutputDirectoryItems target(s)). 350s 2:4>Target "GetCopyToOutputDirectoryItems" skipped. Previously built successfully. 350s 2:4>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetCopyToOutputDirectoryItems target(s)). 350s 1:2>Done executing task "MSBuild". 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s 1:2>Done building target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in project "Turkey.Tests.csproj". 350s Done executing task "CallTarget". 350s Task "CallTarget" 350s Target "AssignTargetPaths" skipped. Previously built successfully. 350s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 350s 1:2>Target "_GetCopyToOutputDirectoryItemsFromThisProject" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 350s Task "AssignTargetPath" 350s Done executing task "AssignTargetPath". 350s 1:2>Done building target "_GetCopyToOutputDirectoryItemsFromThisProject" in project "Turkey.Tests.csproj". 350s Done executing task "CallTarget". 350s 1:2>Done building target "GetCopyToOutputDirectoryItems" in project "Turkey.Tests.csproj". 350s 1:2>Target "_CopyOutOfDateSourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 350s Building target "_CopyOutOfDateSourceItemsToOutputDirectory" completely. 350s Output file "bin/Release/net8.0/Turkey.deps.json" does not exist. 350s Output file "bin/Release/net8.0/Turkey.runtimeconfig.json" does not exist. 350s Output file "bin/Release/net8.0/xunit.runner.visualstudio.testadapter.dll" does not exist. 350s Output file "bin/Release/net8.0/xunit.runner.reporters.netcoreapp10.dll" does not exist. 350s Output file "bin/Release/net8.0/xunit.runner.utility.netcoreapp10.dll" does not exist. 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.deps.json" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.deps.json". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.runtimeconfig.json" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.runtimeconfig.json". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.visualstudio.testadapter.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.runner.visualstudio.testadapter.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.reporters.netcoreapp10.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.runner.reporters.netcoreapp10.dll". 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.utility.netcoreapp10.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/xunit.runner.utility.netcoreapp10.dll". 350s Done executing task "Copy". 350s 1:2>Done building target "_CopyOutOfDateSourceItemsToOutputDirectory" in project "Turkey.Tests.csproj". 350s Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ). 350s 1:2>Target "_CopySourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s 1:2>Done building target "_CopySourceItemsToOutputDirectory" in project "Turkey.Tests.csproj". 350s Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ). 350s Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ). 350s 1:2>Target "_CheckForCompileOutputs" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s 1:2>Done building target "_CheckForCompileOutputs" in project "Turkey.Tests.csproj". 350s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 350s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 350s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 350s 1:2>Target "_ComputeReferenceAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildDependencyFile" depends on it): 350s 1:2>Done building target "_ComputeReferenceAssemblies" in project "Turkey.Tests.csproj". 350s 1:2>Target "_ComputeUserRuntimeAssemblies" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildDependencyFile" depends on it): 350s 1:2>Done building target "_ComputeUserRuntimeAssemblies" in project "Turkey.Tests.csproj". 350s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 350s Target "_ComputePackageReferencePublish" skipped. Previously built successfully. 350s Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Target "GenerateBuildDependencyFile" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Building target "GenerateBuildDependencyFile" completely. 350s Output file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.deps.json" does not exist. 350s Using "GenerateDepsFile" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GenerateDepsFile" 350s Done executing task "GenerateDepsFile". 350s 1:2>Done building target "GenerateBuildDependencyFile" in project "Turkey.Tests.csproj". 350s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 350s 1:2>Target "_GenerateRuntimeConfigurationFilesInputCache" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildRuntimeConfigurationFiles" depends on it): 350s Task "Hash" 350s Done executing task "Hash". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 1:2>Done building target "_GenerateRuntimeConfigurationFilesInputCache" in project "Turkey.Tests.csproj". 350s 1:2>Target "GenerateBuildRuntimeConfigurationFiles" in file "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 350s Building target "GenerateBuildRuntimeConfigurationFiles" completely. 350s Output file "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.runtimeconfig.json" does not exist. 350s Task "NETSdkError" skipped, due to false condition; ('$(RollForward)' != '' and '$(RollForward)' != 'Major' and '$(RollForward)' != 'LatestMajor' and '$(_IsRollForwardSupported)' != 'true') was evaluated as ('Major' != '' and 'Major' != 'Major' and 'Major' != 'LatestMajor' and 'true' != 'true'). 350s Using "GenerateRuntimeConfigurationFiles" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll". 350s Task "GenerateRuntimeConfigurationFiles" 350s Done executing task "GenerateRuntimeConfigurationFiles". 350s 1:2>Done building target "GenerateBuildRuntimeConfigurationFiles" in project "Turkey.Tests.csproj". 350s Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and != '' ). 350s 1:2>Target "CopyFilesToOutputDirectory" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForRun" depends on it): 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.dll". 350s Done executing task "Copy". 350s Task "CopyRefAssembly" 350s Copying reference assembly from "obj/Release/net8.0/refint/Turkey.Tests.dll" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/ref/Turkey.Tests.dll". 350s Done executing task "CopyRefAssembly". 350s Task "Message" 350s Turkey.Tests -> /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.dll 350s Done executing task "Message". 350s Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != ''). 350s Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true'). 350s Task "Copy" 350s Copying file from "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net8.0/Turkey.Tests.pdb" to "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.pdb". 350s Done executing task "Copy". 350s Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true'). 350s Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != ''). 350s Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ). 350s Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != ''). 350s Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != ''). 350s 1:2>Done building target "CopyFilesToOutputDirectory" in project "Turkey.Tests.csproj". 350s Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true'). 350s 1:2>Target "PrepareForRun" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s 1:2>Done building target "PrepareForRun" in project "Turkey.Tests.csproj". 350s Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Exe'=='library'). 350s Target "_CheckForCompileOutputs" skipped. Previously built successfully. 350s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 350s 1:2>Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "IncrementalClean" depends on it): 350s Task "ReadLinesFromFile" 350s Done executing task "ReadLinesFromFile". 350s Task "ConvertToAbsolutePath" 350s Done executing task "ConvertToAbsolutePath". 350s Task "FindUnderPath" 350s Comparison path is "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "bin/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "obj/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "RemoveDuplicates" 350s Done executing task "RemoveDuplicates". 350s 1:2>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "Turkey.Tests.csproj". 350s 1:2>Target "IncrementalClean" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 350s Task "FindUnderPath" 350s Comparison path is "bin/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "FindUnderPath" 350s Comparison path is "obj/Release/net8.0/". 350s Done executing task "FindUnderPath". 350s Task "Delete" 350s Done executing task "Delete". 350s Task "RemoveDuplicates" 350s Done executing task "RemoveDuplicates". 350s Task "WriteLinesToFile" 350s Done executing task "WriteLinesToFile". 350s 1:2>Done building target "IncrementalClean" in project "Turkey.Tests.csproj". 350s Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')). 350s Target "GenerateBuildDependencyFile" skipped. Previously built successfully. 350s Target "GenerateBuildRuntimeConfigurationFiles" skipped. Previously built successfully. 350s 1:2>Target "CoreBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 350s 1:2>Done building target "CoreBuild" in project "Turkey.Tests.csproj". 350s 1:2>Target "AfterBuild" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 350s 1:2>Done building target "AfterBuild" in project "Turkey.Tests.csproj". 350s Target "_CheckBrowserWorkloadNeededButNotAvailable" skipped, due to false condition; ('$(RuntimeIdentifier)' == 'browser-wasm' and '$(_BrowserWorkloadDisabled)' != 'true' and '$(WasmNativeWorkloadAvailable)' != 'true') was evaluated as ('' == 'browser-wasm' and '' != 'true' and '' != 'true'). 350s Target "_ErrorWorkloadDisabledForTFMLessThan6" skipped, due to false condition; ('$(_BrowserWorkloadNotSupportedForTFM)' == 'true') was evaluated as ('' == 'true'). 350s Target "_ErrorDualWasmThreadPropsOn7" skipped, due to false condition; ('$(TargetsNet7)' == 'true' and '$(RuntimeIdentifier)' == 'browser-wasm' and 350s '$(BrowserWorkloadDisabled)' != 'true' and '$(WasmEnableThreads)' == 'true' and '$(WasmEnablePerfTrace)' == 'true') was evaluated as ('' == 'true' and '' == 'browser-wasm' and 350s '' != 'true' and '' == 'true' and '' == 'true'). 350s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 350s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 350s 1:2>Target "Build" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 350s 1:2>Done building target "Build" in project "Turkey.Tests.csproj". 350s Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true'). 350s 1:2>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default targets). 350s 1>Done executing task "MSBuild". 350s Task "Microsoft.TestPlatform.Build.Tasks.VSTestLogsTask" 350s Build completed. 350s 350s Done executing task "Microsoft.TestPlatform.Build.Tasks.VSTestLogsTask". 350s Task "Message" 350s Done Building project /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj for TargetFramework=net8.0 350s Done executing task "Message". 350s 1>Done building target "BuildProject" in project "Turkey.Tests.csproj". 350s Done executing task "CallTarget". 350s Task "CallTarget" 350s 1>Target "ShowCallOfVSTestTaskWithParameter" in file "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "VSTest" depends on it): 350s Task "Message" 350s Calling task Microsoft.TestPlatform.Build.Tasks.VSTestTask with following parameter... 350s Done executing task "Message". 350s Task "Message" 350s TestFileFullPath = /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.dll 350s Done executing task "Message". 350s Task "Message" 350s VSTestSetting = 350s Done executing task "Message". 350s Task "Message" 350s VSTestTestAdapterPath = 350s Done executing task "Message". 350s Task "Message" 350s VSTestFramework = .NETCoreApp,Version=v8.0 350s Done executing task "Message". 350s Task "Message" 350s VSTestPlatform = 350s Done executing task "Message". 350s Task "Message" 350s VSTestTestCaseFilter = 350s Done executing task "Message". 350s Task "Message" 350s VSTestLogger = 350s Done executing task "Message". 350s Task "Message" 350s VSTestListTests = 350s Done executing task "Message". 350s Task "Message" 350s VSTestDiag = 350s Done executing task "Message". 350s Task "Message" 350s VSTestCLIRunSettings = 350s Done executing task "Message". 350s Task "Message" 350s VSTestResultsDirectory = 350s Done executing task "Message". 350s Task "Message" 350s VSTestConsolePath = /usr/lib/dotnet/sdk/8.0.112/vstest.console.dll 350s Done executing task "Message". 350s Task "Message" 350s VSTestVerbosity = detailed 350s Done executing task "Message". 350s Task "Message" 350s VSTestCollect = 350s Done executing task "Message". 350s Task "Message" 350s VSTestBlame = 350s Done executing task "Message". 350s Task "Message" 350s VSTestTraceDataCollectorDirectoryPath = /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/build/netstandard2.0/ 350s Done executing task "Message". 350s Task "Message" 350s VSTestNoLogo = 350s Done executing task "Message". 350s 1>Done building target "ShowCallOfVSTestTaskWithParameter" in project "Turkey.Tests.csproj". 350s Done executing task "CallTarget". 350s Using "Microsoft.TestPlatform.Build.Tasks.VSTestTask" task from assembly "/usr/lib/dotnet/sdk/8.0.112/Microsoft.TestPlatform.Build.dll". 350s Task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" 350s Test run for /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net8.0/Turkey.Tests.dll (.NETCoreApp,Version=v8.0) 351s Microsoft (R) Test Execution Command Line Tool Version 17.8.0 (s390x) 351s Copyright (c) Microsoft Corporation. All rights reserved. 351s 351s Starting test execution, please wait... 351s A total of 1 test files matched the specified pattern. 352s [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.0+6438bb880a (64-bit .NET 8.0.12) 353s [xUnit.net 00:00:00.14] Discovering: Turkey.Tests 353s [xUnit.net 00:00:00.23] Discovered: Turkey.Tests 353s [xUnit.net 00:00:00.24] Starting: Turkey.Tests 353s Passed Turkey.Tests.EnvironmentVariableSanitizerTest.EnvironmentVariablesAreRemoved(name: "OPENSSL_CONF") [22 ms] 353s Passed Turkey.Tests.VersionTest.SimpleParse [22 ms] 353s Passed Turkey.Tests.VersionTest.Equality [11 ms] 353s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0.0.0.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0.0.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.0") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.a.1") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.a1") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.preview3") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.LeadingZerosMatter(version: "0.0.0.1") [4 ms] 353s Passed Turkey.Tests.VersionTest.LeadingZerosMatter(version: "0.0.1") [< 1 ms] 353s Passed Turkey.Tests.VersionTest.InvalidVersionsThrow(version: ".1") [1 ms] 353s Passed Turkey.Tests.VersionTest.TestToString [< 1 ms] 353s Passed Turkey.Tests.VersionTest.VersionComparisons [< 1 ms] 353s Passed Turkey.Tests.ProgramTest.SystemTraits(runtimeVersion: 6.5, sdkVersion: 3.1, rids: [], isMonoRuntime: False, additionalTraits: [], expectedTraits: ["version=6.5", "version=6", "arch=s390x", "runtime=coreclr"]) [40 ms] 353s Passed Turkey.Tests.ProgramTest.SystemTraits(runtimeVersion: 6.5, sdkVersion: 3.1, rids: [], isMonoRuntime: True, additionalTraits: [], expectedTraits: ["version=6.5", "version=6", "arch=s390x", "runtime=mono"]) [< 1 ms] 353s Passed Turkey.Tests.ProgramTest.SystemTraits(runtimeVersion: 6.5, sdkVersion: 3.1, rids: ["linux-x64", "fedora.37-x64", "linux-musl-x64"], isMonoRuntime: False, additionalTraits: [], expectedTraits: ["version=6.5", "version=6", "arch=s390x", "runtime=coreclr", "os=linux", ···]) [< 1 ms] 353s Passed Turkey.Tests.ProgramTest.SystemTraits(runtimeVersion: 6.5, sdkVersion: 3.1, rids: [], isMonoRuntime: False, additionalTraits: ["blue", "green"], expectedTraits: ["version=6.5", "version=6", "arch=s390x", "runtime=coreclr", "blue", ···]) [< 1 ms] 353s Passed Turkey.Tests.ProgramTest.CheckOptions [< 1 ms] 353s Passed Turkey.Tests.ProgramTest.GetNuGetWorking [< 1 ms] 353s Passed Turkey.Tests.CleanerTest.StarAtEndIsExpandedCorrectly [44 ms] 353s Passed Turkey.Tests.CleanerTest.TildeIsExpandedToUserHome [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1", expectedToRun: True) [11 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1.0", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.0", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.3", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.0.9", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "3.0", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.2", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1.1", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.1.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.0.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.0", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.99", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.0", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "3.0", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.0.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.2", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.1", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.0.9", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.1.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.3", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: [], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: [], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: [], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1,Trait2"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1", "Trait2"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1"], expectedToSkip: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.9", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.1", expectedToRun: False) [6 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.3", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.0", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.0.9", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.99", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.2.99", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.1.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "3.2", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.1", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.2", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.0.1", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.0", expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "3.0", expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.DisabledTestShouldBeSkipped [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora99"], ignoredRIDs: ["fedora10"], expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora"], ignoredRIDs: ["fedora"], expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora", "fedora99"], ignoredRIDs: ["fedora"], expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["linux"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora99"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["linux"], ignoredRIDs: ["fedora"], expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: "3.1.104", requiresSdk: True, expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: null, requiresSdk: True, expectedToRun: False) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: null, requiresSdk: False, expectedToRun: True) [< 1 ms] 353s Passed Turkey.Tests.TestParserTests.MissingIgnoredRIDsIsOkay [< 1 ms] 353s Passed Turkey.Tests.SourceBuildTest.VerifyProdConFeedIsLookedUpAndThenTheFeedIsVerifiedToResolve [120 ms] 353s Passed Turkey.Tests.DotNetTest.GetSdkVersions [11 ms] 353s Passed Turkey.Tests.SourceBuildTest.VerifyProdConFeedIsNotUsedForNewReleases [8 ms] 353s Passed Turkey.Tests.DotNetTest.GetRuntimeVersions [2 ms] 353s Passed Turkey.Tests.DotNetTest.GetLatestRuntimeVersion [1 ms] 353s Passed Turkey.Tests.DotNetTest.GetLatestSdkVersion [1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.2.1", live: True) [17 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "3.9.0", live: False) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.3.0", live: False) [< 1 ms] 353s [xUnit.net 00:00:00.47] Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectlyFromNetwork [SKIP] 353s [xUnit.net 00:00:00.47] Uses network 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.0.0", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.3.0", live: False) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.1.0", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.1.0", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.2.0", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.1.11", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.0.0", live: True) [< 1 ms] 353s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.2.0", live: False) [< 1 ms] 353s Skipped Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectlyFromNetwork [1 ms] 353s Passed Turkey.Tests.NuGetTest.NuGetConfigIsGeneratedCorrectly(urls: ["foo", "bar"], feedParts: " ") [< 1 ms] 353s Passed Turkey.Tests.JUnitOutputTest.ControlCharactersInTestOutputAreNotPresentInXml [27 ms] 353s Passed Turkey.Tests.JUnitOutputTest.SingleTestWithPassingResultProducesValidXml [1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=30"], architecture: "arm64", lddOutput: "", expectedIds: ["linux", "linux-arm64", "fedora", "fedora-arm64", "fedora30", ···]) [3 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=centos", "VERSION_ID=8"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "centos", "centos-x64", "centos8", ···]) [< 1 ms] 353s Passed Turkey.Tests.JUnitOutputTest.EmptyResultsProduceBasicXml [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=7"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel7", ···]) [4 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=8"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel8", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=8.1"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel8", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=39"], architecture: "x64", lddOutput: "GNU libc", expectedIds: ["linux", "linux-x64", "fedora", "fedora-x64", "fedora39", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=8.0"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel8", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=30"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "fedora", "fedora-x64", "fedora30", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rocky", "VERSION_ID=8.5"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rocky", "rocky-x64", "rocky8", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=\"rhel\"", "VERSION_ID=\"8.1\""], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel8", ···]) [1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=9"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "fedora", "fedora-x64", "fedora9", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=alpine", "VERSION_ID=3.15.2"], architecture: "x64", lddOutput: "musl libc", expectedIds: ["linux", "linux-x64", "alpine", "alpine-x64", "alpine3.15", ···]) [< 1 ms] 353s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=7.3"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel7", ···]) [< 1 ms] 354s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=alpine", "VERSION_ID=3.15.2"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "alpine", "alpine-x64", "alpine3.15", ···]) [< 1 ms] 354s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp3.1", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [83 ms] 354s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp2.1", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [< 1 ms] 354s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp1.0", runtimeVersion: "2.1", expectedTfm: "netcoreapp2.1") [< 1 ms] 354s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "net5.0", runtimeVersion: "2.1", expectedTfm: "netcoreapp2.1") [< 1 ms] 354s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "net5.0", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [< 1 ms] 354s Passed Turkey.Tests.PlatformIdTest.LddWorks [9 ms] 356s [xUnit.net 00:00:03.38] Finished: Turkey.Tests 356s Passed Turkey.Tests.ProcessExtensiosnTests.WaitForExitAsync_DoesNotHangForOrphanedGrandChildren [3 s] 356s 356s Test Run Successful. 356s Total tests: 137 356s Passed: 136 356s Skipped: 1 356s Total time: 4.5460 Seconds 356s Done executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask". 356s 1>Done building target "VSTest" in project "Turkey.Tests.csproj". 356s 1>Done Building Project "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target(s)). 356s 356s Build succeeded. 356s 356s "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target) (1) -> 356s "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default target) (1:2) -> 356s "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (default target) (2:2) -> 356s (CoreCompile target) -> 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(162,30): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(105,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(118,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(26,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(29,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(51,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(35,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(64,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(74,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(13,24): warning CA1704: Correct the spelling of 'dotnet' in member name 'Turkey.DotNet._dotnetPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Csproj' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Patcher' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(61,24): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.TestRunner.nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(25,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetFileName' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(27,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(29,30): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.RuntimeVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(56,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.LatestRuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(70,30): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.SdkVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(96,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.LatestSdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(15,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.TestDescriptor.RequiresSdk' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(22,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.SystemUnderTest.RuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(23,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.SystemUnderTest.SdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(27,23): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.SystemUnderTest.Dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(34,23): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Test.NuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,36): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Csproj' in parameter name 'originalCsprojContents' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,68): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Runtime' in parameter name 'newRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanProjectLocalDotNetCruftAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(26,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.BuildProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/BashTest.cs(12,81): warning CA1704: In method 'Turkey.BashTest.BashTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(29,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.RunTestProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(12,82): warning CA1704: In method 'Turkey.XUnitTest.XUnitTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/IEnumerableExtensions.cs(9,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.IEnumerableExtensions.ForEachAsync(System.Collections.Generic.IEnumerable, System.Func)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanLocalDotNetCacheAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(21,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(19,80): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,89): warning CA1704: In method 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)', correct the spelling of 'json' in parameter name 'json' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(30,21): warning CA1704: Correct the spelling of 'deserialized' in variable name 'deserialized' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(25,101): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string, string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(52,18): warning CA1704: Correct the spelling of 'Musl' in variable name 'isMusl' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(11,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessRunner.RunAsync(System.Diagnostics.ProcessStartInfo, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,46): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,43): warning CA1704: In method 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(22,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessExtensions.WaitForExitAsync(System.Diagnostics.Process, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'nuget' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'Config' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(84,25): warning CA1704: Correct the spelling of 'Ldd' in member name 'Turkey.PlatformId.GetLddVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(104,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.BuildAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(116,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(119,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.TestAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(122,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunDotNetCommandAsync(System.IO.DirectoryInfo, string[], System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(36,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetProdConFeedAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(38,81): warning CA1704: In method 'Turkey.Test.Test(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,53): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)', correct the spelling of 'dotnet' in parameter name 'dotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,89): warning CA1704: In method 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)', correct the spelling of 'cancelltion' in parameter name 'cancelltionToken' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(145,22): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDirectories' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(158,20): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDir' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(80,21): warning CA1704: Correct the spelling of 'Json' in variable name 'projectJsonPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(88,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojFile' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(89,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(97,22): warning CA1704: Correct the spelling of 'Json' in member name 'Turkey.Test.CopyProjectJsonFile()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(103,17): warning CA1704: Correct the spelling of 'dest' in variable name 'dest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,22): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojVersion(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,49): warning CA1704: In method 'Turkey.Test.UpdateCsprojVersion(string)', correct the spelling of 'csproj' in parameter name 'csprojPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(127,24): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojContents(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(95,20): warning CA1704: Correct the spelling of 'dotnet' in variable name 'dotnet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(96,21): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(100,24): warning CA1704: Correct the spelling of 'junit' in variable name 'junitOutput' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(111,17): warning CA1704: Correct the spelling of 'env' in variable name 'envVars' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(128,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nuGetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(130,45): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.InternalRunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,48): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,93): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(106,38): warning CA1704: In method 'Turkey.Version.CompareTo(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(108,36): warning CA1704: In method 'Turkey.Version.Equals(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,47): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,58): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,47): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,58): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,48): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,59): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,48): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,59): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,48): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,59): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,48): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,59): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,130): warning CA1704: In method 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)', correct the spelling of 'Config' in parameter name 'useSourceBuildNuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(160,21): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,65): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,89): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,125): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'Runtime' in parameter name 'isMonoRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,79): warning CA1704: In method 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)', correct the spelling of 'nuget' in parameter name 'nuget' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,99): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(29,39): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'dotnet' in parameter name 'dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(30,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(31,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterParsingTestAsync(string, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningTestAsync(string, Turkey.TestResult, System.Text.StringBuilder, System.TimeSpan)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningAllTestsAsync(Turkey.TestResults)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.BeforeTestAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AtStartupAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(63,115): warning CA1704: In method 'Turkey.TestRunner.TestRunner(Turkey.SystemUnderTest, System.IO.DirectoryInfo, bool, Turkey.Cleaner, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(255,46): warning CA1704: In method 'Turkey.Program.Main(string[])', correct the spelling of 'args' in parameter name 'args' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(72,40): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestRunner.ScanAndRunAsync(System.Collections.Generic.List, string, System.TimeSpan, System.Collections.Generic.IEnumerable)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(101,66): warning CA1704: In method 'Turkey.TestParser.VersionMatches(Turkey.TestDescriptor, Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(116,27): warning CA1704: Correct the spelling of 'cts' in variable name 'cts' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 356s 356s 356s "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target) (1) -> 356s "/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default target) (1:2) -> 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(9,18): warning CA1704: Correct the spelling of 'Csproj' in type name 'Turkey.Tests.CsprojCompatibilityPatcherTest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(9,18): warning CA1704: Correct the spelling of 'Patcher' in type name 'Turkey.Tests.CsprojCompatibilityPatcherTest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/EnvironmentVariableSanitizerTest.cs(40,21): warning xUnit1013: Public method 'EnvironmentVariablesAreKept' on test class 'EnvironmentVariableSanitizerTest' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(10,18): warning CA1704: Correct the spelling of 'Extensiosn' in type name 'Turkey.Tests.ProcessExtensiosnTests' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(36,33): warning CA1704: Correct the spelling of 'json' in member name 'Turkey.Tests.NuGetTest.json' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(9,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.Tests.DotNetTest.GetRuntimeVersions()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(17,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.Tests.DotNetTest.GetLatestRuntimeVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(24,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.DotNetTest.GetSdkVersions()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(32,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.DotNetTest.GetLatestSdkVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(19,17): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(26,17): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersions' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(11,17): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersions' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/DotNetTest.cs(34,17): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/PlatformIdTest.cs(25,91): warning CA1704: In method 'Turkey.Tests.PlatformIdTest.BasicPlatformIds(string[], string, string, string[])', correct the spelling of 'ldd' in parameter name 'lddOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(40,17): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(29,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(30,21): warning CA1704: Correct the spelling of 'ver' in variable name 'ver' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(54,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(55,21): warning CA1704: Correct the spelling of 'ver' in variable name 'ver' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/PlatformIdTest.cs(32,21): warning CA1704: Correct the spelling of 'Ldd' in member name 'Turkey.Tests.PlatformIdTest.LddWorks()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/EnvironmentVariableSanitizerTest.cs(40,21): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(64,27): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Tests.NuGetTest.NuGetConfigIsGeneratedCorrectly(string[], string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,65): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'Tfm' in parameter name 'currentTfm' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,84): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(17,107): warning CA1704: In method 'Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(string, string, string)', correct the spelling of 'Tfm' in parameter name 'expectedTfm' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/VersionTest.cs(28,21): warning CA1704: Correct the spelling of 'Parseable' in member name 'Turkey.Tests.VersionTest.ParseableVersions(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(68,23): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(70,21): warning CA1704: Correct the spelling of 'Config' in variable name 'expectedConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(71,21): warning CA1704: Correct the spelling of 'Config' in variable name 'cleanedExpectedConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(73,21): warning CA1704: Correct the spelling of 'Config' in variable name 'actualConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/NuGetTest.cs(74,21): warning CA1704: Correct the spelling of 'Config' in variable name 'cle+ echo 'INFO: build test-runner' 356s + make 356s anedActualConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(13,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Tests.ProcessExtensiosnTests.WaitForExitAsync_DoesNotHangForOrphanedGrandChildren()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(27,25): warning CA1704: Correct the spelling of 'chmod' in variable name 'chmodProcess' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProcessExtensionsTest.cs(40,27): warning CA1704: Correct the spelling of 'cts' in variable name 'cts' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(19,21): warning CA1704: Correct the spelling of 'Runtime' in variable name 'newRuntimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/CsprojCompatibilityPatcherTest.cs(20,20): warning CA1704: Correct the spelling of 'csproj' in variable name 'csproj' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(159,13): warning xUnit2004: Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,42): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,66): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(82,98): warning CA1704: In method 'Turkey.Tests.ProgramTest.SystemTraits(Turkey.Version, Turkey.Version, string[], bool, string[], string[])', correct the spelling of 'Runtime' in parameter name 'isMonoRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(51,21): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/ProgramTest.cs(52,21): warning CA1704: Correct the spelling of 'sdk' in variable name 'sdkVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,57): warning CA1704: In method 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/TestParserTest.cs(196,74): warning CA1704: In method 'Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(string, bool, bool)', correct the spelling of 'Sdk' in parameter name 'requiresSdk' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 356s 356s 181 Warning(s) 356s 0 Error(s) 356s 356s Time Elapsed 00:00:10.38 356s INFO: build test-runner 356s cat GIT_COMMIT_ID 356s e23f12d 356s cat GIT_TAG_VERSION 356s 1.1.0 356s (cd Turkey; \ 356s dotnet publish \ 356s -f "net8.0" \ 356s -c Release \ 356s -p:VersionPrefix=$(cat ../GIT_TAG_VERSION) \ 356s -p:VersionSuffix=$(cat ../GIT_COMMIT_ID) \ 356s -o $(readlink -f $(pwd)/../turkey)) 356s MSBuild version 17.8.5+b5265ef37 for .NET 357s Determining projects to restore... 358s Restored /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (in 478 ms). 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(162,30): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(26,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(29,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(105,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(118,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(35,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(64,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestOutputFormat.cs(74,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(51,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Csproj' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(11,18): warning CA1704: Correct the spelling of 'Patcher' in type name 'Turkey.CsprojCompatibilityPatcher' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(61,24): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.TestRunner.nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(13,24): warning CA1704: Correct the spelling of 'dotnet' in member name 'Turkey.DotNet._dotnetPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(29,30): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.RuntimeVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(56,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.LatestRuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(70,30): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.SdkVersions' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(96,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.DotNet.LatestSdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(25,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetFileName' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(27,24): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.DotNet.DotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(15,21): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.TestDescriptor.RequiresSdk' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(34,23): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Test.NuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(22,24): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.SystemUnderTest.RuntimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(23,24): warning CA1704: Correct the spelling of 'Sdk' in member name 'Turkey.SystemUnderTest.SdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(27,23): warning CA1704: Correct the spelling of 'Dotnet' in member name 'Turkey.SystemUnderTest.Dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/BashTest.cs(12,81): warning CA1704: In method 'Turkey.BashTest.BashTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(12,82): warning CA1704: In method 'Turkey.XUnitTest.XUnitTest(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,36): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Csproj' in parameter name 'originalCsprojContents' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/CsprojCompatibilityPatcher.cs(13,68): warning CA1704: In method 'Turkey.CsprojCompatibilityPatcher.Patch(string, Turkey.Version)', correct the spelling of 'Runtime' in parameter name 'newRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/IEnumerableExtensions.cs(9,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.IEnumerableExtensions.ForEachAsync(System.Collections.Generic.IEnumerable, System.Func)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(39,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanProjectLocalDotNetCruftAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(21,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(19,80): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(28,89): warning CA1704: In method 'Turkey.NuGet.IsPackageLiveAsync(string, Turkey.Version, string)', correct the spelling of 'json' in parameter name 'json' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(11,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessRunner.RunAsync(System.Diagnostics.ProcessStartInfo, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(30,21): warning CA1704: Correct the spelling of 'deserialized' in variable name 'deserialized' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Cleaner.cs(56,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Cleaner.CleanLocalDotNetCacheAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(22,34): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.ProcessExtensions.WaitForExitAsync(System.Diagnostics.Process, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'nuget' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/NuGet.cs(38,81): warning CA1704: In method 'Turkey.NuGet.GenerateNuGetConfig(System.Collections.Generic.List, string)', correct the spelling of 'Config' in parameter name 'nugetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(36,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetProdConFeedAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(38,81): warning CA1704: In method 'Turkey.Test.Test(System.IO.DirectoryInfo, Turkey.SystemUnderTest, string, Turkey.TestDescriptor, bool)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(56,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.SourceBuild.GetNuGetConfigAsync(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,39): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(47,89): warning CA1704: In method 'Turkey.Test.RunAsync(System.Action, System.Threading.CancellationToken)', correct the spelling of 'cancelltion' in parameter name 'cancelltionToken' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/SourceBuild.cs(60,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(26,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.BuildProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/XUnitTest.cs(29,27): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.XUnitTest.RunTestProjectAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(80,21): warning CA1704: Correct the spelling of 'Json' in variable name 'projectJsonPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(88,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojFile' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(89,21): warning CA1704: Correct the spelling of 'csproj' in variable name 'csprojPath' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(97,22): warning CA1704: Correct the spelling of 'Json' in member name 'Turkey.Test.CopyProjectJsonFile()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,48): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(12,93): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.FileInfo)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(64,46): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,54): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(18,99): warning CA1704: In method 'Turkey.TestParser.TryParseAsync(Turkey.SystemUnderTest, string, System.IO.DirectoryInfo, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(103,17): warning CA1704: Correct the spelling of 'dest' in variable name 'dest' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,21): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,22): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojVersion(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(67,43): warning CA1704: In method 'Turkey.DotNet.IsMonoRuntime(Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(119,49): warning CA1704: In method 'Turkey.Test.UpdateCsprojVersion(string)', correct the spelling of 'csproj' in parameter name 'csprojPath' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(130,45): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Test.InternalRunAsync(System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Test.cs(127,24): warning CA1704: Correct the spelling of 'Csproj' in member name 'Turkey.Test.UpdateCsprojContents(string)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(104,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.BuildAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(116,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(119,26): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.TestAsync(System.IO.DirectoryInfo, System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(122,33): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.DotNet.RunDotNetCommandAsync(System.IO.DirectoryInfo, string[], System.Collections.Generic.IReadOnlyDictionary, System.Action, System.Threading.CancellationToken)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Clr' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,29): warning CA1704: Correct the spelling of 'Runtime' in member name 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(143,53): warning CA1704: In method 'Turkey.DotNet.IsCoreClrRuntime(string, Turkey.Version)', correct the spelling of 'dotnet' in parameter name 'dotnetRoot' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestParser.cs(101,66): warning CA1704: In method 'Turkey.TestParser.VersionMatches(Turkey.TestDescriptor, Turkey.Version)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(145,22): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDirectories' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/DotNet.cs(158,20): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeDir' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(25,101): warning CA1704: In method 'Turkey.PlatformId.ComputePlatformIds(string[], string, string)', correct the spelling of 'ldd' in parameter name 'lddVersionOutput' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(84,25): warning CA1704: Correct the spelling of 'Ldd' in member name 'Turkey.PlatformId.GetLddVersion()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(63,115): warning CA1704: In method 'Turkey.TestRunner.TestRunner(Turkey.SystemUnderTest, System.IO.DirectoryInfo, bool, Turkey.Cleaner, string)', correct the spelling of 'Config' in parameter name 'nuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/PlatformId.cs(52,18): warning CA1704: Correct the spelling of 'Musl' in variable name 'isMusl' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(108,36): warning CA1704: In method 'Turkey.Version.Equals(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(106,38): warning CA1704: In method 'Turkey.Version.CompareTo(Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,47): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(110,58): warning CA1704: In method 'Turkey.Version.operator <(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,47): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(112,58): warning CA1704: In method 'Turkey.Version.operator >(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,48): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(114,59): warning CA1704: In method 'Turkey.Version.operator <=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,48): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(116,59): warning CA1704: In method 'Turkey.Version.operator >=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,48): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,48): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'x' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(131,59): warning CA1704: In method 'Turkey.Version.operator !=(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Version.cs(118,59): warning CA1704: In method 'Turkey.Version.operator ==(Turkey.Version, Turkey.Version)', consider providing a more meaningful name than parameter name 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(47,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AtStartupAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(48,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.BeforeTestAsync()' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(49,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterParsingTestAsync(string, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(50,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningTestAsync(string, Turkey.TestResult, System.Text.StringBuilder, System.TimeSpan)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(52,35): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestOutput.AfterRunningAllTestsAsync(Turkey.TestResults)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(29,39): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'dotnet' in parameter name 'dotnet' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(30,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(31,40): warning CA1704: In method 'Turkey.SystemUnderTest.SystemUnderTest(Turkey.DotNet, Turkey.Version, Turkey.Version, System.Collections.Generic.List, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlySet)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Config' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(149,130): warning CA1704: In method 'Turkey.Program.GenerateNuGetConfigIfNeededAsync(string, Turkey.Version, bool)', correct the spelling of 'Config' in parameter name 'useSourceBuildNuGetConfig' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,65): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'runtime' in parameter name 'runtimeVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,89): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'sdk' in parameter name 'sdkVersion' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(210,125): warning CA1704: In method 'Turkey.Program.CreateTraits(Turkey.Version, Turkey.Version, System.Collections.Generic.List, bool, System.Collections.Generic.IEnumerable)', correct the spelling of 'Runtime' in parameter name 'isMonoRuntime' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,42): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(244,79): warning CA1704: In method 'Turkey.Program.GetProdConFeedUrlIfNeededAsync(Turkey.NuGet, Turkey.SourceBuild, Turkey.Version)', correct the spelling of 'nuget' in parameter name 'nuget' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(72,40): warning CA1704: Correct the spelling of 'Async' in member name 'Turkey.TestRunner.ScanAndRunAsync(System.Collections.Generic.List, string, System.TimeSpan, System.Collections.Generic.IEnumerable)' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(95,20): warning CA1704: Correct the spelling of 'dotnet' in variable name 'dotnet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(96,21): warning CA1704: Correct the spelling of 'runtime' in variable name 'runtimeVersion' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(100,24): warning CA1704: Correct the spelling of 'junit' in variable name 'junitOutput' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(111,17): warning CA1704: Correct the spelling of 'env' in variable name 'envVars' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(128,20): warning CA1704: Correct the spelling of 'Config' in variable name 'nuGetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(255,46): warning CA1704: In method 'Turkey.Program.Main(string[])', correct the spelling of 'args' in parameter name 'args' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(160,21): warning CA1704: Correct the spelling of 'nuget' in variable name 'nuget' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'nuget' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Program.cs(182,24): warning CA1704: Correct the spelling of 'Config' in variable name 'nugetConfig' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/TestRunner.cs(116,27): warning CA1704: Correct the spelling of 'cts' in variable name 'cts' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704) [/tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 359s Turkey -> /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/Turkey/bin/Release/net8.0/Turkey.dll 359s Turkey -> /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/test-runner/turkey/ 359s tar czf turkey.tar.gz turkey/ 359s /tmp/autopkgtest.RmxHL3/build.1cE/src 359s + popd 359s INFO: copy regular-tests 359s + [[ -z '' ]] 359s + echo 'INFO: copy regular-tests' 359s + cp --recursive debian/tests/regular-tests /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 359s + cd /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 359s INFO: create test user 359s + echo 'INFO: create test user' 359s + chmod --recursive 777 /tmp/autopkgtest.RmxHL3/autopkgtest_tmp 359s + useradd testrunner --create-home 359s + mkdir -p /home/testuser/.nuget/NuGet/ 359s + cp /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/.nuget/NuGet/NuGet.Config /home/testuser/.nuget/NuGet/ 359s + chown --recursive testrunner:testrunner /home/testuser/ 359s + echo 'INFO: run regular-tests' 359s + mkdir -p /tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts/regular-tests 359s + dotnet test-runner/turkey/Turkey.dll --version 359s INFO: run regular-tests 360s 1.1.0-e23f12d 360s + set +e 360s + dotnet test-runner/turkey/Turkey.dll regular-tests --trait ubuntu-autopkgtest-cloud --timeout 720 --log-directory /tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts/regular-tests 360s Testing everything under /tmp/autopkgtest.RmxHL3/autopkgtest_tmp/regular-tests 360s Current platform is: linux, linux-s390x, ubuntu, ubuntu-s390x, ubuntu25.04, ubuntu.25.04, ubuntu.25.04-s390x 360s Tests matching these traits will be skipped: arch=s390x, os=linux, os=ubuntu, os=ubuntu.25.04, rid=linux, rid=linux-s390x, rid=ubuntu, rid=ubuntu-s390x, rid=ubuntu.25.04, rid=ubuntu.25.04-s390x, rid=ubuntu25.04, runtime=mono, ubuntu-autopkgtest-cloud, version=8, version=8.0. 360s Running tests: 360s apphost-framework-lookup [SKIP] (1s) 361s aspnet-same-runtime-version [PASS] (2s) 361s aspnet-same-runtime-version-2x [SKIP] (1s) 375s assemblies-valid [PASS] (15s) 377s bash-completion [PASS] (3s) 377s bundled-libunwind [SKIP] (1s) 383s cgroup-limit [PASS] (6s) 383s commit-ids-in-binaries [PASS] (1s) 383s createdump-aspnet [SKIP] (1s) 383s debugging-sos-lldb-via-core [SKIP] (1s) 383s debugging-via-dotnet-dump [SKIP] (1s) 383s distribution-packages [SKIP] (1s) 384s dotnet-info-commit-ids [PASS] (1s) 392s dotnet-monitor-works [PASS] (8s) 392s dotnet-trace [SKIP] (1s) 405s equality-and-sort [PASS] (14s) 408s fdd-no-nuget [PASS] (4s) 422s file-permissions [PASS] (14s) 432s hardened-binaries [PASS] (10s) 456s helloworld [PASS] (24s) 466s host-probes-rid-assets [PASS] (11s) 466s host-probes-rid-assets-legacy [SKIP] (1s) 466s install-location [PASS] (1s) 466s japanese-eras [SKIP] (1s) 466s liblttng-ust_sys-sdt.h [SKIP] (1s) 466s libuv-kestrel-sample-app-2x [SKIP] (1s) 480s limits [PASS] (14s) 493s linq [PASS] (14s) 493s lttng [SKIP] (1s) 494s man-pages [PASS] (2s) 494s managed-symbols-available [SKIP] (1s) 494s nativeaot [SKIP] (1s) 494s nativeaot-sb [SKIP] (1s) 503s no-source-files-in-nuget [PASS] (10s) 504s non-portable-rid [PASS] (1s) 504s openssl-alpn [PASS] (1s) 504s pgo-dynamic [SKIP] (1s) 513s publish-aspnet-selfcontained [PASS] (9s) 519s publish-dotnet-selfcontained [PASS] (7s) 519s publish-ready-to-run [SKIP] (1s) 519s publish-ready-to-run-linux [SKIP] (1s) 535s release-version-sane [PASS] (16s) 535s rest-client [SKIP] (1s) 541s restore-with-rid [PASS] (6s) 541s rsa-pkcs-openssl [SKIP] (1s) 541s sdks-are-available [PASS] (1s) 541s sha1-validation [SKIP] (1s) 555s strerrorr-linkage [PASS] (14s) 555s system-data-odbc [SKIP] (1s) 555s system-libunwind [SKIP] (1s) 555s system-openssl [PASS] (1s) 555s targeting-packs-bad-files [SKIP] (1s) 571s telemetry-is-off-by-default [PASS] (17s) 723s template-test [PASS] (2m 32s) 726s tool-dev-certs [PASS] (4s) 732s tools-in-path [PASS] (6s) 737s use-apphost-from-sdk [PASS] (6s) 737s use-current-runtime [SKIP] (1s) 752s version-apis [PASS] (15s) 752s workload [SKIP] (1s) 766s xunit-smoketest [PASS] (14s) 766s 766s The following tests failed: 766s 766s Total: 61 Passed: 34 Failed: 0 766s INFO: check results of regular-tests run 766s 766s Total: 61 Passed: 34 Skiped: 27 Ignored: 0 Failed: 0 766s 766s PASSED! 766s + set -e 766s + echo 'INFO: check results of regular-tests run' 766s + regular-tests/check-test-results /tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts/regular-tests/results.xml 766s /tmp/autopkgtest.RmxHL3/wrapper.sh: checking for leaked background processes... 766s /tmp/autopkgtest.RmxHL3/wrapper.sh: waiting for tee/cat subprocesses... 766s /tmp/autopkgtest.RmxHL3/wrapper.sh: cleaning up... 766s /tmp/autopkgtest.RmxHL3/wrapper.sh: Exit status: 0 766s autopkgtest: DBG: testbed command exited with code 0 766s autopkgtest [10:24:15]: test run-regular-tests: -----------------------] 766s autopkgtest: DBG: testbed executing test finished with exit status 0 766s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/run-regular-tests-stdout /tmp/autopkgtest-work.uqmnolt3/out/run-regular-tests-stdout 767s autopkgtest: DBG: got reply from testbed: ok 767s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/run-regular-tests-stderr /tmp/autopkgtest-work.uqmnolt3/out/run-regular-tests-stderr 767s autopkgtest: DBG: got reply from testbed: ok 767s run-regular-tests PASS 767s autopkgtest [10:24:16]: test run-regular-tests: - - - - - - - - - - results - - - - - - - - - - 767s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts/ /tmp/autopkgtest-work.uqmnolt3/out/artifacts/ 767s autopkgtest: DBG: got reply from testbed: ok 767s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.RmxHL3/run-regular-tests-artifacts', '/tmp/autopkgtest.RmxHL3/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 768s autopkgtest: DBG: testbed command exited with code 0 768s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 768s autopkgtest [10:24:17]: @@@@@@@@@@@@@@@@@@@@ summary 768s run-regular-tests PASS 768s autopkgtest: DBG: testbed stop 768s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.RmxHL3 768s autopkgtest: DBG: sending command to testbed: close 787s autopkgtest: DBG: got reply from testbed: ok 787s autopkgtest: DBG: sending command to testbed: quit 787s nova [W] Using flock in prodstack6-s390x 787s Creating nova instance adt-plucky-s390x-dotnet8-20250211-101129-juju-7f2275-prod-proposed-migration-environment-15-202cdd83-5d60-4946-bcdd-0d4339c7bb70 from image adt/ubuntu-plucky-s390x-server-20250211.img (UUID 66c3edab-d329-48ef-b4f4-4fc082c07041)... 787s nova [W] Timed out waiting for e1b65449-030c-4eca-be32-073a46bd1d8b to get deleted.