0s autopkgtest: DBG: testbed init 0s autopkgtest [10:11:44]: starting date and time: 2025-02-11 10:11:44+0000 0s autopkgtest [10:11:44]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [10:11:44]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.w370oa0x/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:git --apt-upgrade dotnet9 --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-10.secgroup --name adt-plucky-s390x-dotnet9-20250211-101143-juju-7f2275-prod-proposed-migration-environment-15-bf6ae835-1a80-4538-b7b9-bf52b9c27964 --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 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Yoe9HO 103s autopkgtest: DBG: sending command to testbed: print-execute-command 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.qxwm2uyg/runcmd 103s autopkgtest: DBG: sending command to testbed: capabilities 103s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine reboot suggested-normal-user=ubuntu revert-full-system root-on-testbed 103s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'reboot', 'suggested-normal-user=ubuntu', 'revert-full-system', 'root-on-testbed', 'has_internet'] 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Yoe9HO'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Yoe9HO/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Yoe9HO/wrapper.sh'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [10:13:28]: testbed dpkg architecture: s390x 104s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [10:13:28]: testbed apt version: 2.9.28 104s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed has eatmydata 104s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest [10:13:29]: @@@@@@@@@@@@@@@@@@@@ test bed setup 105s 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 [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest [10:13:29]: testbed release detected to be: None 105s 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 [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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 [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: adding APT source: Types: deb deb-src 105s URIs: http://ftpmaster.internal/ubuntu/ 105s Suites: plucky-proposed 105s Components: main restricted universe multiverse 105s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 105s 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 [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 106s Package: * 106s Pin: release plucky-proposed 106s Pin-Priority: 500 106s 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 [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest [10:13:30]: updating testbed package index (apt update) 106s 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'] 106s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 107s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 107s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 107s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 107s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [62.8 kB] 107s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [844 kB] 107s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 107s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [79.0 kB] 107s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [740 kB] 107s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4652 B] 107s Fetched 1855 kB in 1s (1509 kB/s) 108s Reading package lists... 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 108s Package: * 108s Pin: release plucky-proposed 108s Pin-Priority: 100 108s 108s Package: src:git:any 108s Pin: release plucky-proposed 108s Pin-Priority: 995 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s 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.Yoe9HO/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s 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'] 109s + lsb_release --codename --short 109s + RELEASE=plucky 109s + cat 109s + [ plucky != trusty ] 109s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 109s Reading package lists... 109s Building dependency tree... 109s Reading state information... 109s Calculating upgrade... 109s The following packages were automatically installed and are no longer required: 109s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 109s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 109s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 109s linux-tools-6.11.0-8-generic 109s Use 'sudo apt autoremove' to remove them. 109s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 109s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 109s + /usr/lib/apt/apt-helper analyze-pattern ?true 109s + uname -r 109s + sed s/\./\\./g 109s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 109s + apt list ?obsolete 109s + tail -n+2 109s + cut -d/ -f1 109s + grep -v ^linux-.*6\.12\.0-15-generic.* 109s + true 109s + obsolete_pkgs= 109s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 109s Reading package lists... 110s Building dependency tree... 110s Reading state information... 110s The following packages will be REMOVED: 110s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 110s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 110s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 110s linux-tools-6.11.0-8-generic* 110s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 110s After this operation, 167 MB disk space will be freed. 110s (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.) 110s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 110s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 110s Removing libpython3.12t64:s390x (3.12.9-1) ... 110s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 110s Removing libnsl2:s390x (1.3.0-3build3) ... 110s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 110s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 110s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 112s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 112s Processing triggers for libc-bin (2.40-4ubuntu1) ... 112s (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.) 112s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 112s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 112s + grep -q trusty /etc/lsb-release 112s + [ ! -d /usr/share/doc/unattended-upgrades ] 112s + [ ! -d /usr/share/doc/lxd ] 112s + [ ! -d /usr/share/doc/lxd-client ] 112s + [ ! -d /usr/share/doc/snapd ] 112s + type iptables 112s + cat 112s + chmod 755 /etc/rc.local 112s + . /etc/rc.local 112s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 112s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 112s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 112s + uname -m 112s + [ s390x = ppc64le ] 112s + [ -d /run/systemd/system ] 112s + systemd-detect-virt --quiet --vm 112s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 112s + cat 112s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 112s + echo COMPRESS=lz4 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [10:13:36]: upgrading testbed (apt dist-upgrade and autopurge) 112s 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'] 112s Reading package lists... 112s Building dependency tree... 112s Reading state information... 112s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 112s Starting 2 pkgProblemResolver with broken count: 0 112s Done 113s Entering ResolveByKeep 113s 113s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 113s autopkgtest: DBG: testbed command exited with code 0 113s 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'] 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s Starting pkgProblemResolver with broken count: 0 113s Starting 2 pkgProblemResolver with broken count: 0 113s Done 114s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s autopkgtest: DBG: testbed command exited with code 0 114s 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.Yoe9HO/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 1 114s autopkgtest [10:13:38]: rebooting testbed after setup commands that affected boot 114s autopkgtest: DBG: sending command to testbed: reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Yoe9HO'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Yoe9HO/autopkgtest-reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Yoe9HO'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest [10:14:04]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 140s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Yoe9HO/testbed-packages"], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/testbed-packages /tmp/autopkgtest-work.w370oa0x/out/testbed-packages 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Yoe9HO'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Yoe9HO/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Yoe9HO'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Yoe9HO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: Binaries: initialising 142s autopkgtest [10:14:06]: @@@@@@@@@@@@@@@@@@@@ apt-source dotnet9 142s autopkgtest: DBG: blame += dotnet9 142s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 142s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'dotnet9'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^netstandard-targeting-pack-2\\.1-9\\.0$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'netstandard-targeting-pack-2.1-9.0=9.0.102-0ubuntu1'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet9$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet9=9.0.102-9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-host-9\\.0$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-host-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-9\\.0$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-9.0=9.0.102-0ubuntu1'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-runtime-9\\.0$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-runtime-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-targeting-pack-9\\.0$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-targeting-pack-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-runtime-9\\.0$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-runtime-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-targeting-pack-9\\.0$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-targeting-pack-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-apphost-pack-9\\.0$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-apphost-pack-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aspnetcore-runtime-dbg-9\\.0$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aspnetcore-runtime-dbg-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-9\\.0-source-built-artifacts$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-9.0-source-built-artifacts=9.0.102-0ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-runtime-dbg-9\\.0$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-runtime-dbg-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-sdk-dbg-9\\.0$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-sdk-dbg-9.0=9.0.102-0ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-templates-9\\.0$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-templates-9.0=9.0.102-0ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dotnet-hostfxr-9\\.0$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dotnet-hostfxr-9.0=9.0.1-0ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: install_deps: deps_new=[] 150s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s 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.Yoe9HO/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source dotnet9=9.0.102-9.0.1-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 dotnet9_*.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'] 151s + cd / 151s + mktemp -d /tmp/autopkgtest.Yoe9HO/build.XXX 151s + builddir=/tmp/autopkgtest.Yoe9HO/build.bqE 151s + cd /tmp/autopkgtest.Yoe9HO/build.bqE 151s + apt-get source -d -q --only-source dotnet9=9.0.102-9.0.1-0ubuntu1 173s + OUT=Reading package lists... 173s Need to get 232 MB of source archives. 173s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (dsc) [3831 B] 173s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (tar) [232 MB] 173s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (diff) [138 kB] 173s Fetched 232 MB in 22s (10.4 MB/s) 173s Download complete and in download only mode 173s + [ -n ] 173s + echo Reading package lists... 173s Need to get 232 MB of source archives. 173s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (dsc) [3831 B] 173s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (tar) [232 MB] 173s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (diff) [138 kB] 173s Fetched 232 MB in 22s (10.4 MB/s) 173s Download complete and in download only mode 173s + grep ^Get: 173s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (dsc) [3831 B] 173s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (tar) [232 MB] 173s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dotnet9 9.0.102-9.0.1-0ubuntu1 (diff) [138 kB] 173s + dpkg-source -x dotnet9_9.0.102-9.0.1-0ubuntu1.dsc src 173s gpgv: Signature made Tue Jan 14 18:59:28 2025 UTC 173s gpgv: using RSA key 25E3FF2D7F469DBE7D0D4E50AFCFEC8E669CE1C2 173s gpgv: Can't check signature: No public key 173s dpkg-source: warning: cannot verify inline signature for ./dotnet9_9.0.102-9.0.1-0ubuntu1.dsc: no acceptable signature found 185s + chmod -R a+rX . 186s + cd src/. 186s + pwd 186s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest [10:14:50]: testing package dotnet9 version 9.0.102-9.0.1-0ubuntu1 186s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/build.bqE/src/debian/ /tmp/autopkgtest-work.w370oa0x/out/pkg/debian/ 187s autopkgtest: DBG: got reply from testbed: ok 189s autopkgtest: DBG: processing dependency @ 189s autopkgtest: DBG: synthesised dependency dotnet9 189s autopkgtest: DBG: synthesised dependency dotnet-host-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-hostfxr-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-runtime-9.0 189s autopkgtest: DBG: synthesised dependency aspnetcore-runtime-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-templates-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-sdk-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-sdk-9.0-source-built-artifacts 189s autopkgtest: DBG: synthesised dependency dotnet-targeting-pack-9.0 189s autopkgtest: DBG: synthesised dependency netstandard-targeting-pack-2.1-9.0 189s autopkgtest: DBG: synthesised dependency aspnetcore-targeting-pack-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-apphost-pack-9.0 189s autopkgtest: DBG: synthesised dependency aspnetcore-runtime-dbg-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-runtime-dbg-9.0 189s autopkgtest: DBG: synthesised dependency dotnet-sdk-dbg-9.0 189s autopkgtest: DBG: processing dependency babeltrace 189s autopkgtest: DBG: processing dependency bash 189s autopkgtest: DBG: processing dependency bash-completion 189s autopkgtest: DBG: processing dependency bc 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency coreutils 189s autopkgtest: DBG: processing dependency file 189s autopkgtest: DBG: processing dependency findutils 189s autopkgtest: DBG: processing dependency git 189s autopkgtest: DBG: processing dependency jq 189s autopkgtest: DBG: processing dependency libbrotli-dev 189s autopkgtest: DBG: processing dependency libssl-dev 189s autopkgtest: DBG: processing dependency lldb 189s autopkgtest: DBG: processing dependency lttng-tools 189s autopkgtest: DBG: processing dependency npm 189s autopkgtest: DBG: processing dependency postgresql 189s autopkgtest: DBG: processing dependency python3 189s autopkgtest: DBG: processing dependency sed 189s autopkgtest: DBG: processing dependency strace 189s autopkgtest: DBG: processing dependency tar 189s autopkgtest: DBG: processing dependency unixodbc 189s autopkgtest: DBG: processing dependency wget 189s autopkgtest: DBG: processing dependency zlib1g-dev 189s 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 ['dotnet9', 'dotnet-host-9.0', 'dotnet-hostfxr-9.0', 'dotnet-runtime-9.0', 'aspnetcore-runtime-9.0', 'dotnet-templates-9.0', 'dotnet-sdk-9.0', 'dotnet-sdk-9.0-source-built-artifacts', 'dotnet-targeting-pack-9.0', 'netstandard-targeting-pack-2.1-9.0', 'aspnetcore-targeting-pack-9.0', 'dotnet-apphost-pack-9.0', 'aspnetcore-runtime-dbg-9.0', 'dotnet-runtime-dbg-9.0', 'dotnet-sdk-dbg-9.0', 'babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'file', 'findutils', 'git', 'jq', 'libbrotli-dev', 'libssl-dev', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 189s autopkgtest [10:14:53]: build not needed 189s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/build.bqE/src/ /tmp/autopkgtest-work.w370oa0x/out/tests-tree/ 423s autopkgtest: DBG: got reply from testbed: ok 424s autopkgtest: DBG: processing dependency @ 424s autopkgtest: DBG: synthesised dependency dotnet9 424s autopkgtest: DBG: synthesised dependency dotnet-host-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-hostfxr-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-runtime-9.0 424s autopkgtest: DBG: synthesised dependency aspnetcore-runtime-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-templates-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-sdk-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-sdk-9.0-source-built-artifacts 424s autopkgtest: DBG: synthesised dependency dotnet-targeting-pack-9.0 424s autopkgtest: DBG: synthesised dependency netstandard-targeting-pack-2.1-9.0 424s autopkgtest: DBG: synthesised dependency aspnetcore-targeting-pack-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-apphost-pack-9.0 424s autopkgtest: DBG: synthesised dependency aspnetcore-runtime-dbg-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-runtime-dbg-9.0 424s autopkgtest: DBG: synthesised dependency dotnet-sdk-dbg-9.0 424s autopkgtest: DBG: processing dependency babeltrace 424s autopkgtest: DBG: processing dependency bash 424s autopkgtest: DBG: processing dependency bash-completion 424s autopkgtest: DBG: processing dependency bc 424s autopkgtest: DBG: processing dependency build-essential 424s autopkgtest: DBG: processing dependency coreutils 424s autopkgtest: DBG: processing dependency file 424s autopkgtest: DBG: processing dependency findutils 424s autopkgtest: DBG: processing dependency git 424s autopkgtest: DBG: processing dependency jq 424s autopkgtest: DBG: processing dependency libbrotli-dev 424s autopkgtest: DBG: processing dependency libssl-dev 424s autopkgtest: DBG: processing dependency lldb 424s autopkgtest: DBG: processing dependency lttng-tools 424s autopkgtest: DBG: processing dependency npm 424s autopkgtest: DBG: processing dependency postgresql 424s autopkgtest: DBG: processing dependency python3 424s autopkgtest: DBG: processing dependency sed 424s autopkgtest: DBG: processing dependency strace 424s autopkgtest: DBG: processing dependency tar 424s autopkgtest: DBG: processing dependency unixodbc 424s autopkgtest: DBG: processing dependency wget 424s autopkgtest: DBG: processing dependency zlib1g-dev 424s 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 ['dotnet9', 'dotnet-host-9.0', 'dotnet-hostfxr-9.0', 'dotnet-runtime-9.0', 'aspnetcore-runtime-9.0', 'dotnet-templates-9.0', 'dotnet-sdk-9.0', 'dotnet-sdk-9.0-source-built-artifacts', 'dotnet-targeting-pack-9.0', 'netstandard-targeting-pack-2.1-9.0', 'aspnetcore-targeting-pack-9.0', 'dotnet-apphost-pack-9.0', 'aspnetcore-runtime-dbg-9.0', 'dotnet-runtime-dbg-9.0', 'dotnet-sdk-dbg-9.0', 'babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'file', 'findutils', 'git', 'jq', 'libbrotli-dev', 'libssl-dev', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 424s autopkgtest [10:18:48]: test run-regular-tests: preparing testbed 424s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dotnet9', 'dotnet-host-9.0', 'dotnet-hostfxr-9.0', 'dotnet-runtime-9.0', 'aspnetcore-runtime-9.0', 'dotnet-templates-9.0', 'dotnet-sdk-9.0', 'dotnet-sdk-9.0-source-built-artifacts', 'dotnet-targeting-pack-9.0', 'netstandard-targeting-pack-2.1-9.0', 'aspnetcore-targeting-pack-9.0', 'dotnet-apphost-pack-9.0', 'aspnetcore-runtime-dbg-9.0', 'dotnet-runtime-dbg-9.0', 'dotnet-sdk-dbg-9.0', 'babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'file', 'findutils', 'git', 'jq', 'libbrotli-dev', 'libssl-dev', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 424s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 424s autopkgtest: DBG: install_deps: deps_new=['dotnet9', 'dotnet-host-9.0', 'dotnet-hostfxr-9.0', 'dotnet-runtime-9.0', 'aspnetcore-runtime-9.0', 'dotnet-templates-9.0', 'dotnet-sdk-9.0', 'dotnet-sdk-9.0-source-built-artifacts', 'dotnet-targeting-pack-9.0', 'netstandard-targeting-pack-2.1-9.0', 'aspnetcore-targeting-pack-9.0', 'dotnet-apphost-pack-9.0', 'aspnetcore-runtime-dbg-9.0', 'dotnet-runtime-dbg-9.0', 'dotnet-sdk-dbg-9.0', 'babeltrace', 'bash', 'bash-completion', 'bc', 'build-essential', 'coreutils', 'file', 'findutils', 'git', 'jq', 'libbrotli-dev', 'libssl-dev', 'lldb', 'lttng-tools', 'npm', 'postgresql', 'python3', 'sed', 'strace', 'tar', 'unixodbc', 'wget', 'zlib1g-dev'] 424s autopkgtest: DBG: install-deps: satisfying dotnet9, dotnet-host-9.0, dotnet-hostfxr-9.0, dotnet-runtime-9.0, aspnetcore-runtime-9.0, dotnet-templates-9.0, dotnet-sdk-9.0, dotnet-sdk-9.0-source-built-artifacts, dotnet-targeting-pack-9.0, netstandard-targeting-pack-2.1-9.0, aspnetcore-targeting-pack-9.0, dotnet-apphost-pack-9.0, aspnetcore-runtime-dbg-9.0, dotnet-runtime-dbg-9.0, dotnet-sdk-dbg-9.0, babeltrace, bash, bash-completion, bc, build-essential, coreutils, file, findutils, git, jq, libbrotli-dev, libssl-dev, lldb, lttng-tools, npm, postgresql, python3, sed, strace, tar, unixodbc, wget, zlib1g-dev 424s autopkgtest: DBG: can use apt-get on testbed: True 424s 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', 'dotnet9, dotnet-host-9.0, dotnet-hostfxr-9.0, dotnet-runtime-9.0, aspnetcore-runtime-9.0, dotnet-templates-9.0, dotnet-sdk-9.0, dotnet-sdk-9.0-source-built-artifacts, dotnet-targeting-pack-9.0, netstandard-targeting-pack-2.1-9.0, aspnetcore-targeting-pack-9.0, dotnet-apphost-pack-9.0, aspnetcore-runtime-dbg-9.0, dotnet-runtime-dbg-9.0, dotnet-sdk-dbg-9.0, babeltrace, bash, bash-completion, bc, build-essential, coreutils, file, findutils, git, jq, libbrotli-dev, libssl-dev, 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'] 424s Reading package lists... 424s Building dependency tree... 424s Reading state information... 425s Starting pkgProblemResolver with broken count: 0 425s Starting 2 pkgProblemResolver with broken count: 0 425s Done 425s The following NEW packages will be installed: 425s aspnetcore-runtime-9.0 aspnetcore-runtime-dbg-9.0 425s aspnetcore-targeting-pack-9.0 babeltrace bc build-essential cpp cpp-14 425s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu dotnet-apphost-pack-9.0 425s dotnet-host-9.0 dotnet-hostfxr-9.0 dotnet-runtime-9.0 dotnet-runtime-dbg-9.0 425s dotnet-sdk-9.0 dotnet-sdk-9.0-source-built-artifacts dotnet-sdk-dbg-9.0 425s dotnet-targeting-pack-9.0 dotnet-templates-9.0 dotnet9 eslint g++ g++-14 425s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 425s gcc-s390x-linux-gnu git git-man gyp handlebars libasan8 libbabeltrace1 425s libbrotli-dev libcares2 libcc1-0 libclang-cpp19 liberror-perl libgcc-14-dev 425s libgomp1 libio-pty-perl libipc-run-perl libisl23 libitm1 libjs-async 425s libjs-events libjs-inherits libjs-is-typedarray libjs-prettify 425s libjs-regenerate libjs-source-map libjs-sprintf-js 425s libjs-typedarray-to-buffer libjs-util libjson-perl liblldb-19 libltdl7 425s liblttng-ctl0t64 liblttng-ust-common1t64 liblttng-ust-ctl5t64 libmpc3 425s libnode-dev libnode115 libodbc2 libodbcinst2 libpq5 libssl-dev 425s libstdc++-14-dev libubsan1 libuv1-dev libxslt1.1 lldb lldb-19 lttng-tools 425s netstandard-targeting-pack-2.1-9.0 node-abbrev node-acorn node-agent-base 425s node-ajv node-ajv-keywords node-ampproject-remapping node-ansi-escapes 425s node-ansi-regex node-ansi-styles node-anymatch node-aproba node-archy 425s node-are-we-there-yet node-argparse node-arrify node-assert node-async 425s node-async-each node-babel-helper-define-polyfill-provider 425s node-babel-plugin-add-module-exports node-babel-plugin-lodash 425s node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3 425s node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime 425s node-balanced-match node-base64-js node-binary-extensions 425s node-brace-expansion node-braces node-browserslist node-builtins 425s node-cacache node-camelcase node-caniuse-lite node-chalk node-chokidar 425s node-chownr node-chrome-trace-event node-ci-info node-cjs-module-lexer 425s node-cli-table node-cliui node-clone node-clone-deep node-color-convert 425s node-color-name node-colors node-columnify node-commander node-commondir 425s node-concat-stream node-console-control-strings node-convert-source-map 425s node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure 425s node-core-util-is node-css-loader node-css-selector-tokenizer 425s node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug 425s node-decamelize node-decompress-response node-deep-equal node-deep-is 425s node-defaults node-define-properties node-define-property node-defined 425s node-del node-delegates node-depd node-diff node-doctrine 425s node-electron-to-chromium node-encoding node-enhanced-resolve node-envinfo 425s node-err-code node-errno node-error-ex node-es-abstract node-es-module-lexer 425s node-es6-error node-escape-string-regexp node-escodegen node-eslint-scope 425s node-eslint-utils node-eslint-visitor-keys node-espree node-esprima 425s node-esquery node-esrecurse node-estraverse node-esutils node-events 425s node-execa node-fancy-log node-fast-deep-equal node-fast-levenshtein 425s node-fetch node-file-entry-cache node-fill-range node-find-cache-dir 425s node-find-up node-flat-cache node-flatted node-for-in node-for-own 425s node-foreground-child node-fs-readdir-recursive node-fs-write-stream-atomic 425s node-fs.realpath node-function-bind node-functional-red-black-tree 425s node-gauge node-get-caller-file node-get-stream node-glob node-glob-parent 425s node-globals node-globby node-got node-graceful-fs node-gyp node-has-flag 425s node-has-unicode node-hosted-git-info node-http-proxy-agent 425s node-https-proxy-agent node-iconv-lite node-icss-utils node-ieee754 425s node-iferr node-ignore node-imurmurhash node-indent-string node-inflight 425s node-inherits node-ini node-interpret node-ip node-ip-regex node-is-arrayish 425s node-is-binary-path node-is-buffer node-is-descriptor node-is-extendable 425s node-is-extglob node-is-glob node-is-number node-is-path-cwd 425s node-is-path-inside node-is-plain-obj node-is-plain-object node-is-stream 425s node-is-typedarray node-is-windows node-isarray node-isexe node-isobject 425s node-istanbul node-jest-debbundle node-jest-worker node-js-tokens 425s node-js-yaml node-jsesc node-json-buffer node-json-parse-better-errors 425s node-json-schema node-json-schema-traverse node-json-stable-stringify 425s node-json5 node-jsonify node-jsonparse node-kind-of node-levn 425s node-loader-runner node-locate-path node-lodash node-lodash-packages 425s node-lowercase-keys node-lru-cache node-make-dir node-memfs node-memory-fs 425s node-merge-stream node-micromatch node-mime node-mime-types node-mimic-fn 425s node-mimic-response node-minimatch node-minimist node-minipass node-mkdirp 425s node-move-concurrently node-ms node-mute-stream node-n3 node-negotiator 425s node-neo-async node-nopt node-normalize-package-data node-normalize-path 425s node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog 425s node-object-assign node-object-inspect node-once node-optimist 425s node-optionator node-osenv node-p-cancelable node-p-limit node-p-locate 425s node-p-map node-parse-json node-path-dirname node-path-exists 425s node-path-is-absolute node-path-is-inside node-path-type node-picocolors 425s node-pify node-pkg-dir node-postcss node-postcss-modules-extract-imports 425s node-postcss-modules-values node-postcss-value-parser node-prelude-ls 425s node-process-nextick-args node-progress node-promise-inflight 425s node-promise-retry node-promzard node-prr node-punycode node-quick-lru 425s node-randombytes node-read node-read-package-json node-read-pkg 425s node-readable-stream node-readdirp node-rechoir node-regenerate 425s node-regenerate-unicode-properties node-regenerator-runtime 425s node-regenerator-transform node-regexpp node-regexpu-core node-regjsgen 425s node-regjsparser node-repeat-string node-require-directory node-resolve 425s node-resolve-cwd node-resolve-from node-resumer node-retry node-rimraf 425s node-run-queue node-safe-buffer node-schema-utils node-semver 425s node-serialize-javascript node-set-blocking node-set-immediate-shim 425s node-shebang-command node-shebang-regex node-signal-exit node-slash 425s node-slice-ansi node-source-list-map node-source-map node-source-map-support 425s node-spdx-correct node-spdx-exceptions node-spdx-expression-parse 425s node-spdx-license-ids node-sprintf-js node-ssri node-string-decoder 425s node-string-width node-strip-ansi node-strip-bom node-strip-eof 425s node-strip-json-comments node-supports-color node-tapable node-tape node-tar 425s node-terser node-text-table node-through node-time-stamp 425s node-to-fast-properties node-to-regex-range node-tslib node-type-check 425s node-typedarray node-typedarray-to-buffer node-undici 425s node-unicode-canonical-property-names-ecmascript 425s node-unicode-match-property-ecmascript 425s node-unicode-match-property-value-ecmascript 425s node-unicode-property-aliases-ecmascript node-unique-filename node-uri-js 425s node-util node-util-deprecate node-uuid node-v8-compile-cache node-v8flags 425s node-validate-npm-package-license node-validate-npm-package-name 425s node-watchpack node-wcwidth.js node-webassemblyjs node-webpack-sources 425s node-which node-wide-align node-wordwrap node-wrap-ansi node-wrappy 425s node-write node-write-file-atomic node-xtend node-y18n node-yallist 425s node-yargs node-yargs-parser nodejs npm postgresql postgresql-17 425s postgresql-client-17 postgresql-client-common postgresql-common 425s postgresql-common-dev python3-lldb-19 python3-packaging ssl-cert terser 425s unixodbc unixodbc-common webpack zlib1g-dev 425s 0 upgraded, 433 newly installed, 0 to remove and 0 not upgraded. 425s Need to get 477 MB of archives. 425s After this operation, 1221 MB of additional disk space will be used. 425s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 425s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libio-pty-perl s390x 1:1.20-1build3 [31.6 kB] 425s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libipc-run-perl all 20231003.0-2 [91.5 kB] 425s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-common all 270 [47.4 kB] 426s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common-dev all 270 [72.8 kB] 426s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x ssl-cert all 1.1.3ubuntu1 [18.7 kB] 426s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-common all 270 [101 kB] 426s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x liblttng-ctl0t64 s390x 2.13.14-1build1 [200 kB] 426s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x liblttng-ust-common1t64 s390x 2.13.7-1.1ubuntu2 [28.5 kB] 426s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x liblttng-ust-ctl5t64 s390x 2.13.7-1.1ubuntu2 [81.1 kB] 426s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x lttng-tools s390x 2.13.14-1build1 [1153 kB] 426s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-host-9.0 s390x 9.0.1-0ubuntu1 [205 kB] 426s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-hostfxr-9.0 s390x 9.0.1-0ubuntu1 [160 kB] 426s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-runtime-9.0 s390x 9.0.1-0ubuntu1 [8183 kB] 427s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x aspnetcore-runtime-9.0 s390x 9.0.1-0ubuntu1 [3154 kB] 427s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x aspnetcore-runtime-dbg-9.0 s390x 9.0.1-0ubuntu1 [1665 kB] 427s Get:17 http://ftpmaster.internal/ubuntu plucky/universe s390x aspnetcore-targeting-pack-9.0 s390x 9.0.1-0ubuntu1 [1917 kB] 427s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x bc s390x 1.07.1-4 [90.2 kB] 427s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 427s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 427s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 428s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 428s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 428s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 428s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 428s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 428s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 428s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 428s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 428s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 428s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 429s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 429s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 429s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 429s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 429s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 430s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 430s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 430s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 430s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 430s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-apphost-pack-9.0 s390x 9.0.1-0ubuntu1 [96.4 kB] 430s Get:42 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-runtime-dbg-9.0 s390x 9.0.1-0ubuntu1 [3161 kB] 430s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-targeting-pack-9.0 s390x 9.0.1-0ubuntu1 [3063 kB] 430s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-templates-9.0 s390x 9.0.102-0ubuntu1 [2717 kB] 430s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x netstandard-targeting-pack-2.1-9.0 s390x 9.0.102-0ubuntu1 [1389 kB] 430s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-sdk-9.0 s390x 9.0.102-0ubuntu1 [51.8 MB] 433s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-sdk-9.0-source-built-artifacts s390x 9.0.102-0ubuntu1 [255 MB] 446s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet-sdk-dbg-9.0 s390x 9.0.102-0ubuntu1 [15.9 MB] 447s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x dotnet9 s390x 9.0.102-9.0.1-0ubuntu1 [30.7 kB] 447s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fast-deep-equal all 3.1.3-3 [5844 B] 447s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-schema-traverse all 1.0.0-3 [6338 B] 447s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsonify all 0.0.1-1 [6724 B] 447s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-stable-stringify all 1.0.2+repack1+~cs1.0.34-2 [7270 B] 447s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x node-punycode all 2.2.3-2 [10.0 kB] 447s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x node-uri-js all 4.4.0+dfsg-8 [52.5 kB] 447s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libcares2 s390x 1.34.4-2.1 [101 kB] 447s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x node-xtend all 4.0.2-3 [3902 B] 447s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x node-acorn all 8.8.1+ds+~cs25.17.7-2 [115 kB] 447s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cjs-module-lexer all 1.2.3+dfsg-1 [32.1 kB] 447s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x node-balanced-match all 2.0.0-1 [4910 B] 447s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x node-brace-expansion all 2.0.1+~1.1.0-1 [8072 B] 447s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minimatch all 9.0.3-5 [78.2 kB] 447s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x node-undici all 7.3.0+dfsg1+~cs24.12.11-1 [341 kB] 447s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x libnode115 s390x 20.18.1+dfsg-1ubuntu1 [14.2 MB] 448s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x nodejs s390x 20.18.1+dfsg-1ubuntu1 [335 kB] 448s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ajv all 8.12.0~ds+~2.1.1-5 [185 kB] 448s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-inherits all 2.0.4-6 [3412 B] 448s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x node-inherits all 2.0.4-6 [3004 B] 448s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-util-is all 1.0.3-1 [4066 B] 448s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.8 kB] 448s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x node-string-decoder all 1.3.0-6 [7044 B] 448s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x node-process-nextick-args all 2.0.1-3 [3804 B] 448s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x node-util-deprecate all 1.0.2-3 [4202 B] 448s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isarray all 2.0.5-4 [4024 B] 448s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x node-readable-stream all 3.6.0+~cs3.0.0-4build1 [32.4 kB] 449s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x node-typedarray all 0.0.7-1 [9584 B] 449s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x node-concat-stream all 2.0.0+~2.0.0-2 [6424 B] 449s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ms all 2.1.3+~cs0.7.31-3 [5738 B] 449s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x node-debug all 4.3.4+~cs4.1.7-1 [17.7 kB] 449s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esutils all 2.0.3+~2.0.0-1 [13.0 kB] 449s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x node-doctrine all 3.0.0-4 [18.3 kB] 449s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-visitor-keys all 3.3.0+~1.0.0-1 [14.4 kB] 449s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x node-estraverse all 5.3.0+ds+~5.1.1-1 [11.9 kB] 449s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x node-object-assign all 4.1.1-7 [4686 B] 449s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esrecurse all 4.3.0-2 [6136 B] 449s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-scope all 7.1.1+~3.7.4-1 [31.5 kB] 449s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x node-espree all 9.4.1~dfsg-2 [21.0 kB] 449s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esquery all 1.4.2~ds-1 [26.0 kB] 449s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x node-eslint-utils all 3.0.0-3 [15.8 kB] 449s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x node-flatted all 3.2.7~ds-1 [10.0 kB] 449s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs.realpath all 1.0.0-3 [6176 B] 449s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wrappy all 1.0.2-3 [3732 B] 449s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x node-once all 1.4.1-1 [4664 B] 449s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x node-inflight all 1.0.6-2 [3940 B] 449s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x node-glob all 8.1.0+~cs8.5.15-1 [137 kB] 449s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x node-rimraf all 3.0.2-2 [10.4 kB] 449s Get:97 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] 449s Get:98 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] 449s Get:99 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] 449s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x node-functional-red-black-tree all 1.0.1+20181105-7 [14.3 kB] 449s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-extglob all 2.1.1-5 [4624 B] 449s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-glob all 4.0.3-2 [6706 B] 449s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-dirname all 1.0.2-2 [4326 B] 449s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x node-glob-parent all 6.0.2+~5.1.1-2 [7050 B] 449s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x node-globals all 13.23.0-1 [11.7 kB] 449s Get:106 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] 449s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8504 B] 449s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ignore all 5.2.1-1 [24.2 kB] 449s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x node-prelude-ls all 1.2.1+dfsg-3 [9812 B] 449s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x node-type-check all 0.4.0+dfsg-3 [9318 B] 449s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x node-levn all 0.4.1+dfsg-2 [10.3 kB] 449s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [469 kB] 449s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x node-memfs all 3.4.12+~cs1.0.3-1 [41.0 kB] 449s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mkdirp all 2.1.6+~cs5.2.1-2 [23.1 kB] 449s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x node-deep-is all 0.1.4-1 [5158 B] 449s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fast-levenshtein all 2.0.6+ds-3 [6084 B] 449s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.1 kB] 449s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x node-progress all 2.0.3-2 [6704 B] 449s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-regenerate all 1.4.2-3 [14.7 kB] 449s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerate all 1.4.2-3 [2340 B] 449s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerate-unicode-properties all 10.1.0+ds-1 [54.7 kB] 449s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regexpp all 3.2.0-5 [27.8 kB] 450s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lru-cache all 10.0.1-3 [61.9 kB] 450s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x node-semver all 7.6.1+~7.5.8-2 [45.2 kB] 450s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-json-comments all 4.0.0-4 [5656 B] 450s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-schema all 0.4.0+~7.0.11-1 [13.4 kB] 450s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x node-v8-compile-cache all 2.4.0-2 [7686 B] 450s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x eslint all 6.4.0~dfsg+~6.1.9-12 [354 kB] 450s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x liberror-perl all 0.17029-2 [25.6 kB] 450s Get:130 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git-man all 1:2.48.1-0ubuntu1 [1148 kB] 450s Get:131 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git s390x 1:2.48.1-0ubuntu1 [4284 kB] 450s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 450s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x gyp all 0.16.2-2 [254 kB] 450s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x node-neo-async all 2.6.2+~cs3.0.0-3 [42.9 kB] 450s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x node-arrify all 2.0.1-3 [3688 B] 450s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-plain-obj all 3.0.0-2 [3994 B] 450s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-buffer all 2.0.5-2 [4128 B] 450s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x node-kind-of all 6.0.3+dfsg-2 [8628 B] 450s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minimist all 1.2.8+~cs5.3.5-1 [10.2 kB] 450s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wordwrap all 1.0.0-4 [4644 B] 450s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x node-optimist all 0.6.1+~0.0.30-2 [13.8 kB] 450s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [27.1 kB] 450s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [42.8 kB] 450s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x handlebars all 3:4.7.7+~4.1.0-1 [211 kB] 450s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libbrotli-dev s390x 1.1.0-2build3 [395 kB] 450s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 451s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-async all 0.8.0-6 [24.1 kB] 451s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-events all 3.3.0+~3.0.0-3 [9762 B] 451s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-is-typedarray all 1.0.0-4 [3804 B] 451s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-prettify all 2015.12.04+dfsg-1.1 [39.3 kB] 451s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB] 451s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-typedarray-to-buffer all 4.0.0-2 [4658 B] 451s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [176 kB] 451s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x node-function-bind all 1.1.2+~cs2.1.14-1 [20.3 kB] 451s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x node-object-inspect all 1.12.2+~cs1.8.1-1 [11.4 kB] 451s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es-abstract all 1.20.4+~cs26.27.47-2 [139 kB] 451s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resolve all 1.22.8+~cs5.34.15-2 [23.3 kB] 451s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x node-define-properties all 1.2.1+~cs2.2.3-1 [7472 B] 451s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [14.1 kB] 451s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isobject all 4.0.0-2 [5374 B] 451s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-descriptor all 3.0.0-2 [5606 B] 451s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x node-define-property all 2.0.2+really+2.0.2-3 [5846 B] 451s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x node-defined all 1.0.1+~1.0.0-1 [5276 B] 451s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x node-abbrev all 1.1.1+~1.1.2-1 [5784 B] 451s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x node-archy all 1.0.0-6 [4588 B] 451s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x node-async all 0.8.0-6 [2614 B] 451s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x node-convert-source-map all 1.9.0+~1.5.2-1 [8332 B] 451s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x node-decamelize all 4.0.0-2 [4016 B] 451s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es6-error all 4.1.1-5 [5802 B] 451s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB] 451s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x node-escodegen all 2.1.0+dfsg+~0.0.8-1 [23.5 kB] 451s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x node-commondir all 1.0.1+~1.0.0-1 [4400 B] 451s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-number all 7.0.0-4 [5894 B] 451s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x node-repeat-string all 1.6.1+repack-1 [5660 B] 451s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x node-to-regex-range all 5.0.1-4 [10.7 kB] 452s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fill-range all 7.1.1+~7.0.3-1 [8928 B] 452s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x node-braces all 3.0.3+~3.0.4-1 [19.1 kB] 452s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize-path all 3.0.0+~3.0.0-1 [6718 B] 452s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x node-anymatch all 3.1.3+~cs4.6.1-2 [31.3 kB] 452s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x node-micromatch all 4.0.7+~4.0.9-1 [23.8 kB] 452s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x node-pify all 5.0.0+~cs5.0.1-1 [7148 B] 452s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-type all 4.0.0-3 [3934 B] 452s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.7 kB] 452s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x node-slash all 4.0.0-3 [4326 B] 452s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x node-globby all 13.1.3+~cs16.25.40-3 [41.5 kB] 452s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x node-graceful-fs all 4.2.10-1 [14.0 kB] 452s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-path-cwd all 2.2.0-2 [3650 B] 452s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-is-inside all 1.0.2+~1.0.0-1 [5098 B] 452s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-path-inside all 3.0.3-2 [3982 B] 452s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x node-escape-string-regexp all 4.0.0-2 [4328 B] 452s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x node-indent-string all 4.0.0-2 [4122 B] 452s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-map all 4.0.0+~3.1.0+~3.0.1-2 [8048 B] 452s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x node-del all 7.1.0-1 [8044 B] 452s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x node-make-dir all 3.1.0-3 [6096 B] 452s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-limit all 4.0.0+~cs4.0.0-5 [7722 B] 452s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-locate all 6.0.0-12 [5340 B] 452s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x node-locate-path all 7.1.1-2 [5448 B] 452s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-exists all 5.0.0-8 [4602 B] 452s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x node-find-up all 6.3.0-7 [9340 B] 452s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x node-pkg-dir all 5.0.0-2 [4270 B] 452s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x node-find-cache-dir all 3.3.2+~3.2.1-1 [6210 B] 452s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x node-signal-exit all 4.1.0-7 [14.3 kB] 452s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x node-foreground-child all 3.1.1-2 [12.4 kB] 452s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-stream all 3.0.0-4 [5106 B] 452s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-windows all 1.0.2+~cs1.0.0-1 [5980 B] 452s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [62.4 kB] 452s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [3916 B] 452s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x node-argparse all 2.0.1-2 [33.2 kB] 452s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [61.9 kB] 452s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x node-nopt all 5.0.0-4 [10.9 kB] 452s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-run-path all 5.1.0+~4.0.0-8 [6402 B] 452s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x node-shebang-regex all 3.0.0-2 [3504 B] 452s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x node-shebang-command all 2.0.0-1 [3456 B] 452s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-bom all 4.0.0-2 [4158 B] 452s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x node-has-flag all 5.0.1-1 [4444 B] 452s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x node-supports-color all 8.1.1+~8.1.1-1 [7048 B] 452s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x node-util all 0.12.5+~1.0.10-1 [3760 B] 452s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x node-assert all 2.0.0+~cs3.9.8-2 [26.2 kB] 452s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8860 B] 452s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerator-runtime all 0.15.2+~0.10.8-1 [10.9 kB] 452s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-7 [43.2 kB] 452s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [28.4 kB] 452s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.2 kB] 452s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x node-caniuse-lite all 1.0.30001692+dfsg+~1.0.5-1 [247 kB] 453s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x node-electron-to-chromium all 1.5.80-1 [21.6 kB] 453s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x node-picocolors all 1.0.0-4 [6176 B] 453s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x node-browserslist all 4.24.4+~cs6.3.21-1 [75.8 kB] 453s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js-compat all 3.33.2-1build2 [39.1 kB] 453s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [30.2 kB] 453s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [4366 B] 453s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x node-color-name all 1.1.4+~1.1.1-2 [6076 B] 453s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x node-color-convert all 2.0.1+~cs2.0.0-2 [12.8 kB] 453s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-styles all 6.2.1-3 [8830 B] 453s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chalk all 5.3.0-1build1 [18.8 kB] 453s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x node-for-in all 1.0.2-4 [4856 B] 453s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x node-for-own all 1.0.0-3 [4708 B] 453s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-plain-object all 5.0.0-7 [6338 B] 453s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-extendable all 1.0.1-3 [5258 B] 453s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x node-clone-deep all 4.0.1+~cs7.0.2-1 [6822 B] 453s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x node-commander all 9.4.1-1 [50.6 kB] 453s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js all 3.33.2-1build2 [270 kB] 453s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x node-core-js-pure all 3.33.2-1build2 [250 kB] 453s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4552 B] 453s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x node-js-tokens all 8.0.0-2 [12.1 kB] 453s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsesc all 3.0.2+~3.0.1-1 [18.0 kB] 453s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json5 all 2.2.3+dfsg-1build1 [21.9 kB] 453s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x node-quick-lru all 6.1.1-4 [8190 B] 453s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regenerator-transform all 0.15.2+~0.10.8-1 [25.5 kB] 453s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regjsgen all 0.7.1+ds-1 [7048 B] 453s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regjsparser all 0.9.1+ds-2 [21.6 kB] 453s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4558 B] 453s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5316 B] 453s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-match-property-ecmascript all 2.0.0-2 [4420 B] 453s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7486 B] 453s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x node-regexpu-core all 5.2.2-3 [15.5 kB] 453s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.2 kB] 453s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x node-to-fast-properties all 3.0.1-3 [4334 B] 453s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x node-v8flags all 3.2.0+~3.1.1-1 [7766 B] 453s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel7 all 7.20.15+ds1+~cs214.269.168-7 [623 kB] 453s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-arrayish all 0.3.2-3 [3970 B] 453s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x node-error-ex all 1.3.2-4 [5708 B] 453s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-parse-better-errors all 1.0.2+~cs3.3.1-3 [7314 B] 453s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x node-parse-json all 5.2.0+~cs5.1.7-2 [7482 B] 453s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x node-hosted-git-info all 6.1.1-2 [9904 B] 453s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-license-ids all 3.0.12-1 [6488 B] 453s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-exceptions all 2.3.0-2 [3978 B] 453s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7658 B] 453s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x node-spdx-correct all 3.1.1-2 [5476 B] 453s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x node-validate-npm-package-license all 3.0.4-2 [4252 B] 453s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize-package-data all 4.0.1+~2.4.1-1 [13.1 kB] 453s Get:271 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read-pkg all 5.2.0-2 [24.5 kB] 453s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x node-uuid all 8.3.2+~8.3.4-1 [36.3 kB] 453s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x node-isexe all 2.0.0+~2.0.1-5 [6078 B] 453s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x node-which all 2.0.2+~cs1.3.2-3 [7154 B] 453s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-typedarray all 1.0.0-4 [2072 B] 453s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x node-typedarray-to-buffer all 4.0.0-2 [2242 B] 453s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x node-write-file-atomic all 4.0.2+~4.0.0-2 [8750 B] 453s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x node-slice-ansi all 5.0.0+~cs9.0.0-5 [9044 B] 453s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-regex all 5.0.1-1 [4984 B] 453s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-ansi all 6.0.1-2 [4128 B] 453s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x node-clone all 2.1.2+~2.1.2-1 [9340 B] 453s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x node-defaults all 1.0.4+~1.0.3-1 [4394 B] 453s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wcwidth.js all 1.0.2-2 [7204 B] 453s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x node-string-width all 4.2.3+~cs13.2.3-1 [11.4 kB] 453s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wrap-ansi all 8.0.1+~8.0.1-3 [12.2 kB] 453s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cliui all 7.0.4+repack+1+~cs1.4.2-2 [20.4 kB] 453s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x node-get-caller-file all 2.0.5+~cs1.1.1-4 [5774 B] 453s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x node-require-directory all 2.1.1+~2.1.2-1 [7190 B] 453s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x node-y18n all 5.0.8+~5.0.0-3 [9390 B] 453s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x node-camelcase all 7.0.0-3 [6104 B] 453s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yargs-parser all 21.1.1+~21.0.0-4 [23.6 kB] 453s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yargs all 16.2.0+~16.0.4-7 [123 kB] 453s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x node-istanbul all 0.4.5+repack10+~cs98.25.59-2 [211 kB] 453s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x node-through all 2.3.8+~cs0.0.30-1 [5496 B] 453s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resumer all 0.0.0-6 [4054 B] 453s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tape all 5.6.1+~cs8.20.19-2 [32.2 kB] 453s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x node-deep-equal all 2.2.3+~cs43.15.94-1 [39.6 kB] 453s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-util all 0.12.5+~1.0.10-1 [15.4 kB] 453s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x liblldb-19 s390x 1:19.1.7-1ubuntu1 [4850 kB] 454s Get:300 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 454s Get:301 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 454s Get:302 http://ftpmaster.internal/ubuntu plucky/main s390x libuv1-dev s390x 1.48.0-7 [136 kB] 454s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x libnode-dev s390x 20.18.1+dfsg-1ubuntu1 [525 kB] 454s Get:304 http://ftpmaster.internal/ubuntu plucky/main s390x libodbc2 s390x 2.3.12-2ubuntu1 [163 kB] 454s Get:305 http://ftpmaster.internal/ubuntu plucky/main s390x unixodbc-common all 2.3.12-2ubuntu1 [9044 B] 454s Get:306 http://ftpmaster.internal/ubuntu plucky/main s390x libodbcinst2 s390x 2.3.12-2ubuntu1 [32.2 kB] 454s Get:307 http://ftpmaster.internal/ubuntu plucky/main s390x libpq5 s390x 17.2-1build2 [146 kB] 454s Get:308 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 454s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lldb-19 s390x 1:19.1.7-1ubuntu1 [120 kB] 454s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x lldb-19 s390x 1:19.1.7-1ubuntu1 [1374 kB] 455s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x lldb s390x 1:19.0-63 [6020 B] 455s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x node-agent-base all 7.1.1~0~2024040606-5 [11.2 kB] 455s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ajv-keywords all 5.1.0-4 [33.1 kB] 455s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ansi-escapes all 5.0.0+really.4.3.1-1 [9070 B] 455s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x node-aproba all 2.0.0-3 [5698 B] 455s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x node-delegates all 1.0.0-3 [4280 B] 455s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x node-are-we-there-yet all 3.0.1+~1.1.0-1 [9066 B] 455s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x node-async-each all 1.0.3-3 [4174 B] 455s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x node-babel-plugin-lodash all 3.3.4+~cs2.0.1-7 [11.3 kB] 455s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x node-base64-js all 1.5.1+dfsg+~1.3.0-2 [7236 B] 455s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x node-binary-extensions all 2.2.0-2 [4488 B] 455s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x node-builtins all 5.0.1-1 [4082 B] 455s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chownr all 2.0.0-3 [4328 B] 455s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x node-iconv-lite all 0.6.3-3 [158 kB] 455s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x node-encoding all 0.1.13-2 [4366 B] 455s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jsonparse all 1.3.1-10 [8060 B] 455s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x node-yallist all 4.0.0+~4.0.1-1 [8322 B] 455s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x node-minipass all 5.0.0+~cs10.3.21-2 [44.4 kB] 455s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x node-iferr all 1.0.2+~1.0.2-1 [4610 B] 455s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fs-write-stream-atomic all 1.0.10-6 [5362 B] 455s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x node-run-queue all 2.0.0-3 [5086 B] 455s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x node-copy-concurrently all 1.0.5-9 [7200 B] 455s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x node-move-concurrently all 1.0.1-5 [5182 B] 455s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promise-inflight all 1.0.1+~1.0.0-1 [4896 B] 455s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ssri all 9.0.1-3 [14.8 kB] 455s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x node-unique-filename all 1.1.1+ds-2 [3914 B] 455s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cacache all 17.0.3+~cs10.3.7-2 [34.7 kB] 455s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x node-is-binary-path all 2.1.0-5 [3676 B] 455s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x node-path-is-absolute all 2.0.0-2 [4062 B] 455s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x node-set-immediate-shim all 2.0.0-2 [3696 B] 455s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x node-readdirp all 3.6.0-1 [11.8 kB] 455s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chokidar all 3.6.0-2 [32.9 kB] 455s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tslib all 2.4.1-1 [19.7 kB] 455s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x node-chrome-trace-event all 1.0.3-2 [6680 B] 455s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ci-info all 4.0.0+~cs1.1.0-1build2 [11.2 kB] 455s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x node-colors all 1.4.0-4 [12.0 kB] 455s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x node-columnify all 1.6.0+~1.5.1-1 [12.7 kB] 455s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x node-console-control-strings all 1.1.0-3 [5616 B] 455s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x node-css-selector-tokenizer all 0.8.0+~cs4.8.3-1 [13.2 kB] 455s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss all 8.4.49+~cs9.2.32-1 [181 kB] 455s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x node-icss-utils all 5.1.0+~5.1.0-1 [7176 B] 455s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-modules-extract-imports all 3.0.0-2 [6080 B] 455s Get:353 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-modules-values all 4.0.0+~4.0.0-1 [6624 B] 455s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x node-postcss-value-parser all 4.2.0-1 [10.6 kB] 455s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x node-prr all 1.0.1-3 [4344 B] 455s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x node-errno all 1.0.0-3 [7962 B] 455s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x node-memory-fs all 0.5.0+~0.3.3-2 [7744 B] 455s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tapable all 2.2.1-3 [13.8 kB] 455s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x node-enhanced-resolve all 5.15.0-1 [36.9 kB] 455s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x node-es-module-lexer all 1.1.0+dfsg-3 [20.7 kB] 455s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x node-events all 3.3.0+~3.0.0-3 [3084 B] 455s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x node-resolve-cwd all 3.0.0-2 [4216 B] 455s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jest-debbundle all 29.6.2~ds1+~cs73.45.28-5 [55.4 kB] 455s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x node-interpret all 2.2.0-3 [6946 B] 455s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x node-merge-stream all 2.0.0+~1.1.2-2 [5178 B] 455s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x node-jest-worker all 29.6.2~ds1+~cs73.45.28-5 [42.4 kB] 455s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x node-loader-runner all 4.3.0-1 [7742 B] 455s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mime all 3.0.0+dfsg+~cs6.97.2-1 [37.8 kB] 455s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mime-types all 2.1.35-2 [6818 B] 455s Get:370 http://ftpmaster.internal/ubuntu plucky/universe s390x node-rechoir all 0.8.0+~0.6.1-2 [6382 B] 455s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x node-schema-utils all 4.2.0~ds-3build3 [19.2 kB] 455s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x node-randombytes all 2.1.0+~2.0.0-2 [4812 B] 455s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x node-serialize-javascript all 6.0.1-1 [13.2 kB] 455s Get:374 http://ftpmaster.internal/ubuntu plucky/universe s390x node-watchpack all 2.4.0+~cs2.8.1-1 [20.7 kB] 455s Get:375 http://ftpmaster.internal/ubuntu plucky/universe s390x node-webassemblyjs all 1.11.4+dfsg+~cs10.11.17-2 [143 kB] 455s Get:376 http://ftpmaster.internal/ubuntu plucky/universe s390x node-source-list-map all 2.0.1+dfsg+~0.1.2-1 [10.3 kB] 455s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x node-webpack-sources all 3.2.3+~3.2.0-2 [23.8 kB] 455s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x node-terser all 5.38.0-1 [213 kB] 455s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x terser all 5.38.0-1 [4266 B] 455s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x node-get-stream all 8.0.1-11 [11.3 kB] 455s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mimic-fn all 4.0.0-5 [5536 B] 455s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x node-strip-eof all 3.0.0-5 [4718 B] 456s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x node-execa all 8.0.1+dfsg1+~cs12.0.0-1build2 [44.2 kB] 456s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x node-envinfo all 7.11.0+~cs14.3.0-3 [33.1 kB] 456s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x webpack all 5.97.1+dfsg1+~cs11.18.27-1 [775 kB] 456s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x node-css-loader all 6.8.1+~cs14.0.17-1 [64.0 kB] 456s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x node-data-uri-to-buffer all 6.0.2~0~2024040606-5 [8672 B] 456s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mimic-response all 3.1.0-9 [5516 B] 456s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x node-decompress-response all 6.0.0-3 [4684 B] 456s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x node-diff all 5.0.0~dfsg+~5.0.1-4 [76.7 kB] 456s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x node-err-code all 2.0.3+dfsg-3 [4918 B] 456s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x node-time-stamp all 2.2.0-2 [6012 B] 456s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fancy-log all 1.3.3+~cs1.3.1-2 [8102 B] 456s Get:394 http://ftpmaster.internal/ubuntu plucky/universe s390x node-fetch all 3.3.2+~cs11.4.11-3 [218 kB] 456s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x node-has-unicode all 2.0.1-5 [3962 B] 456s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x node-wide-align all 1.1.3-4 [4228 B] 456s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x node-gauge all 4.0.4-2 [16.1 kB] 456s Get:398 http://ftpmaster.internal/ubuntu plucky/universe s390x node-lowercase-keys all 2.0.0-2 [3754 B] 456s Get:399 http://ftpmaster.internal/ubuntu plucky/universe s390x node-json-buffer all 3.0.1+~3.0.0-1 [4554 B] 456s Get:400 http://ftpmaster.internal/ubuntu plucky/universe s390x node-p-cancelable all 2.1.1-1 [7358 B] 456s Get:401 http://ftpmaster.internal/ubuntu plucky/universe s390x node-got all 11.8.5+~cs58.13.36-5 [122 kB] 456s Get:402 http://ftpmaster.internal/ubuntu plucky/universe s390x node-http-proxy-agent all 7.0.2~0~2024040606-5 [8478 B] 456s Get:403 http://ftpmaster.internal/ubuntu plucky/universe s390x node-https-proxy-agent all 7.0.4~0~2024040606-5 [11.2 kB] 456s Get:404 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ieee754 all 1.2.1-3 [5340 B] 456s Get:405 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ip all 2.0.1+~1.1.3-1 [8622 B] 456s Get:406 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ip-regex all 4.3.0+~4.1.1-1 [5254 B] 456s Get:407 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read-package-json all 5.0.2+~2.0.0-2 [10.4 kB] 456s Get:408 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-bundled all 2.0.1-2 [5924 B] 456s Get:409 http://ftpmaster.internal/ubuntu plucky/universe s390x node-osenv all 0.1.5+~0.1.1-1 [5972 B] 456s Get:410 http://ftpmaster.internal/ubuntu plucky/universe s390x node-validate-npm-package-name all 5.0.0+~4.0.0-1 [6492 B] 456s Get:411 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npm-package-arg all 10.0.0+~3.0.0-2 [9658 B] 456s Get:412 http://ftpmaster.internal/ubuntu plucky/universe s390x node-retry all 0.13.1.+~cs2.19.16-1 [14.6 kB] 456s Get:413 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promise-retry all 2.0.1-4 [5040 B] 456s Get:414 http://ftpmaster.internal/ubuntu plucky/universe s390x node-mute-stream all 0.0.8+~0.0.1-3 [6282 B] 456s Get:415 http://ftpmaster.internal/ubuntu plucky/universe s390x node-read all 1.0.7-5 [5426 B] 456s Get:416 http://ftpmaster.internal/ubuntu plucky/universe s390x node-promzard all 0.3.0-2 [6888 B] 456s Get:417 http://ftpmaster.internal/ubuntu plucky/universe s390x node-set-blocking all 2.0.0-2 [3766 B] 456s Get:418 http://ftpmaster.internal/ubuntu plucky/universe s390x node-text-table all 0.2.0-4 [4762 B] 456s Get:419 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-client-17 s390x 17.2-1build2 [1342 kB] 457s Get:420 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql-17 s390x 17.2-1build2 [16.9 MB] 457s Get:421 http://ftpmaster.internal/ubuntu plucky/main s390x postgresql all 17+270 [14.2 kB] 457s Get:422 http://ftpmaster.internal/ubuntu plucky/universe s390x unixodbc s390x 2.3.12-2ubuntu1 [28.2 kB] 457s Get:423 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 457s Get:424 http://ftpmaster.internal/ubuntu plucky/main s390x libbabeltrace1 s390x 1.5.11-4build1 [170 kB] 457s Get:425 http://ftpmaster.internal/ubuntu plucky/universe s390x babeltrace s390x 1.5.11-4build1 [27.4 kB] 457s Get:426 http://ftpmaster.internal/ubuntu plucky/universe s390x node-cli-table all 0.3.11+~cs0.13.4-3 [23.2 kB] 457s Get:427 http://ftpmaster.internal/ubuntu plucky/universe s390x node-depd all 2.0.0-2 [10.5 kB] 457s Get:428 http://ftpmaster.internal/ubuntu plucky/universe s390x node-npmlog all 7.0.1+~4.1.4-1 [9826 B] 457s Get:429 http://ftpmaster.internal/ubuntu plucky/universe s390x node-tar all 6.2.1+~cs7.0.8-1 [51.3 kB] 457s Get:430 http://ftpmaster.internal/ubuntu plucky/universe s390x node-gyp all 10.3.0+~5.0.0-1 [41.0 kB] 457s Get:431 http://ftpmaster.internal/ubuntu plucky/universe s390x node-ini all 3.0.1-2 [6480 B] 457s Get:432 http://ftpmaster.internal/ubuntu plucky/universe s390x node-negotiator all 0.6.3+~0.6.1-1 [10.1 kB] 457s Get:433 http://ftpmaster.internal/ubuntu plucky/universe s390x npm all 9.2.0~ds1-3 [631 kB] 459s Preconfiguring packages ... 459s /var/cache/debconf/tmp.ci/postgresql.config.Hj2J4G: 12: pg_lsclusters: not found 459s Fetched 477 MB in 32s (14.7 MB/s) 459s Selecting previously unselected package libjson-perl. 459s (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.) 459s Preparing to unpack .../000-libjson-perl_4.10000-1_all.deb ... 459s Unpacking libjson-perl (4.10000-1) ... 459s Selecting previously unselected package libio-pty-perl. 459s Preparing to unpack .../001-libio-pty-perl_1%3a1.20-1build3_s390x.deb ... 459s Unpacking libio-pty-perl (1:1.20-1build3) ... 459s Selecting previously unselected package libipc-run-perl. 459s Preparing to unpack .../002-libipc-run-perl_20231003.0-2_all.deb ... 459s Unpacking libipc-run-perl (20231003.0-2) ... 459s Selecting previously unselected package postgresql-client-common. 459s Preparing to unpack .../003-postgresql-client-common_270_all.deb ... 459s Unpacking postgresql-client-common (270) ... 459s Selecting previously unselected package postgresql-common-dev. 459s Preparing to unpack .../004-postgresql-common-dev_270_all.deb ... 459s Unpacking postgresql-common-dev (270) ... 459s Selecting previously unselected package ssl-cert. 459s Preparing to unpack .../005-ssl-cert_1.1.3ubuntu1_all.deb ... 459s Unpacking ssl-cert (1.1.3ubuntu1) ... 459s Selecting previously unselected package postgresql-common. 459s Preparing to unpack .../006-postgresql-common_270_all.deb ... 459s Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 459s Unpacking postgresql-common (270) ... 459s Selecting previously unselected package liblttng-ctl0t64:s390x. 459s Preparing to unpack .../007-liblttng-ctl0t64_2.13.14-1build1_s390x.deb ... 459s Unpacking liblttng-ctl0t64:s390x (2.13.14-1build1) ... 459s Selecting previously unselected package liblttng-ust-common1t64:s390x. 459s Preparing to unpack .../008-liblttng-ust-common1t64_2.13.7-1.1ubuntu2_s390x.deb ... 459s Unpacking liblttng-ust-common1t64:s390x (2.13.7-1.1ubuntu2) ... 459s Selecting previously unselected package liblttng-ust-ctl5t64:s390x. 459s Preparing to unpack .../009-liblttng-ust-ctl5t64_2.13.7-1.1ubuntu2_s390x.deb ... 459s Unpacking liblttng-ust-ctl5t64:s390x (2.13.7-1.1ubuntu2) ... 459s Selecting previously unselected package lttng-tools. 459s Preparing to unpack .../010-lttng-tools_2.13.14-1build1_s390x.deb ... 459s Unpacking lttng-tools (2.13.14-1build1) ... 459s Selecting previously unselected package dotnet-host-9.0. 459s Preparing to unpack .../011-dotnet-host-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking dotnet-host-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package dotnet-hostfxr-9.0. 459s Preparing to unpack .../012-dotnet-hostfxr-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking dotnet-hostfxr-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package dotnet-runtime-9.0. 459s Preparing to unpack .../013-dotnet-runtime-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking dotnet-runtime-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package aspnetcore-runtime-9.0. 459s Preparing to unpack .../014-aspnetcore-runtime-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking aspnetcore-runtime-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package aspnetcore-runtime-dbg-9.0. 459s Preparing to unpack .../015-aspnetcore-runtime-dbg-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking aspnetcore-runtime-dbg-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package aspnetcore-targeting-pack-9.0. 459s Preparing to unpack .../016-aspnetcore-targeting-pack-9.0_9.0.1-0ubuntu1_s390x.deb ... 459s Unpacking aspnetcore-targeting-pack-9.0 (9.0.1-0ubuntu1) ... 459s Selecting previously unselected package bc. 459s Preparing to unpack .../017-bc_1.07.1-4_s390x.deb ... 459s Unpacking bc (1.07.1-4) ... 459s Selecting previously unselected package libisl23:s390x. 459s Preparing to unpack .../018-libisl23_0.27-1_s390x.deb ... 459s Unpacking libisl23:s390x (0.27-1) ... 459s Selecting previously unselected package libmpc3:s390x. 459s Preparing to unpack .../019-libmpc3_1.3.1-1build2_s390x.deb ... 459s Unpacking libmpc3:s390x (1.3.1-1build2) ... 459s Selecting previously unselected package cpp-14-s390x-linux-gnu. 459s Preparing to unpack .../020-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 459s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package cpp-14. 460s Preparing to unpack .../021-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package cpp-s390x-linux-gnu. 460s Preparing to unpack .../022-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package cpp. 460s Preparing to unpack .../023-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking cpp (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package libcc1-0:s390x. 460s Preparing to unpack .../024-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package libgomp1:s390x. 460s Preparing to unpack .../025-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package libitm1:s390x. 460s Preparing to unpack .../026-libitm1_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package libasan8:s390x. 460s Preparing to unpack .../027-libasan8_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package libubsan1:s390x. 460s Preparing to unpack .../028-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package libgcc-14-dev:s390x. 460s Preparing to unpack .../029-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package gcc-14-s390x-linux-gnu. 460s Preparing to unpack .../030-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package gcc-14. 460s Preparing to unpack .../031-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package gcc-s390x-linux-gnu. 460s Preparing to unpack .../032-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package gcc. 460s Preparing to unpack .../033-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking gcc (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package libstdc++-14-dev:s390x. 460s Preparing to unpack .../034-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package g++-14-s390x-linux-gnu. 460s Preparing to unpack .../035-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package g++-14. 460s Preparing to unpack .../036-g++-14_14.2.0-16ubuntu1_s390x.deb ... 460s Unpacking g++-14 (14.2.0-16ubuntu1) ... 460s Selecting previously unselected package g++-s390x-linux-gnu. 460s Preparing to unpack .../037-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package g++. 460s Preparing to unpack .../038-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 460s Unpacking g++ (4:14.2.0-1ubuntu1) ... 460s Selecting previously unselected package build-essential. 460s Preparing to unpack .../039-build-essential_12.10ubuntu1_s390x.deb ... 460s Unpacking build-essential (12.10ubuntu1) ... 460s Selecting previously unselected package dotnet-apphost-pack-9.0. 460s Preparing to unpack .../040-dotnet-apphost-pack-9.0_9.0.1-0ubuntu1_s390x.deb ... 460s Unpacking dotnet-apphost-pack-9.0 (9.0.1-0ubuntu1) ... 460s Selecting previously unselected package dotnet-runtime-dbg-9.0. 460s Preparing to unpack .../041-dotnet-runtime-dbg-9.0_9.0.1-0ubuntu1_s390x.deb ... 460s Unpacking dotnet-runtime-dbg-9.0 (9.0.1-0ubuntu1) ... 461s Selecting previously unselected package dotnet-targeting-pack-9.0. 461s Preparing to unpack .../042-dotnet-targeting-pack-9.0_9.0.1-0ubuntu1_s390x.deb ... 461s Unpacking dotnet-targeting-pack-9.0 (9.0.1-0ubuntu1) ... 461s Selecting previously unselected package dotnet-templates-9.0. 461s Preparing to unpack .../043-dotnet-templates-9.0_9.0.102-0ubuntu1_s390x.deb ... 461s Unpacking dotnet-templates-9.0 (9.0.102-0ubuntu1) ... 461s Selecting previously unselected package netstandard-targeting-pack-2.1-9.0. 461s Preparing to unpack .../044-netstandard-targeting-pack-2.1-9.0_9.0.102-0ubuntu1_s390x.deb ... 461s Unpacking netstandard-targeting-pack-2.1-9.0 (9.0.102-0ubuntu1) ... 461s Selecting previously unselected package dotnet-sdk-9.0. 461s Preparing to unpack .../045-dotnet-sdk-9.0_9.0.102-0ubuntu1_s390x.deb ... 461s Unpacking dotnet-sdk-9.0 (9.0.102-0ubuntu1) ... 462s Selecting previously unselected package dotnet-sdk-9.0-source-built-artifacts. 462s Preparing to unpack .../046-dotnet-sdk-9.0-source-built-artifacts_9.0.102-0ubuntu1_s390x.deb ... 462s Unpacking dotnet-sdk-9.0-source-built-artifacts (9.0.102-0ubuntu1) ... 463s Selecting previously unselected package dotnet-sdk-dbg-9.0. 463s Preparing to unpack .../047-dotnet-sdk-dbg-9.0_9.0.102-0ubuntu1_s390x.deb ... 463s Unpacking dotnet-sdk-dbg-9.0 (9.0.102-0ubuntu1) ... 463s Selecting previously unselected package dotnet9. 463s Preparing to unpack .../048-dotnet9_9.0.102-9.0.1-0ubuntu1_s390x.deb ... 463s Unpacking dotnet9 (9.0.102-9.0.1-0ubuntu1) ... 463s Selecting previously unselected package node-fast-deep-equal. 463s Preparing to unpack .../049-node-fast-deep-equal_3.1.3-3_all.deb ... 463s Unpacking node-fast-deep-equal (3.1.3-3) ... 463s Selecting previously unselected package node-json-schema-traverse. 463s Preparing to unpack .../050-node-json-schema-traverse_1.0.0-3_all.deb ... 463s Unpacking node-json-schema-traverse (1.0.0-3) ... 463s Selecting previously unselected package node-jsonify. 463s Preparing to unpack .../051-node-jsonify_0.0.1-1_all.deb ... 463s Unpacking node-jsonify (0.0.1-1) ... 463s Selecting previously unselected package node-json-stable-stringify. 463s Preparing to unpack .../052-node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2_all.deb ... 463s Unpacking node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... 463s Selecting previously unselected package node-punycode. 463s Preparing to unpack .../053-node-punycode_2.2.3-2_all.deb ... 463s Unpacking node-punycode (2.2.3-2) ... 463s Selecting previously unselected package node-uri-js. 463s Preparing to unpack .../054-node-uri-js_4.4.0+dfsg-8_all.deb ... 463s Unpacking node-uri-js (4.4.0+dfsg-8) ... 463s Selecting previously unselected package libcares2:s390x. 463s Preparing to unpack .../055-libcares2_1.34.4-2.1_s390x.deb ... 463s Unpacking libcares2:s390x (1.34.4-2.1) ... 463s Selecting previously unselected package node-xtend. 463s Preparing to unpack .../056-node-xtend_4.0.2-3_all.deb ... 463s Unpacking node-xtend (4.0.2-3) ... 463s Selecting previously unselected package node-acorn. 463s Preparing to unpack .../057-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ... 463s Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ... 463s Selecting previously unselected package node-cjs-module-lexer. 463s Preparing to unpack .../058-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ... 463s Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ... 463s Selecting previously unselected package node-balanced-match. 463s Preparing to unpack .../059-node-balanced-match_2.0.0-1_all.deb ... 463s Unpacking node-balanced-match (2.0.0-1) ... 463s Selecting previously unselected package node-brace-expansion. 463s Preparing to unpack .../060-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ... 463s Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ... 463s Selecting previously unselected package node-minimatch. 463s Preparing to unpack .../061-node-minimatch_9.0.3-5_all.deb ... 463s Unpacking node-minimatch (9.0.3-5) ... 463s Selecting previously unselected package node-undici. 463s Preparing to unpack .../062-node-undici_7.3.0+dfsg1+~cs24.12.11-1_all.deb ... 463s Unpacking node-undici (7.3.0+dfsg1+~cs24.12.11-1) ... 463s Selecting previously unselected package libnode115:s390x. 463s Preparing to unpack .../063-libnode115_20.18.1+dfsg-1ubuntu1_s390x.deb ... 463s Unpacking libnode115:s390x (20.18.1+dfsg-1ubuntu1) ... 464s Selecting previously unselected package nodejs. 464s Preparing to unpack .../064-nodejs_20.18.1+dfsg-1ubuntu1_s390x.deb ... 464s Unpacking nodejs (20.18.1+dfsg-1ubuntu1) ... 464s Selecting previously unselected package node-ajv. 464s Preparing to unpack .../065-node-ajv_8.12.0~ds+~2.1.1-5_all.deb ... 464s Unpacking node-ajv (8.12.0~ds+~2.1.1-5) ... 464s Selecting previously unselected package libjs-inherits. 464s Preparing to unpack .../066-libjs-inherits_2.0.4-6_all.deb ... 464s Unpacking libjs-inherits (2.0.4-6) ... 464s Selecting previously unselected package node-inherits. 464s Preparing to unpack .../067-node-inherits_2.0.4-6_all.deb ... 464s Unpacking node-inherits (2.0.4-6) ... 464s Selecting previously unselected package node-core-util-is. 464s Preparing to unpack .../068-node-core-util-is_1.0.3-1_all.deb ... 464s Unpacking node-core-util-is (1.0.3-1) ... 464s Selecting previously unselected package node-safe-buffer. 464s Preparing to unpack .../069-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ... 464s Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ... 464s Selecting previously unselected package node-string-decoder. 464s Preparing to unpack .../070-node-string-decoder_1.3.0-6_all.deb ... 464s Unpacking node-string-decoder (1.3.0-6) ... 464s Selecting previously unselected package node-process-nextick-args. 464s Preparing to unpack .../071-node-process-nextick-args_2.0.1-3_all.deb ... 464s Unpacking node-process-nextick-args (2.0.1-3) ... 464s Selecting previously unselected package node-util-deprecate. 464s Preparing to unpack .../072-node-util-deprecate_1.0.2-3_all.deb ... 464s Unpacking node-util-deprecate (1.0.2-3) ... 464s Selecting previously unselected package node-isarray. 464s Preparing to unpack .../073-node-isarray_2.0.5-4_all.deb ... 464s Unpacking node-isarray (2.0.5-4) ... 464s Selecting previously unselected package node-readable-stream. 464s Preparing to unpack .../074-node-readable-stream_3.6.0+~cs3.0.0-4build1_all.deb ... 464s Unpacking node-readable-stream (3.6.0+~cs3.0.0-4build1) ... 464s Selecting previously unselected package node-typedarray. 464s Preparing to unpack .../075-node-typedarray_0.0.7-1_all.deb ... 464s Unpacking node-typedarray (0.0.7-1) ... 464s Selecting previously unselected package node-concat-stream. 464s Preparing to unpack .../076-node-concat-stream_2.0.0+~2.0.0-2_all.deb ... 464s Unpacking node-concat-stream (2.0.0+~2.0.0-2) ... 464s Selecting previously unselected package node-ms. 464s Preparing to unpack .../077-node-ms_2.1.3+~cs0.7.31-3_all.deb ... 464s Unpacking node-ms (2.1.3+~cs0.7.31-3) ... 464s Selecting previously unselected package node-debug. 464s Preparing to unpack .../078-node-debug_4.3.4+~cs4.1.7-1_all.deb ... 464s Unpacking node-debug (4.3.4+~cs4.1.7-1) ... 464s Selecting previously unselected package node-esutils. 464s Preparing to unpack .../079-node-esutils_2.0.3+~2.0.0-1_all.deb ... 464s Unpacking node-esutils (2.0.3+~2.0.0-1) ... 464s Selecting previously unselected package node-doctrine. 464s Preparing to unpack .../080-node-doctrine_3.0.0-4_all.deb ... 464s Unpacking node-doctrine (3.0.0-4) ... 464s Selecting previously unselected package node-eslint-visitor-keys. 464s Preparing to unpack .../081-node-eslint-visitor-keys_3.3.0+~1.0.0-1_all.deb ... 464s Unpacking node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... 464s Selecting previously unselected package node-estraverse. 464s Preparing to unpack .../082-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ... 464s Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ... 464s Selecting previously unselected package node-object-assign. 464s Preparing to unpack .../083-node-object-assign_4.1.1-7_all.deb ... 464s Unpacking node-object-assign (4.1.1-7) ... 464s Selecting previously unselected package node-esrecurse. 464s Preparing to unpack .../084-node-esrecurse_4.3.0-2_all.deb ... 464s Unpacking node-esrecurse (4.3.0-2) ... 464s Selecting previously unselected package node-eslint-scope. 464s Preparing to unpack .../085-node-eslint-scope_7.1.1+~3.7.4-1_all.deb ... 464s Unpacking node-eslint-scope (7.1.1+~3.7.4-1) ... 464s Selecting previously unselected package node-espree. 464s Preparing to unpack .../086-node-espree_9.4.1~dfsg-2_all.deb ... 464s Unpacking node-espree (9.4.1~dfsg-2) ... 464s Selecting previously unselected package node-esquery. 464s Preparing to unpack .../087-node-esquery_1.4.2~ds-1_all.deb ... 464s Unpacking node-esquery (1.4.2~ds-1) ... 464s Selecting previously unselected package node-eslint-utils. 464s Preparing to unpack .../088-node-eslint-utils_3.0.0-3_all.deb ... 464s Unpacking node-eslint-utils (3.0.0-3) ... 464s Selecting previously unselected package node-flatted. 464s Preparing to unpack .../089-node-flatted_3.2.7~ds-1_all.deb ... 464s Unpacking node-flatted (3.2.7~ds-1) ... 464s Selecting previously unselected package node-fs.realpath. 464s Preparing to unpack .../090-node-fs.realpath_1.0.0-3_all.deb ... 464s Unpacking node-fs.realpath (1.0.0-3) ... 464s Selecting previously unselected package node-wrappy. 464s Preparing to unpack .../091-node-wrappy_1.0.2-3_all.deb ... 464s Unpacking node-wrappy (1.0.2-3) ... 464s Selecting previously unselected package node-once. 464s Preparing to unpack .../092-node-once_1.4.1-1_all.deb ... 464s Unpacking node-once (1.4.1-1) ... 464s Selecting previously unselected package node-inflight. 464s Preparing to unpack .../093-node-inflight_1.0.6-2_all.deb ... 464s Unpacking node-inflight (1.0.6-2) ... 464s Selecting previously unselected package node-glob. 464s Preparing to unpack .../094-node-glob_8.1.0+~cs8.5.15-1_all.deb ... 464s Unpacking node-glob (8.1.0+~cs8.5.15-1) ... 464s Selecting previously unselected package node-rimraf. 464s Preparing to unpack .../095-node-rimraf_3.0.2-2_all.deb ... 464s Unpacking node-rimraf (3.0.2-2) ... 464s Selecting previously unselected package node-write. 464s Preparing to unpack .../096-node-write_2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 464s Unpacking node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 464s Selecting previously unselected package node-flat-cache. 464s Preparing to unpack .../097-node-flat-cache_3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 464s Unpacking node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 464s Selecting previously unselected package node-file-entry-cache. 464s Preparing to unpack .../098-node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1_all.deb ... 464s Unpacking node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 464s Selecting previously unselected package node-functional-red-black-tree. 464s Preparing to unpack .../099-node-functional-red-black-tree_1.0.1+20181105-7_all.deb ... 464s Unpacking node-functional-red-black-tree (1.0.1+20181105-7) ... 464s Selecting previously unselected package node-is-extglob. 464s Preparing to unpack .../100-node-is-extglob_2.1.1-5_all.deb ... 464s Unpacking node-is-extglob (2.1.1-5) ... 464s Selecting previously unselected package node-is-glob. 464s Preparing to unpack .../101-node-is-glob_4.0.3-2_all.deb ... 464s Unpacking node-is-glob (4.0.3-2) ... 464s Selecting previously unselected package node-path-dirname. 464s Preparing to unpack .../102-node-path-dirname_1.0.2-2_all.deb ... 464s Unpacking node-path-dirname (1.0.2-2) ... 464s Selecting previously unselected package node-glob-parent. 464s Preparing to unpack .../103-node-glob-parent_6.0.2+~5.1.1-2_all.deb ... 464s Unpacking node-glob-parent (6.0.2+~5.1.1-2) ... 464s Selecting previously unselected package node-globals. 464s Preparing to unpack .../104-node-globals_13.23.0-1_all.deb ... 464s Unpacking node-globals (13.23.0-1) ... 464s Selecting previously unselected package node-resolve-from. 464s Preparing to unpack .../105-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ... 464s Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... 464s Selecting previously unselected package node-imurmurhash. 464s Preparing to unpack .../106-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ... 464s Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... 464s Selecting previously unselected package node-ignore. 464s Preparing to unpack .../107-node-ignore_5.2.1-1_all.deb ... 464s Unpacking node-ignore (5.2.1-1) ... 464s Selecting previously unselected package node-prelude-ls. 464s Preparing to unpack .../108-node-prelude-ls_1.2.1+dfsg-3_all.deb ... 464s Unpacking node-prelude-ls (1.2.1+dfsg-3) ... 464s Selecting previously unselected package node-type-check. 464s Preparing to unpack .../109-node-type-check_0.4.0+dfsg-3_all.deb ... 464s Unpacking node-type-check (0.4.0+dfsg-3) ... 464s Selecting previously unselected package node-levn. 464s Preparing to unpack .../110-node-levn_0.4.1+dfsg-2_all.deb ... 464s Unpacking node-levn (0.4.1+dfsg-2) ... 464s Selecting previously unselected package node-lodash. 464s Preparing to unpack .../111-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... 464s Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 464s Selecting previously unselected package node-memfs. 464s Preparing to unpack .../112-node-memfs_3.4.12+~cs1.0.3-1_all.deb ... 464s Unpacking node-memfs (3.4.12+~cs1.0.3-1) ... 464s Selecting previously unselected package node-mkdirp. 464s Preparing to unpack .../113-node-mkdirp_2.1.6+~cs5.2.1-2_all.deb ... 464s Unpacking node-mkdirp (2.1.6+~cs5.2.1-2) ... 464s Selecting previously unselected package node-deep-is. 464s Preparing to unpack .../114-node-deep-is_0.1.4-1_all.deb ... 464s Unpacking node-deep-is (0.1.4-1) ... 464s Selecting previously unselected package node-fast-levenshtein. 464s Preparing to unpack .../115-node-fast-levenshtein_2.0.6+ds-3_all.deb ... 464s Unpacking node-fast-levenshtein (2.0.6+ds-3) ... 464s Selecting previously unselected package node-optionator. 464s Preparing to unpack .../116-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ... 464s Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... 464s Selecting previously unselected package node-progress. 464s Preparing to unpack .../117-node-progress_2.0.3-2_all.deb ... 464s Unpacking node-progress (2.0.3-2) ... 464s Selecting previously unselected package libjs-regenerate. 464s Preparing to unpack .../118-libjs-regenerate_1.4.2-3_all.deb ... 464s Unpacking libjs-regenerate (1.4.2-3) ... 464s Selecting previously unselected package node-regenerate. 464s Preparing to unpack .../119-node-regenerate_1.4.2-3_all.deb ... 464s Unpacking node-regenerate (1.4.2-3) ... 464s Selecting previously unselected package node-regenerate-unicode-properties. 464s Preparing to unpack .../120-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ... 464s Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ... 464s Selecting previously unselected package node-regexpp. 464s Preparing to unpack .../121-node-regexpp_3.2.0-5_all.deb ... 464s Unpacking node-regexpp (3.2.0-5) ... 464s Selecting previously unselected package node-lru-cache. 464s Preparing to unpack .../122-node-lru-cache_10.0.1-3_all.deb ... 464s Unpacking node-lru-cache (10.0.1-3) ... 464s Selecting previously unselected package node-semver. 464s Preparing to unpack .../123-node-semver_7.6.1+~7.5.8-2_all.deb ... 464s Unpacking node-semver (7.6.1+~7.5.8-2) ... 465s Selecting previously unselected package node-strip-json-comments. 465s Preparing to unpack .../124-node-strip-json-comments_4.0.0-4_all.deb ... 465s Unpacking node-strip-json-comments (4.0.0-4) ... 465s Selecting previously unselected package node-json-schema. 465s Preparing to unpack .../125-node-json-schema_0.4.0+~7.0.11-1_all.deb ... 465s Unpacking node-json-schema (0.4.0+~7.0.11-1) ... 465s Selecting previously unselected package node-v8-compile-cache. 465s Preparing to unpack .../126-node-v8-compile-cache_2.4.0-2_all.deb ... 465s Unpacking node-v8-compile-cache (2.4.0-2) ... 465s Selecting previously unselected package eslint. 465s Preparing to unpack .../127-eslint_6.4.0~dfsg+~6.1.9-12_all.deb ... 465s Unpacking eslint (6.4.0~dfsg+~6.1.9-12) ... 465s Selecting previously unselected package liberror-perl. 465s Preparing to unpack .../128-liberror-perl_0.17029-2_all.deb ... 465s Unpacking liberror-perl (0.17029-2) ... 465s Selecting previously unselected package git-man. 465s Preparing to unpack .../129-git-man_1%3a2.48.1-0ubuntu1_all.deb ... 465s Unpacking git-man (1:2.48.1-0ubuntu1) ... 465s Selecting previously unselected package git. 465s Preparing to unpack .../130-git_1%3a2.48.1-0ubuntu1_s390x.deb ... 465s Unpacking git (1:2.48.1-0ubuntu1) ... 465s Selecting previously unselected package python3-packaging. 465s Preparing to unpack .../131-python3-packaging_24.2-1_all.deb ... 465s Unpacking python3-packaging (24.2-1) ... 465s Selecting previously unselected package gyp. 465s Preparing to unpack .../132-gyp_0.16.2-2_all.deb ... 465s Unpacking gyp (0.16.2-2) ... 465s Selecting previously unselected package node-neo-async. 465s Preparing to unpack .../133-node-neo-async_2.6.2+~cs3.0.0-3_all.deb ... 465s Unpacking node-neo-async (2.6.2+~cs3.0.0-3) ... 465s Selecting previously unselected package node-arrify. 465s Preparing to unpack .../134-node-arrify_2.0.1-3_all.deb ... 465s Unpacking node-arrify (2.0.1-3) ... 465s Selecting previously unselected package node-is-plain-obj. 465s Preparing to unpack .../135-node-is-plain-obj_3.0.0-2_all.deb ... 465s Unpacking node-is-plain-obj (3.0.0-2) ... 465s Selecting previously unselected package node-is-buffer. 465s Preparing to unpack .../136-node-is-buffer_2.0.5-2_all.deb ... 465s Unpacking node-is-buffer (2.0.5-2) ... 465s Selecting previously unselected package node-kind-of. 465s Preparing to unpack .../137-node-kind-of_6.0.3+dfsg-2_all.deb ... 465s Unpacking node-kind-of (6.0.3+dfsg-2) ... 465s Selecting previously unselected package node-minimist. 465s Preparing to unpack .../138-node-minimist_1.2.8+~cs5.3.5-1_all.deb ... 465s Unpacking node-minimist (1.2.8+~cs5.3.5-1) ... 465s Selecting previously unselected package node-wordwrap. 465s Preparing to unpack .../139-node-wordwrap_1.0.0-4_all.deb ... 465s Unpacking node-wordwrap (1.0.0-4) ... 465s Selecting previously unselected package node-optimist. 465s Preparing to unpack .../140-node-optimist_0.6.1+~0.0.30-2_all.deb ... 465s Unpacking node-optimist (0.6.1+~0.0.30-2) ... 465s Selecting previously unselected package libjs-source-map. 465s Preparing to unpack .../141-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... 465s Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 465s Selecting previously unselected package node-source-map. 465s Preparing to unpack .../142-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ... 465s Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 465s Selecting previously unselected package handlebars. 465s Preparing to unpack .../143-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ... 465s Unpacking handlebars (3:4.7.7+~4.1.0-1) ... 465s Selecting previously unselected package libbrotli-dev:s390x. 465s Preparing to unpack .../144-libbrotli-dev_1.1.0-2build3_s390x.deb ... 465s Unpacking libbrotli-dev:s390x (1.1.0-2build3) ... 465s Selecting previously unselected package libclang-cpp19. 465s Preparing to unpack .../145-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 465s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 465s Selecting previously unselected package libjs-async. 465s Preparing to unpack .../146-libjs-async_0.8.0-6_all.deb ... 465s Unpacking libjs-async (0.8.0-6) ... 465s Selecting previously unselected package libjs-events. 465s Preparing to unpack .../147-libjs-events_3.3.0+~3.0.0-3_all.deb ... 465s Unpacking libjs-events (3.3.0+~3.0.0-3) ... 465s Selecting previously unselected package libjs-is-typedarray. 465s Preparing to unpack .../148-libjs-is-typedarray_1.0.0-4_all.deb ... 465s Unpacking libjs-is-typedarray (1.0.0-4) ... 465s Selecting previously unselected package libjs-prettify. 465s Preparing to unpack .../149-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ... 465s Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ... 465s Selecting previously unselected package libjs-sprintf-js. 465s Preparing to unpack .../150-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... 465s Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 465s Selecting previously unselected package libjs-typedarray-to-buffer. 465s Preparing to unpack .../151-libjs-typedarray-to-buffer_4.0.0-2_all.deb ... 465s Unpacking libjs-typedarray-to-buffer (4.0.0-2) ... 465s Selecting previously unselected package node-lodash-packages. 465s Preparing to unpack .../152-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ... 465s Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 466s Selecting previously unselected package node-function-bind. 466s Preparing to unpack .../153-node-function-bind_1.1.2+~cs2.1.14-1_all.deb ... 466s Unpacking node-function-bind (1.1.2+~cs2.1.14-1) ... 466s Selecting previously unselected package node-object-inspect. 466s Preparing to unpack .../154-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ... 466s Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ... 466s Selecting previously unselected package node-es-abstract. 466s Preparing to unpack .../155-node-es-abstract_1.20.4+~cs26.27.47-2_all.deb ... 466s Unpacking node-es-abstract (1.20.4+~cs26.27.47-2) ... 466s Selecting previously unselected package node-resolve. 466s Preparing to unpack .../156-node-resolve_1.22.8+~cs5.34.15-2_all.deb ... 466s Unpacking node-resolve (1.22.8+~cs5.34.15-2) ... 466s Selecting previously unselected package node-define-properties. 466s Preparing to unpack .../157-node-define-properties_1.2.1+~cs2.2.3-1_all.deb ... 466s Unpacking node-define-properties (1.2.1+~cs2.2.3-1) ... 466s Selecting previously unselected package node-debbundle-es-to-primitive. 466s Preparing to unpack .../158-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ... 466s Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... 466s Selecting previously unselected package node-isobject. 466s Preparing to unpack .../159-node-isobject_4.0.0-2_all.deb ... 466s Unpacking node-isobject (4.0.0-2) ... 466s Selecting previously unselected package node-is-descriptor. 466s Preparing to unpack .../160-node-is-descriptor_3.0.0-2_all.deb ... 466s Unpacking node-is-descriptor (3.0.0-2) ... 466s Selecting previously unselected package node-define-property. 466s Preparing to unpack .../161-node-define-property_2.0.2+really+2.0.2-3_all.deb ... 466s Unpacking node-define-property (2.0.2+really+2.0.2-3) ... 466s Selecting previously unselected package node-defined. 466s Preparing to unpack .../162-node-defined_1.0.1+~1.0.0-1_all.deb ... 466s Unpacking node-defined (1.0.1+~1.0.0-1) ... 466s Selecting previously unselected package node-abbrev. 466s Preparing to unpack .../163-node-abbrev_1.1.1+~1.1.2-1_all.deb ... 466s Unpacking node-abbrev (1.1.1+~1.1.2-1) ... 466s Selecting previously unselected package node-archy. 466s Preparing to unpack .../164-node-archy_1.0.0-6_all.deb ... 466s Unpacking node-archy (1.0.0-6) ... 466s Selecting previously unselected package node-async. 466s Preparing to unpack .../165-node-async_0.8.0-6_all.deb ... 466s Unpacking node-async (0.8.0-6) ... 466s Selecting previously unselected package node-convert-source-map. 466s Preparing to unpack .../166-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ... 466s Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ... 466s Selecting previously unselected package node-decamelize. 466s Preparing to unpack .../167-node-decamelize_4.0.0-2_all.deb ... 466s Unpacking node-decamelize (4.0.0-2) ... 466s Selecting previously unselected package node-es6-error. 466s Preparing to unpack .../168-node-es6-error_4.1.1-5_all.deb ... 466s Unpacking node-es6-error (4.1.1-5) ... 466s Selecting previously unselected package node-esprima. 466s Preparing to unpack .../169-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ... 466s Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ... 466s Selecting previously unselected package node-escodegen. 466s Preparing to unpack .../170-node-escodegen_2.1.0+dfsg+~0.0.8-1_all.deb ... 466s Unpacking node-escodegen (2.1.0+dfsg+~0.0.8-1) ... 466s Selecting previously unselected package node-commondir. 466s Preparing to unpack .../171-node-commondir_1.0.1+~1.0.0-1_all.deb ... 466s Unpacking node-commondir (1.0.1+~1.0.0-1) ... 466s Selecting previously unselected package node-is-number. 466s Preparing to unpack .../172-node-is-number_7.0.0-4_all.deb ... 466s Unpacking node-is-number (7.0.0-4) ... 466s Selecting previously unselected package node-repeat-string. 466s Preparing to unpack .../173-node-repeat-string_1.6.1+repack-1_all.deb ... 466s Unpacking node-repeat-string (1.6.1+repack-1) ... 466s Selecting previously unselected package node-to-regex-range. 466s Preparing to unpack .../174-node-to-regex-range_5.0.1-4_all.deb ... 466s Unpacking node-to-regex-range (5.0.1-4) ... 466s Selecting previously unselected package node-fill-range. 466s Preparing to unpack .../175-node-fill-range_7.1.1+~7.0.3-1_all.deb ... 466s Unpacking node-fill-range (7.1.1+~7.0.3-1) ... 466s Selecting previously unselected package node-braces. 466s Preparing to unpack .../176-node-braces_3.0.3+~3.0.4-1_all.deb ... 466s Unpacking node-braces (3.0.3+~3.0.4-1) ... 466s Selecting previously unselected package node-normalize-path. 466s Preparing to unpack .../177-node-normalize-path_3.0.0+~3.0.0-1_all.deb ... 466s Unpacking node-normalize-path (3.0.0+~3.0.0-1) ... 466s Selecting previously unselected package node-anymatch. 466s Preparing to unpack .../178-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ... 466s Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ... 466s Selecting previously unselected package node-micromatch. 466s Preparing to unpack .../179-node-micromatch_4.0.7+~4.0.9-1_all.deb ... 466s Unpacking node-micromatch (4.0.7+~4.0.9-1) ... 466s Selecting previously unselected package node-pify. 466s Preparing to unpack .../180-node-pify_5.0.0+~cs5.0.1-1_all.deb ... 466s Unpacking node-pify (5.0.0+~cs5.0.1-1) ... 466s Selecting previously unselected package node-path-type. 466s Preparing to unpack .../181-node-path-type_4.0.0-3_all.deb ... 466s Unpacking node-path-type (4.0.0-3) ... 466s Selecting previously unselected package node-n3. 466s Preparing to unpack .../182-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ... 466s Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... 466s Selecting previously unselected package node-slash. 466s Preparing to unpack .../183-node-slash_4.0.0-3_all.deb ... 466s Unpacking node-slash (4.0.0-3) ... 466s Selecting previously unselected package node-globby. 466s Preparing to unpack .../184-node-globby_13.1.3+~cs16.25.40-3_all.deb ... 466s Unpacking node-globby (13.1.3+~cs16.25.40-3) ... 466s Selecting previously unselected package node-graceful-fs. 466s Preparing to unpack .../185-node-graceful-fs_4.2.10-1_all.deb ... 466s Unpacking node-graceful-fs (4.2.10-1) ... 466s Selecting previously unselected package node-is-path-cwd. 466s Preparing to unpack .../186-node-is-path-cwd_2.2.0-2_all.deb ... 466s Unpacking node-is-path-cwd (2.2.0-2) ... 466s Selecting previously unselected package node-path-is-inside. 466s Preparing to unpack .../187-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ... 466s Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ... 466s Selecting previously unselected package node-is-path-inside. 466s Preparing to unpack .../188-node-is-path-inside_3.0.3-2_all.deb ... 466s Unpacking node-is-path-inside (3.0.3-2) ... 466s Selecting previously unselected package node-escape-string-regexp. 466s Preparing to unpack .../189-node-escape-string-regexp_4.0.0-2_all.deb ... 466s Unpacking node-escape-string-regexp (4.0.0-2) ... 466s Selecting previously unselected package node-indent-string. 466s Preparing to unpack .../190-node-indent-string_4.0.0-2_all.deb ... 466s Unpacking node-indent-string (4.0.0-2) ... 466s Selecting previously unselected package node-p-map. 466s Preparing to unpack .../191-node-p-map_4.0.0+~3.1.0+~3.0.1-2_all.deb ... 466s Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-2) ... 466s Selecting previously unselected package node-del. 466s Preparing to unpack .../192-node-del_7.1.0-1_all.deb ... 466s Unpacking node-del (7.1.0-1) ... 466s Selecting previously unselected package node-make-dir. 466s Preparing to unpack .../193-node-make-dir_3.1.0-3_all.deb ... 466s Unpacking node-make-dir (3.1.0-3) ... 466s Selecting previously unselected package node-p-limit. 466s Preparing to unpack .../194-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ... 466s Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ... 466s Selecting previously unselected package node-p-locate. 466s Preparing to unpack .../195-node-p-locate_6.0.0-12_all.deb ... 466s Unpacking node-p-locate (6.0.0-12) ... 466s Selecting previously unselected package node-locate-path. 466s Preparing to unpack .../196-node-locate-path_7.1.1-2_all.deb ... 466s Unpacking node-locate-path (7.1.1-2) ... 466s Selecting previously unselected package node-path-exists. 466s Preparing to unpack .../197-node-path-exists_5.0.0-8_all.deb ... 466s Unpacking node-path-exists (5.0.0-8) ... 466s Selecting previously unselected package node-find-up. 466s Preparing to unpack .../198-node-find-up_6.3.0-7_all.deb ... 466s Unpacking node-find-up (6.3.0-7) ... 466s Selecting previously unselected package node-pkg-dir. 466s Preparing to unpack .../199-node-pkg-dir_5.0.0-2_all.deb ... 466s Unpacking node-pkg-dir (5.0.0-2) ... 466s Selecting previously unselected package node-find-cache-dir. 466s Preparing to unpack .../200-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ... 466s Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ... 466s Selecting previously unselected package node-signal-exit. 466s Preparing to unpack .../201-node-signal-exit_4.1.0-7_all.deb ... 466s Unpacking node-signal-exit (4.1.0-7) ... 466s Selecting previously unselected package node-foreground-child. 466s Preparing to unpack .../202-node-foreground-child_3.1.1-2_all.deb ... 466s Unpacking node-foreground-child (3.1.1-2) ... 466s Selecting previously unselected package node-is-stream. 466s Preparing to unpack .../203-node-is-stream_3.0.0-4_all.deb ... 466s Unpacking node-is-stream (3.0.0-4) ... 466s Selecting previously unselected package node-is-windows. 466s Preparing to unpack .../204-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ... 466s Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ... 466s Selecting previously unselected package node-ampproject-remapping. 466s Preparing to unpack .../205-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ... 466s Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... 466s Selecting previously unselected package node-sprintf-js. 466s Preparing to unpack .../206-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ... 466s Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 466s Selecting previously unselected package node-argparse. 466s Preparing to unpack .../207-node-argparse_2.0.1-2_all.deb ... 466s Unpacking node-argparse (2.0.1-2) ... 466s Selecting previously unselected package node-js-yaml. 466s Preparing to unpack .../208-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ... 466s Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... 466s Selecting previously unselected package node-nopt. 466s Preparing to unpack .../209-node-nopt_5.0.0-4_all.deb ... 466s Unpacking node-nopt (5.0.0-4) ... 466s Selecting previously unselected package node-npm-run-path. 466s Preparing to unpack .../210-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ... 466s Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ... 466s Selecting previously unselected package node-shebang-regex. 466s Preparing to unpack .../211-node-shebang-regex_3.0.0-2_all.deb ... 466s Unpacking node-shebang-regex (3.0.0-2) ... 466s Selecting previously unselected package node-shebang-command. 466s Preparing to unpack .../212-node-shebang-command_2.0.0-1_all.deb ... 466s Unpacking node-shebang-command (2.0.0-1) ... 466s Selecting previously unselected package node-strip-bom. 466s Preparing to unpack .../213-node-strip-bom_4.0.0-2_all.deb ... 466s Unpacking node-strip-bom (4.0.0-2) ... 466s Selecting previously unselected package node-has-flag. 466s Preparing to unpack .../214-node-has-flag_5.0.1-1_all.deb ... 466s Unpacking node-has-flag (5.0.1-1) ... 466s Selecting previously unselected package node-supports-color. 466s Preparing to unpack .../215-node-supports-color_8.1.1+~8.1.1-1_all.deb ... 466s Unpacking node-supports-color (8.1.1+~8.1.1-1) ... 466s Selecting previously unselected package node-util. 466s Preparing to unpack .../216-node-util_0.12.5+~1.0.10-1_all.deb ... 466s Unpacking node-util (0.12.5+~1.0.10-1) ... 466s Selecting previously unselected package node-assert. 466s Preparing to unpack .../217-node-assert_2.0.0+~cs3.9.8-2_all.deb ... 466s Unpacking node-assert (2.0.0+~cs3.9.8-2) ... 466s Selecting previously unselected package node-babel-plugin-add-module-exports. 466s Preparing to unpack .../218-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ... 466s Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... 467s Selecting previously unselected package node-regenerator-runtime. 467s Preparing to unpack .../219-node-regenerator-runtime_0.15.2+~0.10.8-1_all.deb ... 467s Unpacking node-regenerator-runtime (0.15.2+~0.10.8-1) ... 467s Selecting previously unselected package node-babel7-runtime. 467s Preparing to unpack .../220-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-7_all.deb ... 467s Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ... 467s Selecting previously unselected package node-babel-helper-define-polyfill-provider. 467s Preparing to unpack .../221-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ... 467s Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... 467s Selecting previously unselected package node-babel-plugin-polyfill-corejs2. 467s Preparing to unpack .../222-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ... 467s Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... 467s Selecting previously unselected package node-caniuse-lite. 467s Preparing to unpack .../223-node-caniuse-lite_1.0.30001692+dfsg+~1.0.5-1_all.deb ... 467s Unpacking node-caniuse-lite (1.0.30001692+dfsg+~1.0.5-1) ... 467s Selecting previously unselected package node-electron-to-chromium. 467s Preparing to unpack .../224-node-electron-to-chromium_1.5.80-1_all.deb ... 467s Unpacking node-electron-to-chromium (1.5.80-1) ... 467s Selecting previously unselected package node-picocolors. 467s Preparing to unpack .../225-node-picocolors_1.0.0-4_all.deb ... 467s Unpacking node-picocolors (1.0.0-4) ... 467s Selecting previously unselected package node-browserslist. 467s Preparing to unpack .../226-node-browserslist_4.24.4+~cs6.3.21-1_all.deb ... 467s Unpacking node-browserslist (4.24.4+~cs6.3.21-1) ... 467s Selecting previously unselected package node-core-js-compat. 467s Preparing to unpack .../227-node-core-js-compat_3.33.2-1build2_all.deb ... 467s Unpacking node-core-js-compat (3.33.2-1build2) ... 467s Selecting previously unselected package node-babel-plugin-polyfill-corejs3. 467s Preparing to unpack .../228-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ... 467s Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... 467s Selecting previously unselected package node-babel-plugin-polyfill-regenerator. 467s Preparing to unpack .../229-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ... 467s Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... 467s Selecting previously unselected package node-color-name. 467s Preparing to unpack .../230-node-color-name_1.1.4+~1.1.1-2_all.deb ... 467s Unpacking node-color-name (1.1.4+~1.1.1-2) ... 467s Selecting previously unselected package node-color-convert. 467s Preparing to unpack .../231-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ... 467s Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ... 467s Selecting previously unselected package node-ansi-styles. 467s Preparing to unpack .../232-node-ansi-styles_6.2.1-3_all.deb ... 467s Unpacking node-ansi-styles (6.2.1-3) ... 467s Selecting previously unselected package node-chalk. 467s Preparing to unpack .../233-node-chalk_5.3.0-1build1_all.deb ... 467s Unpacking node-chalk (5.3.0-1build1) ... 467s Selecting previously unselected package node-for-in. 467s Preparing to unpack .../234-node-for-in_1.0.2-4_all.deb ... 467s Unpacking node-for-in (1.0.2-4) ... 467s Selecting previously unselected package node-for-own. 467s Preparing to unpack .../235-node-for-own_1.0.0-3_all.deb ... 467s Unpacking node-for-own (1.0.0-3) ... 467s Selecting previously unselected package node-is-plain-object. 467s Preparing to unpack .../236-node-is-plain-object_5.0.0-7_all.deb ... 467s Unpacking node-is-plain-object (5.0.0-7) ... 467s Selecting previously unselected package node-is-extendable. 467s Preparing to unpack .../237-node-is-extendable_1.0.1-3_all.deb ... 467s Unpacking node-is-extendable (1.0.1-3) ... 467s Selecting previously unselected package node-clone-deep. 467s Preparing to unpack .../238-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ... 467s Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ... 467s Selecting previously unselected package node-commander. 467s Preparing to unpack .../239-node-commander_9.4.1-1_all.deb ... 467s Unpacking node-commander (9.4.1-1) ... 467s Selecting previously unselected package node-core-js. 467s Preparing to unpack .../240-node-core-js_3.33.2-1build2_all.deb ... 467s Unpacking node-core-js (3.33.2-1build2) ... 467s Selecting previously unselected package node-core-js-pure. 467s Preparing to unpack .../241-node-core-js-pure_3.33.2-1build2_all.deb ... 467s Unpacking node-core-js-pure (3.33.2-1build2) ... 467s Selecting previously unselected package node-fs-readdir-recursive. 467s Preparing to unpack .../242-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ... 467s Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... 467s Selecting previously unselected package node-js-tokens. 467s Preparing to unpack .../243-node-js-tokens_8.0.0-2_all.deb ... 467s Unpacking node-js-tokens (8.0.0-2) ... 467s Selecting previously unselected package node-jsesc. 467s Preparing to unpack .../244-node-jsesc_3.0.2+~3.0.1-1_all.deb ... 467s Unpacking node-jsesc (3.0.2+~3.0.1-1) ... 467s Selecting previously unselected package node-json5. 467s Preparing to unpack .../245-node-json5_2.2.3+dfsg-1build1_all.deb ... 467s Unpacking node-json5 (2.2.3+dfsg-1build1) ... 467s Selecting previously unselected package node-quick-lru. 467s Preparing to unpack .../246-node-quick-lru_6.1.1-4_all.deb ... 467s Unpacking node-quick-lru (6.1.1-4) ... 467s Selecting previously unselected package node-regenerator-transform. 467s Preparing to unpack .../247-node-regenerator-transform_0.15.2+~0.10.8-1_all.deb ... 467s Unpacking node-regenerator-transform (0.15.2+~0.10.8-1) ... 467s Selecting previously unselected package node-regjsgen. 467s Preparing to unpack .../248-node-regjsgen_0.7.1+ds-1_all.deb ... 467s Unpacking node-regjsgen (0.7.1+ds-1) ... 467s Selecting previously unselected package node-regjsparser. 467s Preparing to unpack .../249-node-regjsparser_0.9.1+ds-2_all.deb ... 467s Unpacking node-regjsparser (0.9.1+ds-2) ... 467s Selecting previously unselected package node-unicode-canonical-property-names-ecmascript. 467s Preparing to unpack .../250-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ... 467s Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... 467s Selecting previously unselected package node-unicode-property-aliases-ecmascript. 467s Preparing to unpack .../251-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ... 467s Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... 467s Selecting previously unselected package node-unicode-match-property-ecmascript. 467s Preparing to unpack .../252-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ... 467s Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ... 467s Selecting previously unselected package node-unicode-match-property-value-ecmascript. 467s Preparing to unpack .../253-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ... 467s Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... 467s Selecting previously unselected package node-regexpu-core. 467s Preparing to unpack .../254-node-regexpu-core_5.2.2-3_all.deb ... 467s Unpacking node-regexpu-core (5.2.2-3) ... 467s Selecting previously unselected package node-source-map-support. 467s Preparing to unpack .../255-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ... 467s Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ... 467s Selecting previously unselected package node-to-fast-properties. 467s Preparing to unpack .../256-node-to-fast-properties_3.0.1-3_all.deb ... 467s Unpacking node-to-fast-properties (3.0.1-3) ... 467s Selecting previously unselected package node-v8flags. 467s Preparing to unpack .../257-node-v8flags_3.2.0+~3.1.1-1_all.deb ... 467s Unpacking node-v8flags (3.2.0+~3.1.1-1) ... 467s Selecting previously unselected package node-babel7. 467s Preparing to unpack .../258-node-babel7_7.20.15+ds1+~cs214.269.168-7_all.deb ... 467s Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-7) ... 468s Selecting previously unselected package node-is-arrayish. 468s Preparing to unpack .../259-node-is-arrayish_0.3.2-3_all.deb ... 468s Unpacking node-is-arrayish (0.3.2-3) ... 468s Selecting previously unselected package node-error-ex. 468s Preparing to unpack .../260-node-error-ex_1.3.2-4_all.deb ... 468s Unpacking node-error-ex (1.3.2-4) ... 468s Selecting previously unselected package node-json-parse-better-errors. 468s Preparing to unpack .../261-node-json-parse-better-errors_1.0.2+~cs3.3.1-3_all.deb ... 468s Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ... 468s Selecting previously unselected package node-parse-json. 468s Preparing to unpack .../262-node-parse-json_5.2.0+~cs5.1.7-2_all.deb ... 468s Unpacking node-parse-json (5.2.0+~cs5.1.7-2) ... 468s Selecting previously unselected package node-hosted-git-info. 468s Preparing to unpack .../263-node-hosted-git-info_6.1.1-2_all.deb ... 468s Unpacking node-hosted-git-info (6.1.1-2) ... 468s Selecting previously unselected package node-spdx-license-ids. 468s Preparing to unpack .../264-node-spdx-license-ids_3.0.12-1_all.deb ... 468s Unpacking node-spdx-license-ids (3.0.12-1) ... 468s Selecting previously unselected package node-spdx-exceptions. 468s Preparing to unpack .../265-node-spdx-exceptions_2.3.0-2_all.deb ... 468s Unpacking node-spdx-exceptions (2.3.0-2) ... 468s Selecting previously unselected package node-spdx-expression-parse. 468s Preparing to unpack .../266-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ... 468s Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ... 468s Selecting previously unselected package node-spdx-correct. 468s Preparing to unpack .../267-node-spdx-correct_3.1.1-2_all.deb ... 468s Unpacking node-spdx-correct (3.1.1-2) ... 468s Selecting previously unselected package node-validate-npm-package-license. 468s Preparing to unpack .../268-node-validate-npm-package-license_3.0.4-2_all.deb ... 468s Unpacking node-validate-npm-package-license (3.0.4-2) ... 468s Selecting previously unselected package node-normalize-package-data. 468s Preparing to unpack .../269-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ... 468s Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ... 468s Selecting previously unselected package node-read-pkg. 468s Preparing to unpack .../270-node-read-pkg_5.2.0-2_all.deb ... 468s Unpacking node-read-pkg (5.2.0-2) ... 468s Selecting previously unselected package node-uuid. 468s Preparing to unpack .../271-node-uuid_8.3.2+~8.3.4-1_all.deb ... 468s Unpacking node-uuid (8.3.2+~8.3.4-1) ... 468s Selecting previously unselected package node-isexe. 468s Preparing to unpack .../272-node-isexe_2.0.0+~2.0.1-5_all.deb ... 468s Unpacking node-isexe (2.0.0+~2.0.1-5) ... 468s Selecting previously unselected package node-which. 468s Preparing to unpack .../273-node-which_2.0.2+~cs1.3.2-3_all.deb ... 468s Unpacking node-which (2.0.2+~cs1.3.2-3) ... 468s Selecting previously unselected package node-is-typedarray. 468s Preparing to unpack .../274-node-is-typedarray_1.0.0-4_all.deb ... 468s Unpacking node-is-typedarray (1.0.0-4) ... 468s Selecting previously unselected package node-typedarray-to-buffer. 468s Preparing to unpack .../275-node-typedarray-to-buffer_4.0.0-2_all.deb ... 468s Unpacking node-typedarray-to-buffer (4.0.0-2) ... 468s Selecting previously unselected package node-write-file-atomic. 468s Preparing to unpack .../276-node-write-file-atomic_4.0.2+~4.0.0-2_all.deb ... 468s Unpacking node-write-file-atomic (4.0.2+~4.0.0-2) ... 468s Selecting previously unselected package node-slice-ansi. 468s Preparing to unpack .../277-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ... 468s Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ... 468s Selecting previously unselected package node-ansi-regex. 468s Preparing to unpack .../278-node-ansi-regex_5.0.1-1_all.deb ... 468s Unpacking node-ansi-regex (5.0.1-1) ... 468s Selecting previously unselected package node-strip-ansi. 468s Preparing to unpack .../279-node-strip-ansi_6.0.1-2_all.deb ... 468s Unpacking node-strip-ansi (6.0.1-2) ... 468s Selecting previously unselected package node-clone. 468s Preparing to unpack .../280-node-clone_2.1.2+~2.1.2-1_all.deb ... 468s Unpacking node-clone (2.1.2+~2.1.2-1) ... 468s Selecting previously unselected package node-defaults. 468s Preparing to unpack .../281-node-defaults_1.0.4+~1.0.3-1_all.deb ... 468s Unpacking node-defaults (1.0.4+~1.0.3-1) ... 468s Selecting previously unselected package node-wcwidth.js. 468s Preparing to unpack .../282-node-wcwidth.js_1.0.2-2_all.deb ... 468s Unpacking node-wcwidth.js (1.0.2-2) ... 468s Selecting previously unselected package node-string-width. 468s Preparing to unpack .../283-node-string-width_4.2.3+~cs13.2.3-1_all.deb ... 468s Unpacking node-string-width (4.2.3+~cs13.2.3-1) ... 468s Selecting previously unselected package node-wrap-ansi. 468s Preparing to unpack .../284-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ... 468s Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ... 468s Selecting previously unselected package node-cliui. 468s Preparing to unpack .../285-node-cliui_7.0.4+repack+1+~cs1.4.2-2_all.deb ... 468s Unpacking node-cliui (7.0.4+repack+1+~cs1.4.2-2) ... 468s Selecting previously unselected package node-get-caller-file. 468s Preparing to unpack .../286-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ... 468s Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ... 468s Selecting previously unselected package node-require-directory. 468s Preparing to unpack .../287-node-require-directory_2.1.1+~2.1.2-1_all.deb ... 468s Unpacking node-require-directory (2.1.1+~2.1.2-1) ... 468s Selecting previously unselected package node-y18n. 468s Preparing to unpack .../288-node-y18n_5.0.8+~5.0.0-3_all.deb ... 468s Unpacking node-y18n (5.0.8+~5.0.0-3) ... 468s Selecting previously unselected package node-camelcase. 468s Preparing to unpack .../289-node-camelcase_7.0.0-3_all.deb ... 468s Unpacking node-camelcase (7.0.0-3) ... 468s Selecting previously unselected package node-yargs-parser. 468s Preparing to unpack .../290-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ... 468s Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ... 468s Selecting previously unselected package node-yargs. 468s Preparing to unpack .../291-node-yargs_16.2.0+~16.0.4-7_all.deb ... 468s Unpacking node-yargs (16.2.0+~16.0.4-7) ... 468s Selecting previously unselected package node-istanbul. 468s Preparing to unpack .../292-node-istanbul_0.4.5+repack10+~cs98.25.59-2_all.deb ... 468s Unpacking node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... 468s Selecting previously unselected package node-through. 468s Preparing to unpack .../293-node-through_2.3.8+~cs0.0.30-1_all.deb ... 468s Unpacking node-through (2.3.8+~cs0.0.30-1) ... 468s Selecting previously unselected package node-resumer. 468s Preparing to unpack .../294-node-resumer_0.0.0-6_all.deb ... 468s Unpacking node-resumer (0.0.0-6) ... 468s Selecting previously unselected package node-tape. 468s Preparing to unpack .../295-node-tape_5.6.1+~cs8.20.19-2_all.deb ... 468s Unpacking node-tape (5.6.1+~cs8.20.19-2) ... 468s Selecting previously unselected package node-deep-equal. 468s Preparing to unpack .../296-node-deep-equal_2.2.3+~cs43.15.94-1_all.deb ... 468s Unpacking node-deep-equal (2.2.3+~cs43.15.94-1) ... 468s Selecting previously unselected package libjs-util. 468s Preparing to unpack .../297-libjs-util_0.12.5+~1.0.10-1_all.deb ... 468s Unpacking libjs-util (0.12.5+~1.0.10-1) ... 468s Selecting previously unselected package liblldb-19. 468s Preparing to unpack .../298-liblldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 468s Unpacking liblldb-19 (1:19.1.7-1ubuntu1) ... 468s Selecting previously unselected package libltdl7:s390x. 468s Preparing to unpack .../299-libltdl7_2.5.4-3build1_s390x.deb ... 468s Unpacking libltdl7:s390x (2.5.4-3build1) ... 468s Selecting previously unselected package libssl-dev:s390x. 468s Preparing to unpack .../300-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 468s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 468s Selecting previously unselected package libuv1-dev:s390x. 468s Preparing to unpack .../301-libuv1-dev_1.48.0-7_s390x.deb ... 468s Unpacking libuv1-dev:s390x (1.48.0-7) ... 468s Selecting previously unselected package libnode-dev. 468s Preparing to unpack .../302-libnode-dev_20.18.1+dfsg-1ubuntu1_s390x.deb ... 468s Unpacking libnode-dev (20.18.1+dfsg-1ubuntu1) ... 468s Selecting previously unselected package libodbc2:s390x. 468s Preparing to unpack .../303-libodbc2_2.3.12-2ubuntu1_s390x.deb ... 468s Unpacking libodbc2:s390x (2.3.12-2ubuntu1) ... 468s Selecting previously unselected package unixodbc-common. 468s Preparing to unpack .../304-unixodbc-common_2.3.12-2ubuntu1_all.deb ... 468s Unpacking unixodbc-common (2.3.12-2ubuntu1) ... 468s Selecting previously unselected package libodbcinst2:s390x. 468s Preparing to unpack .../305-libodbcinst2_2.3.12-2ubuntu1_s390x.deb ... 468s Unpacking libodbcinst2:s390x (2.3.12-2ubuntu1) ... 468s Selecting previously unselected package libpq5:s390x. 468s Preparing to unpack .../306-libpq5_17.2-1build2_s390x.deb ... 468s Unpacking libpq5:s390x (17.2-1build2) ... 468s Selecting previously unselected package libxslt1.1:s390x. 468s Preparing to unpack .../307-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 468s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 468s Selecting previously unselected package python3-lldb-19. 468s Preparing to unpack .../308-python3-lldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 468s Unpacking python3-lldb-19 (1:19.1.7-1ubuntu1) ... 468s Selecting previously unselected package lldb-19. 468s Preparing to unpack .../309-lldb-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 468s Unpacking lldb-19 (1:19.1.7-1ubuntu1) ... 469s Selecting previously unselected package lldb:s390x. 469s Preparing to unpack .../310-lldb_1%3a19.0-63_s390x.deb ... 469s Unpacking lldb:s390x (1:19.0-63) ... 469s Selecting previously unselected package node-agent-base. 469s Preparing to unpack .../311-node-agent-base_7.1.1~0~2024040606-5_all.deb ... 469s Unpacking node-agent-base (7.1.1~0~2024040606-5) ... 469s Selecting previously unselected package node-ajv-keywords. 469s Preparing to unpack .../312-node-ajv-keywords_5.1.0-4_all.deb ... 469s Unpacking node-ajv-keywords (5.1.0-4) ... 469s Selecting previously unselected package node-ansi-escapes. 469s Preparing to unpack .../313-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ... 469s Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ... 469s Selecting previously unselected package node-aproba. 469s Preparing to unpack .../314-node-aproba_2.0.0-3_all.deb ... 469s Unpacking node-aproba (2.0.0-3) ... 469s Selecting previously unselected package node-delegates. 469s Preparing to unpack .../315-node-delegates_1.0.0-3_all.deb ... 469s Unpacking node-delegates (1.0.0-3) ... 469s Selecting previously unselected package node-are-we-there-yet. 469s Preparing to unpack .../316-node-are-we-there-yet_3.0.1+~1.1.0-1_all.deb ... 469s Unpacking node-are-we-there-yet (3.0.1+~1.1.0-1) ... 469s Selecting previously unselected package node-async-each. 469s Preparing to unpack .../317-node-async-each_1.0.3-3_all.deb ... 469s Unpacking node-async-each (1.0.3-3) ... 469s Selecting previously unselected package node-babel-plugin-lodash. 469s Preparing to unpack .../318-node-babel-plugin-lodash_3.3.4+~cs2.0.1-7_all.deb ... 469s Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... 469s Selecting previously unselected package node-base64-js. 469s Preparing to unpack .../319-node-base64-js_1.5.1+dfsg+~1.3.0-2_all.deb ... 469s Unpacking node-base64-js (1.5.1+dfsg+~1.3.0-2) ... 469s Selecting previously unselected package node-binary-extensions. 469s Preparing to unpack .../320-node-binary-extensions_2.2.0-2_all.deb ... 469s Unpacking node-binary-extensions (2.2.0-2) ... 469s Selecting previously unselected package node-builtins. 469s Preparing to unpack .../321-node-builtins_5.0.1-1_all.deb ... 469s Unpacking node-builtins (5.0.1-1) ... 469s Selecting previously unselected package node-chownr. 469s Preparing to unpack .../322-node-chownr_2.0.0-3_all.deb ... 469s Unpacking node-chownr (2.0.0-3) ... 469s Selecting previously unselected package node-iconv-lite. 469s Preparing to unpack .../323-node-iconv-lite_0.6.3-3_all.deb ... 469s Unpacking node-iconv-lite (0.6.3-3) ... 469s Selecting previously unselected package node-encoding. 469s Preparing to unpack .../324-node-encoding_0.1.13-2_all.deb ... 469s Unpacking node-encoding (0.1.13-2) ... 469s Selecting previously unselected package node-jsonparse. 469s Preparing to unpack .../325-node-jsonparse_1.3.1-10_all.deb ... 469s Unpacking node-jsonparse (1.3.1-10) ... 469s Selecting previously unselected package node-yallist. 469s Preparing to unpack .../326-node-yallist_4.0.0+~4.0.1-1_all.deb ... 469s Unpacking node-yallist (4.0.0+~4.0.1-1) ... 469s Selecting previously unselected package node-minipass. 469s Preparing to unpack .../327-node-minipass_5.0.0+~cs10.3.21-2_all.deb ... 469s Unpacking node-minipass (5.0.0+~cs10.3.21-2) ... 469s Selecting previously unselected package node-iferr. 469s Preparing to unpack .../328-node-iferr_1.0.2+~1.0.2-1_all.deb ... 469s Unpacking node-iferr (1.0.2+~1.0.2-1) ... 469s Selecting previously unselected package node-fs-write-stream-atomic. 469s Preparing to unpack .../329-node-fs-write-stream-atomic_1.0.10-6_all.deb ... 469s Unpacking node-fs-write-stream-atomic (1.0.10-6) ... 469s Selecting previously unselected package node-run-queue. 469s Preparing to unpack .../330-node-run-queue_2.0.0-3_all.deb ... 469s Unpacking node-run-queue (2.0.0-3) ... 469s Selecting previously unselected package node-copy-concurrently. 469s Preparing to unpack .../331-node-copy-concurrently_1.0.5-9_all.deb ... 469s Unpacking node-copy-concurrently (1.0.5-9) ... 469s Selecting previously unselected package node-move-concurrently. 469s Preparing to unpack .../332-node-move-concurrently_1.0.1-5_all.deb ... 469s Unpacking node-move-concurrently (1.0.1-5) ... 469s Selecting previously unselected package node-promise-inflight. 469s Preparing to unpack .../333-node-promise-inflight_1.0.1+~1.0.0-1_all.deb ... 469s Unpacking node-promise-inflight (1.0.1+~1.0.0-1) ... 469s Selecting previously unselected package node-ssri. 469s Preparing to unpack .../334-node-ssri_9.0.1-3_all.deb ... 469s Unpacking node-ssri (9.0.1-3) ... 469s Selecting previously unselected package node-unique-filename. 469s Preparing to unpack .../335-node-unique-filename_1.1.1+ds-2_all.deb ... 469s Unpacking node-unique-filename (1.1.1+ds-2) ... 469s Selecting previously unselected package node-cacache. 469s Preparing to unpack .../336-node-cacache_17.0.3+~cs10.3.7-2_all.deb ... 469s Unpacking node-cacache (17.0.3+~cs10.3.7-2) ... 469s Selecting previously unselected package node-is-binary-path. 469s Preparing to unpack .../337-node-is-binary-path_2.1.0-5_all.deb ... 469s Unpacking node-is-binary-path (2.1.0-5) ... 469s Selecting previously unselected package node-path-is-absolute. 469s Preparing to unpack .../338-node-path-is-absolute_2.0.0-2_all.deb ... 469s Unpacking node-path-is-absolute (2.0.0-2) ... 469s Selecting previously unselected package node-set-immediate-shim. 469s Preparing to unpack .../339-node-set-immediate-shim_2.0.0-2_all.deb ... 469s Unpacking node-set-immediate-shim (2.0.0-2) ... 469s Selecting previously unselected package node-readdirp. 469s Preparing to unpack .../340-node-readdirp_3.6.0-1_all.deb ... 469s Unpacking node-readdirp (3.6.0-1) ... 469s Selecting previously unselected package node-chokidar. 469s Preparing to unpack .../341-node-chokidar_3.6.0-2_all.deb ... 469s Unpacking node-chokidar (3.6.0-2) ... 469s Selecting previously unselected package node-tslib. 469s Preparing to unpack .../342-node-tslib_2.4.1-1_all.deb ... 469s Unpacking node-tslib (2.4.1-1) ... 469s Selecting previously unselected package node-chrome-trace-event. 469s Preparing to unpack .../343-node-chrome-trace-event_1.0.3-2_all.deb ... 469s Unpacking node-chrome-trace-event (1.0.3-2) ... 469s Selecting previously unselected package node-ci-info. 469s Preparing to unpack .../344-node-ci-info_4.0.0+~cs1.1.0-1build2_all.deb ... 469s Unpacking node-ci-info (4.0.0+~cs1.1.0-1build2) ... 469s Selecting previously unselected package node-colors. 469s Preparing to unpack .../345-node-colors_1.4.0-4_all.deb ... 469s Unpacking node-colors (1.4.0-4) ... 469s Selecting previously unselected package node-columnify. 469s Preparing to unpack .../346-node-columnify_1.6.0+~1.5.1-1_all.deb ... 469s Unpacking node-columnify (1.6.0+~1.5.1-1) ... 469s Selecting previously unselected package node-console-control-strings. 469s Preparing to unpack .../347-node-console-control-strings_1.1.0-3_all.deb ... 469s Unpacking node-console-control-strings (1.1.0-3) ... 469s Selecting previously unselected package node-css-selector-tokenizer. 469s Preparing to unpack .../348-node-css-selector-tokenizer_0.8.0+~cs4.8.3-1_all.deb ... 469s Unpacking node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... 469s Selecting previously unselected package node-postcss. 469s Preparing to unpack .../349-node-postcss_8.4.49+~cs9.2.32-1_all.deb ... 469s Unpacking node-postcss (8.4.49+~cs9.2.32-1) ... 469s Selecting previously unselected package node-icss-utils. 469s Preparing to unpack .../350-node-icss-utils_5.1.0+~5.1.0-1_all.deb ... 469s Unpacking node-icss-utils (5.1.0+~5.1.0-1) ... 469s Selecting previously unselected package node-postcss-modules-extract-imports. 469s Preparing to unpack .../351-node-postcss-modules-extract-imports_3.0.0-2_all.deb ... 469s Unpacking node-postcss-modules-extract-imports (3.0.0-2) ... 469s Selecting previously unselected package node-postcss-modules-values. 469s Preparing to unpack .../352-node-postcss-modules-values_4.0.0+~4.0.0-1_all.deb ... 469s Unpacking node-postcss-modules-values (4.0.0+~4.0.0-1) ... 469s Selecting previously unselected package node-postcss-value-parser. 469s Preparing to unpack .../353-node-postcss-value-parser_4.2.0-1_all.deb ... 469s Unpacking node-postcss-value-parser (4.2.0-1) ... 469s Selecting previously unselected package node-prr. 469s Preparing to unpack .../354-node-prr_1.0.1-3_all.deb ... 469s Unpacking node-prr (1.0.1-3) ... 469s Selecting previously unselected package node-errno. 469s Preparing to unpack .../355-node-errno_1.0.0-3_all.deb ... 469s Unpacking node-errno (1.0.0-3) ... 469s Selecting previously unselected package node-memory-fs. 469s Preparing to unpack .../356-node-memory-fs_0.5.0+~0.3.3-2_all.deb ... 469s Unpacking node-memory-fs (0.5.0+~0.3.3-2) ... 469s Selecting previously unselected package node-tapable. 469s Preparing to unpack .../357-node-tapable_2.2.1-3_all.deb ... 469s Unpacking node-tapable (2.2.1-3) ... 469s Selecting previously unselected package node-enhanced-resolve. 469s Preparing to unpack .../358-node-enhanced-resolve_5.15.0-1_all.deb ... 469s Unpacking node-enhanced-resolve (5.15.0-1) ... 469s Selecting previously unselected package node-es-module-lexer. 469s Preparing to unpack .../359-node-es-module-lexer_1.1.0+dfsg-3_all.deb ... 469s Unpacking node-es-module-lexer (1.1.0+dfsg-3) ... 469s Selecting previously unselected package node-events. 469s Preparing to unpack .../360-node-events_3.3.0+~3.0.0-3_all.deb ... 469s Unpacking node-events (3.3.0+~3.0.0-3) ... 469s Selecting previously unselected package node-resolve-cwd. 469s Preparing to unpack .../361-node-resolve-cwd_3.0.0-2_all.deb ... 469s Unpacking node-resolve-cwd (3.0.0-2) ... 469s Selecting previously unselected package node-jest-debbundle. 469s Preparing to unpack .../362-node-jest-debbundle_29.6.2~ds1+~cs73.45.28-5_all.deb ... 469s Unpacking node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... 469s Selecting previously unselected package node-interpret. 469s Preparing to unpack .../363-node-interpret_2.2.0-3_all.deb ... 469s Unpacking node-interpret (2.2.0-3) ... 469s Selecting previously unselected package node-merge-stream. 469s Preparing to unpack .../364-node-merge-stream_2.0.0+~1.1.2-2_all.deb ... 469s Unpacking node-merge-stream (2.0.0+~1.1.2-2) ... 469s Selecting previously unselected package node-jest-worker. 469s Preparing to unpack .../365-node-jest-worker_29.6.2~ds1+~cs73.45.28-5_all.deb ... 469s Unpacking node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... 469s Selecting previously unselected package node-loader-runner. 469s Preparing to unpack .../366-node-loader-runner_4.3.0-1_all.deb ... 469s Unpacking node-loader-runner (4.3.0-1) ... 469s Selecting previously unselected package node-mime. 469s Preparing to unpack .../367-node-mime_3.0.0+dfsg+~cs6.97.2-1_all.deb ... 469s Unpacking node-mime (3.0.0+dfsg+~cs6.97.2-1) ... 469s Selecting previously unselected package node-mime-types. 469s Preparing to unpack .../368-node-mime-types_2.1.35-2_all.deb ... 469s Unpacking node-mime-types (2.1.35-2) ... 469s Selecting previously unselected package node-rechoir. 469s Preparing to unpack .../369-node-rechoir_0.8.0+~0.6.1-2_all.deb ... 469s Unpacking node-rechoir (0.8.0+~0.6.1-2) ... 469s Selecting previously unselected package node-schema-utils. 469s Preparing to unpack .../370-node-schema-utils_4.2.0~ds-3build3_all.deb ... 469s Unpacking node-schema-utils (4.2.0~ds-3build3) ... 469s Selecting previously unselected package node-randombytes. 469s Preparing to unpack .../371-node-randombytes_2.1.0+~2.0.0-2_all.deb ... 469s Unpacking node-randombytes (2.1.0+~2.0.0-2) ... 469s Selecting previously unselected package node-serialize-javascript. 469s Preparing to unpack .../372-node-serialize-javascript_6.0.1-1_all.deb ... 469s Unpacking node-serialize-javascript (6.0.1-1) ... 469s Selecting previously unselected package node-watchpack. 469s Preparing to unpack .../373-node-watchpack_2.4.0+~cs2.8.1-1_all.deb ... 469s Unpacking node-watchpack (2.4.0+~cs2.8.1-1) ... 469s Selecting previously unselected package node-webassemblyjs. 469s Preparing to unpack .../374-node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2_all.deb ... 469s Unpacking node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... 469s Selecting previously unselected package node-source-list-map. 470s Preparing to unpack .../375-node-source-list-map_2.0.1+dfsg+~0.1.2-1_all.deb ... 470s Unpacking node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... 470s Selecting previously unselected package node-webpack-sources. 470s Preparing to unpack .../376-node-webpack-sources_3.2.3+~3.2.0-2_all.deb ... 470s Unpacking node-webpack-sources (3.2.3+~3.2.0-2) ... 470s Selecting previously unselected package node-terser. 470s Preparing to unpack .../377-node-terser_5.38.0-1_all.deb ... 470s Unpacking node-terser (5.38.0-1) ... 470s Selecting previously unselected package terser. 470s Preparing to unpack .../378-terser_5.38.0-1_all.deb ... 470s Unpacking terser (5.38.0-1) ... 470s Selecting previously unselected package node-get-stream. 470s Preparing to unpack .../379-node-get-stream_8.0.1-11_all.deb ... 470s Unpacking node-get-stream (8.0.1-11) ... 470s Selecting previously unselected package node-mimic-fn. 470s Preparing to unpack .../380-node-mimic-fn_4.0.0-5_all.deb ... 470s Unpacking node-mimic-fn (4.0.0-5) ... 470s Selecting previously unselected package node-strip-eof. 470s Preparing to unpack .../381-node-strip-eof_3.0.0-5_all.deb ... 470s Unpacking node-strip-eof (3.0.0-5) ... 470s Selecting previously unselected package node-execa. 470s Preparing to unpack .../382-node-execa_8.0.1+dfsg1+~cs12.0.0-1build2_all.deb ... 470s Unpacking node-execa (8.0.1+dfsg1+~cs12.0.0-1build2) ... 470s Selecting previously unselected package node-envinfo. 470s Preparing to unpack .../383-node-envinfo_7.11.0+~cs14.3.0-3_all.deb ... 470s Unpacking node-envinfo (7.11.0+~cs14.3.0-3) ... 470s Selecting previously unselected package webpack. 470s Preparing to unpack .../384-webpack_5.97.1+dfsg1+~cs11.18.27-1_all.deb ... 470s Unpacking webpack (5.97.1+dfsg1+~cs11.18.27-1) ... 470s Selecting previously unselected package node-css-loader. 470s Preparing to unpack .../385-node-css-loader_6.8.1+~cs14.0.17-1_all.deb ... 470s Unpacking node-css-loader (6.8.1+~cs14.0.17-1) ... 470s Selecting previously unselected package node-data-uri-to-buffer. 470s Preparing to unpack .../386-node-data-uri-to-buffer_6.0.2~0~2024040606-5_all.deb ... 470s Unpacking node-data-uri-to-buffer (6.0.2~0~2024040606-5) ... 470s Selecting previously unselected package node-mimic-response. 470s Preparing to unpack .../387-node-mimic-response_3.1.0-9_all.deb ... 470s Unpacking node-mimic-response (3.1.0-9) ... 470s Selecting previously unselected package node-decompress-response. 470s Preparing to unpack .../388-node-decompress-response_6.0.0-3_all.deb ... 470s Unpacking node-decompress-response (6.0.0-3) ... 470s Selecting previously unselected package node-diff. 470s Preparing to unpack .../389-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ... 470s Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ... 470s Selecting previously unselected package node-err-code. 470s Preparing to unpack .../390-node-err-code_2.0.3+dfsg-3_all.deb ... 470s Unpacking node-err-code (2.0.3+dfsg-3) ... 470s Selecting previously unselected package node-time-stamp. 470s Preparing to unpack .../391-node-time-stamp_2.2.0-2_all.deb ... 470s Unpacking node-time-stamp (2.2.0-2) ... 470s Selecting previously unselected package node-fancy-log. 470s Preparing to unpack .../392-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ... 470s Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ... 470s Selecting previously unselected package node-fetch. 470s Preparing to unpack .../393-node-fetch_3.3.2+~cs11.4.11-3_all.deb ... 470s Unpacking node-fetch (3.3.2+~cs11.4.11-3) ... 470s Selecting previously unselected package node-has-unicode. 470s Preparing to unpack .../394-node-has-unicode_2.0.1-5_all.deb ... 470s Unpacking node-has-unicode (2.0.1-5) ... 470s Selecting previously unselected package node-wide-align. 470s Preparing to unpack .../395-node-wide-align_1.1.3-4_all.deb ... 470s Unpacking node-wide-align (1.1.3-4) ... 470s Selecting previously unselected package node-gauge. 470s Preparing to unpack .../396-node-gauge_4.0.4-2_all.deb ... 470s Unpacking node-gauge (4.0.4-2) ... 470s Selecting previously unselected package node-lowercase-keys. 470s Preparing to unpack .../397-node-lowercase-keys_2.0.0-2_all.deb ... 470s Unpacking node-lowercase-keys (2.0.0-2) ... 470s Selecting previously unselected package node-json-buffer. 470s Preparing to unpack .../398-node-json-buffer_3.0.1+~3.0.0-1_all.deb ... 470s Unpacking node-json-buffer (3.0.1+~3.0.0-1) ... 470s Selecting previously unselected package node-p-cancelable. 470s Preparing to unpack .../399-node-p-cancelable_2.1.1-1_all.deb ... 470s Unpacking node-p-cancelable (2.1.1-1) ... 470s Selecting previously unselected package node-got. 470s Preparing to unpack .../400-node-got_11.8.5+~cs58.13.36-5_all.deb ... 470s Unpacking node-got (11.8.5+~cs58.13.36-5) ... 470s Selecting previously unselected package node-http-proxy-agent. 470s Preparing to unpack .../401-node-http-proxy-agent_7.0.2~0~2024040606-5_all.deb ... 470s Unpacking node-http-proxy-agent (7.0.2~0~2024040606-5) ... 470s Selecting previously unselected package node-https-proxy-agent. 470s Preparing to unpack .../402-node-https-proxy-agent_7.0.4~0~2024040606-5_all.deb ... 470s Unpacking node-https-proxy-agent (7.0.4~0~2024040606-5) ... 470s Selecting previously unselected package node-ieee754. 470s Preparing to unpack .../403-node-ieee754_1.2.1-3_all.deb ... 470s Unpacking node-ieee754 (1.2.1-3) ... 470s Selecting previously unselected package node-ip. 470s Preparing to unpack .../404-node-ip_2.0.1+~1.1.3-1_all.deb ... 470s Unpacking node-ip (2.0.1+~1.1.3-1) ... 470s Selecting previously unselected package node-ip-regex. 470s Preparing to unpack .../405-node-ip-regex_4.3.0+~4.1.1-1_all.deb ... 470s Unpacking node-ip-regex (4.3.0+~4.1.1-1) ... 470s Selecting previously unselected package node-read-package-json. 470s Preparing to unpack .../406-node-read-package-json_5.0.2+~2.0.0-2_all.deb ... 470s Unpacking node-read-package-json (5.0.2+~2.0.0-2) ... 470s Selecting previously unselected package node-npm-bundled. 470s Preparing to unpack .../407-node-npm-bundled_2.0.1-2_all.deb ... 470s Unpacking node-npm-bundled (2.0.1-2) ... 470s Selecting previously unselected package node-osenv. 470s Preparing to unpack .../408-node-osenv_0.1.5+~0.1.1-1_all.deb ... 470s Unpacking node-osenv (0.1.5+~0.1.1-1) ... 470s Selecting previously unselected package node-validate-npm-package-name. 470s Preparing to unpack .../409-node-validate-npm-package-name_5.0.0+~4.0.0-1_all.deb ... 470s Unpacking node-validate-npm-package-name (5.0.0+~4.0.0-1) ... 470s Selecting previously unselected package node-npm-package-arg. 470s Preparing to unpack .../410-node-npm-package-arg_10.0.0+~3.0.0-2_all.deb ... 470s Unpacking node-npm-package-arg (10.0.0+~3.0.0-2) ... 470s Selecting previously unselected package node-retry. 470s Preparing to unpack .../411-node-retry_0.13.1.+~cs2.19.16-1_all.deb ... 470s Unpacking node-retry (0.13.1.+~cs2.19.16-1) ... 470s Selecting previously unselected package node-promise-retry. 470s Preparing to unpack .../412-node-promise-retry_2.0.1-4_all.deb ... 470s Unpacking node-promise-retry (2.0.1-4) ... 470s Selecting previously unselected package node-mute-stream. 470s Preparing to unpack .../413-node-mute-stream_0.0.8+~0.0.1-3_all.deb ... 470s Unpacking node-mute-stream (0.0.8+~0.0.1-3) ... 470s Selecting previously unselected package node-read. 470s Preparing to unpack .../414-node-read_1.0.7-5_all.deb ... 470s Unpacking node-read (1.0.7-5) ... 470s Selecting previously unselected package node-promzard. 470s Preparing to unpack .../415-node-promzard_0.3.0-2_all.deb ... 470s Unpacking node-promzard (0.3.0-2) ... 470s Selecting previously unselected package node-set-blocking. 470s Preparing to unpack .../416-node-set-blocking_2.0.0-2_all.deb ... 470s Unpacking node-set-blocking (2.0.0-2) ... 470s Selecting previously unselected package node-text-table. 470s Preparing to unpack .../417-node-text-table_0.2.0-4_all.deb ... 470s Unpacking node-text-table (0.2.0-4) ... 470s Selecting previously unselected package postgresql-client-17. 470s Preparing to unpack .../418-postgresql-client-17_17.2-1build2_s390x.deb ... 470s Unpacking postgresql-client-17 (17.2-1build2) ... 470s Selecting previously unselected package postgresql-17. 470s Preparing to unpack .../419-postgresql-17_17.2-1build2_s390x.deb ... 470s Unpacking postgresql-17 (17.2-1build2) ... 471s Selecting previously unselected package postgresql. 471s Preparing to unpack .../420-postgresql_17+270_all.deb ... 471s Unpacking postgresql (17+270) ... 471s Selecting previously unselected package unixodbc. 471s Preparing to unpack .../421-unixodbc_2.3.12-2ubuntu1_s390x.deb ... 471s Unpacking unixodbc (2.3.12-2ubuntu1) ... 471s Selecting previously unselected package zlib1g-dev:s390x. 471s Preparing to unpack .../422-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 471s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 471s Selecting previously unselected package libbabeltrace1:s390x. 471s Preparing to unpack .../423-libbabeltrace1_1.5.11-4build1_s390x.deb ... 471s Unpacking libbabeltrace1:s390x (1.5.11-4build1) ... 471s Selecting previously unselected package babeltrace. 471s Preparing to unpack .../424-babeltrace_1.5.11-4build1_s390x.deb ... 471s Unpacking babeltrace (1.5.11-4build1) ... 471s Selecting previously unselected package node-cli-table. 471s Preparing to unpack .../425-node-cli-table_0.3.11+~cs0.13.4-3_all.deb ... 471s Unpacking node-cli-table (0.3.11+~cs0.13.4-3) ... 471s Selecting previously unselected package node-depd. 471s Preparing to unpack .../426-node-depd_2.0.0-2_all.deb ... 471s Unpacking node-depd (2.0.0-2) ... 471s Selecting previously unselected package node-npmlog. 471s Preparing to unpack .../427-node-npmlog_7.0.1+~4.1.4-1_all.deb ... 471s Unpacking node-npmlog (7.0.1+~4.1.4-1) ... 471s Selecting previously unselected package node-tar. 471s Preparing to unpack .../428-node-tar_6.2.1+~cs7.0.8-1_all.deb ... 471s Unpacking node-tar (6.2.1+~cs7.0.8-1) ... 471s Selecting previously unselected package node-gyp. 471s Preparing to unpack .../429-node-gyp_10.3.0+~5.0.0-1_all.deb ... 471s Unpacking node-gyp (10.3.0+~5.0.0-1) ... 471s Selecting previously unselected package node-ini. 471s Preparing to unpack .../430-node-ini_3.0.1-2_all.deb ... 471s Unpacking node-ini (3.0.1-2) ... 471s Selecting previously unselected package node-negotiator. 471s Preparing to unpack .../431-node-negotiator_0.6.3+~0.6.1-1_all.deb ... 471s Unpacking node-negotiator (0.6.3+~0.6.1-1) ... 471s Selecting previously unselected package npm. 471s Preparing to unpack .../432-npm_9.2.0~ds1-3_all.deb ... 471s Unpacking npm (9.2.0~ds1-3) ... 471s Setting up libuv1-dev:s390x (1.48.0-7) ... 471s Setting up node-colors (1.4.0-4) ... 471s Setting up node-fs.realpath (1.0.0-3) ... 471s Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ... 471s Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ... 471s Setting up node-lru-cache (10.0.1-3) ... 471s Setting up node-abbrev (1.1.1+~1.1.2-1) ... 471s Setting up node-path-is-inside (1.0.2+~1.0.0-1) ... 471s Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 471s Setting up node-pify (5.0.0+~cs5.0.1-1) ... 471s Setting up node-p-limit (4.0.0+~cs4.0.0-5) ... 471s Setting up node-yallist (4.0.0+~4.0.1-1) ... 471s Setting up libjs-inherits (2.0.4-6) ... 471s Setting up node-p-cancelable (2.1.1-1) ... 471s Setting up node-is-windows (1.0.2+~cs1.0.0-1) ... 471s Setting up node-ansi-regex (5.0.1-1) ... 471s Setting up node-loader-runner (4.3.0-1) ... 471s Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ... 471s Setting up node-slash (4.0.0-3) ... 471s Setting up node-util-deprecate (1.0.2-3) ... 471s Setting up libio-pty-perl (1:1.20-1build3) ... 471s Setting up node-ieee754 (1.2.1-3) ... 471s Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ... 471s Setting up node-v8flags (3.2.0+~3.1.1-1) ... 471s Setting up node-retry (0.13.1.+~cs2.19.16-1) ... 471s Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ... 471s Setting up node-arrify (2.0.1-3) ... 471s Setting up node-eslint-visitor-keys (3.3.0+~1.0.0-1) ... 471s Setting up node-caniuse-lite (1.0.30001692+dfsg+~1.0.5-1) ... 471s Setting up node-isobject (4.0.0-2) ... 471s Setting up node-delegates (1.0.0-3) ... 471s Setting up node-depd (2.0.0-2) ... 471s Setting up node-isexe (2.0.0+~2.0.1-5) ... 471s Setting up node-resolve (1.22.8+~cs5.34.15-2) ... 471s Setting up node-jsonparse (1.3.1-10) ... 471s Setting up node-core-js-pure (3.33.2-1build2) ... 471s Setting up node-es-module-lexer (1.1.0+dfsg-3) ... 471s Setting up node-path-exists (5.0.0-8) ... 471s Setting up liblttng-ust-common1t64:s390x (2.13.7-1.1ubuntu2) ... 471s Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ... 471s Setting up node-escape-string-regexp (4.0.0-2) ... 471s Setting up node-through (2.3.8+~cs0.0.30-1) ... 471s Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 471s Setting up node-p-locate (6.0.0-12) ... 471s Setting up node-negotiator (0.6.3+~0.6.1-1) ... 471s Setting up node-tslib (2.4.1-1) ... 471s Setting up node-strip-bom (4.0.0-2) ... 471s Setting up libpq5:s390x (17.2-1build2) ... 471s Setting up bc (1.07.1-4) ... 471s Setting up node-ci-info (4.0.0+~cs1.1.0-1build2) ... 471s Setting up node-color-name (1.1.4+~1.1.1-2) ... 471s Setting up node-chrome-trace-event (1.0.3-2) ... 471s Setting up node-json-buffer (3.0.1+~3.0.0-1) ... 471s Setting up node-electron-to-chromium (1.5.80-1) ... 471s Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ... 471s Setting up node-console-control-strings (1.1.0-3) ... 471s Setting up node-source-list-map (2.0.1+dfsg+~0.1.2-1) ... 471s Setting up node-camelcase (7.0.0-3) ... 471s Setting up node-resumer (0.0.0-6) ... 471s Setting up node-uuid (8.3.2+~8.3.4-1) ... 471s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 471s Setting up node-terser (5.38.0-1) ... 471s Setting up node-path-type (4.0.0-3) ... 471s Setting up node-indent-string (4.0.0-2) ... 471s Setting up node-typedarray (0.0.7-1) ... 471s Setting up node-function-bind (1.1.2+~cs2.1.14-1) ... 471s Setting up node-clone (2.1.2+~2.1.2-1) ... 471s Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-2) ... 471s Setting up node-iferr (1.0.2+~1.0.2-1) ... 471s Setting up node-chownr (2.0.0-3) ... 471s Setting up node-has-flag (5.0.1-1) ... 471s Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ... 471s Setting up node-regjsgen (0.7.1+ds-1) ... 471s Setting up liberror-perl (0.17029-2) ... 471s Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 471s Setting up node-json-schema-traverse (1.0.0-3) ... 471s Setting up node-inherits (2.0.4-6) ... 471s Setting up dotnet-targeting-pack-9.0 (9.0.1-0ubuntu1) ... 471s Setting up node-path-is-absolute (2.0.0-2) ... 471s Setting up node-locate-path (7.1.1-2) ... 471s Setting up node-ini (3.0.1-2) ... 471s Setting up node-postcss-value-parser (4.2.0-1) ... 471s Setting up node-is-descriptor (3.0.0-2) ... 471s Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ... 471s Setting up node-promise-inflight (1.0.1+~1.0.0-1) ... 471s Setting up python3-packaging (24.2-1) ... 471s Setting up node-rechoir (0.8.0+~0.6.1-2) ... 471s Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-3) ... 471s Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ... 471s Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ... 471s Setting up node-flatted (3.2.7~ds-1) ... 471s Setting up node-y18n (5.0.8+~5.0.0-3) ... 471s Setting up node-fast-deep-equal (3.1.3-3) ... 471s Setting up node-shebang-regex (3.0.0-2) ... 471s Setting up node-err-code (2.0.3+dfsg-3) ... 471s Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ... 471s Setting up ssl-cert (1.1.3ubuntu1) ... 471s Created symlink '/etc/systemd/system/multi-user.target.wants/ssl-cert.service' → '/usr/lib/systemd/system/ssl-cert.service'. 471s Setting up node-balanced-match (2.0.0-1) ... 471s Setting up node-convert-source-map (1.9.0+~1.5.2-1) ... 471s Setting up node-brace-expansion (2.0.1+~1.1.0-1) ... 471s Setting up node-is-stream (3.0.0-4) ... 471s Setting up node-spdx-exceptions (2.3.0-2) ... 471s Setting up node-get-stream (8.0.1-11) ... 471s Setting up node-js-tokens (8.0.0-2) ... 471s Setting up node-core-js (3.33.2-1build2) ... 471s Setting up node-interpret (2.2.0-3) ... 471s Setting up node-set-blocking (2.0.0-2) ... 471s Setting up node-prr (1.0.1-3) ... 471s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 471s Setting up libcares2:s390x (1.34.4-2.1) ... 471s Setting up libmpc3:s390x (1.3.1-1build2) ... 471s Setting up node-repeat-string (1.6.1+repack-1) ... 471s Setting up node-globals (13.23.0-1) ... 471s Setting up node-deep-is (0.1.4-1) ... 471s Setting up node-signal-exit (4.1.0-7) ... 471s Setting up unixodbc-common (2.3.12-2ubuntu1) ... 471s Setting up dotnet-apphost-pack-9.0 (9.0.1-0ubuntu1) ... 471s Setting up libipc-run-perl (20231003.0-2) ... 471s Setting up node-randombytes (2.1.0+~2.0.0-2) ... 471s Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ... 471s Setting up libltdl7:s390x (2.5.4-3build1) ... 471s Setting up node-wrappy (1.0.2-3) ... 471s Setting up libbabeltrace1:s390x (1.5.11-4build1) ... 471s Setting up node-text-table (0.2.0-4) ... 471s Setting up node-require-directory (2.1.1+~2.1.2-1) ... 471s Setting up node-ip (2.0.1+~1.1.3-1) ... 471s Setting up node-quick-lru (6.1.1-4) ... 471s Setting up node-regenerator-runtime (0.15.2+~0.10.8-1) ... 471s Setting up node-punycode (2.2.3-2) ... 471s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 471s Setting up node-to-fast-properties (3.0.1-3) ... 471s Setting up node-defaults (1.0.4+~1.0.3-1) ... 471s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 471s Setting up libodbc2:s390x (2.3.12-2ubuntu1) ... 471s Setting up node-mute-stream (0.0.8+~0.0.1-3) ... 471s Setting up node-memfs (3.4.12+~cs1.0.3-1) ... 471s Setting up node-mimic-response (3.1.0-9) ... 471s Setting up node-commander (9.4.1-1) ... 471s Setting up dotnet-sdk-9.0-source-built-artifacts (9.0.102-0ubuntu1) ... 471s Setting up node-undici (7.3.0+dfsg1+~cs24.12.11-1) ... 472s Setting up babeltrace (1.5.11-4build1) ... 472s Setting up libjs-typedarray-to-buffer (4.0.0-2) ... 472s Setting up node-graceful-fs (4.2.10-1) ... 472s Setting up node-merge-stream (2.0.0+~1.1.2-2) ... 472s Setting up node-is-path-cwd (2.2.0-2) ... 472s Setting up node-jsonify (0.0.1-1) ... 472s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 472s Setting up libjson-perl (4.10000-1) ... 472s Setting up node-json-stable-stringify (1.0.2+repack1+~cs1.0.34-2) ... 472s Setting up node-fast-levenshtein (2.0.6+ds-3) ... 472s Setting up libjs-regenerate (1.4.2-3) ... 472s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 472s Setting up node-hosted-git-info (6.1.1-2) ... 472s Setting up node-aproba (2.0.0-3) ... 472s Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ... 472s Setting up node-binary-extensions (2.2.0-2) ... 472s Setting up node-is-plain-object (5.0.0-7) ... 472s Setting up node-eslint-utils (3.0.0-3) ... 472s Setting up node-mimic-fn (4.0.0-5) ... 472s Setting up node-path-dirname (1.0.2-2) ... 472s Setting up node-ip-regex (4.3.0+~4.1.1-1) ... 472s Setting up git-man (1:2.48.1-0ubuntu1) ... 472s Setting up node-spdx-license-ids (3.0.12-1) ... 472s Setting up node-string-decoder (1.3.0-6) ... 472s Setting up node-esutils (2.0.3+~2.0.0-1) ... 472s Setting up node-time-stamp (2.2.0-2) ... 472s Setting up node-commondir (1.0.1+~1.0.0-1) ... 472s Setting up libjs-prettify (2015.12.04+dfsg-1.1) ... 472s Setting up libjs-events (3.3.0+~3.0.0-3) ... 472s Setting up node-run-queue (2.0.0-3) ... 472s Setting up node-core-util-is (1.0.3-1) ... 472s Setting up node-json-schema (0.4.0+~7.0.11-1) ... 472s Setting up node-uri-js (4.4.0+dfsg-8) ... 472s Setting up node-prelude-ls (1.2.1+dfsg-3) ... 472s Setting up node-minimatch (9.0.3-5) ... 472s Setting up liblttng-ust-ctl5t64:s390x (2.13.7-1.1ubuntu2) ... 472s Setting up liblttng-ctl0t64:s390x (2.13.14-1build1) ... 472s Setting up libjs-async (0.8.0-6) ... 472s Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ... 472s Setting up node-xtend (4.0.2-3) ... 472s Setting up libisl23:s390x (0.27-1) ... 472s Setting up node-set-immediate-shim (2.0.0-2) ... 472s Setting up aspnetcore-targeting-pack-9.0 (9.0.1-0ubuntu1) ... 472s Setting up node-foreground-child (3.1.1-2) ... 472s Setting up node-wordwrap (1.0.0-4) ... 472s Setting up node-read (1.0.7-5) ... 472s Setting up node-regexpp (3.2.0-5) ... 472s Setting up node-is-arrayish (0.3.2-3) ... 472s Setting up node-base64-js (1.5.1+dfsg+~1.3.0-2) ... 472s Setting up dotnet-host-9.0 (9.0.1-0ubuntu1) ... 472s Setting up node-esquery (1.4.2~ds-1) ... 472s Setting up node-npm-run-path (5.1.0+~4.0.0-8) ... 472s Setting up node-is-buffer (2.0.5-2) ... 472s Setting up node-color-convert (2.0.1+~cs2.0.0-2) ... 472s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 472s Setting up libbrotli-dev:s390x (1.1.0-2build3) ... 472s Setting up node-data-uri-to-buffer (6.0.2~0~2024040606-5) ... 472s Setting up node-async-each (1.0.3-3) ... 472s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 472s Setting up node-isarray (2.0.5-4) ... 472s Setting up node-osenv (0.1.5+~0.1.1-1) ... 472s Setting up node-is-plain-obj (3.0.0-2) ... 472s Setting up node-is-extglob (2.1.1-5) ... 472s Setting up node-tapable (2.2.1-3) ... 472s Setting up node-shebang-command (2.0.0-1) ... 472s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 472s Setting up postgresql-common-dev (270) ... 472s Setting up libjs-is-typedarray (1.0.0-4) ... 472s Setting up node-lowercase-keys (2.0.0-2) ... 472s Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ... 472s Setting up node-decompress-response (6.0.0-3) ... 472s Setting up node-strip-eof (3.0.0-5) ... 472s Setting up netstandard-targeting-pack-2.1-9.0 (9.0.102-0ubuntu1) ... 472s Setting up node-process-nextick-args (2.0.1-3) ... 472s Setting up node-has-unicode (2.0.1-5) ... 472s Setting up gyp (0.16.2-2) ... 472s Setting up postgresql-client-common (270) ... 472s Setting up node-readable-stream (3.6.0+~cs3.0.0-4build1) ... 472s Setting up libodbcinst2:s390x (2.3.12-2ubuntu1) ... 472s Setting up node-promise-retry (2.0.1-4) ... 472s Setting up node-supports-color (8.1.1+~8.1.1-1) ... 472s Setting up node-error-ex (1.3.2-4) ... 472s Setting up unixodbc (2.3.12-2ubuntu1) ... 472s Setting up node-once (1.4.1-1) ... 472s Setting up node-webpack-sources (3.2.3+~3.2.0-2) ... 472s Setting up dotnet-hostfxr-9.0 (9.0.1-0ubuntu1) ... 472s Setting up dotnet-templates-9.0 (9.0.102-0ubuntu1) ... 472s Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ... 472s Setting up postgresql-client-17 (17.2-1build2) ... 472s 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 472s Setting up node-serialize-javascript (6.0.1-1) ... 472s Setting up liblldb-19 (1:19.1.7-1ubuntu1) ... 472s Setting up node-are-we-there-yet (3.0.1+~1.1.0-1) ... 472s Setting up node-find-up (6.3.0-7) ... 472s Setting up node-kind-of (6.0.3+dfsg-2) ... 472s Setting up node-is-binary-path (2.1.0-5) ... 472s Setting up node-events (3.3.0+~3.0.0-3) ... 472s Setting up node-minimist (1.2.8+~cs5.3.5-1) ... 472s Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ... 472s Setting up node-define-property (2.0.2+really+2.0.2-3) ... 472s Setting up node-promzard (0.3.0-2) ... 472s Setting up node-wcwidth.js (1.0.2-2) ... 472s Setting up node-resolve-cwd (3.0.0-2) ... 472s Setting up node-fetch (3.3.2+~cs11.4.11-3) ... 472s Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-7) ... 472s Setting up node-iconv-lite (0.6.3-3) ... 472s Setting up node-type-check (0.4.0+dfsg-3) ... 472s Setting up node-ansi-styles (6.2.1-3) ... 472s Setting up node-pkg-dir (5.0.0-2) ... 472s Setting up postgresql-common (270) ... 472s Creating config file /etc/postgresql-common/createcluster.conf with new version 472s Building PostgreSQL dictionaries from installed myspell/hunspell packages... 472s Removing obsolete dictionary files: 473s Created symlink '/etc/systemd/system/multi-user.target.wants/postgresql.service' → '/usr/lib/systemd/system/postgresql.service'. 473s Setting up node-got (11.8.5+~cs58.13.36-5) ... 473s Setting up lttng-tools (2.13.14-1build1) ... 473s Created symlink '/etc/systemd/system/multi-user.target.wants/lttng-sessiond.service' → '/usr/lib/systemd/system/lttng-sessiond.service'. 474s Setting up dotnet-runtime-9.0 (9.0.1-0ubuntu1) ... 474s Setting up node-async (0.8.0-6) ... 474s Setting up node-optimist (0.6.1+~0.0.30-2) ... 474s Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ... 474s Setting up git (1:2.48.1-0ubuntu1) ... 474s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 474s Setting up cpp-14 (14.2.0-16ubuntu1) ... 474s Setting up node-concat-stream (2.0.0+~2.0.0-2) ... 474s Setting up node-is-typedarray (1.0.0-4) ... 474s Setting up node-inflight (1.0.6-2) ... 474s Setting up python3-lldb-19 (1:19.1.7-1ubuntu1) ... 474s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 474s Setting up node-encoding (0.1.13-2) ... 474s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 474s Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ... 474s Setting up node-fs-write-stream-atomic (1.0.10-6) ... 474s Setting up postgresql-17 (17.2-1build2) ... 474s Creating new PostgreSQL cluster 17/main ... 474s /usr/lib/postgresql/17/bin/initdb -D /var/lib/postgresql/17/main --auth-local peer --auth-host scram-sha-256 --no-instructions 474s The files belonging to this database system will be owned by user "postgres". 474s This user must also own the server process. 474s 474s The database cluster will be initialized with locale "C.UTF-8". 474s The default database encoding has accordingly been set to "UTF8". 474s The default text search configuration will be set to "english". 474s 474s Data page checksums are disabled. 474s 474s fixing permissions on existing directory /var/lib/postgresql/17/main ... ok 474s creating subdirectories ... ok 474s selecting dynamic shared memory implementation ... posix 474s selecting default "max_connections" ... 100 474s selecting default "shared_buffers" ... 128MB 474s selecting default time zone ... Etc/UTC 474s creating configuration files ... ok 474s running bootstrap script ... ok 475s performing post-bootstrap initialization ... ok 475s syncing data to disk ... ok 478s Setting up dotnet-runtime-dbg-9.0 (9.0.1-0ubuntu1) ... 478s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 478s Setting up node-regenerator-transform (0.15.2+~0.10.8-1) ... 478s Setting up aspnetcore-runtime-9.0 (9.0.1-0ubuntu1) ... 478s Setting up lldb-19 (1:19.1.7-1ubuntu1) ... 478s Setting up node-levn (0.4.1+dfsg-2) ... 478s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 478s Setting up node-spdx-correct (3.1.1-2) ... 478s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 478s Setting up node-glob (8.1.0+~cs8.5.15-1) ... 478s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 478s Setting up aspnetcore-runtime-dbg-9.0 (9.0.1-0ubuntu1) ... 478s Setting up node-typedarray-to-buffer (4.0.0-2) ... 478s Setting up dotnet-sdk-9.0 (9.0.102-0ubuntu1) ... 478s Setting up node-minipass (5.0.0+~cs10.3.21-2) ... 478s Setting up cpp (4:14.2.0-1ubuntu1) ... 478s Setting up postgresql (17+270) ... 478s Setting up lldb:s390x (1:19.0-63) ... 478s Setting up node-validate-npm-package-license (3.0.4-2) ... 478s Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ... 478s Setting up dotnet9 (9.0.102-9.0.1-0ubuntu1) ... 478s Setting up node-ssri (9.0.1-3) ... 478s Setting up node-write-file-atomic (4.0.2+~4.0.0-2) ... 478s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 478s Setting up gcc-14 (14.2.0-16ubuntu1) ... 478s Setting up dotnet-sdk-dbg-9.0 (9.0.102-0ubuntu1) ... 478s Setting up g++-14 (14.2.0-16ubuntu1) ... 478s Setting up gcc (4:14.2.0-1ubuntu1) ... 478s Setting up g++ (4:14.2.0-1ubuntu1) ... 478s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 478s Setting up build-essential (12.10ubuntu1) ... 478s Setting up node-define-properties (1.2.1+~cs2.2.3-1) ... 478s Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ... 478s Setting up node-espree (9.4.1~dfsg-2) ... 478s Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ... 478s Setting up libnode115:s390x (20.18.1+dfsg-1ubuntu1) ... 478s Setting up libnode-dev (20.18.1+dfsg-1ubuntu1) ... 478s Setting up nodejs (20.18.1+dfsg-1ubuntu1) ... 478s update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode 478s Setting up node-argparse (2.0.1-2) ... 478s Setting up terser (5.38.0-1) ... 478s Setting up node-mime (3.0.0+dfsg+~cs6.97.2-1) ... 478s Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ... 478s Setting up node-unique-filename (1.1.1+ds-2) ... 478s Setting up node-unicode-match-property-ecmascript (2.0.0-2) ... 478s Setting up node-defined (1.0.1+~1.0.0-1) ... 478s Setting up node-mime-types (2.1.35-2) ... 478s Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ... 478s Setting up node-strip-ansi (6.0.1-2) ... 478s Setting up node-write (2.0.0~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 478s Setting up node-ignore (5.2.1-1) ... 478s Setting up node-chalk (5.3.0-1build1) ... 478s Setting up node-which (2.0.2+~cs1.3.2-3) ... 478s Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ... 478s Setting up node-esprima (4.0.1+ds+~4.0.3-2) ... 478s Setting up node-is-path-inside (3.0.3-2) ... 478s Setting up node-neo-async (2.6.2+~cs3.0.0-3) ... 478s Setting up node-mkdirp (2.1.6+~cs5.2.1-2) ... 478s Setting up node-es6-error (4.1.1-5) ... 478s Setting up node-archy (1.0.0-6) ... 478s Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ... 478s Setting up node-nopt (5.0.0-4) ... 478s Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ... 478s Setting up node-progress (2.0.3-2) ... 478s Setting up node-json5 (2.2.3+dfsg-1build1) ... 478s Setting up node-ms (2.1.3+~cs0.7.31-3) ... 478s Setting up node-rimraf (3.0.2-2) ... 478s Setting up node-string-width (4.2.3+~cs13.2.3-1) ... 478s Setting up node-regenerate (1.4.2-3) ... 478s Setting up node-semver (7.6.1+~7.5.8-2) ... 478s Setting up node-picocolors (1.0.0-4) ... 478s Setting up node-es-abstract (1.20.4+~cs26.27.47-2) ... 478s Setting up node-builtins (5.0.1-1) ... 478s Setting up handlebars (3:4.7.7+~4.1.0-1) ... 478s Setting up node-object-assign (4.1.1-7) ... 478s Setting up node-is-glob (4.0.3-2) ... 478s Setting up node-v8-compile-cache (2.4.0-2) ... 478s Setting up node-flat-cache (3.0.4~6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 478s Setting up node-is-number (7.0.0-4) ... 478s Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ... 478s Setting up node-for-in (1.0.2-4) ... 478s Setting up node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ... 478s Setting up node-execa (8.0.1+dfsg1+~cs12.0.0-1build2) ... 478s Setting up node-strip-json-comments (4.0.0-4) ... 478s Setting up node-is-extendable (1.0.1-3) ... 478s Setting up node-columnify (1.6.0+~1.5.1-1) ... 478s Setting up node-doctrine (3.0.0-4) ... 478s Setting up node-copy-concurrently (1.0.5-9) ... 478s Setting up node-ajv (8.12.0~ds+~2.1.1-5) ... 478s Setting up node-jsesc (3.0.2+~3.0.1-1) ... 478s Setting up node-regjsparser (0.9.1+ds-2) ... 478s Setting up node-errno (1.0.0-3) ... 478s Setting up node-decamelize (4.0.0-2) ... 478s Setting up node-move-concurrently (1.0.1-5) ... 478s Setting up node-normalize-path (3.0.0+~3.0.0-1) ... 478s Setting up node-functional-red-black-tree (1.0.1+20181105-7) ... 478s Setting up node-debug (4.3.4+~cs4.1.7-1) ... 478s Setting up node-agent-base (7.1.1~0~2024040606-5) ... 478s Setting up node-browserslist (4.24.4+~cs6.3.21-1) ... 478s Setting up node-yargs-parser (21.1.1+~21.0.0-4) ... 478s Setting up node-make-dir (3.1.0-3) ... 478s Setting up node-validate-npm-package-name (5.0.0+~4.0.0-1) ... 478s Setting up node-esrecurse (4.3.0-2) ... 478s Setting up node-file-entry-cache (6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1) ... 478s Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ... 478s Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ... 478s Setting up node-for-own (1.0.0-3) ... 478s Setting up node-eslint-scope (7.1.1+~3.7.4-1) ... 478s Setting up node-escodegen (2.1.0+dfsg+~0.0.8-1) ... 478s Setting up node-memory-fs (0.5.0+~0.3.3-2) ... 478s Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ... 478s Setting up node-cli-table (0.3.11+~cs0.13.4-3) ... 478s Setting up node-tar (6.2.1+~cs7.0.8-1) ... 478s Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ... 478s Setting up node-glob-parent (6.0.2+~5.1.1-2) ... 478s Setting up node-enhanced-resolve (5.15.0-1) ... 478s Setting up node-postcss (8.4.49+~cs9.2.32-1) ... 478s Setting up node-wide-align (1.1.3-4) ... 478s Setting up node-npm-package-arg (10.0.0+~3.0.0-2) ... 478s Setting up node-anymatch (3.1.3+~cs4.6.1-2) ... 478s Setting up node-postcss-modules-extract-imports (3.0.0-2) ... 478s Setting up node-read-pkg (5.2.0-2) ... 478s Setting up node-https-proxy-agent (7.0.4~0~2024040606-5) ... 478s Setting up node-cliui (7.0.4+repack+1+~cs1.4.2-2) ... 478s Setting up node-regexpu-core (5.2.2-3) ... 478s Setting up node-yargs (16.2.0+~16.0.4-7) ... 478s Setting up node-to-regex-range (5.0.1-4) ... 478s Setting up node-cacache (17.0.3+~cs10.3.7-2) ... 478s Setting up node-envinfo (7.11.0+~cs14.3.0-3) ... 478s Setting up node-ajv-keywords (5.1.0-4) ... 478s Setting up node-read-package-json (5.0.2+~2.0.0-2) ... 478s Setting up node-core-js-compat (3.33.2-1build2) ... 478s Setting up node-http-proxy-agent (7.0.2~0~2024040606-5) ... 478s Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ... 478s Setting up eslint (6.4.0~dfsg+~6.1.9-12) ... 478s Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ... 478s Setting up node-gauge (4.0.4-2) ... 478s Setting up node-readdirp (3.6.0-1) ... 478s Setting up node-icss-utils (5.1.0+~5.1.0-1) ... 478s Setting up node-npm-bundled (2.0.1-2) ... 478s Setting up node-schema-utils (4.2.0~ds-3build3) ... 478s Setting up node-jest-worker (29.6.2~ds1+~cs73.45.28-5) ... 478s Setting up node-npmlog (7.0.1+~4.1.4-1) ... 478s Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ... 478s Setting up node-postcss-modules-values (4.0.0+~4.0.0-1) ... 478s Setting up node-fill-range (7.1.1+~7.0.3-1) ... 478s Setting up node-gyp (10.3.0+~5.0.0-1) ... 478s Setting up node-braces (3.0.3+~3.0.4-1) ... 478s Setting up node-chokidar (3.6.0-2) ... 478s Setting up node-watchpack (2.4.0+~cs2.8.1-1) ... 478s Setting up node-micromatch (4.0.7+~4.0.9-1) ... 478s Setting up node-globby (13.1.3+~cs16.25.40-3) ... 478s Setting up node-del (7.1.0-1) ... 478s Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ... 478s Setting up node-istanbul (0.4.5+repack10+~cs98.25.59-2) ... 478s Setting up node-tape (5.6.1+~cs8.20.19-2) ... 478s Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-7) ... 478s update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode 478s update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode 478s update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode 478s update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode 478s Setting up node-deep-equal (2.2.3+~cs43.15.94-1) ... 478s Setting up libjs-util (0.12.5+~1.0.10-1) ... 478s Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-7) ... 478s Setting up node-jest-debbundle (29.6.2~ds1+~cs73.45.28-5) ... 478s Setting up node-util (0.12.5+~1.0.10-1) ... 478s Setting up webpack (5.97.1+dfsg1+~cs11.18.27-1) ... 478s Setting up node-assert (2.0.0+~cs3.9.8-2) ... 478s Setting up node-css-loader (6.8.1+~cs14.0.17-1) ... 478s Setting up node-parse-json (5.2.0+~cs5.1.7-2) ... 478s Setting up npm (9.2.0~ds1-3) ... 478s Processing triggers for libc-bin (2.40-4ubuntu1) ... 478s Processing triggers for man-db (2.13.0-1) ... 479s Processing triggers for install-info (7.1.1-1) ... 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet9'], kind short, sout pipe, serr pipe, env [] 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-host-9.0'], kind short, sout pipe, serr pipe, env [] 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-hostfxr-9.0'], kind short, sout pipe, serr pipe, env [] 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-runtime-9.0'], kind short, sout pipe, serr pipe, env [] 480s autopkgtest: DBG: testbed command exited with code 0 480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aspnetcore-runtime-9.0'], kind short, sout pipe, serr pipe, env [] 481s autopkgtest: DBG: testbed command exited with code 0 481s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-templates-9.0'], kind short, sout pipe, serr pipe, env [] 481s autopkgtest: DBG: testbed command exited with code 0 481s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-sdk-9.0'], kind short, sout pipe, serr pipe, env [] 481s autopkgtest: DBG: testbed command exited with code 0 481s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-sdk-9.0-source-built-artifacts'], kind short, sout pipe, serr pipe, env [] 481s autopkgtest: DBG: testbed command exited with code 0 481s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-targeting-pack-9.0'], kind short, sout pipe, serr pipe, env [] 481s autopkgtest: DBG: testbed command exited with code 0 481s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'netstandard-targeting-pack-2.1-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aspnetcore-targeting-pack-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-apphost-pack-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aspnetcore-runtime-dbg-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-runtime-dbg-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dotnet-sdk-dbg-9.0'], kind short, sout pipe, serr pipe, env [] 482s autopkgtest: DBG: testbed command exited with code 0 482s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Yoe9HO/run-regular-tests-packages.all"], kind short, sout raw, serr pipe, env [] 483s autopkgtest: DBG: testbed command exited with code 0 483s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/run-regular-tests-packages.all /tmp/autopkgtest-work.w370oa0x/out/run-regular-tests-packages.all 483s autopkgtest: DBG: got reply from testbed: ok 483s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Yoe9HO/build.bqE/src'], kind short, sout raw, serr raw, env [] 483s autopkgtest: DBG: testbed command exited with code 0 483s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.Yoe9HO/build.bqE/src already exists 483s autopkgtest [10:19:47]: test run-regular-tests: [----------------------- 483s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.Yoe9HO/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts --chdir=/tmp/autopkgtest.Yoe9HO/build.bqE/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.Yoe9HO/run-regular-tests-stderr --stdout=/tmp/autopkgtest.Yoe9HO/run-regular-tests-stdout --tmp=/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/build.bqE/src/debian/tests/run-regular-tests -- /tmp/autopkgtest.Yoe9HO/build.bqE/src/debian/tests/run-regular-tests'], kind test, sout raw, serr raw, env [] 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: changing to directory: /tmp/autopkgtest.Yoe9HO/build.bqE/src 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: LANG=C.UTF-8 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LANGUAGE 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_ADDRESS 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_ALL 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_COLLATE 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_CTYPE 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_IDENTIFICATION 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_MEASUREMENT 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_MESSAGES 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_MONETARY 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_NAME 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_NUMERIC 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_PAPER 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_TELEPHONE 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: unsetting environment: LC_TIME 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: pretending to be a login shell 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: will write standard error to /tmp/autopkgtest.Yoe9HO/run-regular-tests-stderr 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: will write stdout to /tmp/autopkgtest.Yoe9HO/run-regular-tests-stdout 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: marking as executable: /tmp/autopkgtest.Yoe9HO/build.bqE/src/debian/tests/run-regular-tests 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: command to run: /tmp/autopkgtest.Yoe9HO/build.bqE/src/debian/tests/run-regular-tests 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: copying /tmp/tmp.LxIP9Z5QK8/out to stdout and file: /tmp/autopkgtest.Yoe9HO/run-regular-tests-stdout 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: copying /tmp/tmp.LxIP9Z5QK8/err to standard error and file: /tmp/autopkgtest.Yoe9HO/run-regular-tests-stdout 483s /tmp/autopkgtest.Yoe9HO/wrapper.sh: writing script pid 8125 to /tmp/autopkgtest_script_pid 483s + echo 'INFO: extract source build artifacts' 483s + mkdir -p /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages 483s INFO: extract source build artifacts 483s ++ debian/eng/source_build_artifact_path.py 483s + tar --extract --gzip --directory /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages --file /usr/lib/dotnet/source-built-artifacts/Private.SourceBuilt.Artifacts.9.0.102-servicing.24611.1.ubuntu.25.04-s390x.tar.gz 484s INFO: add source build artifacts to global NuGet config 484s + echo 'INFO: add source build artifacts to global NuGet config' 484s + mkdir -p /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/NuGet/ 484s + cat 484s + [[ -z '' ]] 484s + echo 'INFO: copy test-runner to test directory' 484s + cp --recursive debian/eng/test-runner /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 484s INFO: copy test-runner to test directory 484s + echo 'INFO: copy regular-tests to test directory' 484s + cp --recursive debian/tests/regular-tests /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 484s INFO: copy regular-tests to test directory 484s + export TargetBundledFramework=true 484s + TargetBundledFramework=true 484s ++ debian/eng/dotnet-version.py 484s ~/test-runner /tmp/autopkgtest.Yoe9HO/build.bqE/src 484s INFO: run test-runner self-tests 484s + export BundledNETCoreAppTargetFrameworkVersion=9.0 484s + BundledNETCoreAppTargetFrameworkVersion=9.0 484s + pushd /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner 484s + echo 'INFO: run test-runner self-tests' 484s + make check 484s dotnet test -f "net9.0" -c Release --verbosity detailed Turkey.Tests 484s 484s Welcome to .NET 9.0! 484s --------------------- 484s SDK Version: 9.0.102 485s 485s ---------------- 485s Installed an ASP.NET Core HTTPS development certificate. 485s To trust the certificate, run 'dotnet dev-certs https --trust' 485s Learn about HTTPS: https://aka.ms/dotnet-https 485s 485s ---------------- 485s Write your first app: https://aka.ms/dotnet-hello-world 485s Find out what's new: https://aka.ms/dotnet-whats-new 485s Explore documentation: https://aka.ms/dotnet-docs 485s Report issues and find source on GitHub: https://github.com/dotnet/core 485s Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli 485s -------------------------------------------------------------------------------------- 485s Build started 02/11/2025 10:19:49. 485s 0>Terminal Logger was not used because the output is being redirected to a file. 485s Process = "/usr/lib/dotnet/dotnet" 485s MSBuild executable path = "/usr/lib/dotnet/sdk/9.0.102/MSBuild.dll" 485s Command line arguments = "/usr/lib/dotnet/sdk/9.0.102/MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto -nologo -target:Restore -tlp:verbosity=quiet -nodereuse:false -nologo -property:Configuration=Release -verbosity:detailed Turkey.Tests -property:VSTestVerbosity=detailed -property:VSTestArtifactsProcessingMode=collect -property:VSTestSessionCorrelationId=8164_cfa7b703-c948-4634-adfa-e9ccb3c50084" 485s Current directory = "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner" 485s MSBuild version = "17.12.18+1cf154a56" 485s The SDK "Microsoft.NET.Sdk" was successfully resolved by the "DefaultSdkResolver" resolver to location "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk" and version "". 485s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/9.0.102/' expanded from the environment. 485s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props (60,5) 485s /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share/Microsoft\MSBuild' expanded from the environment. 485s The "Configuration" property is a global property, and cannot be modified. 485s The "Configuration" property is a global property, and cannot be modified. 485s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5) 485s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 485s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 485s The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". 485s Warnings: null 485s Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.SDK.WorkloadAutoImportPropsLocator/Sdk" did not exist. 485s Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver, Version=9.0.102.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll, MVID: f6defad6-d70c-46ee-9ca9-dbb5e45a8b3c, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll) 485s Assembly loaded during Evaluation: Microsoft.Build.NuGetSdkResolver, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.Build.NuGetSdkResolver.dll, MVID: 542158e4-c2ab-43ba-87f4-55ec93fa636c, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.Build.NuGetSdkResolver.dll) 485s Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadManifestReader, Version=9.0.102.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadManifestReader.dll, MVID: be4e5c8d-6d73-4cf4-8de7-6c170f63ba0a, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll) 485s Assembly loaded during Evaluation: Microsoft.Deployment.DotNet.Releases, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.Deployment.DotNet.Releases.dll, MVID: 9a7b9b52-cfd2-4072-8fc2-58e3fc7e663f, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll) 485s Assembly loaded during Evaluation: Microsoft.DotNet.Cli.Utils, Version=9.0.102.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.DotNet.Cli.Utils.dll, MVID: d3f0bfcd-6c4f-4611-a160-6bd7dfc13190, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll) 485s The SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "null" and version "null". 485s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 485s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj(8,22): message : Property 'TargetBundledFramework' with value 'true' expanded from the environment. 485s Property reassignment: $(TargetFramework)="net9.0" (previous value: "net6.0") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (8,5) 485s The "Configuration" property is a global property, and cannot be modified. 485s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 485s Assembly loaded during Evaluation: NuGet.Frameworks, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Frameworks.dll, MVID: bc2330d1-c490-4523-895f-1c92003842c8, AssemblyLoadContext: Assembly.LoadFile(/usr/lib/dotnet/sdk/9.0.102/NuGet.Frameworks.dll)) 486s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 486s Property reassignment: $(OutputPath)="bin\Release/net9.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 486s Property reassignment: $(IntermediateOutputPath)="obj\Release/net9.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 486s The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator". 486s Warnings: null 486s Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" because directory "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.SDK.WorkloadManifestTargetsLocator/Sdk" did not exist. 486s The SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "/usr/lib/dotnet/sdk-manifests/9.0.100/microsoft.net.workload.mono.toolchain.current/9.0.1" and version "null". 486s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 486s Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 486s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets (205,5) 486s Assembly loaded during Evaluation: Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.Build.Utilities.Core.dll, MVID: c9ae798f-22df-466a-b2d0-884b8e98c642, AssemblyLoadContext: Default) 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (179,5) 486s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (185,5) 486s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE" (previous value: "Turkey.Tests.csproj") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (392,5) 486s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE.Up2Date" (previous value: "Turkey.T.575BD0AE") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (393,5) 486s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (541,5) 486s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (580,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share' expanded from the environment. 486s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (3897,5) 486s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 486s AssignProjectConfiguration; 486s _SplitProjectReferencesByFileExistence 486s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (5100,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/9.0.102' expanded from the environment. 486s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj//project.assets.json") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 486s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s " (previous value: " 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 486s Property reassignment: $(PrepareResourcesDependsOn)=" 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s 486s " (previous value: " 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ; 486s ResolveTargetingPackAssets; 486s " (previous value: " 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 486s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 486s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 486s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 486s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 486s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp' expanded from the environment. 486s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5) 486s Property reassignment: $(CoreBuildDependsOn)=" 486s _CheckForBuildWithNoBuild; 486s 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ; 486s GenerateBuildDependencyFile; 486s GenerateBuildRuntimeConfigurationFiles 486s " (previous value: " 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5) 486s Property reassignment: $(CoreCleanDependsOn)=" 486s _SdkBeforeClean; 486s 486s " (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5) 486s Property reassignment: $(RebuildDependsOn)=" 486s _SdkBeforeRebuild; 486s 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s 486s " (previous value: " 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5) 486s Property reassignment: $(CompileDependsOn)=" 486s 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ; 486s _CreateAppHost; 486s _CreateComHost; 486s _GetIjwHostPaths; 486s " (previous value: " 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5) 486s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 486s 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ; 486s CoreGenerateSatelliteAssemblies 486s " (previous value: " 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 486s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 486s 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ; 486s _GenerateDesignerDepsFile; 486s _GenerateDesignerRuntimeConfigFile; 486s GetCopyToOutputDirectoryItems; 486s _GatherDesignerShadowCopyFiles; 486s " (previous value: " 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 486s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 486s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 486s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net9.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 486s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 486s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 486s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 486s Property reassignment: $(_IsNotSetContainersTargetsDir)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets (60,5) 486s Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (5,5) 486s Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (15,5) 486s Assembly loaded during Evaluation: System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Reflection.Emit.ILGeneration.dll, MVID: 98f0842a-37e1-40c3-ae7a-22f579d1d356, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Reflection.Emit.Lightweight.dll, MVID: b699ce31-df0b-46c6-9271-1f8c35f8a3b6, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Reflection.Primitives.dll, MVID: f2e68e65-4142-4ff6-80e6-e34f563b91ca, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Linq.Expressions.dll, MVID: 152edff0-de6f-402b-81de-d2ef2e3c8a91, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.ComponentModel.TypeConverter.dll, MVID: eb9383f0-1caa-4712-9394-ed29d40de1d0, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.ObjectModel.dll, MVID: c975b736-047d-41f4-9b50-14d1e073fef7, AssemblyLoadContext: Default) 486s Assembly loaded during Evaluation: System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Runtime.Serialization.Primitives.dll, MVID: ff019e14-df98-4466-b32e-d4d72a1d4797, AssemblyLoadContext: Default) 486s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 486s Overriding target "Run" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 486s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" on node 1 (Restore target(s)). 486s 1>Target "_LoadRestoreGraphEntryPoints" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_FilterRestoreGraphProjectInputItems" depends on it): 486s 1>Task "GetRestoreSolutionProjectsTask" skipped, due to false condition; ( $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' ) was evaluated as ( False == 'true' AND /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj == '' ). 486s 1>Done building target "_LoadRestoreGraphEntryPoints" in project "Turkey.Tests.csproj". 486s 1>Target "_FilterRestoreGraphProjectInputItems" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraph" depends on it): 486s Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 0>/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/9.0.102/' expanded from the environment. 486s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props (60,5) 486s /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share/Microsoft\MSBuild' expanded from the environment. 486s The "Configuration" property is a global property, and cannot be modified. 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5) 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 486s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 486s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj(8,22): message : Property 'TargetBundledFramework' with value 'true' expanded from the environment. 486s Property reassignment: $(TargetFramework)="net9.0" (previous value: "net6.0") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (8,5) 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 486s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 486s Property reassignment: $(OutputPath)="bin\Release/net9.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 486s Property reassignment: $(IntermediateOutputPath)="obj\Release/net9.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 486s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 486s Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 486s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets (205,5) 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (179,5) 486s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (185,5) 486s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE" (previous value: "Turkey.Tests.csproj") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (392,5) 486s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE.Up2Date" (previous value: "Turkey.T.575BD0AE") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (393,5) 486s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (541,5) 486s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (580,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share' expanded from the environment. 486s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (3897,5) 486s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 486s AssignProjectConfiguration; 486s _SplitProjectReferencesByFileExistence 486s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (5100,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/9.0.102' expanded from the environment. 486s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj//project.assets.json") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 486s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s " (previous value: " 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 486s Property reassignment: $(PrepareResourcesDependsOn)=" 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s 486s " (previous value: " 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ; 486s ResolveTargetingPackAssets; 486s " (previous value: " 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 486s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 486s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 486s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 486s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 486s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp' expanded from the environment. 486s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5) 486s Property reassignment: $(CoreBuildDependsOn)=" 486s _CheckForBuildWithNoBuild; 486s 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ; 486s GenerateBuildDependencyFile; 486s GenerateBuildRuntimeConfigurationFiles 486s " (previous value: " 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5) 486s Property reassignment: $(CoreCleanDependsOn)=" 486s _SdkBeforeClean; 486s 486s " (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5) 486s Property reassignment: $(RebuildDependsOn)=" 486s _SdkBeforeRebuild; 486s 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s 486s " (previous value: " 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5) 486s Property reassignment: $(CompileDependsOn)=" 486s 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ; 486s _CreateAppHost; 486s _CreateComHost; 486s _GetIjwHostPaths; 486s " (previous value: " 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5) 486s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 486s 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ; 486s CoreGenerateSatelliteAssemblies 486s " (previous value: " 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 486s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 486s 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ; 486s _GenerateDesignerDepsFile; 486s _GenerateDesignerRuntimeConfigFile; 486s GetCopyToOutputDirectoryItems; 486s _GatherDesignerShadowCopyFiles; 486s " (previous value: " 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 486s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 486s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 486s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net9.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 486s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 486s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 486s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 486s Property reassignment: $(_IsNotSetContainersTargetsDir)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets (60,5) 486s Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (5,5) 486s Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (15,5) 486s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 486s Overriding target "Run" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 486s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) on node 1 (_IsProjectRestoreSupported target(s)). 486s 1:2>Target "_IsProjectRestoreSupported" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 486s 1:2>Done building target "_IsProjectRestoreSupported" in project "Turkey.Tests.csproj". 486s 1:2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_IsProjectRestoreSupported target(s)). 486s 1>Done executing task "MSBuild". 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 486s Assembly loaded during TaskRun: NuGet.Build.Tasks, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll, MVID: afdffd18-9669-4e95-8e6f-4424b1d38532, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Assembly loaded during TaskRun: NuGet.Common, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Common.dll, MVID: 951b1d67-e9ec-43a7-9771-14a5e09ac480, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Assembly loaded during TaskRun: NuGet.Commands, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Commands.dll, MVID: 57ef2b67-a42b-48f1-80b9-f530d0be7cc6, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Using "WarnForInvalidProjectsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "WarnForInvalidProjectsTask" 486s Done executing task "WarnForInvalidProjectsTask". 486s 1>Done building target "_FilterRestoreGraphProjectInputItems" in project "Turkey.Tests.csproj". 486s Target "_FilterRestoreGraphProjectInputItems" skipped. Previously built successfully. 486s 1>Target "_GetAllRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraph" depends on it): 486s Using "NuGetMessageTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "NuGetMessageTask" 486s Determining projects to restore... 486s Done executing task "NuGetMessageTask". 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 486s 1:3>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s 1:3>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 486s Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 486s Task "ConvertToAbsolutePath" 486s Done executing task "ConvertToAbsolutePath". 486s 1:3>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Turkey.Tests.csproj". 486s 1:3>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 486s 1:3>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Turkey.Tests.csproj". 486s 1:3>Target "_GenerateRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s 1:3>Done building target "_GenerateRestoreProjectPathItems" in project "Turkey.Tests.csproj". 486s 1:3>Target "_GenerateRestoreProjectPathWalk" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 0>/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/9.0.102/' expanded from the environment. 486s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props (60,5) 486s /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share/Microsoft\MSBuild' expanded from the environment. 486s The "Configuration" property is a global property, and cannot be modified. 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5) 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 486s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 486s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 486s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (4,5) 486s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj(9,22): message : Property 'TargetBundledFramework' with value 'true' expanded from the environment. 486s Property reassignment: $(TargetFramework)="net9.0" (previous value: "net6.0") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (9,5) 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 486s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 486s Property reassignment: $(OutputPath)="bin\Release/net9.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 486s Property reassignment: $(IntermediateOutputPath)="obj\Release/net9.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 486s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 486s Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 486s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets (205,5) 486s The "Configuration" property is a global property, and cannot be modified. 486s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (179,5) 486s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (185,5) 486s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.csproj.Up2Date" (previous value: "Turkey.csproj") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (393,5) 486s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (541,5) 486s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (580,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share' expanded from the environment. 486s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (3897,5) 486s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 486s AssignProjectConfiguration; 486s _SplitProjectReferencesByFileExistence 486s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (5100,5) 486s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/9.0.102' expanded from the environment. 486s Property reassignment: $(ProjectAssetsFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/project.assets.json" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj//project.assets.json") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5) 486s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.assets.cache" (previous value: "obj\Release/net9.0/Turkey.assets.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s " (previous value: " 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 486s Property reassignment: $(PrepareResourcesDependsOn)=" 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s 486s " (previous value: " 486s ; 486s PrepareResourceNames; 486s ResGen; 486s CompileLicxFiles 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 486s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 486s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 486s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 486s 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ; 486s ResolveTargetingPackAssets; 486s " (previous value: " 486s 486s ResolveProjectReferences; 486s FindInvalidProjectReferences; 486s GetFrameworkPaths; 486s GetReferenceAssemblyPaths; 486s PrepareForBuild; 486s ResolveSDKReferences; 486s ExpandSDKReferences; 486s ; 486s ResolvePackageDependenciesForBuild; 486s _HandlePackageFileConflicts; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 486s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genruntimeconfig.cache" (previous value: "obj\Release/net9.0/Turkey.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 486s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genpublishdeps.cache" (previous value: "obj\Release/net9.0/Turkey.genpublishdeps.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 486s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genbundle.cache" (previous value: "obj\Release/net9.0/Turkey.genbundle.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 486s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 486s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp' expanded from the environment. 486s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 486s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5) 486s Property reassignment: $(CoreBuildDependsOn)=" 486s _CheckForBuildWithNoBuild; 486s 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ; 486s GenerateBuildDependencyFile; 486s GenerateBuildRuntimeConfigurationFiles 486s " (previous value: " 486s BuildOnlySettings; 486s PrepareForBuild; 486s PreBuildEvent; 486s ResolveReferences; 486s PrepareResources; 486s ResolveKeySource; 486s Compile; 486s ExportWindowsMDFile; 486s UnmanagedUnregistration; 486s GenerateSerializationAssemblies; 486s CreateSatelliteAssemblies; 486s GenerateManifests; 486s GetTargetPath; 486s PrepareForRun; 486s UnmanagedRegistration; 486s IncrementalClean; 486s PostBuildEvent 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5) 486s Property reassignment: $(CoreCleanDependsOn)=" 486s _SdkBeforeClean; 486s 486s " (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5) 486s Property reassignment: $(RebuildDependsOn)=" 486s _SdkBeforeRebuild; 486s 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s 486s " (previous value: " 486s BeforeRebuild; 486s Clean; 486s Build; 486s AfterRebuild; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5) 486s Property reassignment: $(CompileDependsOn)=" 486s 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ; 486s _CreateAppHost; 486s _CreateComHost; 486s _GetIjwHostPaths; 486s " (previous value: " 486s ResolveReferences; 486s ResolveKeySource; 486s SetWin32ManifestProperties; 486s _SetPreferNativeArm64Win32ManifestProperties; 486s FindReferenceAssembliesForReferences; 486s _GenerateCompileInputs; 486s BeforeCompile; 486s _TimeStampBeforeCompile; 486s _GenerateCompileDependencyCache; 486s CoreCompile; 486s _TimeStampAfterCompile; 486s AfterCompile; 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5) 486s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 486s 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ; 486s CoreGenerateSatelliteAssemblies 486s " (previous value: " 486s ; 486s _GenerateSatelliteAssemblyInputs; 486s ComputeIntermediateSatelliteAssemblies; 486s GenerateSatelliteAssemblies 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 486s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 486s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 486s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 486s 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ; 486s _GenerateDesignerDepsFile; 486s _GenerateDesignerRuntimeConfigFile; 486s GetCopyToOutputDirectoryItems; 486s _GatherDesignerShadowCopyFiles; 486s " (previous value: " 486s ; 486s 486s ; 486s BuildOnlySettings; 486s PrepareForBuild; 486s AssignTargetPaths; 486s ResolveReferences 486s 486s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 486s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.toolssettingsinput.cache" (previous value: "obj\Release/net9.0/Turkey.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 486s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.shiminput.cache" (previous value: "obj\Release/net9.0/Turkey.shiminput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 486s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.shimcreated.sentinel" (previous value: "obj\Release/net9.0/Turkey.shimcreated.sentinel") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 486s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 486s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 486s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 486s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 486s Property reassignment: $(_IsNotSetContainersTargetsDir)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets (60,5) 486s Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (5,5) 486s Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (15,5) 486s Assembly loaded during Evaluation: System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Runtime.Serialization.Formatters.dll, MVID: c147f6e5-c049-42c9-acb1-857f2fbc0c3e, AssemblyLoadContext: Default) 486s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 486s Overriding target "Run" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 486s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 486s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 486s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 486s 1:3>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:3) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2) on node 1 (_GenerateRestoreProjectPathWalk target(s)). 486s 2>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s 2>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it): 486s Task "ConvertToAbsolutePath" 486s Done executing task "ConvertToAbsolutePath". 486s 2>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Turkey.csproj". 486s 2>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathItems" depends on it): 486s 2>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Turkey.csproj". 486s 2>Target "_GenerateRestoreProjectPathItems" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it): 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s 2>Done building target "_GenerateRestoreProjectPathItems" in project "Turkey.csproj". 486s 2>Target "_GenerateRestoreProjectPathWalk" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 486s Task "MSBuild" 486s Done executing task "MSBuild". 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s 2>Done building target "_GenerateRestoreProjectPathWalk" in project "Turkey.csproj". 486s 2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateRestoreProjectPathWalk target(s)). 486s 1:3>Done executing task "MSBuild". 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s 1:3>Done building target "_GenerateRestoreProjectPathWalk" in project "Turkey.Tests.csproj". 486s 1:3>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateRestoreProjectPathWalk target(s)). 486s 1>Done executing task "MSBuild". 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:4) on node 1 (_IsProjectRestoreSupported target(s)). 486s 1:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully. 486s 1:4>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_IsProjectRestoreSupported target(s)). 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:2) on node 1 (_IsProjectRestoreSupported target(s)). 486s 2:2>Target "_IsProjectRestoreSupported" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 486s 2:2>Done building target "_IsProjectRestoreSupported" in project "Turkey.csproj". 486s 2:2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_IsProjectRestoreSupported target(s)). 486s 1>Done executing task "MSBuild". 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ). 486s 1>Done building target "_GetAllRestoreProjectPathItems" in project "Turkey.Tests.csproj". 486s 1>Target "_GenerateRestoreGraph" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 486s Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 486s Task "Message" 486s Generating dg file 486s Done executing task "Message". 486s Task "Message" 486s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 486s Done executing task "Message". 486s Task "Message" 486s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 486s Done executing task "Message". 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 486s 2:3>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 486s 2:3>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 486s 2:3>Done building target "_GetProjectJsonPath" in project "Turkey.csproj". 486s 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 '' == '')). 486s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 486s 2:3>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 486s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true'). 486s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 486s 2:3>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.csproj". 486s 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'). 486s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 486s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 486s 2:3>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 486s 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 '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 486s 2:3>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.csproj". 486s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 486s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 486s 2:3>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 486s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 486s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 486s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 486s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 486s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 486s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 486s 2:3>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.csproj". 486s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 486s 2:3>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 486s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckForImplicitPackageReferenceOverrides" 486s Done executing task "CheckForImplicitPackageReferenceOverrides". 486s 2:3>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.csproj". 486s 2:3>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 486s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ApplyImplicitVersions" 486s Done executing task "ApplyImplicitVersions". 486s 2:3>Done building target "ApplyImplicitVersions" in project "Turkey.csproj". 486s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 486s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 486s 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')). 486s 2:3>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 486s 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'). 486s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 486s 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'). 486s 2:3>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.csproj". 486s 2:3>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 486s 2:3>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.csproj". 486s 2:3>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 486s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckForDuplicateFrameworkReferences" 486s Done executing task "CheckForDuplicateFrameworkReferences". 486s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ProcessFrameworkReferences" 486s Done executing task "ProcessFrameworkReferences". 486s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ResolveAppHosts" 486s Done executing task "ResolveAppHosts". 486s 2:3>Done building target "ProcessFrameworkReferences" in project "Turkey.csproj". 486s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 486s Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full'). 486s 2:3>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 486s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 486s 2:3>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.csproj". 486s 2:3>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 486s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "CheckForDuplicateNuGetItemsTask" 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.CheckForDuplicateNuGetItemsTask): NuGet.ProjectModel, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.ProjectModel.dll, MVID: 91646f9b-2d75-40f7-81fe-d94ace045883, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 2:3>Done building target "CollectPackageReferences" in project "Turkey.csproj". 486s 2:3>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreSpecs" depends on it): 486s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreProjectStyleTask" 486s Done executing task "GetRestoreProjectStyleTask". 486s 2:3>Done building target "_GetRestoreProjectStyle" in project "Turkey.csproj". 486s 2:3>Target "_GenerateRestoreSpecs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 486s Task "Message" 486s Restore entry point /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 486s Done executing task "Message". 486s 2:3>Done building target "_GenerateRestoreSpecs" in project "Turkey.csproj". 486s 2:3>Target "_GetRestoreSettingsOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettings" depends on it): 486s Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 486s 2:3>Done building target "_GetRestoreSettingsOverrides" in project "Turkey.csproj". 486s 2:3>Target "_GetRestoreSettingsPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 486s 2:3>Done building target "_GetRestoreSettingsPerFramework" in project "Turkey.csproj". 486s 2:3>Target "_GetRestoreSettingsCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreSettings" depends on it): 486s 2:3>Done building target "_GetRestoreSettingsCurrentProject" in project "Turkey.csproj". 486s Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 486s 2:3>Target "_GetRestoreSettings" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 486s Using "GetRestoreSettingsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreSettingsTask" 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreSettingsTask): NuGet.Packaging, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Packaging.dll, MVID: 3550aab3-b69f-448a-8984-5857ec3e94bd, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreSettingsTask): NuGet.LibraryModel, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.LibraryModel.dll, MVID: b900c36f-6896-431a-a53d-30a9ea429389, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Done executing task "GetRestoreSettingsTask". 486s 2:3>Done building target "_GetRestoreSettings" in project "Turkey.csproj". 486s 2:3>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 486s Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreDotnetCliToolsTask" 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreDotnetCliToolsTask): NuGet.Versioning, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Versioning.dll, MVID: e647781a-f71a-48a4-8233-4362ce536653, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Done executing task "GetRestoreDotnetCliToolsTask". 486s 2:3>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Turkey.csproj". 486s 2:3>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 486s 2:3>Done building target "_GenerateRestoreGraphProjectEntry" in project "Turkey.csproj". 486s 2:3>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 486s 1:5>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 486s 1:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 486s 1:5>Done building target "_GetProjectJsonPath" in project "Turkey.Tests.csproj". 486s 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 '' == '')). 486s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 486s 1:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 486s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true'). 486s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 486s 1:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 486s 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'). 486s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 486s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 486s 1:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 486s 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 '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 486s 1:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 486s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 486s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 486s 1:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 486s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 486s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 486s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 486s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 486s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 486s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 486s 1:5>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.Tests.csproj". 486s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 486s 1:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 486s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckForImplicitPackageReferenceOverrides" 486s Done executing task "CheckForImplicitPackageReferenceOverrides". 486s 1:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.Tests.csproj". 486s 1:5>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 486s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ApplyImplicitVersions" 486s Done executing task "ApplyImplicitVersions". 486s 1:5>Done building target "ApplyImplicitVersions" in project "Turkey.Tests.csproj". 486s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 486s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 486s 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')). 486s 1:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 486s 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'). 486s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 486s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 486s 1:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.Tests.csproj". 486s 1:5>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 486s 1:5>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.Tests.csproj". 486s 1:5>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 486s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "CheckForDuplicateFrameworkReferences" 486s Done executing task "CheckForDuplicateFrameworkReferences". 486s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ProcessFrameworkReferences" 486s Done executing task "ProcessFrameworkReferences". 486s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "ResolveAppHosts" 486s Done executing task "ResolveAppHosts". 486s 1:5>Done building target "ProcessFrameworkReferences" in project "Turkey.Tests.csproj". 486s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 486s Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full'). 486s 1:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 486s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 486s 1:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.Tests.csproj". 486s 1:5>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 486s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 1:5>Done building target "CollectPackageReferences" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreSpecs" depends on it): 486s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreProjectStyleTask" 486s Done executing task "GetRestoreProjectStyleTask". 486s 1:5>Done building target "_GetRestoreProjectStyle" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GenerateRestoreSpecs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 486s Task "Message" 486s Restore entry point /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 486s Done executing task "Message". 486s 1:5>Done building target "_GenerateRestoreSpecs" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GetRestoreSettingsOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettings" depends on it): 486s Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ). 486s Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ). 486s 1:5>Done building target "_GetRestoreSettingsOverrides" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it): 486s 1:5>Done building target "_GetRestoreSettingsPerFramework" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreSettings" depends on it): 486s 1:5>Done building target "_GetRestoreSettingsCurrentProject" in project "Turkey.Tests.csproj". 486s Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ). 486s 1:5>Target "_GetRestoreSettings" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it): 486s Using "GetRestoreSettingsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreSettingsTask" 486s Done executing task "GetRestoreSettingsTask". 486s 1:5>Done building target "_GetRestoreSettings" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it): 486s Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreDotnetCliToolsTask" 486s Done executing task "GetRestoreDotnetCliToolsTask". 486s 1:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Turkey.Tests.csproj". 486s 1:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 486s 1:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "Turkey.Tests.csproj". 486s 1:5>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 486s 1>Done executing task "MSBuild". 486s Task "MSBuild" 486s Global Properties: 486s ExcludeRestorePackageImports=true 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 486s 2:4>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s 2:4>Target "_GetRestoreTargetFrameworkOverride" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreTargetFrameworksOutput" depends on it): 486s Task "GetGlobalPropertyValueTask" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s 2:4>Done building target "_GetRestoreTargetFrameworkOverride" in project "Turkey.csproj". 486s 2:4>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 486s Using "GetProjectTargetFrameworksTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetProjectTargetFrameworksTask" 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.GetProjectTargetFrameworksTask): NuGet.Frameworks, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Frameworks.dll, MVID: bc2330d1-c490-4523-895f-1c92003842c8, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Done executing task "GetProjectTargetFrameworksTask". 486s 2:4>Done building target "_GetRestoreTargetFrameworksOutput" in project "Turkey.csproj". 486s Target "_GetRestoreSettings" skipped. Previously built successfully. 486s 2:4>Target "_GenerateRestoreProjectSpec" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 486s Task "ConvertToAbsolutePath" 486s Done executing task "ConvertToAbsolutePath". 486s 2:4>Done building target "_GenerateRestoreProjectSpec" in project "Turkey.csproj". 486s Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "CollectPackageReferences" skipped. Previously built successfully. 486s 2:4>Target "CollectPackageDownloads" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 2:4>Done building target "CollectPackageDownloads" in project "Turkey.csproj". 486s 2:4>Target "CollectFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CollectRestoreInputs" depends on it): 486s 2:4>Done building target "CollectFrameworkReferences" in project "Turkey.csproj". 486s 2:4>Target "CollectCentralPackageVersions" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 2:4>Done building target "CollectCentralPackageVersions" in project "Turkey.csproj". 486s 2:4>Target "CollectNuGetAuditSuppressions" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 2:4>Done building target "CollectNuGetAuditSuppressions" in project "Turkey.csproj". 486s 2:4>Target "_CollectRestoreInputs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 486s 2:4>Done building target "_CollectRestoreInputs" in project "Turkey.csproj". 486s Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 486s 2:4>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 486s Using "GetRestoreProjectReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreProjectReferencesTask" 486s Done executing task "GetRestoreProjectReferencesTask". 486s Using "GetRestorePackageReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestorePackageReferencesTask" 486s Done executing task "GetRestorePackageReferencesTask". 486s Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 486s Using "GetRestorePackageDownloadsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestorePackageDownloadsTask" 486s Done executing task "GetRestorePackageDownloadsTask". 486s Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreFrameworkReferencesTask" 486s Done executing task "GetRestoreFrameworkReferencesTask". 486s Using "GetRestoreNuGetAuditSuppressionsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreNuGetAuditSuppressionsTask" 486s Done executing task "GetRestoreNuGetAuditSuppressionsTask". 486s 2:4>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Turkey.csproj". 486s 2:4>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateRestoreDependencies" depends on it): 486s 2:4>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Turkey.csproj". 486s 2:4>Target "_GenerateRestoreDependencies" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 486s 2:4>Done building target "_GenerateRestoreDependencies" in project "Turkey.csproj". 486s 2:4>Target "_GenerateProjectRestoreGraph" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 486s 2:4>Done building target "_GenerateProjectRestoreGraph" in project "Turkey.csproj". 486s 2:4>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (_GenerateProjectRestoreGraph target(s)). 486s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 486s 1:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s 1:6>Target "_GetRestoreTargetFrameworkOverride" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreTargetFrameworksOutput" depends on it): 486s Task "GetGlobalPropertyValueTask" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s 1:6>Done building target "_GetRestoreTargetFrameworkOverride" in project "Turkey.Tests.csproj". 486s 1:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreProjectSpec" depends on it): 486s Using "GetProjectTargetFrameworksTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetProjectTargetFrameworksTask" 486s Done executing task "GetProjectTargetFrameworksTask". 486s 1:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "Turkey.Tests.csproj". 486s Target "_GetRestoreSettings" skipped. Previously built successfully. 486s 1:6>Target "_GenerateRestoreProjectSpec" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 486s Task "ConvertToAbsolutePath" 486s Done executing task "ConvertToAbsolutePath". 486s 1:6>Done building target "_GenerateRestoreProjectSpec" in project "Turkey.Tests.csproj". 486s Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ). 486s Target "_GetRestoreProjectStyle" skipped. Previously built successfully. 486s Target "CollectPackageReferences" skipped. Previously built successfully. 486s 1:6>Target "CollectPackageDownloads" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 1:6>Done building target "CollectPackageDownloads" in project "Turkey.Tests.csproj". 486s 1:6>Target "CollectFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CollectRestoreInputs" depends on it): 486s 1:6>Done building target "CollectFrameworkReferences" in project "Turkey.Tests.csproj". 486s 1:6>Target "CollectCentralPackageVersions" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 1:6>Done building target "CollectCentralPackageVersions" in project "Turkey.Tests.csproj". 486s 1:6>Target "CollectNuGetAuditSuppressions" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CollectRestoreInputs" depends on it): 486s Task "CheckForDuplicateNuGetItemsTask" 486s Done executing task "CheckForDuplicateNuGetItemsTask". 486s 1:6>Done building target "CollectNuGetAuditSuppressions" in project "Turkey.Tests.csproj". 486s 1:6>Target "_CollectRestoreInputs" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it): 486s 1:6>Done building target "_CollectRestoreInputs" in project "Turkey.Tests.csproj". 486s Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != ''). 486s 1:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it): 486s Using "GetRestoreProjectReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreProjectReferencesTask" 486s Done executing task "GetRestoreProjectReferencesTask". 486s Using "GetRestorePackageReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestorePackageReferencesTask" 486s Done executing task "GetRestorePackageReferencesTask". 486s Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ). 486s Using "GetRestorePackageDownloadsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestorePackageDownloadsTask" 486s Done executing task "GetRestorePackageDownloadsTask". 486s Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreFrameworkReferencesTask" 486s Done executing task "GetRestoreFrameworkReferencesTask". 486s Using "GetRestoreNuGetAuditSuppressionsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "GetRestoreNuGetAuditSuppressionsTask" 486s Done executing task "GetRestoreNuGetAuditSuppressionsTask". 486s 1:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Turkey.Tests.csproj". 486s 1:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateRestoreDependencies" depends on it): 486s 1:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Turkey.Tests.csproj". 486s 1:6>Target "_GenerateRestoreDependencies" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateProjectRestoreGraph" depends on it): 486s 1:6>Done building target "_GenerateRestoreDependencies" in project "Turkey.Tests.csproj". 486s 1:6>Target "_GenerateProjectRestoreGraph" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 486s 1:6>Done building target "_GenerateProjectRestoreGraph" in project "Turkey.Tests.csproj". 486s 1:6>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (_GenerateProjectRestoreGraph target(s)). 486s 1>Done executing task "MSBuild". 486s 1>Done building target "_GenerateRestoreGraph" in project "Turkey.Tests.csproj". 486s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 486s 1>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 486s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 486s Task "AllowEmptyTelemetry" 486s Done executing task "AllowEmptyTelemetry". 486s 1>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.Tests.csproj". 486s 1>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 486s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true'). 486s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 486s 1>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 486s 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'). 486s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 486s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 486s 1>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Restore" depends on it): 486s 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 '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 486s 1>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 486s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 486s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 486s 1>Target "Restore" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 486s Task "RemoveDuplicates" 486s Done executing task "RemoveDuplicates". 486s Using "RestoreTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 486s Task "RestoreTask" 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Protocol, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Protocol.dll, MVID: 24ba9a8d-c330-4a23-aa14-3b9beb050d2c, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Credentials, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.Credentials.dll, MVID: 9d32ace0-4837-4de7-a2db-7908a589a48c, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.DependencyResolver.Core, Version=6.12.2.32767, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/NuGet.DependencyResolver.Core.dll, MVID: ff276435-dc8c-47bb-ae33-7afe89a73fd7, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s X.509 certificate chain validation will use the fallback certificate bundle at '/usr/lib/dotnet/sdk/9.0.102/trustedroots/codesignctl.pem'. 486s X.509 certificate chain validation will use the fallback certificate bundle at '/usr/lib/dotnet/sdk/9.0.102/trustedroots/timestampctl.pem'. 486s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (location: /usr/lib/dotnet/sdk/9.0.102/Newtonsoft.Json.dll, MVID: 269ce25d-7318-4412-8ad8-e05cf4cbde73, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 486s Running restore with 4 concurrent jobs. 486s Reading project file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj. 486s Reading project file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj. 486s Restoring packages for /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj... 486s Restoring packages for /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj... 487s 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 487s 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 487s 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 487s GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit/index.json 487s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Net.NetworkInformation.dll, MVID: bc3b2529-42cd-4b38-83a3-3375b5063a36, AssemblyLoadContext: Default) 487s 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 487s GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 487s GET https://api.nuget.org/v3-flatcontainer/xunit/index.json 487s GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 487s GET https://api.nuget.org/v3-flatcontainer/system.commandline/index.json 487s GET https://api.nuget.org/v3-flatcontainer/text.analyzers/index.json 487s NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/516521bf-6417-457e-9a9c-0a4bdfde03e7/nuget/v3/flat2/xunit/index.json 507ms 487s 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 509ms 487s 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 512ms 487s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.IO.Pipelines.dll, MVID: 17f9df70-3568-41ed-921a-c84bd3b1dd6f, AssemblyLoadContext: Default) 487s OK https://api.nuget.org/v3-flatcontainer/xunit/index.json 164ms 487s GET https://api.nuget.org/v3-flatcontainer/xunit/2.8.0/xunit.2.8.0.nupkg 487s 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 748ms 487s 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 487s 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 764ms 487s OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/index.json 328ms 487s GET https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.8.0/xunit.runner.visualstudio.2.8.0.nupkg 487s OK https://api.nuget.org/v3-flatcontainer/xunit/2.8.0/xunit.2.8.0.nupkg 183ms 487s OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/index.json 370ms 487s GET https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.9.0/microsoft.net.test.sdk.17.9.0.nupkg 487s OK https://api.nuget.org/v3-flatcontainer/system.commandline/index.json 371ms 487s OK https://api.nuget.org/v3-flatcontainer/text.analyzers/index.json 371ms 487s GET https://api.nuget.org/v3-flatcontainer/text.analyzers/3.3.4/text.analyzers.3.3.4.nupkg 488s OK https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.8.0/xunit.runner.visualstudio.2.8.0.nupkg 89ms 488s OK https://api.nuget.org/v3-flatcontainer/text.analyzers/3.3.4/text.analyzers.3.3.4.nupkg 89ms 488s OK https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.9.0/microsoft.net.test.sdk.17.9.0.nupkg 92ms 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 488s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/index.json 163ms 488s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg 488s OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/index.json 168ms 488s GET https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.9.0/microsoft.codecoverage.17.9.0.nupkg 488s OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/index.json 177ms 488s GET https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.13.0/xunit.analyzers.1.13.0.nupkg 488s 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 192ms 488s 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 192ms 488s 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 191ms 488s 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 194ms 488s 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 202ms 488s OK https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.9.0/microsoft.codecoverage.17.9.0.nupkg 92ms 488s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg 107ms 488s OK https://api.nuget.org/v3-flatcontainer/xunit.core/index.json 333ms 488s GET https://api.nuget.org/v3-flatcontainer/xunit.core/2.8.0/xunit.core.2.8.0.nupkg 488s OK https://api.nuget.org/v3-flatcontainer/xunit.assert/index.json 346ms 488s GET https://api.nuget.org/v3-flatcontainer/xunit.assert/2.8.0/xunit.assert.2.8.0.nupkg 488s OK https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.13.0/xunit.analyzers.1.13.0.nupkg 178ms 488s 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 603ms 488s OK https://api.nuget.org/v3-flatcontainer/xunit.assert/2.8.0/xunit.assert.2.8.0.nupkg 80ms 488s OK https://api.nuget.org/v3-flatcontainer/xunit.core/2.8.0/xunit.core.2.8.0.nupkg 97ms 488s Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.3 488s Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 4.5.3 488s Acquiring lock for the installation of System.Numerics.Vectors 4.4.0 488s Acquired lock for the installation of System.Numerics.Vectors 4.4.0 488s Acquiring lock for the installation of System.Buffers 4.5.1 488s Acquired lock for the installation of System.Buffers 4.5.1 488s Acquiring lock for the installation of System.Memory 4.5.4 488s Acquired lock for the installation of System.Memory 4.5.4 488s Acquiring lock for the installation of Text.Analyzers 3.3.4 488s Acquired lock for the installation of Text.Analyzers 3.3.4 488s Acquiring lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 488s Acquired lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 488s Acquiring lock for the installation of Newtonsoft.Json 13.0.3 488s Acquired lock for the installation of Newtonsoft.Json 13.0.3 488s Installed System.Buffers 4.5.1 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.buffers/4.5.1 with content hash VskdHejSQE4BzkiJp8iqG5Vvp2a7RyfNGWFNxuR3wBg1mFnbDZwybMS1oj33cO2wcrCciJKo251vS57NeqcHiQ==. 488s Installed System.Numerics.Vectors 4.4.0 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.numerics.vectors/4.4.0 with content hash m33/3fuFUip5WOQxsMvs+u2Y5IyUAV2enn2jvvg7gcjjazKvHRjTGVj2SwOezlI3Mx9XZEU+NvOrKSmvyeL4zQ==. 488s Installed System.Runtime.CompilerServices.Unsafe 4.5.3 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.3 with content hash KJss0j5jKBuJb2PT4cohXvy2jzwSAd3LFIMJjHMO6JOFbaUJXMPctyxaotDxUhTYS2l/F+sspdTRsr26YbMqiw==. 488s Installed System.Memory 4.5.4 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.memory/4.5.4 with content hash z5Gmw2S+hf82ljErk/3dC38OtVbySKGf6hWc2dc0hnSK7ML1PsP208vYmR0E2mqW7wrwkG0L/HSN+EDdQOAidg==. 488s Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Security.Cryptography.Pkcs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/9.0.102/System.Security.Cryptography.Pkcs.dll, MVID: c5a20764-1495-4716-bdf1-350c2339fdbd, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll) 488s Installed Newtonsoft.Json 13.0.3 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3 with content hash Gi76ife2MYngQ4a0P5S1R/Lhwh/rPPWzaRYrEXP13utHCZ+nhAocOwi/EY/WQFwnANaM5v8XuCcOlmxhPqx5bg==. 488s 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 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 488s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 488s 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 488s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 489s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/index.json 167ms 489s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/index.json 167ms 489s OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 167ms 489s GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg 489s GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg 489s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/index.json 170ms 489s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.8.0/xunit.extensibility.core.2.8.0.nupkg 489s GET https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.8.0/xunit.extensibility.execution.2.8.0.nupkg 489s 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 194ms 489s 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 193ms 489s 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 198ms 489s 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 207ms 489s OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg 68ms 489s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.8.0/xunit.extensibility.execution.2.8.0.nupkg 72ms 489s OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg 91ms 489s OK https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.8.0/xunit.extensibility.core.2.8.0.nupkg 95ms 489s Acquiring lock for the installation of System.Collections.Immutable 1.5.0 489s Acquired lock for the installation of System.Collections.Immutable 1.5.0 489s Acquiring lock for the installation of System.Reflection.Metadata 1.6.0 489s Acquired lock for the installation of System.Reflection.Metadata 1.6.0 489s Acquiring lock for the installation of xunit.abstractions 2.0.3 489s Acquired lock for the installation of xunit.abstractions 2.0.3 489s Acquiring lock for the installation of Newtonsoft.Json 13.0.1 489s Acquired lock for the installation of Newtonsoft.Json 13.0.1 489s Acquiring lock for the installation of Microsoft.TestPlatform.ObjectModel 17.9.0 489s Acquired lock for the installation of Microsoft.TestPlatform.ObjectModel 17.9.0 489s Installed System.Collections.Immutable 1.5.0 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.collections.immutable/1.5.0 with content hash SyYiYK9qSsrbMisX4dTGIRUfjLrXSGsVJYQCLj22hak0xUTu2EncJ7lLbOELaJAtVmfx9XviuMEsG2Rfuc0gfQ==. 489s Acquiring lock for the installation of xunit.extensibility.execution 2.8.0 489s Acquired lock for the installation of xunit.extensibility.execution 2.8.0 489s Acquiring lock for the installation of xunit.extensibility.core 2.8.0 489s Acquiring lock for the installation of Microsoft.NET.Test.Sdk 17.9.0 489s Acquired lock for the installation of xunit.extensibility.core 2.8.0 489s Acquired lock for the installation of Microsoft.NET.Test.Sdk 17.9.0 489s Acquiring lock for the installation of Microsoft.CodeCoverage 17.9.0 489s Acquired lock for the installation of Microsoft.CodeCoverage 17.9.0 489s Acquiring lock for the installation of Microsoft.TestPlatform.TestHost 17.9.0 489s Acquired lock for the installation of Microsoft.TestPlatform.TestHost 17.9.0 489s Acquiring lock for the installation of xunit.analyzers 1.13.0 489s Acquired lock for the installation of xunit.analyzers 1.13.0 489s Acquiring lock for the installation of xunit.assert 2.8.0 489s Acquired lock for the installation of xunit.assert 2.8.0 489s Acquiring lock for the installation of xunit.core 2.8.0 489s Acquired lock for the installation of xunit.core 2.8.0 489s Acquiring lock for the installation of Text.Analyzers 3.3.4 489s Acquiring lock for the installation of System.CommandLine 2.0.0-beta1.21573.1 489s Acquiring lock for the installation of xunit.runner.visualstudio 2.8.0 489s Acquired lock for the installation of xunit.runner.visualstudio 2.8.0 489s Acquiring lock for the installation of xunit 2.8.0 489s Acquired lock for the installation of xunit 2.8.0 489s Installed xunit.abstractions 2.0.3 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3 with content hash QntokVXVLvPXDpy8kiJu7yBZ1kUW7YJInOKKHaVxDkl9Q7Ee+5VbfbKojh7fPjEdfMeKirecJ2LfEYxKJ8hdfg==. 489s Installed System.Reflection.Metadata 1.6.0 from /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.reflection.metadata/1.6.0 with content hash mTA50+tqG0io4WQgoMZQRfLiXeg6AwNPKVnA8YI1YeVqWafF8DRl2OgehhbG7K7eBOHghgS62UPnFM6Gd1xqaQ==. 489s 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 489s PackageSignatureVerificationLog: PackageIdentity: Text.Analyzers.3.3.4 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed System.CommandLine 2.0.0-beta1.21573.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1 with content hash +85OAZ2YRORmPuDplz2zYX4ZAGHe3IPs8YHv8NwiIlzGiC6U3bNUY2Jqyu8rPCj2SjvGGS6bsLVrP4Gm/rbQQw==. 489s PackageSignatureVerificationLog: PackageIdentity: xunit.extensibility.execution.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s PackageSignatureVerificationLog: PackageIdentity: xunit.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed xunit.extensibility.execution 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0 with content hash TyyrZesHB9ODZMS9c73OqiBz4x0vL944JCkSPBWW5w6PF2LlUfdfXRjjOhoIOuY6lTmEgl07rS4/Jot9mCYnpg==. 489s Installed xunit 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit/2.8.0 with content hash US3a3twJziAif1kFPGdk9fALwILHxV0n1roX5j67bN/d3o4DGNLHnV3tr5ZX+uinVrzfkf0avH3zGX8JPBC0qA==. 489s PackageSignatureVerificationLog: PackageIdentity: Microsoft.CodeCoverage.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s PackageSignatureVerificationLog: PackageIdentity: Microsoft.NET.Test.Sdk.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed Microsoft.NET.Test.Sdk 17.9.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0 with content hash 7GUNAUbJYn644jzwLm5BD3a2p9C1dmP8Hr6fDPDxgItQk9hBs1Svdxzz07KQ/UphMSmgza9AbijBJGmw5D658A==. 489s PackageSignatureVerificationLog: PackageIdentity: xunit.extensibility.core.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed xunit.extensibility.core 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0 with content hash eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==. 489s PackageSignatureVerificationLog: PackageIdentity: Newtonsoft.Json.13.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s PackageSignatureVerificationLog: PackageIdentity: Microsoft.TestPlatform.ObjectModel.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed Newtonsoft.Json 13.0.1 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.1 with content hash ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==. 489s Installed Microsoft.TestPlatform.ObjectModel 17.9.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0 with content hash 1ilw/8vgmjLyKU+2SKXKXaOqpYFJCQfGqGz+x0cosl981VzjrY74Sv6qAJv+neZMZ9ZMxF3ArN6kotaQ4uvEBw==. 489s PackageSignatureVerificationLog: PackageIdentity: xunit.analyzers.1.13.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s PackageSignatureVerificationLog: PackageIdentity: Microsoft.TestPlatform.TestHost.17.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed xunit.analyzers 1.13.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.analyzers/1.13.0 with content hash Pai9YnDV71/Ox14nBHB6/f62iyPyLbmUG/YYMiA4dfdFZvr0gIYE9yGxSr0i5Tr3INK75wgL2MCUNEKpeiZ2Fw==. 489s Lock not required - Package already installed System.CommandLine 2.0.0-beta1.21573.1 489s Installed Microsoft.CodeCoverage 17.9.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0 with content hash RGD37ZSrratfScYXm7M0HjvxMxZyWZL4jm+XgMZbkIY1UPgjUpbNA/t+WTGj/rC/0Hm9A3IrH3ywbKZkOCnoZA==. 489s PackageSignatureVerificationLog: PackageIdentity: xunit.runner.visualstudio.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed xunit.runner.visualstudio 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0 with content hash mqQbS2zr8dfgSWxkNOC6UTzO8JoqpTmM5+FFn2XR/2nVmx2JvEY0YbM5pt2FmXVg9YVe+jKUPHd6KrroyCl67w==. 489s PackageSignatureVerificationLog: PackageIdentity: xunit.core.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed xunit.core 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.core/2.8.0 with content hash McSTFGTETCxLpmJKE9TWi9FtFthrRbpRrjz2V2g8sK2wRt1+JHs15vwi+B+nfftFkV9aFWIXZfzZM95TIGZNIA==. 489s Installed Text.Analyzers 3.3.4 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4 with content hash SxlXb1fAUHucMBqebmuBvs3AauUpJFEUGN5rHqJMkmqUz9jXwDK87oUtCE1GbxMYcTBN0omwxfh7TJG6d81Hxw==. 489s Lock not required - Package already installed Text.Analyzers 3.3.4 489s PackageSignatureVerificationLog: PackageIdentity: xunit.assert.2.8.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True 489s Installed Microsoft.TestPlatform.TestHost 17.9.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0 with content hash Spmg7Wx49Ya3SxBjyeAR+nQpjMTKZwTwpZ7KyeOTIqI/WHNPnBU4HUvl5kuHPQAwGWqMy4FGZja1HvEwvoaDiA==. 489s Installed xunit.assert 2.8.0 from https://api.nuget.org/v3/index.json to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0 with content hash lwf7Dy5/5HbDkaPx1YrGXCByytCEEcIn+KPI74jh2BD/RU/7RhO8c+S3k0Ph+Mr7+cLf338fl+o6UcgPCLa6PA==. 489s GET https://api.nuget.org/v3/vulnerabilities/index.json 489s OK https://api.nuget.org/v3/vulnerabilities/index.json 168ms 490s GET https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/vulnerability.base.json 490s GET https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/2025.02.11.04.21.55/vulnerability.update.json 490s OK https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/vulnerability.base.json 163ms 490s OK https://api.nuget.org/v3-vulnerabilities/2025.02.11.04.21.55/2025.02.11.04.21.55/vulnerability.update.json 183ms 490s All packages and projects are compatible with net9.0. 490s All packages and projects are compatible with net9.0. 490s Committing restore... 490s Committing restore... 490s Generating MSBuild file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.g.props. 490s Generating MSBuild file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.g.props. 490s Generating MSBuild file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.g.targets. 490s Generating MSBuild file /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.g.targets. 490s Writing assets file to disk. Path: /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/project.assets.json 490s Writing assets file to disk. Path: /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.assets.json 490s Writing cache file to disk. Path: /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/project.nuget.cache 490s Writing cache file to disk. Path: /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/project.nuget.cache 490s Persisting dg to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Turkey.csproj.nuget.dgspec.json 490s Persisting dg to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Turkey.Tests.csproj.nuget.dgspec.json 490s Restored /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj (in 3.45 sec). 490s Restored /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (in 3.45 sec). 490s 490s NuGet Config files used: 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/nuget.config 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/NuGet/NuGet.Config 490s 490s Feeds used: 490s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/packages 490s https://api.nuget.org/v3/index.json 490s 490s Installed: 490s 7 package(s) to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj 490s 22 package(s) to /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj 490s Done executing task "RestoreTask". 490s 1>Done building target "Restore" in project "Turkey.Tests.csproj". 490s 1>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (Restore target(s)). 490s 490s Build succeeded. 490s 0 Warning(s) 490s 0 Error(s) 490s 490s Time Elapsed 00:00:04.93 490s Build started 02/11/2025 10:19:54. 490s 0>Terminal Logger was not used because the output is being redirected to a file. 490s Terminal Logger was not used because the output is being redirected to a file. 490s Process = "/usr/lib/dotnet/dotnet" 490s MSBuild executable path = "/usr/lib/dotnet/sdk/9.0.102/MSBuild.dll" 490s Command line arguments = "/usr/lib/dotnet/sdk/9.0.102/MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto -nologo -nologo -nodereuse:false -target:VSTest -nologo -property:Configuration=Release -property:TargetFramework=net9.0 -verbosity:detailed Turkey.Tests -property:VSTestVerbosity=detailed -property:VSTestArtifactsProcessingMode=collect -property:VSTestSessionCorrelationId=8164_cfa7b703-c948-4634-adfa-e9ccb3c50084" 490s Current directory = "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner" 490s MSBuild version = "17.12.18+1cf154a56" 490s The SDK "Microsoft.NET.Sdk" was successfully resolved by the "DefaultSdkResolver" resolver to location "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk" and version "". 490s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/9.0.102/' expanded from the environment. 490s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props (60,5) 490s /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share/Microsoft\MSBuild' expanded from the environment. 490s The "Configuration" property is a global property, and cannot be modified. 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5) 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 490s The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". 490s Warnings: null 490s Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.SDK.WorkloadAutoImportPropsLocator/Sdk" did not exist. 490s The SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "null" and version "null". 490s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 490s The "TargetFramework" property is a global property, and cannot be modified. 490s The "TargetFramework" property is a global property, and cannot be modified. 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 490s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 490s Property reassignment: $(OutputPath)="bin\Release/net9.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 490s Property reassignment: $(IntermediateOutputPath)="obj\Release/net9.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 490s The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator". 490s Warnings: null 490s Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" because directory "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.SDK.WorkloadManifestTargetsLocator/Sdk" did not exist. 490s The SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "/usr/lib/dotnet/sdk-manifests/9.0.100/microsoft.net.workload.mono.toolchain.current/9.0.1" and version "null". 490s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 490s Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 490s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets (205,5) 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (175,5) 490s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (185,5) 490s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE" (previous value: "Turkey.Tests.csproj") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (392,5) 490s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.T.575BD0AE.Up2Date" (previous value: "Turkey.T.575BD0AE") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (393,5) 490s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (541,5) 490s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (580,5) 490s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share' expanded from the environment. 490s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (3897,5) 490s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 490s AssignProjectConfiguration; 490s _SplitProjectReferencesByFileExistence 490s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (5100,5) 490s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/9.0.102' expanded from the environment. 490s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets (20,5) 490s Property reassignment: $(HasRuntimeOutput)="true" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets (37,5) 490s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.assets.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.assets.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 490s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s " (previous value: " 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 490s Property reassignment: $(PrepareResourcesDependsOn)=" 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s 490s ; 490s PrepareResourceNames; 490s ResGen; 490s CompileLicxFiles 490s 490s " (previous value: " 490s ; 490s PrepareResourceNames; 490s ResGen; 490s CompileLicxFiles 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 490s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 490s 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s ; 490s ResolveTargetingPackAssets; 490s " (previous value: " 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 490s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genruntimeconfig.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 490s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genpublishdeps.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genpublishdeps.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 490s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.genbundle.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.genbundle.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 490s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 490s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp' expanded from the environment. 490s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 490s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 490s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5) 490s Property reassignment: $(CoreBuildDependsOn)=" 490s _CheckForBuildWithNoBuild; 490s 490s BuildOnlySettings; 490s PrepareForBuild; 490s PreBuildEvent; 490s ResolveReferences; 490s PrepareResources; 490s ResolveKeySource; 490s Compile; 490s ExportWindowsMDFile; 490s UnmanagedUnregistration; 490s GenerateSerializationAssemblies; 490s CreateSatelliteAssemblies; 490s GenerateManifests; 490s GetTargetPath; 490s PrepareForRun; 490s UnmanagedRegistration; 490s IncrementalClean; 490s PostBuildEvent 490s ; 490s GenerateBuildDependencyFile; 490s GenerateBuildRuntimeConfigurationFiles 490s " (previous value: " 490s BuildOnlySettings; 490s PrepareForBuild; 490s PreBuildEvent; 490s ResolveReferences; 490s PrepareResources; 490s ResolveKeySource; 490s Compile; 490s ExportWindowsMDFile; 490s UnmanagedUnregistration; 490s GenerateSerializationAssemblies; 490s CreateSatelliteAssemblies; 490s GenerateManifests; 490s GetTargetPath; 490s PrepareForRun; 490s UnmanagedRegistration; 490s IncrementalClean; 490s PostBuildEvent 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5) 490s Property reassignment: $(CoreCleanDependsOn)=" 490s _SdkBeforeClean; 490s 490s " (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5) 490s Property reassignment: $(RebuildDependsOn)=" 490s _SdkBeforeRebuild; 490s 490s BeforeRebuild; 490s Clean; 490s Build; 490s AfterRebuild; 490s 490s " (previous value: " 490s BeforeRebuild; 490s Clean; 490s Build; 490s AfterRebuild; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5) 490s Property reassignment: $(CompileDependsOn)=" 490s 490s ResolveReferences; 490s ResolveKeySource; 490s SetWin32ManifestProperties; 490s _SetPreferNativeArm64Win32ManifestProperties; 490s FindReferenceAssembliesForReferences; 490s _GenerateCompileInputs; 490s BeforeCompile; 490s _TimeStampBeforeCompile; 490s _GenerateCompileDependencyCache; 490s CoreCompile; 490s _TimeStampAfterCompile; 490s AfterCompile; 490s ; 490s _CreateAppHost; 490s _CreateComHost; 490s _GetIjwHostPaths; 490s " (previous value: " 490s ResolveReferences; 490s ResolveKeySource; 490s SetWin32ManifestProperties; 490s _SetPreferNativeArm64Win32ManifestProperties; 490s FindReferenceAssembliesForReferences; 490s _GenerateCompileInputs; 490s BeforeCompile; 490s _TimeStampBeforeCompile; 490s _GenerateCompileDependencyCache; 490s CoreCompile; 490s _TimeStampAfterCompile; 490s AfterCompile; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5) 490s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 490s 490s ; 490s _GenerateSatelliteAssemblyInputs; 490s ComputeIntermediateSatelliteAssemblies; 490s GenerateSatelliteAssemblies 490s ; 490s CoreGenerateSatelliteAssemblies 490s " (previous value: " 490s ; 490s _GenerateSatelliteAssemblyInputs; 490s ComputeIntermediateSatelliteAssemblies; 490s GenerateSatelliteAssemblies 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 490s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 490s 490s ; 490s 490s ; 490s BuildOnlySettings; 490s PrepareForBuild; 490s AssignTargetPaths; 490s ResolveReferences 490s 490s ; 490s _GenerateDesignerDepsFile; 490s _GenerateDesignerRuntimeConfigFile; 490s GetCopyToOutputDirectoryItems; 490s _GatherDesignerShadowCopyFiles; 490s " (previous value: " 490s ; 490s 490s ; 490s BuildOnlySettings; 490s PrepareForBuild; 490s AssignTargetPaths; 490s ResolveReferences 490s 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 490s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.toolssettingsinput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 490s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shiminput.cache" (previous value: "obj\Release/net9.0/Turkey.Tests.shiminput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 490s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.shimcreated.sentinel" (previous value: "obj\Release/net9.0/Turkey.Tests.shimcreated.sentinel") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 490s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 490s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 490s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 490s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 490s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 490s Property reassignment: $(_IsNotSetContainersTargetsDir)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets (60,5) 490s Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (5,5) 490s Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (15,5) 490s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 490s Overriding target "Run" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 490s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 490s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 490s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 490s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 490s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" on node 1 (VSTest target(s)). 490s 1>Target "GenerateProgramFile" in file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 490s 1>Task "Warning" skipped, due to false condition; (@(ProgramCompiles->Count()) != 0) was evaluated as (0 != 0). 490s 1>Done building target "GenerateProgramFile" in project "Turkey.Tests.csproj". 490s Target "ShowInfoMessageIfProjectHasNoIsTestProjectProperty" skipped, due to false condition; ('$(IsTestProject)' == '') was evaluated as ('true' == ''). 490s 1>Target "VSTest" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 490s /usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets(33,42): message : Property '_MSBUILDTLENABLED' with value '0' expanded from the environment. [/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 490s Using "CallTarget" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "CallTarget" 490s 1>Target "_VSTestConsole" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "VSTest" depends on it): 490s Task "CallTarget" 490s 1>Target "BuildProject" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_VSTestConsole" depends on it): 490s Task "CallTarget" 490s 1>Target "ShowMsbuildWithParameter" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BuildProject" depends on it): 490s Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "Message" 490s Building project /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj for TargetFramework=net9.0 490s Done executing task "Message". 490s Task "Message" 490s Value passed to msbuild are... 490s Done executing task "Message". 490s Task "Message" 490s Configuration = Release 490s Done executing task "Message". 490s Task "Message" 490s TargetFramework = net9.0 490s Done executing task "Message". 490s Task "Message" 490s Platform = 490s Done executing task "Message". 490s Task "Message" 490s OutputPath = bin\Release/net9.0/ 490s Done executing task "Message". 490s 1>Done building target "ShowMsbuildWithParameter" in project "Turkey.Tests.csproj". 490s Done executing task "CallTarget". 490s Assembly loaded during TaskRun: Microsoft.TestPlatform.Build, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.Build.dll, MVID: 514f90b9-9f72-4c1c-89a3-453f5efa81a3, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.Build.dll) 490s Using "VSTestLogsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.Build.dll". 490s Task "VSTestLogsTask" 490s Build started, please wait... 490s Done executing task "VSTestLogsTask". 490s Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "MSBuild" 490s 1>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) on node 1 (default targets). 490s 1:2>Target "GenerateProgramFile" skipped. Previously built successfully. 490s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 1:2>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "AllowEmptyTelemetry" 490s Done executing task "AllowEmptyTelemetry". 490s 1:2>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.Tests.csproj". 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 1:2>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 490s 1:2>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.Tests.csproj". 490s 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'). 490s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 490s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 490s 1:2>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 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 '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 490s 1:2>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.Tests.csproj". 490s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 490s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 490s 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). 490s 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')). 490s 1:2>Target "_CheckForUnsupportedArtifactsPath" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NetSdkError" skipped, due to false condition; ('$(UseArtifactsOutput)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 490s Task "NetSdkError" skipped, due to false condition; ('$(_ArtifactsPathLocationType)' == 'ProjectFolder') was evaluated as ('' == 'ProjectFolder'). 490s 1:2>Done building target "_CheckForUnsupportedArtifactsPath" in project "Turkey.Tests.csproj". 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 1:2>Target "_CheckForUnsupportedAppHostUsage" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true') was evaluated as ('' == 'true' and '' == '' and '' != 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 490s 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'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSelfContained)' != 'true' and '$(PublishSelfContained)' != 'false' and '$(PublishSelfContained)' != '') was evaluated as ('' != 'true' and '' != 'false' and '' != ''). 490s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true') was evaluated as ('' == 'true' and '' != 'true' and '' == 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1') was evaluated as ('' != 'true' and '' == 'true' and '9.0' < '2.1'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '9.0' < '3.0'). 490s Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '9.0' < '3.0'). 490s Task "NETSdkWarning" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true') was evaluated as ('' != '' and '9.0' != '' and False and '' != 'true'). 490s Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 490s Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 490s 1:2>Done building target "_CheckForUnsupportedAppHostUsage" in project "Turkey.Tests.csproj". 490s 1:2>Target "_CheckForUnsupportedHostingUsage" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 490s 1:2>Done building target "_CheckForUnsupportedHostingUsage" in project "Turkey.Tests.csproj". 490s 1:2>Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true'). 490s 1:2>Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "Turkey.Tests.csproj". 490s Target "_CheckAndUnsetUnsupportedPreferNativeArm64" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(PreferNativeArm64)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and 'false' == 'true'). 490s Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 490s 1:2>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 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'). 490s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 490s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 490s 1:2>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.Tests.csproj". 490s Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 490s 1:2>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 490s Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 490s 1:2>Done building target "_GetProjectJsonPath" in project "Turkey.Tests.csproj". 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 490s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 490s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 490s 1:2>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 490s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 490s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 490s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 490s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 490s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 490s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 490s 1:2>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.Tests.csproj". 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s 1:2>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ApplyImplicitVersions" depends on it): 490s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForImplicitPackageReferenceOverrides" 490s Done executing task "CheckForImplicitPackageReferenceOverrides". 490s 1:2>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.Tests.csproj". 490s 1:2>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 490s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ApplyImplicitVersions" 490s Done executing task "ApplyImplicitVersions". 490s 1:2>Done building target "ApplyImplicitVersions" in project "Turkey.Tests.csproj". 490s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 490s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 490s 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')). 490s 1:2>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ProcessFrameworkReferences" depends on it): 490s 1:2>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 490s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForDuplicateFrameworkReferences" 490s Done executing task "CheckForDuplicateFrameworkReferences". 490s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ProcessFrameworkReferences" 490s Done executing task "ProcessFrameworkReferences". 490s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolveAppHosts" 490s Done executing task "ResolveAppHosts". 490s 1:2>Done building target "ProcessFrameworkReferences" in project "Turkey.Tests.csproj". 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full'). 490s 1:2>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CollectPackageReferences" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 490s 1:2>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetRestoreProjectStyle" depends on it): 490s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 490s Task "CheckForDuplicateNuGetItemsTask" 490s Done executing task "CheckForDuplicateNuGetItemsTask". 490s 1:2>Done building target "CollectPackageReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 490s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 490s Task "GetRestoreProjectStyleTask" 490s Done executing task "GetRestoreProjectStyleTask". 490s 1:2>Done building target "_GetRestoreProjectStyle" in project "Turkey.Tests.csproj". 490s 1:2>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 1:2>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "Turkey.Tests.csproj". 490s Target "ApplyImplicitVersions" skipped. Previously built successfully. 490s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 490s 1:2>Target "CheckForDuplicateItems" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Using "CheckForDuplicateItems" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s 1:2>Done building target "CheckForDuplicateItems" in project "Turkey.Tests.csproj". 490s Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 490s Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 490s Target "_WarnWhenUsingNET9AndVSPriorTo1712" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(MSBuildVersion), '17.12.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '9.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 490s 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')). 490s 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 '' == ''). 490s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s 1:2>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeBuild" depends on it): 490s Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 490s Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 490s Task "Message" 490s Configuration=Release 490s Done executing task "Message". 490s Task "Message" 490s Platform=AnyCPU 490s Done executing task "Message". 490s Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release/net9.0/' != '' and !HasTrailingSlash('bin\Release/net9.0/')). 490s Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net9.0/' != '' and !HasTrailingSlash('obj/Release/net9.0/')). 490s Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(Prefer32Bit)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( 'false' == 'true' and 'false' == 'true' ). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(NoWin32Manifest)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( '' == 'true' and 'false' == 'true' ). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(PreferNativeArm64)' == 'true' and '$(Platform)' != 'AnyCPU' ) was evaluated as ( 'false' == 'true' and 'AnyCPU' != 'AnyCPU' ). 490s Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' != '' And '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' != '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' ). 490s 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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/' ). 490s 1:2>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "Turkey.Tests.csproj". 490s 1:2>Target "ValidateCommandLineProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeBuild" depends on it): 490s 1:2>Done building target "ValidateCommandLineProperties" in project "Turkey.Tests.csproj". 490s 1:2>Target "BeforeBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 490s 1:2>Done building target "BeforeBuild" in project "Turkey.Tests.csproj". 490s Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 490s 1:2>Target "BuildOnlySettings" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 490s 1:2>Done building target "BuildOnlySettings" in project "Turkey.Tests.csproj". 490s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 1:2>Target "GetFrameworkPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForBuild" depends on it): 490s 1:2>Done building target "GetFrameworkPaths" in project "Turkey.Tests.csproj". 490s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 1:2>Target "GetReferenceAssemblyPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForBuild" depends on it): 490s 1:2>Done building target "GetReferenceAssemblyPaths" in project "Turkey.Tests.csproj". 490s Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 490s 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'). 490s 1:2>Target "PrepareForBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 490s Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "FindAppConfigFile" 490s Done executing task "FindAppConfigFile". 490s Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "MakeDir" 490s Creating directory "bin/Release/net9.0/". 490s Creating directory "obj/Release/net9.0/". 490s Creating directory "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/refint/". 490s Creating directory "obj/Release/net9.0/ref". 490s Done executing task "MakeDir". 490s 1:2>Done building target "PrepareForBuild" in project "Turkey.Tests.csproj". 490s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 490s Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 490s 1:2>Target "BeforeResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 490s 1:2>Done building target "BeforeResolveReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "IgnoreJavaScriptOutputAssembly" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignProjectConfiguration" depends on it): 490s 1:2>Done building target "IgnoreJavaScriptOutputAssembly" in project "Turkey.Tests.csproj". 490s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 490s 1:2>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageAssets" depends on it): 490s 1:2>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "Turkey.Tests.csproj". 490s 1:2>Target "_ComputePackageReferencePublish" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageAssets" depends on it): 490s 1:2>Done building target "_ComputePackageReferencePublish" in project "Turkey.Tests.csproj". 490s Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 490s ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 490s Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.12' == '' And 490s ('C#' == 'C#' Or 'C#' == 'VB') And 490s Exists('/usr/lib/dotnet/sdk/9.0.102/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 490s 1:2>Target "ResolvePackageAssets" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveLockFileReferences" depends on it): 490s Using "ResolvePackageAssets" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolvePackageAssets" 490s Done executing task "ResolvePackageAssets". 490s 1:2>Done building target "ResolvePackageAssets" in project "Turkey.Tests.csproj". 490s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 490s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 490s '' == 'true'). 490s 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 '' != ''). 490s Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 490s 1:2>Target "ResolveLockFileReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s Using "JoinItems" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "JoinItems" 490s Done executing task "JoinItems". 490s 1:2>Done building target "ResolveLockFileReferences" in project "Turkey.Tests.csproj". 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s 1:2>Target "ResolveLockFileAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 1:2>Done building target "ResolveLockFileAnalyzers" in project "Turkey.Tests.csproj". 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 490s 1:2>Target "ResolveLockFileCopyLocalFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 1:2>Done building target "ResolveLockFileCopyLocalFiles" in project "Turkey.Tests.csproj". 490s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 490s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s 1:2>Target "IncludeTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 1:2>Done building target "IncludeTransitiveProjectReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "ResolvePackageDependenciesForBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignProjectConfiguration" depends on it): 490s 1:2>Done building target "ResolvePackageDependenciesForBuild" in project "Turkey.Tests.csproj". 490s 1:2>Target "AssignProjectConfiguration" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 490s Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "AssignProjectConfiguration" 490s Project reference "../Turkey/Turkey.csproj" has not been resolved. 490s Done executing task "AssignProjectConfiguration". 490s 1:2>Done building target "AssignProjectConfiguration" in project "Turkey.Tests.csproj". 490s Target "AssignProjectConfiguration" skipped. Previously built successfully. 490s 1:2>Target "_SplitProjectReferencesByFileExistence" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareProjectReferences" depends on it): 490s Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and '../Turkey/Turkey.csproj'!=''). 490s 1:2>Done building target "_SplitProjectReferencesByFileExistence" in project "Turkey.Tests.csproj". 490s 1:2>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 490s 1:2>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "Turkey.Tests.csproj". 490s 1:2>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareProjectReferences" depends on it): 490s Task "MSBuild" 490s Removing Properties: 490s TargetFramework 490s RuntimeIdentifier 490s SelfContained 490s 0>/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/lib/dotnet/sdk/9.0.102/' expanded from the environment. 490s Property reassignment: $(MSBuildProjectExtensionsPath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/" (previous value: "obj\") at /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props (60,5) 490s /usr/lib/dotnet/sdk/9.0.102/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share/Microsoft\MSBuild' expanded from the environment. 490s The "Configuration" property is a global property, and cannot be modified. 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5) 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5) 490s Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5) 490s Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5) 490s Property reassignment: $(OutputType)="Exe" (previous value: "Library") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (4,5) 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj(9,22): message : Property 'TargetBundledFramework' with value 'true' expanded from the environment. 490s Property reassignment: $(TargetFramework)="net9.0" (previous value: "net6.0") at /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (9,5) 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5) 490s Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**" (previous value: ";bin\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5) 490s Property reassignment: $(OutputPath)="bin\Release/net9.0/" (previous value: "bin\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5) 490s Property reassignment: $(IntermediateOutputPath)="obj\Release/net9.0/" (previous value: "obj\Release/") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5) 490s Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5) 490s Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5) 490s Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets (205,5) 490s The "Configuration" property is a global property, and cannot be modified. 490s Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (179,5) 490s Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (185,5) 490s Property reassignment: $(MSBuildCopyMarkerName)="Turkey.csproj.Up2Date" (previous value: "Turkey.csproj") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (393,5) 490s Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (541,5) 490s Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (580,5) 490s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.local/share' expanded from the environment. 490s Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (3897,5) 490s Property reassignment: $(_TargetsThatPrepareProjectReferences)=" 490s AssignProjectConfiguration; 490s _SplitProjectReferencesByFileExistence 490s " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets (5100,5) 490s /usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/lib/dotnet/sdk/9.0.102' expanded from the environment. 490s Property reassignment: $(ProjectAssetsCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.assets.cache" (previous value: "obj\Release/net9.0/Turkey.assets.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5) 490s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s " (previous value: " 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5) 490s Property reassignment: $(PrepareResourcesDependsOn)=" 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s 490s ; 490s PrepareResourceNames; 490s ResGen; 490s CompileLicxFiles 490s 490s " (previous value: " 490s ; 490s PrepareResourceNames; 490s ResGen; 490s CompileLicxFiles 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**" (previous value: ";bin\Release//**;obj\Release//**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**" (previous value: ";bin\Release//**;obj\Release//**;bin\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5) 490s Property reassignment: $(DefaultItemExcludes)=";bin\Release//**;obj\Release//**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Release//**;obj\Release//**;bin\/**;obj\/**") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5) 490s 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/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5) 490s Property reassignment: $(ResolveAssemblyReferencesDependsOn)=" 490s 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s ; 490s ResolveTargetingPackAssets; 490s " (previous value: " 490s 490s ResolveProjectReferences; 490s FindInvalidProjectReferences; 490s GetFrameworkPaths; 490s GetReferenceAssemblyPaths; 490s PrepareForBuild; 490s ResolveSDKReferences; 490s ExpandSDKReferences; 490s ; 490s ResolvePackageDependenciesForBuild; 490s _HandlePackageFileConflicts; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5) 490s Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genruntimeconfig.cache" (previous value: "obj\Release/net9.0/Turkey.genruntimeconfig.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5) 490s Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genpublishdeps.cache" (previous value: "obj\Release/net9.0/Turkey.genpublishdeps.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5) 490s Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.genbundle.cache" (previous value: "obj\Release/net9.0/Turkey.genbundle.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5) 490s Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5) 490s /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp' expanded from the environment. 490s Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.dotnet/store" (previous value: "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5) 490s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5) 490s Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5) 490s Property reassignment: $(CoreBuildDependsOn)=" 490s _CheckForBuildWithNoBuild; 490s 490s BuildOnlySettings; 490s PrepareForBuild; 490s PreBuildEvent; 490s ResolveReferences; 490s PrepareResources; 490s ResolveKeySource; 490s Compile; 490s ExportWindowsMDFile; 490s UnmanagedUnregistration; 490s GenerateSerializationAssemblies; 490s CreateSatelliteAssemblies; 490s GenerateManifests; 490s GetTargetPath; 490s PrepareForRun; 490s UnmanagedRegistration; 490s IncrementalClean; 490s PostBuildEvent 490s ; 490s GenerateBuildDependencyFile; 490s GenerateBuildRuntimeConfigurationFiles 490s " (previous value: " 490s BuildOnlySettings; 490s PrepareForBuild; 490s PreBuildEvent; 490s ResolveReferences; 490s PrepareResources; 490s ResolveKeySource; 490s Compile; 490s ExportWindowsMDFile; 490s UnmanagedUnregistration; 490s GenerateSerializationAssemblies; 490s CreateSatelliteAssemblies; 490s GenerateManifests; 490s GetTargetPath; 490s PrepareForRun; 490s UnmanagedRegistration; 490s IncrementalClean; 490s PostBuildEvent 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5) 490s Property reassignment: $(CoreCleanDependsOn)=" 490s _SdkBeforeClean; 490s 490s " (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5) 490s Property reassignment: $(RebuildDependsOn)=" 490s _SdkBeforeRebuild; 490s 490s BeforeRebuild; 490s Clean; 490s Build; 490s AfterRebuild; 490s 490s " (previous value: " 490s BeforeRebuild; 490s Clean; 490s Build; 490s AfterRebuild; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5) 490s Property reassignment: $(CompileDependsOn)=" 490s 490s ResolveReferences; 490s ResolveKeySource; 490s SetWin32ManifestProperties; 490s _SetPreferNativeArm64Win32ManifestProperties; 490s FindReferenceAssembliesForReferences; 490s _GenerateCompileInputs; 490s BeforeCompile; 490s _TimeStampBeforeCompile; 490s _GenerateCompileDependencyCache; 490s CoreCompile; 490s _TimeStampAfterCompile; 490s AfterCompile; 490s ; 490s _CreateAppHost; 490s _CreateComHost; 490s _GetIjwHostPaths; 490s " (previous value: " 490s ResolveReferences; 490s ResolveKeySource; 490s SetWin32ManifestProperties; 490s _SetPreferNativeArm64Win32ManifestProperties; 490s FindReferenceAssembliesForReferences; 490s _GenerateCompileInputs; 490s BeforeCompile; 490s _TimeStampBeforeCompile; 490s _GenerateCompileDependencyCache; 490s CoreCompile; 490s _TimeStampAfterCompile; 490s AfterCompile; 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5) 490s Property reassignment: $(CreateSatelliteAssembliesDependsOn)=" 490s 490s ; 490s _GenerateSatelliteAssemblyInputs; 490s ComputeIntermediateSatelliteAssemblies; 490s GenerateSatelliteAssemblies 490s ; 490s CoreGenerateSatelliteAssemblies 490s " (previous value: " 490s ; 490s _GenerateSatelliteAssemblyInputs; 490s ComputeIntermediateSatelliteAssemblies; 490s GenerateSatelliteAssemblies 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5) 490s Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5) 490s Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5) 490s Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)=" 490s 490s ; 490s 490s ; 490s BuildOnlySettings; 490s PrepareForBuild; 490s AssignTargetPaths; 490s ResolveReferences 490s 490s ; 490s _GenerateDesignerDepsFile; 490s _GenerateDesignerRuntimeConfigFile; 490s GetCopyToOutputDirectoryItems; 490s _GatherDesignerShadowCopyFiles; 490s " (previous value: " 490s ; 490s 490s ; 490s BuildOnlySettings; 490s PrepareForBuild; 490s AssignTargetPaths; 490s ResolveReferences 490s 490s ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5) 490s Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.toolssettingsinput.cache" (previous value: "obj\Release/net9.0/Turkey.toolssettingsinput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5) 490s Property reassignment: $(_ShimInputCacheFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.shiminput.cache" (previous value: "obj\Release/net9.0/Turkey.shiminput.cache") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5) 490s Property reassignment: $(_ShimCreatedSentinelFile)="/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.shimcreated.sentinel" (previous value: "obj\Release/net9.0/Turkey.shimcreated.sentinel") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5) 490s Property reassignment: $(DefineConstants)="TRACE;RELEASE" (previous value: "TRACE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5) 490s Property reassignment: $(DefineConstants)="TRACE;RELEASE;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;RELEASE") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5) 490s Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5) 490s Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5) 490s Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/lib/dotnet/sdk/9.0.102/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5) 490s Property reassignment: $(_IsNotSetContainersTargetsDir)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets (60,5) 490s Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (5,5) 490s Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets (15,5) 490s Overriding target "ResolveFrameworkReferences" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets". 490s Overriding target "Run" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 490s Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets". 490s Overriding target "GetReferenceAssemblyPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 490s Overriding target "GetFrameworkPaths" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets". 490s Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets". 490s Overriding target "Publish" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s Overriding target "ResolveReadyToRunCompilers" in project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets". 490s 1:2>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2) on node 1 (GetTargetFrameworks target(s)). 490s 2>Target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetTargetFrameworks" depends on it): 490s 2>Using "CombineTargetFrameworkInfoProperties" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "CombineTargetFrameworkInfoProperties" 490s Done executing task "CombineTargetFrameworkInfoProperties". 490s 2>Done building target "GetTargetFrameworksWithPlatformForSingleTargetFramework" in project "Turkey.csproj". 490s 2>Target "GetTargetFrameworks" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 490s Task "Error" skipped, due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true'). 490s Using "CombineXmlElements" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "CombineXmlElements" 490s Done executing task "CombineXmlElements". 490s 2>Done building target "GetTargetFrameworks" in project "Turkey.csproj". 490s 2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetTargetFrameworks target(s)). 490s 1:2>Done executing task "MSBuild". 490s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(EnableDynamicPlatformResolution)' == 'true') was evaluated as ('' != 'true' and '' == 'true'). 490s Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 490s Task "GetReferenceNearestTargetFrameworkTask" 490s Done executing task "GetReferenceNearestTargetFrameworkTask". 490s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 490s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('../Turkey/Turkey.csproj' != '' and '.NETCoreApp,Version=v9.0' != '' 490s And 'true' != 'true' and '' != 'true'). 490s Using "SetRidAgnosticValueForProjects" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "SetRidAgnosticValueForProjects" 490s Done executing task "SetRidAgnosticValueForProjects". 490s 1:2>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "Turkey.Tests.csproj". 490s Target "ValidateExecutableReferences" skipped, due to false condition; ('$(ValidateExecutableReferencesMatchSelfContained)' != 'false') was evaluated as ('false' != 'false'). 490s Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 490s and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 490s and '../Turkey/Turkey.csproj' != ''). 490s 1:2>Target "PrepareProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveProjectReferences" depends on it): 490s 1:2>Done building target "PrepareProjectReferences" in project "Turkey.Tests.csproj". 490s 1:2>Target "ResolveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 490s 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' != ''). 490s Task "MSBuild" 490s Removing Properties for project "../Turkey/Turkey.csproj": 490s TargetFramework 490s 1:2>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:2) on node 1 (default targets). 490s 2:2>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 2:2>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Using "AllowEmptyTelemetry" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "AllowEmptyTelemetry" 490s Done executing task "AllowEmptyTelemetry". 490s 2:2>Done building target "_CollectTargetFrameworkForTelemetry" in project "Turkey.csproj". 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 2:2>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true'). 490s 2:2>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Turkey.csproj". 490s 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'). 490s Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true'). 490s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 490s 2:2>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 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 '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')). 490s 2:2>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Turkey.csproj". 490s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 490s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 490s 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). 490s 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')). 490s 2:2>Target "_CheckForUnsupportedArtifactsPath" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NetSdkError" skipped, due to false condition; ('$(UseArtifactsOutput)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 490s Task "NetSdkError" skipped, due to false condition; ('$(_ArtifactsPathLocationType)' == 'ProjectFolder') was evaluated as ('' == 'ProjectFolder'). 490s 2:2>Done building target "_CheckForUnsupportedArtifactsPath" in project "Turkey.csproj". 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 2:2>Target "_CheckForUnsupportedAppHostUsage" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true') was evaluated as ('false' == 'true' and '' == '' and '' != 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and '' == '' and '' == 'true'). 490s 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'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSelfContained)' != 'true' and '$(PublishSelfContained)' != 'false' and '$(PublishSelfContained)' != '') was evaluated as ('' != 'true' and '' != 'false' and '' != ''). 490s 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'). 490s 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 '9.0' < '2.1'). 490s Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '9.0' < '3.0'). 490s Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '9.0' < '3.0'). 490s Task "NETSdkWarning" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true') was evaluated as ('' != '' and '9.0' != '' and False and '' != 'true'). 490s Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 490s Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('' == 'true') and ('' != 'true')). 490s 2:2>Done building target "_CheckForUnsupportedAppHostUsage" in project "Turkey.csproj". 490s 2:2>Target "_CheckForUnsupportedHostingUsage" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('false' == 'true' and '' == 'true'). 490s 2:2>Done building target "_CheckForUnsupportedHostingUsage" in project "Turkey.csproj". 490s 2:2>Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true'). 490s 2:2>Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "Turkey.csproj". 490s Target "_CheckAndUnsetUnsupportedPreferNativeArm64" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(PreferNativeArm64)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and 'false' == 'true'). 490s Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != ''). 490s 2:2>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 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'). 490s Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true'). 490s 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'). 490s 2:2>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Turkey.csproj". 490s Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ). 490s 2:2>Target "_GetProjectJsonPath" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 490s Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ). 490s 2:2>Done building target "_GetProjectJsonPath" in project "Turkey.csproj". 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False). 490s Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != ''). 490s Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework'). 490s 2:2>Target "UpdateAspNetToFrameworkReference" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 490s Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 490s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 490s Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true'). 490s Task "CheckIfPackageReferenceShouldBeFrameworkReference" 490s Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference". 490s Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true'). 490s 2:2>Done building target "UpdateAspNetToFrameworkReference" in project "Turkey.csproj". 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s 2:2>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ApplyImplicitVersions" depends on it): 490s Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForImplicitPackageReferenceOverrides" 490s Done executing task "CheckForImplicitPackageReferenceOverrides". 490s 2:2>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Turkey.csproj". 490s 2:2>Target "ApplyImplicitVersions" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 490s Using "ApplyImplicitVersions" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ApplyImplicitVersions" 490s Done executing task "ApplyImplicitVersions". 490s 2:2>Done building target "ApplyImplicitVersions" in project "Turkey.csproj". 490s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 490s Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows'). 490s 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')). 490s 2:2>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ProcessFrameworkReferences" depends on it): 490s 2:2>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Turkey.csproj". 490s 2:2>Target "ProcessFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 490s Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForDuplicateFrameworkReferences" 490s Done executing task "CheckForDuplicateFrameworkReferences". 490s Using "ProcessFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ProcessFrameworkReferences" 490s Done executing task "ProcessFrameworkReferences". 490s Using "ResolveAppHosts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolveAppHosts" 490s Done executing task "ResolveAppHosts". 490s 2:2>Done building target "ProcessFrameworkReferences" in project "Turkey.csproj". 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full'). 490s 2:2>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CollectPackageReferences" depends on it): 490s Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ). 490s 2:2>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Turkey.csproj". 490s 2:2>Target "CollectPackageReferences" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetRestoreProjectStyle" depends on it): 490s Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 490s Task "CheckForDuplicateNuGetItemsTask" 490s Done executing task "CheckForDuplicateNuGetItemsTask". 490s 2:2>Done building target "CollectPackageReferences" in project "Turkey.csproj". 490s 2:2>Target "_GetRestoreProjectStyle" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it): 490s Using "GetRestoreProjectStyleTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/NuGet.Build.Tasks.dll". 490s Task "GetRestoreProjectStyleTask" 490s Done executing task "GetRestoreProjectStyleTask". 490s 2:2>Done building target "_GetRestoreProjectStyle" in project "Turkey.csproj". 490s 2:2>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/lib/dotnet/sdk/9.0.102/NuGet.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s 2:2>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "Turkey.csproj". 490s Target "ApplyImplicitVersions" skipped. Previously built successfully. 490s Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully. 490s 2:2>Target "CheckForDuplicateItems" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it): 490s Using "CheckForDuplicateItems" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s Task "CheckForDuplicateItems" 490s Done executing task "CheckForDuplicateItems". 490s 2:2>Done building target "CheckForDuplicateItems" in project "Turkey.csproj". 490s Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != ''). 490s Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false'). 490s Target "_WarnWhenUsingNET9AndVSPriorTo1712" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(MSBuildVersion), '17.12.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '9.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True). 490s 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')). 490s 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 '' == ''). 490s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 490s Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true'). 490s 2:2>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeBuild" depends on it): 490s Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ). 490s Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ). 490s Task "Message" 490s Configuration=Release 490s Done executing task "Message". 490s Task "Message" 490s Platform=AnyCPU 490s Done executing task "Message". 490s Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Release/net9.0/' != '' and !HasTrailingSlash('bin/Release/net9.0/')). 490s Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Release/net9.0/' != '' and !HasTrailingSlash('obj/Release/net9.0/')). 490s Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(Prefer32Bit)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( 'false' == 'true' and 'false' == 'true' ). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(NoWin32Manifest)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( '' == 'true' and 'false' == 'true' ). 490s Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(PreferNativeArm64)' == 'true' and '$(Platform)' != 'AnyCPU' ) was evaluated as ( 'false' == 'true' and 'AnyCPU' != 'AnyCPU' ). 490s Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/' != '' And '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/' != '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/' ). 490s 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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/' ). 490s 2:2>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "Turkey.csproj". 490s 2:2>Target "ValidateCommandLineProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeBuild" depends on it): 490s 2:2>Done building target "ValidateCommandLineProperties" in project "Turkey.csproj". 490s 2:2>Target "BeforeBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 490s 2:2>Done building target "BeforeBuild" in project "Turkey.csproj". 490s Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true'). 490s 2:2>Target "BuildOnlySettings" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 490s 2:2>Done building target "BuildOnlySettings" in project "Turkey.csproj". 490s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 2:2>Target "GetFrameworkPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForBuild" depends on it): 490s 2:2>Done building target "GetFrameworkPaths" in project "Turkey.csproj". 490s Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true'). 490s 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 '' == '')). 490s Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true'). 490s 2:2>Target "GetReferenceAssemblyPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForBuild" depends on it): 490s 2:2>Done building target "GetReferenceAssemblyPaths" in project "Turkey.csproj". 490s Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ). 490s 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'). 490s 2:2>Target "PrepareForBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 490s Task "FindAppConfigFile" 490s Done executing task "FindAppConfigFile". 490s Task "MakeDir" 490s Creating directory "bin/Release/net9.0/". 490s Creating directory "obj/Release/net9.0/". 490s Creating directory "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/refint/". 490s Creating directory "obj/Release/net9.0/ref". 490s Done executing task "MakeDir". 490s 2:2>Done building target "PrepareForBuild" in project "Turkey.csproj". 490s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 490s Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). 490s 2:2>Target "BeforeResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 490s 2:2>Done building target "BeforeResolveReferences" in project "Turkey.csproj". 490s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 490s 2:2>Target "IgnoreJavaScriptOutputAssembly" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignProjectConfiguration" depends on it): 490s 2:2>Done building target "IgnoreJavaScriptOutputAssembly" in project "Turkey.csproj". 490s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 490s 2:2>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageAssets" depends on it): 490s 2:2>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "Turkey.csproj". 490s 2:2>Target "_ComputePackageReferencePublish" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageAssets" depends on it): 490s 2:2>Done building target "_ComputePackageReferencePublish" in project "Turkey.csproj". 490s Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And 490s ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And 490s Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.12' == '' And 490s ('C#' == 'C#' Or 'C#' == 'VB') And 490s Exists('/usr/lib/dotnet/sdk/9.0.102/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')). 490s 2:2>Target "ResolvePackageAssets" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveLockFileReferences" depends on it): 490s Using "ResolvePackageAssets" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolvePackageAssets" 490s Done executing task "ResolvePackageAssets". 490s 2:2>Done building target "ResolvePackageAssets" in project "Turkey.csproj". 490s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 490s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 490s '' == 'true'). 490s 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 '' != ''). 490s Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != ''). 490s 2:2>Target "ResolveLockFileReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s Using "JoinItems" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "JoinItems" 490s Done executing task "JoinItems". 490s 2:2>Done building target "ResolveLockFileReferences" in project "Turkey.csproj". 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s 2:2>Target "ResolveLockFileAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 2:2>Done building target "ResolveLockFileAnalyzers" in project "Turkey.csproj". 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 490s 2:2>Target "ResolveLockFileCopyLocalFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 2:2>Done building target "ResolveLockFileCopyLocalFiles" in project "Turkey.csproj". 490s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 490s Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true'). 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s 2:2>Target "IncludeTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolvePackageDependenciesForBuild" depends on it): 490s 2:2>Done building target "IncludeTransitiveProjectReferences" in project "Turkey.csproj". 490s 2:2>Target "ResolvePackageDependenciesForBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignProjectConfiguration" depends on it): 490s 2:2>Done building target "ResolvePackageDependenciesForBuild" in project "Turkey.csproj". 490s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 490s 2:2>Target "_SplitProjectReferencesByFileExistence" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 490s Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!=''). 490s 2:2>Done building target "_SplitProjectReferencesByFileExistence" in project "Turkey.csproj". 490s 2:2>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it): 490s 2:2>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "Turkey.csproj". 490s 2:2>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 490s Task "MSBuild" 490s Done executing task "MSBuild". 490s Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(EnableDynamicPlatformResolution)' == 'true') was evaluated as ('' != 'true' and '' == 'true'). 490s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 490s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v9.0' != '' 490s And 'true' == 'true' and '' != 'true'). 490s Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != '' 490s And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v9.0' != '' 490s And 'true' != 'true' and '' != 'true'). 490s Task "SetRidAgnosticValueForProjects" 490s Done executing task "SetRidAgnosticValueForProjects". 490s 2:2>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "Turkey.csproj". 490s 2:2>Target "ValidateExecutableReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareProjectReferences" depends on it): 490s Using "ValidateExecutableReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ValidateExecutableReferences" 490s Done executing task "ValidateExecutableReferences". 490s 2:2>Done building target "ValidateExecutableReferences" in project "Turkey.csproj". 490s Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true' 490s and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' 490s and '' != ''). 490s 2:2>Target "PrepareProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveProjectReferences" depends on it): 490s 2:2>Done building target "PrepareProjectReferences" in project "Turkey.csproj". 490s 2:2>Target "ResolveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 490s 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 '' != ''). 490s 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 '' != ''). 490s 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 '' != ''). 490s Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' != 'True') was evaluated as ('' != '' and '' != '' and '' != 'True'). 490s Task "Error" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' == 'True') was evaluated as ('' != '' and '' != '' and '' == 'True'). 490s 2:2>Done building target "ResolveProjectReferences" in project "Turkey.csproj". 490s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 490s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 490s Target "ResolveProjectReferences" skipped. Previously built successfully. 490s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 490s Target "GetFrameworkPaths" skipped. Previously built successfully. 490s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 490s Target "PrepareForBuild" skipped. Previously built successfully. 490s Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 490s 2:2>Target "ResolveSDKReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 490s Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 490s 2:2>Done building target "ResolveSDKReferences" in project "Turkey.csproj". 490s Target "ResolveSDKReferences" skipped. Previously built successfully. 490s 2:2>Target "ExpandSDKReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 490s Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 490s 2:2>Done building target "ExpandSDKReferences" in project "Turkey.csproj". 490s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 490s Target "GetFrameworkPaths" skipped. Previously built successfully. 490s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 490s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 490s Target "ResolvePackageAssets" skipped. Previously built successfully. 490s 2:2>Target "ResolveFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveTargetingPackAssets" depends on it): 490s Using "GetPackageDirectory" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Task "GetPackageDirectory" 490s Done executing task "GetPackageDirectory". 490s Using "ResolveFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolveFrameworkReferences" 490s Done executing task "ResolveFrameworkReferences". 490s 2:2>Done building target "ResolveFrameworkReferences" in project "Turkey.csproj". 490s 2:2>Target "ResolveTargetingPackAssets" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_HandlePackageFileConflicts" depends on it): 490s Using "ResolveTargetingPackAssets" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolveTargetingPackAssets" 490s Done executing task "ResolveTargetingPackAssets". 490s 2:2>Done building target "ResolveTargetingPackAssets" in project "Turkey.csproj". 490s 2:2>Target "ResolveOffByDefaultAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_HandlePackageFileConflicts" depends on it): 490s 2:2>Done building target "ResolveOffByDefaultAnalyzers" in project "Turkey.csproj". 490s 2:2>Target "_HandlePackageFileConflicts" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveAssemblyReferences" depends on it): 490s Using "ResolvePackageFileConflicts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "ResolvePackageFileConflicts" 490s Encountered conflict between 'Platform:mscorlib.dll' and 'Platform:mscorlib.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Platform:Microsoft.VisualBasic.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.dll' and 'Platform:System.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s Encountered conflict between 'Platform:System.Configuration.dll' and 'Platform:System.Configuration.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Core.dll' and 'Platform:System.Core.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Data.dll' and 'Platform:System.Data.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Drawing.dll' and 'Platform:System.Drawing.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s Encountered conflict between 'Platform:System.Net.dll' and 'Platform:System.Net.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Numerics.dll' and 'Platform:System.Numerics.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s Encountered conflict between 'Platform:System.Security.dll' and 'Platform:System.Security.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Platform:System.ServiceProcess.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s Encountered conflict between 'Platform:System.Transactions.dll' and 'Platform:System.Transactions.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Web.dll' and 'Platform:System.Web.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Windows.dll' and 'Platform:System.Windows.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:System.Xml.dll' and 'Platform:System.Xml.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s 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. 490s Encountered conflict between 'Platform:WindowsBase.dll' and 'Platform:WindowsBase.dll'. Could not determine winner due to equal file and assembly versions. 490s Encountered conflict between 'Platform:netstandard.dll' and 'Platform:netstandard.dll'. Could not determine winner due to equal file and assembly versions. 490s 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. 490s 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. 490s 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. 490s 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. 490s 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. 490s Encountered conflict between 'Platform:mscordaccore_s390x_s390x_9.0.124.61010.dll' and 'Platform:mscordaccore_s390x_s390x_9.0.124.61010.dll'. Could not determine winner due to equal file and assembly versions. 490s Done executing task "ResolvePackageFileConflicts". 490s 2:2>Done building target "_HandlePackageFileConflicts" in project "Turkey.csproj". 490s Target "ResolveTargetingPackAssets" skipped. Previously built successfully. 490s 2:2>Target "ResolveAssemblyReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 490s Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "ResolveAssemblyReference" 490s TargetFrameworkMoniker: 490s .NETCoreApp,Version=v9.0 490s TargetFrameworkMonikerDisplayName: 490s .NET 9.0 490s TargetedRuntimeVersion: 490s 490s Assemblies: 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll 490s Private = 'false' 490s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll' 490s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll 490s Private = 'false' 490s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll 490s Private = 'false' 490s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll 490s Private = 'false' 490s AssemblyFiles: 490s CandidateAssemblyFiles: 490s TargetFrameworkDirectories: 490s 490s InstalledAssemblyTables: 490s IgnoreInstalledAssemblyTable: 490s False 490s SearchPaths: 490s {CandidateAssemblyFiles} 490s {HintPathFromItem} 490s {TargetFrameworkDirectory} 490s {RawFileName} 490s AllowedAssemblyExtensions: 490s .winmd 490s .dll 490s .exe 490s AllowedRelatedFileExtensions: 490s .pdb 490s .xml 490s .pri 490s .dll.config 490s .exe.config 490s AppConfigFile: 490s 490s AutoUnify: 490s True 490s CopyLocalDependenciesWhenParentReferenceInGac: 490s True 490s FindDependencies: 490s True 490s TargetProcessorArchitecture: 490s msil 490s StateFile: 490s obj/Release/net9.0/Turkey.csproj.AssemblyReference.cache 490s InstalledAssemblySubsetTables: 490s IgnoreInstalledAssemblySubsetTable: 490s False 490s TargetFrameworkSubsets: 490s FullTargetFrameworkSubsetNames: 490s Full 490s ProfileName: 490s 490s FullFrameworkFolders: 490s LatestTargetFrameworkDirectories: 490s ProfileTablesLocation: 490s Primary reference "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". 490s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll". 490s Reference found at search path location "{HintPathFromItem}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 490s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll". 490s Reference found at search path location "{HintPathFromItem}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "Microsoft.CSharp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.AppContext, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Buffers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Data.DataSetExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.Tools, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Dynamic.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Globalization.Calendars, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Globalization.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Globalization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.FileSystem.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO.UnmanagedMemoryStream, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.IO, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Reflection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Resources.Reader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Resources.ResourceManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Handles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.Cng, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.Csp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.OpenSsl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.Principal, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security.SecureString, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Tasks.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Tasks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading.Timer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.ValueTuple, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.XmlDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Primary reference "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 490s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll". 490s Reference found at search path location "{RawFileName}". 490s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 490s The ImageRuntimeVersion for this reference is "". 490s Done executing task "ResolveAssemblyReference". 490s 2:2>Done building target "ResolveAssemblyReferences" in project "Turkey.csproj". 490s 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'). 490s 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'). 490s Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true'). 490s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 490s 2:2>Target "AfterResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResolveReferences" depends on it): 490s 2:2>Done building target "AfterResolveReferences" in project "Turkey.csproj". 490s 2:2>Target "ResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_BlockWinMDsOnUnsupportedTFMs" depends on it): 490s 2:2>Done building target "ResolveReferences" in project "Turkey.csproj". 490s 2:2>Target "_BlockWinMDsOnUnsupportedTFMs" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 490s Using "CheckForUnsupportedWinMDReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "CheckForUnsupportedWinMDReferences" 490s Done executing task "CheckForUnsupportedWinMDReferences". 490s Task "NETSdkError" skipped, due to false condition; ('$(OutputType)' == 'winmdobj') was evaluated as ('Exe' == 'winmdobj'). 490s 2:2>Done building target "_BlockWinMDsOnUnsupportedTFMs" in project "Turkey.csproj". 490s Target "ResolveReferences" skipped. Previously built successfully. 490s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 490s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 490s 2:2>Target "CopyAdditionalFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignTargetPaths" depends on it): 490s 2:2>Done building target "CopyAdditionalFiles" in project "Turkey.csproj". 490s Target "_GetAppHostPaths" skipped, due to false condition; ('$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true') was evaluated as ('false' == 'true' and 'true' == 'true'). 490s Target "_GetComHostPaths" skipped, due to false condition; ('$(EnableComHosting)' == 'true' and '$(_IsExecutable)' != 'true') was evaluated as ('' == 'true' and 'true' != 'true'). 490s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 490s 2:2>Target "_ComputeNETCoreBuildOutputFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AssignTargetPaths" depends on it): 490s 2:2>Done building target "_ComputeNETCoreBuildOutputFiles" in project "Turkey.csproj". 490s 2:2>Target "AssignTargetPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 490s Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "AssignTargetPath" 490s Done executing task "AssignTargetPath". 490s Task "AssignTargetPath" 490s Done executing task "AssignTargetPath". 490s Task "AssignTargetPath" 490s Done executing task "AssignTargetPath". 490s Task "AssignTargetPath" 490s Done executing task "AssignTargetPath". 490s Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.json'=='.manifest'). 490s 2:2>Done building target "AssignTargetPaths" in project "Turkey.csproj". 490s Target "AssignTargetPaths" skipped. Previously built successfully. 490s 2:2>Target "SplitResourcesByCulture" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 490s Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!=''). 490s Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!=''). 490s Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!=''). 490s Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!=''). 490s Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "AssignCulture" 490s Done executing task "AssignCulture". 490s 2:2>Done building target "SplitResourcesByCulture" in project "Turkey.csproj". 490s Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != ''). 490s 2:2>Target "CreateCustomManifestResourceNames" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResourceNames" depends on it): 490s 2:2>Done building target "CreateCustomManifestResourceNames" in project "Turkey.csproj". 490s 2:2>Target "PrepareResourceNames" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResources" depends on it): 490s 2:2>Done building target "PrepareResourceNames" in project "Turkey.csproj". 490s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 490s Target "SplitResourcesByCulture" skipped. Previously built successfully. 490s 2:2>Target "BeforeResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 490s 2:2>Done building target "BeforeResGen" in project "Turkey.csproj". 490s Target "ResolveReferences" skipped. Previously built successfully. 490s 2:2>Target "FindReferenceAssembliesForReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreResGen" depends on it): 490s 2:2>Done building target "FindReferenceAssembliesForReferences" in project "Turkey.csproj". 490s 2:2>Target "CoreResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 490s 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'). 490s 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'). 490s 2:2>Done building target "CoreResGen" in project "Turkey.csproj". 490s 2:2>Target "AfterResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "ResGen" depends on it): 490s 2:2>Done building target "AfterResGen" in project "Turkey.csproj". 490s 2:2>Target "ResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareResources" depends on it): 490s 2:2>Done building target "ResGen" in project "Turkey.csproj". 490s Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!=''). 490s 2:2>Target "PrepareResources" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 490s 2:2>Done building target "PrepareResources" in project "Turkey.csproj". 490s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 490s Target "ResolveReferences" skipped. Previously built successfully. 490s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 490s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 490s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 490s Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!=''). 490s 2:2>Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "SetWin32ManifestProperties" depends on it): 490s Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "GetFrameworkPath" 490s Done executing task "GetFrameworkPath". 490s 2:2>Done building target "_SetEmbeddedWin32ManifestProperties" in project "Turkey.csproj". 490s 2:2>Target "SetWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 490s 2:2>Done building target "SetWin32ManifestProperties" in project "Turkey.csproj". 490s Target "_SetPreferNativeArm64Win32ManifestProperties" skipped, due to false condition; ( '$(PreferNativeArm64)'=='true' and '$(NoWin32Manifest)'!='true') was evaluated as ( 'false'=='true' and ''!='true'). 490s Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully. 490s 2:2>Target "_GenerateCompileInputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 490s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 490s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 490s 2:2>Done building target "_GenerateCompileInputs" in project "Turkey.csproj". 490s Target "PrepareForBuild" skipped. Previously built successfully. 490s 2:2>Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 490s 2:2>Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "Turkey.csproj". 490s 2:2>Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateMSBuildEditorConfigFileCore" depends on it): 490s 2:2>Done building target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in project "Turkey.csproj". 490s 2:2>Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 490s Building target "GenerateMSBuildEditorConfigFileCore" completely. 490s No input files were specified. 490s Using "GenerateMSBuildEditorConfig" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 490s Task "GenerateMSBuildEditorConfig" 490s Done executing task "GenerateMSBuildEditorConfig". 490s 2:2>Done building target "GenerateMSBuildEditorConfigFileCore" in project "Turkey.csproj". 490s 2:2>Target "GenerateMSBuildEditorConfigFile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 490s 2:2>Done building target "GenerateMSBuildEditorConfigFile" in project "Turkey.csproj". 490s Target "PrepareForBuild" skipped. Previously built successfully. 490s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 490s 2:2>Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.CSharp.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it): 490s 2:2>Done building target "_SetTargetFrameworkMonikerAttribute" in project "Turkey.csproj". 490s 2:2>Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 490s Building target "GenerateTargetFrameworkMonikerAttribute" completely. 490s Output file "obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" does not exist. 490s Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "WriteLinesToFile" 490s Done executing task "WriteLinesToFile". 490s 2:2>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "Turkey.csproj". 490s Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true'). 490s Target "PrepareForBuild" skipped. Previously built successfully. 490s 2:2>Target "GetAssemblyVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetAssemblyAttributes" depends on it): 490s Using "GetAssemblyVersion" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 490s Task "GetAssemblyVersion" 490s Done executing task "GetAssemblyVersion". 490s 2:2>Done building target "GetAssemblyVersion" in project "Turkey.csproj". 490s Target "GetAssemblyVersion" skipped. Previously built successfully. 490s 2:2>Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/../tools/net/Microsoft.Build.Tasks.Git.dll". 490s Task "Microsoft.Build.Tasks.Git.LocateRepository" 490s Done executing task "Microsoft.Build.Tasks.Git.LocateRepository". 490s 2:2>Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.csproj". 490s 2:2>Target "_SourceLinkHasSingleProvider" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Assembly loaded during TaskRun: Microsoft.SourceLink.Common, Version=9.0.11.10302, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/tools/net/Microsoft.SourceLink.Common.dll, MVID: 4caa8932-af35-4d4e-8a47-c69aa7a4ed50, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/tools/net/Microsoft.SourceLink.Common.dll) 490s Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/../tools/net/Microsoft.SourceLink.Common.dll". 490s Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" 490s Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider". 490s 2:2>Done building target "_SourceLinkHasSingleProvider" in project "Turkey.csproj". 490s 2:2>Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Assembly loaded during TaskRun: Microsoft.SourceLink.GitHub, Version=9.0.11.10302, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/tools/net/Microsoft.SourceLink.GitHub.dll, MVID: 2784f4e6-46db-4f41-94d3-c582fa5b5fbe, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/tools/net/Microsoft.SourceLink.GitHub.dll) 490s Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/../tools/net/Microsoft.SourceLink.GitHub.dll". 490s Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" 490s Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls". 490s 2:2>Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "Turkey.csproj". 490s 2:2>Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Assembly loaded during TaskRun: Microsoft.SourceLink.GitLab, Version=9.0.11.10302, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/tools/net/Microsoft.SourceLink.GitLab.dll, MVID: fd3fc898-6ce2-4d53-b2b1-5a5d08ada125, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/tools/net/Microsoft.SourceLink.GitLab.dll) 490s Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/../tools/net/Microsoft.SourceLink.GitLab.dll". 490s Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" 490s Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls". 490s 2:2>Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "Turkey.csproj". 490s 2:2>Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Assembly loaded during TaskRun: Microsoft.SourceLink.AzureRepos.Git, Version=9.0.11.10302, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net/Microsoft.SourceLink.AzureRepos.Git.dll, MVID: cdeeda9a-5269-4f4b-b19b-fe15db18db5c, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net/Microsoft.SourceLink.AzureRepos.Git.dll) 490s Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/net/Microsoft.SourceLink.AzureRepos.Git.dll". 490s Task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" 490s Done executing task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls". 490s 2:2>Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "Turkey.csproj". 490s 2:2>Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s Assembly loaded during TaskRun: Microsoft.SourceLink.Bitbucket.Git, Version=9.0.11.10302, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net/Microsoft.SourceLink.Bitbucket.Git.dll, MVID: e731ac7c-9977-451c-aefa-5cacdf374866, AssemblyLoadContext: MSBuild plugin /usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net/Microsoft.SourceLink.Bitbucket.Git.dll) 490s Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/net/Microsoft.SourceLink.Bitbucket.Git.dll". 490s Task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" 490s Done executing task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls". 490s 2:2>Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "Turkey.csproj". 490s 2:2>Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 490s 2:2>Done building target "SourceControlManagerPublishTranslatedUrls" in project "Turkey.csproj". 490s 2:2>Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "InitializeSourceControlInformation" depends on it): 490s 2:2>Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.csproj". 490s 2:2>Target "InitializeSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AddSourceRevisionToInformationalVersion" depends on it): 490s 2:2>Done building target "InitializeSourceControlInformation" in project "Turkey.csproj". 490s 2:2>Target "AddSourceRevisionToInformationalVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetAssemblyAttributes" depends on it): 490s 2:2>Done building target "AddSourceRevisionToInformationalVersion" in project "Turkey.csproj". 490s Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ). 490s 2:2>Target "GetAssemblyAttributes" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CreateGeneratedAssemblyInfoInputsCacheFile" depends on it): 490s 2:2>Done building target "GetAssemblyAttributes" in project "Turkey.csproj". 490s 2:2>Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreGenerateAssemblyInfo" depends on it): 490s Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "Hash" 490s Done executing task "Hash". 490s Task "WriteLinesToFile" 490s Done executing task "WriteLinesToFile". 490s 2:2>Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "Turkey.csproj". 490s 2:2>Target "CoreGenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateAssemblyInfo" depends on it): 490s Building target "CoreGenerateAssemblyInfo" completely. 490s Output file "obj/Release/net9.0/Turkey.AssemblyInfo.cs" does not exist. 490s Using "WriteCodeFragment" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 490s Task "WriteCodeFragment" 490s Emitted specified code into "obj/Release/net9.0/Turkey.AssemblyInfo.cs". 490s Done executing task "WriteCodeFragment". 490s 2:2>Done building target "CoreGenerateAssemblyInfo" in project "Turkey.csproj". 490s 2:2>Target "GenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "BeforeCompile" depends on it): 490s 2:2>Done building target "GenerateAssemblyInfo" in project "Turkey.csproj". 490s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 490s 2:2>Target "BeforeCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 490s 2:2>Done building target "BeforeCompile" in project "Turkey.csproj". 490s Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 490s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 490s 2:2>Target "_GenerateCompileDependencyCache" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 490s Task "Hash" 490s Done executing task "Hash". 490s Task "WriteLinesToFile" 490s Done executing task "WriteLinesToFile". 490s 2:2>Done building target "_GenerateCompileDependencyCache" in project "Turkey.csproj". 490s 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'))). 490s Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != ''). 490s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll;...' == ''). 490s 2:2>Target "_BeforeVBCSCoreCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s 2:2>Done building target "_BeforeVBCSCoreCompile" in project "Turkey.csproj". 490s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 490s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 490s '' == 'true'). 490s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 490s 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 ). 490s 2:2>Target "GenerateNETCompatibleDefineConstants" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "AddImplicitDefineConstants" depends on it): 490s 2:2>Done building target "GenerateNETCompatibleDefineConstants" in project "Turkey.csproj". 490s 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 ). 490s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 490s 2:2>Target "AddImplicitDefineConstants" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s 2:2>Done building target "AddImplicitDefineConstants" in project "Turkey.csproj". 490s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll;/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll;...' == ''). 490s 2:2>Target "_ComputeSkipAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 490s 2:2>Done building target "_ComputeSkipAnalyzers" in project "Turkey.csproj". 490s Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true'). 490s 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')). 490s 2:2>Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/buildTransitive/Text.Analyzers.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s 2:2>Done building target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in project "Turkey.csproj". 490s Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzersNaming" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelNaming)' != '' or '$(AnalysisModeNaming)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')). 490s Target "_CheckMicrosoftNetSdkCompilersToolsetPackageExists" skipped, due to false condition; ('$(_NeedToDownloadMicrosoftNetSdkCompilersToolsetPackage)' == 'true' and '$(DesignTimeBuild)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 490s Target "BeforeCompile" skipped. Previously built successfully. 490s Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully. 490s 2:2>Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" depends on it): 490s Task "Microsoft.Build.Tasks.Git.GetUntrackedFiles" skipped, due to false condition; ('$(_GitRepositoryId)' != '') was evaluated as ('' != ''). 490s 2:2>Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.csproj". 490s 2:2>Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s 2:2>Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.csproj". 490s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 490s 2:2>Target "_SetSourceLinkFilePath" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s 2:2>Done building target "_SetSourceLinkFilePath" in project "Turkey.csproj". 490s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 490s 2:2>Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "InitializeSourceRootMappedPaths" depends on it): 490s 2:2>Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "Turkey.csproj". 490s 2:2>Target "InitializeSourceRootMappedPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_InitializeSourceRootMappedPathsOpt" depends on it): 490s Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 490s Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" 490s Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots". 490s 2:2>Done building target "InitializeSourceRootMappedPaths" in project "Turkey.csproj". 490s 2:2>Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s 2:2>Done building target "_InitializeSourceRootMappedPathsOpt" in project "Turkey.csproj". 490s 2:2>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s Building target "_InitializeGitHubSourceLinkUrl" completely. 490s No input files were specified. 490s Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/../tools/net/Microsoft.SourceLink.GitHub.dll". 490s Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" 490s Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl". 490s 2:2>Done building target "_InitializeGitHubSourceLinkUrl" in project "Turkey.csproj". 490s 2:2>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s Building target "_InitializeGitLabSourceLinkUrl" completely. 490s No input files were specified. 490s Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/../tools/net/Microsoft.SourceLink.GitLab.dll". 490s Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" 490s Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl". 490s 2:2>Done building target "_InitializeGitLabSourceLinkUrl" in project "Turkey.csproj". 490s 2:2>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s Building target "_InitializeAzureReposGitSourceLinkUrl" completely. 490s No input files were specified. 490s Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/net/Microsoft.SourceLink.AzureRepos.Git.dll". 490s Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" 490s Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl". 490s 2:2>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Turkey.csproj". 490s 2:2>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_GenerateSourceLinkFile" depends on it): 490s Building target "_InitializeBitbucketGitSourceLinkUrl" completely. 490s No input files were specified. 490s Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/net/Microsoft.SourceLink.Bitbucket.Git.dll". 490s Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" 490s Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl". 490s 2:2>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Turkey.csproj". 490s 2:2>Target "_GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateSourceLinkFile" depends on it): 490s Building target "_GenerateSourceLinkFile" completely. 490s No input files were specified. 490s Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/../tools/net/Microsoft.SourceLink.Common.dll". 490s Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile" 490s Source Link is empty, file 'obj/Release/net9.0/Turkey.sourcelink.json' does not exist. 490s Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile". 490s 2:2>Done building target "_GenerateSourceLinkFile" in project "Turkey.csproj". 490s 2:2>Target "GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreCompile" depends on it): 490s 2:2>Done building target "GenerateSourceLinkFile" in project "Turkey.csproj". 490s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 490s 2:2>Target "CoreCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 490s Building target "CoreCompile" completely. 490s Output file "obj/Release/net9.0/Turkey.dll" does not exist. 490s Using "Csc" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 490s Task "Csc" 490s /usr/lib/dotnet/dotnet exec "/usr/lib/dotnet/sdk/9.0.102/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:9 /define:TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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/9.0.1/ref/net9.0/Microsoft.CSharp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll /reference:/tmp/autopkgtest.Yoe9HO/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/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll /debug- /debug:portable /filealign:512 /optimize+ /out:obj/Release/net9.0/Turkey.dll /refout:obj/Release/net9.0/refint/Turkey.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:13.0 /analyzerconfig:obj/Release/net9.0/Turkey.GeneratedMSBuildEditorConfig.editorconfig /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Humanizer.dll /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.Analyzers.dll /analyzer:/tmp/autopkgtest.Yoe9HO/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/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/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/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" obj/Release/net9.0/Turkey.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 490s Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Security.Principal.Windows.dll, MVID: b6c089c1-65de-4de5-adfc-c8681733a6df, AssemblyLoadContext: Default) 490s Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.1/System.Security.Claims.dll, MVID: cc7f8dc2-988b-4587-b0ac-0e9e93a95edd, AssemblyLoadContext: Default) 494s Microsoft (R) Visual C# Compiler version 4.12.0-3.24574.8 (1cf154a5) 494s Copyright (C) Microsoft Corporation. All rights reserved. 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s 2:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 494s CompilerServer: server - server processed compilation - Turkey (net9.0) 494s Done executing task "Csc". 494s Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != ''). 494s 2:2>Done building target "CoreCompile" in project "Turkey.csproj". 494s Target "_TouchLastBuildWithSkipAnalyzers" skipped, due to false condition; ('$(_SkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 494s Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 494s 2:2>Target "AfterCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Compile" depends on it): 494s 2:2>Done building target "AfterCompile" in project "Turkey.csproj". 494s Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 494s '$(AppHostSourcePath)' != '' and 494s Exists('@(IntermediateAssembly)') and 494s Exists('$(AppHostSourcePath)')) was evaluated as ('true' == 'true' and 494s '' != '' and 494s Exists('obj/Release/net9.0/Turkey.dll') and 494s Exists('')). 494s Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 494s '$(ComHostIntermediatePath)' != '' and 494s Exists('@(IntermediateAssembly)') and 494s Exists('$(ComHostSourcePath)')) was evaluated as ('true' == 'true' and 494s '' != '' and 494s Exists('obj/Release/net9.0/Turkey.dll') and 494s Exists('')). 494s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 494s 2:2>Target "Compile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 494s 2:2>Done building target "Compile" in project "Turkey.csproj". 494s Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true'). 494s Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or 494s ('$(_AssemblyTimestampBeforeCompile)' == '')) and 494s Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or 494s ('' == '')) and 494s Exists('obj/Turkey.csproj.UnmanagedRegistration.cache')). 494s Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 494s 2:2>Target "_GenerateSatelliteAssemblyInputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CreateSatelliteAssemblies" depends on it): 494s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 494s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 494s 2:2>Done building target "_GenerateSatelliteAssemblyInputs" in project "Turkey.csproj". 494s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 494s Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and 'true' != 'true'). 494s Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ). 494s 2:2>Target "CreateSatelliteAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 494s 2:2>Done building target "CreateSatelliteAssemblies" in project "Turkey.csproj". 494s Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true'). 494s 2:2>Target "GetTargetPathWithTargetPlatformMoniker" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetTargetPath" depends on it): 494s 2:2>Done building target "GetTargetPathWithTargetPlatformMoniker" in project "Turkey.csproj". 494s 2:2>Target "GetTargetPath" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 494s 2:2>Done building target "GetTargetPath" in project "Turkey.csproj". 494s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 494s 2:2>Target "_CopyFilesMarkedCopyLocal" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 494s Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "Copy" 494s Creating directory "bin/Release/net9.0/cs". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Newtonsoft.Json.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/cs/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/cs/System.CommandLine.resources.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/System.CommandLine.dll". 494s Creating directory "bin/Release/net9.0/de". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/de/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/de/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/es". 494s Creating directory "bin/Release/net9.0/fr". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/es/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/es/System.CommandLine.resources.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/fr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/fr/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/it". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/it/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/it/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/ko". 494s Creating directory "bin/Release/net9.0/ja". 494s Creating directory "bin/Release/net9.0/pl". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ja/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/ja/System.CommandLine.resources.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pl/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/pl/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/pt-BR". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/pt-BR/System.CommandLine.resources.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ko/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/ko/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/tr". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/tr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/tr/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/ru". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ru/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/ru/System.CommandLine.resources.dll". 494s Creating directory "bin/Release/net9.0/zh-Hans". 494s Creating directory "bin/Release/net9.0/zh-Hant". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/zh-Hans/System.CommandLine.resources.dll". 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/zh-Hant/System.CommandLine.resources.dll". 494s Done executing task "Copy". 494s Using "Touch" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "Touch" 494s Creating "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.csproj.Up2Date" because "AlwaysCreate" was specified. 494s Touching "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.csproj.Up2Date". 494s Done executing task "Touch". 494s 2:2>Done building target "_CopyFilesMarkedCopyLocal" in project "Turkey.csproj". 494s Target "AssignTargetPaths" skipped. Previously built successfully. 494s Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!=''). 494s Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully. 494s Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully. 494s 2:2>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 494s 2:2>Done building target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in project "Turkey.csproj". 494s 2:2>Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 494s 2:2>Done building target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in project "Turkey.csproj". 494s 2:2>Target "GetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 494s Task "CallTarget" 494s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 494s Target "_AddOutputPathToGlobalPropertiesToRemove" skipped. Previously built successfully. 494s 2:2>Target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 494s 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'). 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s 2:2>Done building target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in project "Turkey.csproj". 494s Done executing task "CallTarget". 494s Task "CallTarget" 494s Target "AssignTargetPaths" skipped. Previously built successfully. 494s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 494s 2:2>Target "_GetCopyToOutputDirectoryItemsFromThisProject" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s 2:2>Done building target "_GetCopyToOutputDirectoryItemsFromThisProject" in project "Turkey.csproj". 494s Done executing task "CallTarget". 494s 2:2>Done building target "GetCopyToOutputDirectoryItems" in project "Turkey.csproj". 494s Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ). 494s Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ). 494s 2:2>Target "_CopySourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 494s 2:2>Done building target "_CopySourceItemsToOutputDirectory" in project "Turkey.csproj". 494s Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ). 494s Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ). 494s 2:2>Target "_CheckForCompileOutputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 494s 2:2>Done building target "_CheckForCompileOutputs" in project "Turkey.csproj". 494s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 494s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 494s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 494s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 494s 2:2>Target "_ComputeReferenceAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildDependencyFile" depends on it): 494s 2:2>Done building target "_ComputeReferenceAssemblies" in project "Turkey.csproj". 494s 2:2>Target "_ComputeUserRuntimeAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildDependencyFile" depends on it): 494s 2:2>Done building target "_ComputeUserRuntimeAssemblies" in project "Turkey.csproj". 494s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 494s Target "_ComputePackageReferencePublish" skipped. Previously built successfully. 494s Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true'). 494s 2:2>Target "GenerateBuildDependencyFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 494s Building target "GenerateBuildDependencyFile" completely. 494s Output file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.deps.json" does not exist. 494s Using "GenerateDepsFile" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "GenerateDepsFile" 494s Done executing task "GenerateDepsFile". 494s 2:2>Done building target "GenerateBuildDependencyFile" in project "Turkey.csproj". 494s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 494s 2:2>Target "_GenerateRuntimeConfigurationFilesInputCache" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "GenerateBuildRuntimeConfigurationFiles" depends on it): 494s Task "Hash" 494s Done executing task "Hash". 494s Task "WriteLinesToFile" 494s Done executing task "WriteLinesToFile". 494s 2:2>Done building target "_GenerateRuntimeConfigurationFilesInputCache" in project "Turkey.csproj". 494s 2:2>Target "GenerateBuildRuntimeConfigurationFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CopyFilesToOutputDirectory" depends on it): 494s Building target "GenerateBuildRuntimeConfigurationFiles" completely. 494s Output file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.runtimeconfig.json" does not exist. 494s 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'). 494s Using "GenerateRuntimeConfigurationFiles" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "GenerateRuntimeConfigurationFiles" 494s Done executing task "GenerateRuntimeConfigurationFiles". 494s 2:2>Done building target "GenerateBuildRuntimeConfigurationFiles" in project "Turkey.csproj". 494s Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and != '' ). 494s 2:2>Target "CopyFilesToOutputDirectory" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "PrepareForRun" depends on it): 494s Task "Copy" 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll". 494s Done executing task "Copy". 494s Using "CopyRefAssembly" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 494s Task "CopyRefAssembly" 494s Copying reference assembly from "obj/Release/net9.0/refint/Turkey.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/ref/Turkey.dll". 494s Done executing task "CopyRefAssembly". 494s Task "Message" 494s Turkey -> /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll 494s Done executing task "Message". 494s Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != ''). 494s Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true'). 494s Task "Copy" 494s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/Turkey.pdb" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.pdb". 494s Done executing task "Copy". 494s Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true'). 494s Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != ''). 494s Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ). 494s Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != ''). 494s Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != ''). 494s 2:2>Done building target "CopyFilesToOutputDirectory" in project "Turkey.csproj". 494s Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true'). 494s 2:2>Target "PrepareForRun" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 494s 2:2>Done building target "PrepareForRun" in project "Turkey.csproj". 494s Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Exe'=='library'). 494s Target "_CheckForCompileOutputs" skipped. Previously built successfully. 494s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 494s 2:2>Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "IncrementalClean" depends on it): 494s Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "ReadLinesFromFile" 494s Done executing task "ReadLinesFromFile". 494s Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "ConvertToAbsolutePath" 494s Done executing task "ConvertToAbsolutePath". 494s Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "FindUnderPath" 494s Comparison path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey". 494s Done executing task "FindUnderPath". 494s Task "FindUnderPath" 494s Comparison path is "bin/Release/net9.0/". 494s Done executing task "FindUnderPath". 494s Task "FindUnderPath" 494s Comparison path is "obj/Release/net9.0/". 494s Done executing task "FindUnderPath". 494s Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "RemoveDuplicates" 494s Done executing task "RemoveDuplicates". 494s 2:2>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "Turkey.csproj". 494s 2:2>Target "IncrementalClean" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "CoreBuild" depends on it): 494s Task "FindUnderPath" 494s Comparison path is "bin/Release/net9.0/". 494s Done executing task "FindUnderPath". 494s Task "FindUnderPath" 494s Comparison path is "obj/Release/net9.0/". 494s Done executing task "FindUnderPath". 494s Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Task "Delete" 494s Done executing task "Delete". 494s Task "RemoveDuplicates" 494s Done executing task "RemoveDuplicates". 494s Task "WriteLinesToFile" 494s Done executing task "WriteLinesToFile". 494s 2:2>Done building target "IncrementalClean" in project "Turkey.csproj". 494s Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')). 494s Target "GenerateBuildDependencyFile" skipped. Previously built successfully. 494s Target "GenerateBuildRuntimeConfigurationFiles" skipped. Previously built successfully. 494s 2:2>Target "CoreBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 494s 2:2>Done building target "CoreBuild" in project "Turkey.csproj". 494s 2:2>Target "AfterBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (target "Build" depends on it): 494s 2:2>Done building target "AfterBuild" in project "Turkey.csproj". 494s 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'). 494s Target "_ErrorWorkloadDisabledForTFMLessThan6" skipped, due to false condition; ('$(_BrowserWorkloadNotSupportedForTFM)' == 'true') was evaluated as ('' == 'true'). 494s Target "_ErrorDualWasmThreadPropsOn7" skipped, due to false condition; ('$(TargetsNet7)' == 'true' and '$(RuntimeIdentifier)' == 'browser-wasm' and 494s '$(BrowserWorkloadDisabled)' != 'true' and '$(WasmEnableThreads)' == 'true' and '$(WasmEnablePerfTrace)' == 'true') was evaluated as ('' == 'true' and '' == 'browser-wasm' and 494s '' != 'true' and '' == 'true' and '' == 'true'). 494s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 494s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 494s 2:2>Target "Build" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 494s 2:2>Done building target "Build" in project "Turkey.csproj". 494s Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true'). 494s 2:2>Target "_CheckContainersPackage" in file "/usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 494s Task "Warning" skipped, due to false condition; ($(_ContainerPackageIsPresent) 494s and ( 494s ($(_SdkCanPublishWeb) and $(_IsWebProject)) or 494s ($(_SdkCanPublishWorker) and $(_IsWorkerProject)) or 494s ($(_SdkCanPublishConsole) and '$(EnableSdkContainerSupport)' == 'true') 494s )) was evaluated as (false 494s and ( 494s (True and false) or 494s (True and false) or 494s (True and '' == 'true') 494s )). 494s 2:2>Done building target "_CheckContainersPackage" in project "Turkey.csproj". 494s 2:2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (default targets). 494s 1:2>Done executing task "MSBuild". 494s Task "MSBuild" 494s Removing Properties for project "../Turkey/Turkey.csproj": 494s TargetFramework 494s 1:2>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:3) on node 1 (GetNativeManifest target(s)). 494s 2:3>Target "GetNativeManifest" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (entry point): 494s 2:3>Done building target "GetNativeManifest" in project "Turkey.csproj". 494s 2:3>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetNativeManifest target(s)). 494s 1:2>Done executing task "MSBuild". 494s Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' != 'True') was evaluated as ('../Turkey/Turkey.csproj' != '' and '' != '' and '' != 'True'). 494s Task "Error" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' == 'True') was evaluated as ('../Turkey/Turkey.csproj' != '' and '' != '' and '' == 'True'). 494s 1:2>Done building target "ResolveProjectReferences" in project "Turkey.Tests.csproj". 494s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 494s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 494s Target "ResolveProjectReferences" skipped. Previously built successfully. 494s Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true'). 494s Target "GetFrameworkPaths" skipped. Previously built successfully. 494s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 494s Target "PrepareForBuild" skipped. Previously built successfully. 494s Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != ''). 494s 1:2>Target "ResolveSDKReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 494s Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!=''). 494s 1:2>Done building target "ResolveSDKReferences" in project "Turkey.Tests.csproj". 494s Target "ResolveSDKReferences" skipped. Previously built successfully. 494s 1:2>Target "ExpandSDKReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 494s Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!=''). 494s 1:2>Done building target "ExpandSDKReferences" in project "Turkey.Tests.csproj". 494s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 494s Target "GetFrameworkPaths" skipped. Previously built successfully. 494s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 494s Target "ProcessFrameworkReferences" skipped. Previously built successfully. 494s Target "ResolvePackageAssets" skipped. Previously built successfully. 494s 1:2>Target "ResolveFrameworkReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveTargetingPackAssets" depends on it): 494s Using "GetPackageDirectory" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Task "GetPackageDirectory" 494s Done executing task "GetPackageDirectory". 494s Using "ResolveFrameworkReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "ResolveFrameworkReferences" 494s Done executing task "ResolveFrameworkReferences". 494s 1:2>Done building target "ResolveFrameworkReferences" in project "Turkey.Tests.csproj". 494s 1:2>Target "ResolveTargetingPackAssets" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_HandlePackageFileConflicts" depends on it): 494s Using "ResolveTargetingPackAssets" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "ResolveTargetingPackAssets" 494s Done executing task "ResolveTargetingPackAssets". 494s 1:2>Done building target "ResolveTargetingPackAssets" in project "Turkey.Tests.csproj". 494s 1:2>Target "ResolveOffByDefaultAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_HandlePackageFileConflicts" depends on it): 494s 1:2>Done building target "ResolveOffByDefaultAnalyzers" in project "Turkey.Tests.csproj". 494s 1:2>Target "_HandlePackageFileConflicts" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveAssemblyReferences" depends on it): 494s Using "ResolvePackageFileConflicts" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "ResolvePackageFileConflicts" 494s Encountered conflict between 'Reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' and 'Reference:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'Reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' and 'Reference:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'Reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' and 'Reference:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' and 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' and 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' and 'CopyLocal:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll'. Choosing 'CopyLocal:/tmp/autopkgtest.Yoe9HO/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. 494s Encountered conflict between 'Platform:mscorlib.dll' and 'Platform:mscorlib.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Platform:Microsoft.VisualBasic.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.dll' and 'Platform:System.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s Encountered conflict between 'Platform:System.Configuration.dll' and 'Platform:System.Configuration.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Core.dll' and 'Platform:System.Core.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Data.dll' and 'Platform:System.Data.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Drawing.dll' and 'Platform:System.Drawing.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s Encountered conflict between 'Platform:System.Net.dll' and 'Platform:System.Net.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Numerics.dll' and 'Platform:System.Numerics.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s Encountered conflict between 'Platform:System.Security.dll' and 'Platform:System.Security.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Platform:System.ServiceProcess.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s Encountered conflict between 'Platform:System.Transactions.dll' and 'Platform:System.Transactions.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Web.dll' and 'Platform:System.Web.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Windows.dll' and 'Platform:System.Windows.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:System.Xml.dll' and 'Platform:System.Xml.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s 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. 494s Encountered conflict between 'Platform:WindowsBase.dll' and 'Platform:WindowsBase.dll'. Could not determine winner due to equal file and assembly versions. 494s Encountered conflict between 'Platform:netstandard.dll' and 'Platform:netstandard.dll'. Could not determine winner due to equal file and assembly versions. 494s 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. 494s 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. 494s 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. 494s 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. 494s 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. 494s Encountered conflict between 'Platform:mscordaccore_s390x_s390x_9.0.124.61010.dll' and 'Platform:mscordaccore_s390x_s390x_9.0.124.61010.dll'. Could not determine winner due to equal file and assembly versions. 494s Done executing task "ResolvePackageFileConflicts". 494s 1:2>Done building target "_HandlePackageFileConflicts" in project "Turkey.Tests.csproj". 494s Target "ResolveTargetingPackAssets" skipped. Previously built successfully. 494s 1:2>Target "ResolveAssemblyReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 494s Task "ResolveAssemblyReference" 494s TargetFrameworkMoniker: 494s .NETCoreApp,Version=v9.0 494s TargetFrameworkMonikerDisplayName: 494s .NET 9.0 494s TargetedRuntimeVersion: 494s 494s Assemblies: 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll' 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll 494s Private = 'false' 494s HintPath = '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll 494s Private = 'false' 494s /usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll 494s Private = 'false' 494s AssemblyFiles: 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll 494s CandidateAssemblyFiles: 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.visualstudio.testadapter.dll 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.reporters.netcoreapp10.dll 494s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.utility.netcoreapp10.dll 494s TargetFrameworkDirectories: 494s 494s InstalledAssemblyTables: 494s IgnoreInstalledAssemblyTable: 494s False 494s SearchPaths: 494s {CandidateAssemblyFiles} 494s {HintPathFromItem} 494s {TargetFrameworkDirectory} 494s {RawFileName} 494s AllowedAssemblyExtensions: 494s .winmd 494s .dll 494s .exe 494s AllowedRelatedFileExtensions: 494s .pdb 494s .xml 494s .pri 494s .dll.config 494s .exe.config 494s AppConfigFile: 494s 494s AutoUnify: 494s True 494s CopyLocalDependenciesWhenParentReferenceInGac: 494s True 494s FindDependencies: 494s True 494s TargetProcessorArchitecture: 494s msil 494s StateFile: 494s obj/Release/net9.0/Turkey.Tests.csproj.AssemblyReference.cache 494s InstalledAssemblySubsetTables: 494s IgnoreInstalledAssemblySubsetTable: 494s False 494s TargetFrameworkSubsets: 494s FullTargetFrameworkSubsetNames: 494s Full 494s ProfileName: 494s 494s FullFrameworkFolders: 494s LatestTargetFrameworkDirectories: 494s ProfileTablesLocation: 494s Primary reference "Turkey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll". 494s Reference found at search path location "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll". 494s Found related file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.pdb". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.TestPlatform.CommunicationUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.TestPlatform.CrossPlatEngine, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.TestPlatform.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.VisualStudio.TestPlatform.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "testhost, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "xunit.abstractions, Version=2.0.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "xunit.assert, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "xunit.core, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "xunit.execution.dotnet, Version=2.8.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c". 494s Resolved file path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll". 494s Reference found at search path location "{HintPathFromItem}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.CSharp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.AppContext, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Buffers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Data.DataSetExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.Tools, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Dynamic.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Globalization.Calendars, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Globalization.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Globalization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.FileSystem.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO.UnmanagedMemoryStream, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.IO, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Reflection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Resources.Reader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Resources.ResourceManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Handles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.Cng, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.Csp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.OpenSsl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.Principal, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security.SecureString, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Tasks.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Tasks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading.Timer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.ValueTuple, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.XmlDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Primary reference "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". 494s Resolved file path is "/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll". 494s Reference found at search path location "{RawFileName}". 494s This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true". 494s The ImageRuntimeVersion for this reference is "". 494s Done executing task "ResolveAssemblyReference". 494s 1:2>Done building target "ResolveAssemblyReferences" in project "Turkey.Tests.csproj". 494s 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'). 494s 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'). 494s Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true'). 494s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 494s 1:2>Target "AfterResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResolveReferences" depends on it): 494s 1:2>Done building target "AfterResolveReferences" in project "Turkey.Tests.csproj". 494s 1:2>Target "ResolveReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_BlockWinMDsOnUnsupportedTFMs" depends on it): 494s 1:2>Done building target "ResolveReferences" in project "Turkey.Tests.csproj". 494s 1:2>Target "_BlockWinMDsOnUnsupportedTFMs" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 494s Using "CheckForUnsupportedWinMDReferences" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "CheckForUnsupportedWinMDReferences" 494s Done executing task "CheckForUnsupportedWinMDReferences". 494s Task "NETSdkError" skipped, due to false condition; ('$(OutputType)' == 'winmdobj') was evaluated as ('Exe' == 'winmdobj'). 494s 1:2>Done building target "_BlockWinMDsOnUnsupportedTFMs" in project "Turkey.Tests.csproj". 494s Target "ResolveReferences" skipped. Previously built successfully. 494s Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully. 494s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 494s 1:2>Target "CopyAdditionalFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignTargetPaths" depends on it): 494s 1:2>Done building target "CopyAdditionalFiles" in project "Turkey.Tests.csproj". 494s Target "_GetAppHostPaths" skipped, due to false condition; ('$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true'). 494s Target "_GetComHostPaths" skipped, due to false condition; ('$(EnableComHosting)' == 'true' and '$(_IsExecutable)' != 'true') was evaluated as ('' == 'true' and 'true' != 'true'). 494s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 494s 1:2>Target "_ComputeNETCoreBuildOutputFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AssignTargetPaths" depends on it): 494s 1:2>Done building target "_ComputeNETCoreBuildOutputFiles" in project "Turkey.Tests.csproj". 494s 1:2>Target "AssignTargetPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s Task "AssignTargetPath" 494s Done executing task "AssignTargetPath". 494s Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.dll'=='.manifest'). 494s 1:2>Done building target "AssignTargetPaths" in project "Turkey.Tests.csproj". 494s Target "AssignTargetPaths" skipped. Previously built successfully. 494s 1:2>Target "SplitResourcesByCulture" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 494s Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!=''). 494s Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!=''). 494s Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!=''). 494s Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!=''). 494s Task "AssignCulture" 494s Done executing task "AssignCulture". 494s 1:2>Done building target "SplitResourcesByCulture" in project "Turkey.Tests.csproj". 494s Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != ''). 494s 1:2>Target "CreateCustomManifestResourceNames" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResourceNames" depends on it): 494s 1:2>Done building target "CreateCustomManifestResourceNames" in project "Turkey.Tests.csproj". 494s 1:2>Target "PrepareResourceNames" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResources" depends on it): 494s 1:2>Done building target "PrepareResourceNames" in project "Turkey.Tests.csproj". 494s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 494s Target "SplitResourcesByCulture" skipped. Previously built successfully. 494s 1:2>Target "BeforeResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 494s 1:2>Done building target "BeforeResGen" in project "Turkey.Tests.csproj". 494s Target "ResolveReferences" skipped. Previously built successfully. 494s 1:2>Target "FindReferenceAssembliesForReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreResGen" depends on it): 494s 1:2>Done building target "FindReferenceAssembliesForReferences" in project "Turkey.Tests.csproj". 494s 1:2>Target "CoreResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 494s 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'). 494s 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'). 494s 1:2>Done building target "CoreResGen" in project "Turkey.Tests.csproj". 494s 1:2>Target "AfterResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "ResGen" depends on it): 494s 1:2>Done building target "AfterResGen" in project "Turkey.Tests.csproj". 494s 1:2>Target "ResGen" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareResources" depends on it): 494s 1:2>Done building target "ResGen" in project "Turkey.Tests.csproj". 494s Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!=''). 494s 1:2>Target "PrepareResources" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 494s 1:2>Done building target "PrepareResources" in project "Turkey.Tests.csproj". 494s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 494s Target "ResolveReferences" skipped. Previously built successfully. 494s Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true'). 494s Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!=''). 494s Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!=''). 494s Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!=''). 494s 1:2>Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "SetWin32ManifestProperties" depends on it): 494s Task "GetFrameworkPath" 494s Done executing task "GetFrameworkPath". 494s 1:2>Done building target "_SetEmbeddedWin32ManifestProperties" in project "Turkey.Tests.csproj". 494s 1:2>Target "SetWin32ManifestProperties" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 494s 1:2>Done building target "SetWin32ManifestProperties" in project "Turkey.Tests.csproj". 494s Target "_SetPreferNativeArm64Win32ManifestProperties" skipped, due to false condition; ( '$(PreferNativeArm64)'=='true' and '$(NoWin32Manifest)'!='true') was evaluated as ( 'false'=='true' and ''!='true'). 494s Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully. 494s 1:2>Target "_GenerateCompileInputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 494s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 494s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 494s 1:2>Done building target "_GenerateCompileInputs" in project "Turkey.Tests.csproj". 494s Target "PrepareForBuild" skipped. Previously built successfully. 494s 1:2>Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 494s 1:2>Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "Turkey.Tests.csproj". 494s 1:2>Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateMSBuildEditorConfigFileCore" depends on it): 494s 1:2>Done building target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in project "Turkey.Tests.csproj". 494s 1:2>Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it): 494s Building target "GenerateMSBuildEditorConfigFileCore" completely. 494s No input files were specified. 494s Using "GenerateMSBuildEditorConfig" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 494s Task "GenerateMSBuildEditorConfig" 494s Done executing task "GenerateMSBuildEditorConfig". 494s 1:2>Done building target "GenerateMSBuildEditorConfigFileCore" in project "Turkey.Tests.csproj". 494s 1:2>Target "GenerateMSBuildEditorConfigFile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 494s 1:2>Done building target "GenerateMSBuildEditorConfigFile" in project "Turkey.Tests.csproj". 494s Target "PrepareForBuild" skipped. Previously built successfully. 494s Target "GetReferenceAssemblyPaths" skipped. Previously built successfully. 494s 1:2>Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.CSharp.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it): 494s 1:2>Done building target "_SetTargetFrameworkMonikerAttribute" in project "Turkey.Tests.csproj". 494s 1:2>Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 494s Building target "GenerateTargetFrameworkMonikerAttribute" completely. 494s Output file "obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" does not exist. 494s Task "WriteLinesToFile" 494s Done executing task "WriteLinesToFile". 494s 1:2>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "Turkey.Tests.csproj". 494s Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true'). 494s Target "PrepareForBuild" skipped. Previously built successfully. 494s 1:2>Target "GetAssemblyVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetAssemblyAttributes" depends on it): 494s Using "GetAssemblyVersion" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 494s Task "GetAssemblyVersion" 494s Done executing task "GetAssemblyVersion". 494s 1:2>Done building target "GetAssemblyVersion" in project "Turkey.Tests.csproj". 494s Target "GetAssemblyVersion" skipped. Previously built successfully. 494s 1:2>Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/../tools/net/Microsoft.Build.Tasks.Git.dll". 494s Task "Microsoft.Build.Tasks.Git.LocateRepository" 494s Done executing task "Microsoft.Build.Tasks.Git.LocateRepository". 494s 1:2>Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.Tests.csproj". 494s 1:2>Target "_SourceLinkHasSingleProvider" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/../tools/net/Microsoft.SourceLink.Common.dll". 494s Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" 494s Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider". 494s 1:2>Done building target "_SourceLinkHasSingleProvider" in project "Turkey.Tests.csproj". 494s 1:2>Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/../tools/net/Microsoft.SourceLink.GitHub.dll". 494s Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" 494s Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls". 494s 1:2>Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 494s 1:2>Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/../tools/net/Microsoft.SourceLink.GitLab.dll". 494s Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" 494s Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls". 494s 1:2>Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 494s 1:2>Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/net/Microsoft.SourceLink.AzureRepos.Git.dll". 494s Task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" 494s Done executing task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls". 494s 1:2>Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 494s 1:2>Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/net/Microsoft.SourceLink.Bitbucket.Git.dll". 494s Task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" 494s Done executing task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls". 494s 1:2>Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "Turkey.Tests.csproj". 494s 1:2>Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it): 494s 1:2>Done building target "SourceControlManagerPublishTranslatedUrls" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "InitializeSourceControlInformation" depends on it): 494s 1:2>Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "Turkey.Tests.csproj". 494s 1:2>Target "InitializeSourceControlInformation" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AddSourceRevisionToInformationalVersion" depends on it): 494s 1:2>Done building target "InitializeSourceControlInformation" in project "Turkey.Tests.csproj". 494s 1:2>Target "AddSourceRevisionToInformationalVersion" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetAssemblyAttributes" depends on it): 494s 1:2>Done building target "AddSourceRevisionToInformationalVersion" in project "Turkey.Tests.csproj". 494s Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ). 494s 1:2>Target "GetAssemblyAttributes" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CreateGeneratedAssemblyInfoInputsCacheFile" depends on it): 494s 1:2>Done building target "GetAssemblyAttributes" in project "Turkey.Tests.csproj". 494s 1:2>Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreGenerateAssemblyInfo" depends on it): 494s Task "Hash" 494s Done executing task "Hash". 494s Task "WriteLinesToFile" 494s Done executing task "WriteLinesToFile". 494s 1:2>Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "Turkey.Tests.csproj". 494s 1:2>Target "CoreGenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateAssemblyInfo" depends on it): 494s Building target "CoreGenerateAssemblyInfo" completely. 494s Output file "obj/Release/net9.0/Turkey.Tests.AssemblyInfo.cs" does not exist. 494s Task "WriteCodeFragment" 494s Emitted specified code into "obj/Release/net9.0/Turkey.Tests.AssemblyInfo.cs". 494s Done executing task "WriteCodeFragment". 494s 1:2>Done building target "CoreGenerateAssemblyInfo" in project "Turkey.Tests.csproj". 494s 1:2>Target "GenerateAssemblyInfo" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "BeforeCompile" depends on it): 494s 1:2>Done building target "GenerateAssemblyInfo" in project "Turkey.Tests.csproj". 494s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 494s 1:2>Target "BeforeCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 494s 1:2>Done building target "BeforeCompile" in project "Turkey.Tests.csproj". 494s Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 494s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 494s 1:2>Target "_GenerateCompileDependencyCache" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 494s Task "Hash" 494s Done executing task "Hash". 494s Task "WriteLinesToFile" 494s Done executing task "WriteLinesToFile". 494s 1:2>Done building target "_GenerateCompileDependencyCache" in project "Turkey.Tests.csproj". 494s 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'))). 494s Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != ''). 494s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll;/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll;/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll;...' == ''). 494s 1:2>Target "_BeforeVBCSCoreCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s 1:2>Done building target "_BeforeVBCSCoreCompile" in project "Turkey.Tests.csproj". 494s Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and 494s '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and 494s '' == 'true'). 494s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 494s 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 ). 494s 1:2>Target "GenerateNETCompatibleDefineConstants" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "AddImplicitDefineConstants" depends on it): 494s 1:2>Done building target "GenerateNETCompatibleDefineConstants" in project "Turkey.Tests.csproj". 494s 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 ). 494s Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true'). 494s 1:2>Target "AddImplicitDefineConstants" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s 1:2>Done building target "AddImplicitDefineConstants" in project "Turkey.Tests.csproj". 494s Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.CSharp.dll;/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll;/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll;...' == ''). 494s 1:2>Target "_ComputeSkipAnalyzers" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 494s 1:2>Done building target "_ComputeSkipAnalyzers" in project "Turkey.Tests.csproj". 494s Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true'). 494s 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')). 494s 1:2>Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/buildTransitive/Text.Analyzers.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s 1:2>Done building target "AddGlobalAnalyzerConfigForPackage_TextAnalyzers" in project "Turkey.Tests.csproj". 494s Target "AddGlobalAnalyzerConfigForPackage_TextAnalyzersNaming" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelNaming)' != '' or '$(AnalysisModeNaming)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')). 494s Target "_CheckMicrosoftNetSdkCompilersToolsetPackageExists" skipped, due to false condition; ('$(_NeedToDownloadMicrosoftNetSdkCompilersToolsetPackage)' == 'true' and '$(DesignTimeBuild)' != 'true') was evaluated as ('' == 'true' and '' != 'true'). 494s Target "BeforeCompile" skipped. Previously built successfully. 494s Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully. 494s 1:2>Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" depends on it): 494s Task "Microsoft.Build.Tasks.Git.GetUntrackedFiles" skipped, due to false condition; ('$(_GitRepositoryId)' != '') was evaluated as ('' != ''). 494s 1:2>Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.Tests.csproj". 494s 1:2>Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s 1:2>Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Turkey.Tests.csproj". 494s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 494s 1:2>Target "_SetSourceLinkFilePath" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s 1:2>Done building target "_SetSourceLinkFilePath" in project "Turkey.Tests.csproj". 494s Target "InitializeSourceControlInformation" skipped. Previously built successfully. 494s 1:2>Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "InitializeSourceRootMappedPaths" depends on it): 494s 1:2>Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "Turkey.Tests.csproj". 494s 1:2>Target "InitializeSourceRootMappedPaths" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Managed.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_InitializeSourceRootMappedPathsOpt" depends on it): 494s Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 494s Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" 494s Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots". 494s 1:2>Done building target "InitializeSourceRootMappedPaths" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s 1:2>Done building target "_InitializeSourceRootMappedPathsOpt" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s Building target "_InitializeGitHubSourceLinkUrl" completely. 494s No input files were specified. 494s Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitHub/build/../tools/net/Microsoft.SourceLink.GitHub.dll". 494s Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" 494s Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl". 494s 1:2>Done building target "_InitializeGitHubSourceLinkUrl" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s Building target "_InitializeGitLabSourceLinkUrl" completely. 494s No input files were specified. 494s Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.GitLab/build/../tools/net/Microsoft.SourceLink.GitLab.dll". 494s Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" 494s Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl". 494s 1:2>Done building target "_InitializeGitLabSourceLinkUrl" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s Building target "_InitializeAzureReposGitSourceLinkUrl" completely. 494s No input files were specified. 494s Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/net/Microsoft.SourceLink.AzureRepos.Git.dll". 494s Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" 494s Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl". 494s 1:2>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Turkey.Tests.csproj". 494s 1:2>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_GenerateSourceLinkFile" depends on it): 494s Building target "_InitializeBitbucketGitSourceLinkUrl" completely. 494s No input files were specified. 494s Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/net/Microsoft.SourceLink.Bitbucket.Git.dll". 494s Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" 494s Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl". 494s 1:2>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Turkey.Tests.csproj". 494s 1:2>Target "_GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateSourceLinkFile" depends on it): 494s Building target "_GenerateSourceLinkFile" completely. 494s No input files were specified. 494s Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/../tools/net/Microsoft.SourceLink.Common.dll". 494s Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile" 494s Source Link is empty, file 'obj/Release/net9.0/Turkey.Tests.sourcelink.json' does not exist. 494s Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile". 494s 1:2>Done building target "_GenerateSourceLinkFile" in project "Turkey.Tests.csproj". 494s 1:2>Target "GenerateSourceLinkFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreCompile" depends on it): 494s 1:2>Done building target "GenerateSourceLinkFile" in project "Turkey.Tests.csproj". 494s Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0). 494s 1:2>Target "CoreCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.CSharp.Core.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 494s Building target "CoreCompile" completely. 494s Output file "obj/Release/net9.0/Turkey.Tests.dll" does not exist. 494s Using "Csc" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 494s Task "Csc" 494s /usr/lib/dotnet/dotnet exec "/usr/lib/dotnet/sdk/9.0.102/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:9 /define:TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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/9.0.1/ref/net9.0/Microsoft.CSharp.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll /reference:/tmp/autopkgtest.Yoe9HO/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/9.0.1/ref/net9.0/Microsoft.VisualBasic.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.VisualBasic.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll /reference:/tmp/autopkgtest.Yoe9HO/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/9.0.1/ref/net9.0/Microsoft.Win32.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/Microsoft.Win32.Registry.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/mscorlib.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/netstandard.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.AppContext.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Buffers.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Concurrent.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Immutable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.NonGeneric.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Collections.Specialized.dll /reference:/tmp/autopkgtest.Yoe9HO/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/9.0.1/ref/net9.0/System.ComponentModel.Annotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Configuration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Console.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Core.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.Common.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.DataSetExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Data.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Contracts.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Debug.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.DiagnosticSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.FileVersionInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Process.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.StackTrace.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tools.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.TraceSource.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Diagnostics.Tracing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Drawing.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Dynamic.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Asn1.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Formats.Tar.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Calendars.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Globalization.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.Brotli.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Compression.ZipFile.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.IsolatedStorage.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipelines.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.Pipes.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Expressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Linq.Queryable.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Memory.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Http.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.HttpListener.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Mail.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NameResolution.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.NetworkInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Ping.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Quic.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Requests.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.ServicePoint.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.Sockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebClient.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebHeaderCollection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.Client.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Net.WebSockets.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Numerics.Vectors.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ObjectModel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.DispatchProxy.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Metadata.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Reflection.TypeExtensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Reader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.ResourceManager.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Resources.Writer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Handles.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Intrinsics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Loader.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Numerics.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.AccessControl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Claims.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Algorithms.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Cng.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Csp.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.OpenSsl.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.Primitives.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Cryptography.X509Certificates.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.Principal.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Security.SecureString.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceModel.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ServiceProcess.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.CodePages.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encoding.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Encodings.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.Json.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Text.RegularExpressions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Channels.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Overlapped.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Dataflow.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Extensions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Thread.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.ThreadPool.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Threading.Timer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Transactions.Local.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.ValueTuple.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Web.HttpUtility.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Windows.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Linq.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.ReaderWriter.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.Serialization.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlDocument.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XmlSerializer.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/System.Xml.XPath.XDocument.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/obj/Release/net9.0/ref/Turkey.dll /reference:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/ref/net9.0/WindowsBase.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll /reference:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll /reference:/tmp/autopkgtest.Yoe9HO/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/net9.0/Turkey.Tests.dll /refout:obj/Release/net9.0/refint/Turkey.Tests.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:13.0 /analyzerconfig:obj/Release/net9.0/Turkey.Tests.GeneratedMSBuildEditorConfig.editorconfig /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Humanizer.dll /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.Analyzers.dll /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/text.analyzers/3.3.4/analyzers/dotnet/cs/Text.CSharp.Analyzers.dll /analyzer:/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.analyzers/1.13.0/analyzers/dotnet/roslyn4.8/cs/xunit.analyzers.dll /analyzer:/tmp/autopkgtest.Yoe9HO/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/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:/usr/lib/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.1/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.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.net.test.sdk/17.9.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs "obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" obj/Release/net9.0/Turkey.Tests.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 495s Microsoft (R) Visual C# Compiler version 4.12.0-3.24574.8 (1cf154a5) 495s Copyright (C) Microsoft Corporation. All rights reserved. 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s 1:2>/tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 495s CompilerServer: server - server processed compilation - Turkey.Tests (net9.0) 495s Done executing task "Csc". 495s Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != ''). 495s 1:2>Done building target "CoreCompile" in project "Turkey.Tests.csproj". 495s Target "_TouchLastBuildWithSkipAnalyzers" skipped, due to false condition; ('$(_SkipAnalyzers)' == 'true') was evaluated as ('' == 'true'). 495s Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')). 495s 1:2>Target "AfterCompile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Compile" depends on it): 495s 1:2>Done building target "AfterCompile" in project "Turkey.Tests.csproj". 495s Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 495s '$(AppHostSourcePath)' != '' and 495s Exists('@(IntermediateAssembly)') and 495s Exists('$(AppHostSourcePath)')) was evaluated as ('true' == 'true' and 495s '' != '' and 495s Exists('obj/Release/net9.0/Turkey.Tests.dll') and 495s Exists('')). 495s Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and 495s '$(ComHostIntermediatePath)' != '' and 495s Exists('@(IntermediateAssembly)') and 495s Exists('$(ComHostSourcePath)')) was evaluated as ('true' == 'true' and 495s '' != '' and 495s Exists('obj/Release/net9.0/Turkey.Tests.dll') and 495s Exists('')). 495s Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true'). 495s 1:2>Target "Compile" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 495s 1:2>Done building target "Compile" in project "Turkey.Tests.csproj". 495s Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true'). 495s Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or 495s ('$(_AssemblyTimestampBeforeCompile)' == '')) and 495s Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or 495s ('' == '')) and 495s Exists('obj/Turkey.Tests.csproj.UnmanagedRegistration.cache')). 495s Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 495s 1:2>Target "_GenerateSatelliteAssemblyInputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CreateSatelliteAssemblies" depends on it): 495s Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 495s Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''==''). 495s 1:2>Done building target "_GenerateSatelliteAssemblyInputs" in project "Turkey.Tests.csproj". 495s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 495s Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and 'true' != 'true'). 495s Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and 'true' == 'true' ). 495s 1:2>Target "CreateSatelliteAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 495s 1:2>Done building target "CreateSatelliteAssemblies" in project "Turkey.Tests.csproj". 495s Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true'). 495s 1:2>Target "GetTargetPathWithTargetPlatformMoniker" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetTargetPath" depends on it): 495s 1:2>Done building target "GetTargetPathWithTargetPlatformMoniker" in project "Turkey.Tests.csproj". 495s 1:2>Target "GetTargetPath" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 495s 1:2>Done building target "GetTargetPath" in project "Turkey.Tests.csproj". 495s Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != ''). 495s 1:2>Target "_CopyFilesMarkedCopyLocal" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 495s Task "Copy" 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CoreUtilities.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.TestPlatform.Utilities.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/testhost.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/testhost.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Newtonsoft.Json.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/System.CommandLine.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/System.CommandLine.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.abstractions/2.0.3/lib/netstandard2.0/xunit.abstractions.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.abstractions.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.assert/2.8.0/lib/net6.0/xunit.assert.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.assert.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.core/2.8.0/lib/netstandard1.1/xunit.core.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.core.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.extensibility.execution/2.8.0/lib/netstandard1.1/xunit.execution.dotnet.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.execution.dotnet.dll". 495s Creating directory "bin/Release/net9.0/cs". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/de". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/es". 495s Creating directory "bin/Release/net9.0/es". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/fr". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/it". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/ja". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/ko". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/pl". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Creating directory "bin/Release/net9.0/pt-BR". 495s Creating directory "bin/Release/net9.0/pt-BR". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Creating directory "bin/Release/net9.0/ru". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Creating directory "bin/Release/net9.0/tr". 495s Creating directory "bin/Release/net9.0/tr". 495s Creating directory "bin/Release/net9.0/zh-Hans". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Creating directory "bin/Release/net9.0/zh-Hant". 495s Creating directory "bin/Release/net9.0/zh-Hant". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.objectmodel/17.9.0/lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/de/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/de/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/cs/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/cs/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/es/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/es/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.testplatform.testhost/17.9.0/lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/fr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/fr/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/it/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/it/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ja/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ja/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ko/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ko/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pt-BR/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pt-BR/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/pl/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/pl/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/ru/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/ru/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/tr/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/tr/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hans/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hans/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/system.commandline/2.0.0-beta1.21573.1/lib/netstandard2.0/zh-Hant/System.CommandLine.resources.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/zh-Hant/System.CommandLine.resources.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.pdb" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.pdb". 495s Done executing task "Copy". 495s Task "Touch" 495s Creating "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.T.575BD0AE.Up2Date" because "AlwaysCreate" was specified. 495s Touching "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.T.575BD0AE.Up2Date". 495s Done executing task "Touch". 495s 1:2>Done building target "_CopyFilesMarkedCopyLocal" in project "Turkey.Tests.csproj". 495s Target "AssignTargetPaths" skipped. Previously built successfully. 495s Target "AssignProjectConfiguration" skipped. Previously built successfully. 495s Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully. 495s Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully. 495s 1:2>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 495s 1:2>Done building target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in project "Turkey.Tests.csproj". 495s 1:2>Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 495s 1:2>Done building target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" in project "Turkey.Tests.csproj". 495s 1:2>Target "GetCopyToOutputDirectoryItems" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 495s Task "CallTarget" 495s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 495s Target "_AddOutputPathToGlobalPropertiesToRemove" skipped. Previously built successfully. 495s 1:2>Target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 495s Task "MSBuild" 495s Removing Properties for project "../Turkey/Turkey.csproj": 495s TargetFramework 495s 1:2>Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (1:2) is building "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (2:4) on node 1 (GetCopyToOutputDirectoryItems target(s)). 495s 2:4>Target "GetCopyToOutputDirectoryItems" skipped. Previously built successfully. 495s 2:4>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (GetCopyToOutputDirectoryItems target(s)). 495s 1:2>Done executing task "MSBuild". 495s Task "AssignTargetPath" 495s Done executing task "AssignTargetPath". 495s 1:2>Done building target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in project "Turkey.Tests.csproj". 495s Done executing task "CallTarget". 495s Task "CallTarget" 495s Target "AssignTargetPaths" skipped. Previously built successfully. 495s Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully. 495s 1:2>Target "_GetCopyToOutputDirectoryItemsFromThisProject" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GetCopyToOutputDirectoryItems" depends on it): 495s Task "AssignTargetPath" 495s Done executing task "AssignTargetPath". 495s 1:2>Done building target "_GetCopyToOutputDirectoryItemsFromThisProject" in project "Turkey.Tests.csproj". 495s Done executing task "CallTarget". 495s 1:2>Done building target "GetCopyToOutputDirectoryItems" in project "Turkey.Tests.csproj". 495s 1:2>Target "_CopyOutOfDateSourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_CopySourceItemsToOutputDirectory" depends on it): 495s Building target "_CopyOutOfDateSourceItemsToOutputDirectory" completely. 495s Output file "bin/Release/net9.0/Turkey.deps.json" does not exist. 495s Output file "bin/Release/net9.0/Turkey.runtimeconfig.json" does not exist. 495s Output file "bin/Release/net9.0/xunit.runner.visualstudio.testadapter.dll" does not exist. 495s Output file "bin/Release/net9.0/xunit.runner.reporters.netcoreapp10.dll" does not exist. 495s Output file "bin/Release/net9.0/xunit.runner.utility.netcoreapp10.dll" does not exist. 495s Task "Copy" 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.deps.json" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.deps.json". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.runtimeconfig.json" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.runtimeconfig.json". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.visualstudio.testadapter.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.runner.visualstudio.testadapter.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.reporters.netcoreapp10.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.runner.reporters.netcoreapp10.dll". 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/xunit.runner.visualstudio/2.8.0/build/net6.0/xunit.runner.utility.netcoreapp10.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/xunit.runner.utility.netcoreapp10.dll". 495s Done executing task "Copy". 495s 1:2>Done building target "_CopyOutOfDateSourceItemsToOutputDirectory" in project "Turkey.Tests.csproj". 495s Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ). 495s 1:2>Target "_CopySourceItemsToOutputDirectory" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 495s 1:2>Done building target "_CopySourceItemsToOutputDirectory" in project "Turkey.Tests.csproj". 495s Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ). 495s Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ). 495s 1:2>Target "_CheckForCompileOutputs" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 495s 1:2>Done building target "_CheckForCompileOutputs" in project "Turkey.Tests.csproj". 495s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 495s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 495s Target "_HandlePackageFileConflicts" skipped. Previously built successfully. 495s Target "ResolveAssemblyReferences" skipped. Previously built successfully. 495s 1:2>Target "_ComputeReferenceAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildDependencyFile" depends on it): 495s 1:2>Done building target "_ComputeReferenceAssemblies" in project "Turkey.Tests.csproj". 495s 1:2>Target "_ComputeUserRuntimeAssemblies" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildDependencyFile" depends on it): 495s 1:2>Done building target "_ComputeUserRuntimeAssemblies" in project "Turkey.Tests.csproj". 495s Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != ''). 495s Target "_ComputePackageReferencePublish" skipped. Previously built successfully. 495s Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true'). 495s 1:2>Target "GenerateBuildDependencyFile" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 495s Building target "GenerateBuildDependencyFile" completely. 495s Output file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.deps.json" does not exist. 495s Using "GenerateDepsFile" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 495s Task "GenerateDepsFile" 495s Done executing task "GenerateDepsFile". 495s 1:2>Done building target "GenerateBuildDependencyFile" in project "Turkey.Tests.csproj". 495s Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully. 495s 1:2>Target "_GenerateRuntimeConfigurationFilesInputCache" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "GenerateBuildRuntimeConfigurationFiles" depends on it): 495s Task "Hash" 495s Done executing task "Hash". 495s Task "WriteLinesToFile" 495s Done executing task "WriteLinesToFile". 495s 1:2>Done building target "_GenerateRuntimeConfigurationFilesInputCache" in project "Turkey.Tests.csproj". 495s 1:2>Target "GenerateBuildRuntimeConfigurationFiles" in file "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CopyFilesToOutputDirectory" depends on it): 495s Building target "GenerateBuildRuntimeConfigurationFiles" completely. 495s Output file "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.runtimeconfig.json" does not exist. 495s 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'). 495s Using "GenerateRuntimeConfigurationFiles" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll". 495s Task "GenerateRuntimeConfigurationFiles" 495s Done executing task "GenerateRuntimeConfigurationFiles". 495s 1:2>Done building target "GenerateBuildRuntimeConfigurationFiles" in project "Turkey.Tests.csproj". 495s Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and != '' ). 495s 1:2>Target "CopyFilesToOutputDirectory" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "PrepareForRun" depends on it): 495s Task "Copy" 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.dll". 495s Done executing task "Copy". 495s Using "CopyRefAssembly" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll". 495s Task "CopyRefAssembly" 495s Copying reference assembly from "obj/Release/net9.0/refint/Turkey.Tests.dll" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/ref/Turkey.Tests.dll". 495s Done executing task "CopyRefAssembly". 495s Task "Message" 495s Turkey.Tests -> /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.dll 495s Done executing task "Message". 495s Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != ''). 495s Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true'). 495s Task "Copy" 495s Copying file from "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/obj/Release/net9.0/Turkey.Tests.pdb" to "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.pdb". 495s Done executing task "Copy". 495s Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true'). 495s Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != ''). 495s Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ). 495s Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != ''). 495s Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != ''). 495s 1:2>Done building target "CopyFilesToOutputDirectory" in project "Turkey.Tests.csproj". 495s Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true'). 495s 1:2>Target "PrepareForRun" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 495s 1:2>Done building target "PrepareForRun" in project "Turkey.Tests.csproj". 495s Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Exe'=='library'). 495s Target "_CheckForCompileOutputs" skipped. Previously built successfully. 495s Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')). 495s 1:2>Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "IncrementalClean" depends on it): 495s Task "ReadLinesFromFile" 495s Done executing task "ReadLinesFromFile". 495s Task "ConvertToAbsolutePath" 495s Done executing task "ConvertToAbsolutePath". 495s Task "FindUnderPath" 495s Comparison path is "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests". 495s Done executing task "FindUnderPath". 495s Task "FindUnderPath" 495s Comparison path is "bin/Release/net9.0/". 495s Done executing task "FindUnderPath". 495s Task "FindUnderPath" 495s Comparison path is "obj/Release/net9.0/". 495s Done executing task "FindUnderPath". 495s Task "RemoveDuplicates" 495s Done executing task "RemoveDuplicates". 495s 1:2>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "Turkey.Tests.csproj". 495s 1:2>Target "IncrementalClean" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "CoreBuild" depends on it): 495s Task "FindUnderPath" 495s Comparison path is "bin/Release/net9.0/". 495s Done executing task "FindUnderPath". 495s Task "FindUnderPath" 495s Comparison path is "obj/Release/net9.0/". 495s Done executing task "FindUnderPath". 495s Task "Delete" 495s Done executing task "Delete". 495s Task "RemoveDuplicates" 495s Done executing task "RemoveDuplicates". 495s Task "WriteLinesToFile" 495s Done executing task "WriteLinesToFile". 495s 1:2>Done building target "IncrementalClean" in project "Turkey.Tests.csproj". 495s Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')). 495s Target "GenerateBuildDependencyFile" skipped. Previously built successfully. 495s Target "GenerateBuildRuntimeConfigurationFiles" skipped. Previously built successfully. 495s 1:2>Target "CoreBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 495s 1:2>Done building target "CoreBuild" in project "Turkey.Tests.csproj". 495s 1:2>Target "AfterBuild" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "Build" depends on it): 495s 1:2>Done building target "AfterBuild" in project "Turkey.Tests.csproj". 495s 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'). 495s Target "_ErrorWorkloadDisabledForTFMLessThan6" skipped, due to false condition; ('$(_BrowserWorkloadNotSupportedForTFM)' == 'true') was evaluated as ('' == 'true'). 495s Target "_ErrorDualWasmThreadPropsOn7" skipped, due to false condition; ('$(TargetsNet7)' == 'true' and '$(RuntimeIdentifier)' == 'browser-wasm' and 495s '$(BrowserWorkloadDisabled)' != 'true' and '$(WasmEnableThreads)' == 'true' and '$(WasmEnablePerfTrace)' == 'true') was evaluated as ('' == 'true' and '' == 'browser-wasm' and 495s '' != 'true' and '' == 'true' and '' == 'true'). 495s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 495s Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully. 495s 1:2>Target "Build" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.Common.CurrentVersion.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 495s 1:2>Done building target "Build" in project "Turkey.Tests.csproj". 495s Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true'). 495s 1:2>Target "_CheckContainersPackage" in file "/usr/lib/dotnet/sdk/9.0.102/Containers/build/Microsoft.NET.Build.Containers.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (entry point): 495s Task "Warning" skipped, due to false condition; ($(_ContainerPackageIsPresent) 495s and ( 495s ($(_SdkCanPublishWeb) and $(_IsWebProject)) or 495s ($(_SdkCanPublishWorker) and $(_IsWorkerProject)) or 495s ($(_SdkCanPublishConsole) and '$(EnableSdkContainerSupport)' == 'true') 495s )) was evaluated as (false 495s and ( 495s (True and false) or 495s (True and false) or 495s (True and '' == 'true') 495s )). 495s 1:2>Done building target "_CheckContainersPackage" in project "Turkey.Tests.csproj". 495s 1:2>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default targets). 495s 1>Done executing task "MSBuild". 495s Task "VSTestLogsTask" 495s Build completed. 495s 495s Done executing task "VSTestLogsTask". 495s Task "Message" 495s Done Building project /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj for TargetFramework=net9.0 495s Done executing task "Message". 495s 1>Done building target "BuildProject" in project "Turkey.Tests.csproj". 495s Done executing task "CallTarget". 495s Task "CallTarget" 495s 1>Target "ShowCallOfVSTestTaskWithParameter" in file "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.targets" from project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (target "_VSTestConsole" depends on it): 495s Task "Message" 495s Calling task Microsoft.TestPlatform.Build.Tasks.VSTestTask with following parameter... 495s Done executing task "Message". 495s Task "Message" 495s TestFileFullPath = /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.dll 495s Done executing task "Message". 495s Task "Message" 495s VSTestSetting = 495s Done executing task "Message". 495s Task "Message" 495s VSTestTestAdapterPath = 495s Done executing task "Message". 495s Task "Message" 495s VSTestFramework = .NETCoreApp,Version=v9.0 495s Done executing task "Message". 495s Task "Message" 495s VSTestPlatform = 495s Done executing task "Message". 495s Task "Message" 495s VSTestTestCaseFilter = 495s Done executing task "Message". 495s Task "Message" 495s VSTestLogger = 495s Done executing task "Message". 495s Task "Message" 495s VSTestListTests = 495s Done executing task "Message". 495s Task "Message" 495s VSTestDiag = 495s Done executing task "Message". 495s Task "Message" 495s VSTestCLIRunSettings = 495s Done executing task "Message". 495s Task "Message" 495s VSTestResultsDirectory = 495s Done executing task "Message". 495s Task "Message" 495s VSTestConsolePath = /usr/lib/dotnet/sdk/9.0.102/vstest.console.dll 495s Done executing task "Message". 495s Task "Message" 495s VSTestVerbosity = detailed 495s Done executing task "Message". 495s Task "Message" 495s VSTestCollect = 495s Done executing task "Message". 495s Task "Message" 495s VSTestBlame = 495s Done executing task "Message". 495s Task "Message" 495s VSTestTraceDataCollectorDirectoryPath = /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/packages/microsoft.codecoverage/17.9.0/build/netstandard2.0/ 495s Done executing task "Message". 495s Task "Message" 495s VSTestNoLogo = 495s Done executing task "Message". 495s 1>Done building target "ShowCallOfVSTestTaskWithParameter" in project "Turkey.Tests.csproj". 495s Done executing task "CallTarget". 495s Using "VSTestTask" task from assembly "/usr/lib/dotnet/sdk/9.0.102/Microsoft.TestPlatform.Build.dll". 495s Task "VSTestTask" 495s Test run for /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/bin/Release/net9.0/Turkey.Tests.dll (.NETCoreApp,Version=v9.0) 495s VSTest version 17.12.0 (s390x) 495s 495s Starting test execution, please wait... 496s A total of 1 test files matched the specified pattern. 497s [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.0+6438bb880a (64-bit .NET 9.0.1) 497s [xUnit.net 00:00:00.16] Discovering: Turkey.Tests 497s [xUnit.net 00:00:00.24] Discovered: Turkey.Tests 497s [xUnit.net 00:00:00.24] Starting: Turkey.Tests 497s Passed Turkey.Tests.VersionTest.SimpleParse [18 ms] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=30"], architecture: "arm64", lddOutput: "", expectedIds: ["linux", "linux-arm64", "fedora", "fedora-arm64", "fedora30", ···]) [21 ms] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=centos", "VERSION_ID=8"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "centos", "centos-x64", "centos8", ···]) [< 1 ms] 497s Passed Turkey.Tests.VersionTest.Equality [1 ms] 497s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0.0.0.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0.0.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.TrailingZerosDoNotMatter(version: "1.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.0") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.a.1") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.a1") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.ParseableVersions(input: "1.0.0.preview3") [< 1 ms] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=7"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel7", ···]) [5 ms] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=rhel", "VERSION_ID=8"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "rhel", "rhel-x64", "rhel8", ···]) [< 1 ms] 497s 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] 497s 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] 497s 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] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=30"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "fedora", "fedora-x64", "fedora30", ···]) [< 1 ms] 497s 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] 497s 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] 497s Passed Turkey.Tests.PlatformIdTest.BasicPlatformIds(osReleaseLines: ["ID=fedora", "VERSION_ID=9"], architecture: "x64", lddOutput: "", expectedIds: ["linux", "linux-x64", "fedora", "fedora-x64", "fedora9", ···]) [< 1 ms] 497s 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] 497s 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] 497s 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] 497s Passed Turkey.Tests.VersionTest.LeadingZerosMatter(version: "0.0.0.1") [7 ms] 497s Passed Turkey.Tests.VersionTest.LeadingZerosMatter(version: "0.0.1") [< 1 ms] 497s Passed Turkey.Tests.VersionTest.InvalidVersionsThrow(version: ".1") [1 ms] 497s Passed Turkey.Tests.VersionTest.TestToString [2 ms] 497s Passed Turkey.Tests.VersionTest.VersionComparisons [< 1 ms] 497s Passed Turkey.Tests.PlatformIdTest.LddWorks [23 ms] 497s Passed Turkey.Tests.JUnitOutputTest.ControlCharactersInTestOutputAreNotPresentInXml [57 ms] 497s Passed Turkey.Tests.DotNetTest.GetSdkVersions [8 ms] 497s Passed Turkey.Tests.JUnitOutputTest.SingleTestWithPassingResultProducesValidXml [1 ms] 497s Passed Turkey.Tests.JUnitOutputTest.EmptyResultsProduceBasicXml [1 ms] 497s Passed Turkey.Tests.DotNetTest.GetRuntimeVersions [3 ms] 497s Passed Turkey.Tests.DotNetTest.GetLatestRuntimeVersion [1 ms] 497s Passed Turkey.Tests.DotNetTest.GetLatestSdkVersion [1 ms] 497s Passed Turkey.Tests.CleanerTest.StarAtEndIsExpandedCorrectly [13 ms] 497s Passed Turkey.Tests.CleanerTest.TildeIsExpandedToUserHome [2 ms] 497s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp3.1", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [17 ms] 497s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp2.1", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [< 1 ms] 497s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "netcoreapp1.0", runtimeVersion: "2.1", expectedTfm: "netcoreapp2.1") [< 1 ms] 497s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "net5.0", runtimeVersion: "2.1", expectedTfm: "netcoreapp2.1") [< 1 ms] 497s Passed Turkey.Tests.CsprojCompatibilityPatcherTest.TargetFrameworksAreReplacedCorrectly(currentTfm: "net5.0", runtimeVersion: "3.1", expectedTfm: "netcoreapp3.1") [< 1 ms] 497s Passed Turkey.Tests.EnvironmentVariableSanitizerTest.EnvironmentVariablesAreRemoved(name: "OPENSSL_CONF") [2 ms] 497s 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"]) [31 ms] 497s 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] 497s 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] 497s 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] 497s Passed Turkey.Tests.ProgramTest.CheckOptions [< 1 ms] 497s Passed Turkey.Tests.ProgramTest.GetNuGetWorking [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1", expectedToRun: True) [16 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1.0", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.0", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.3", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.0.9", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "3.0", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.2", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "2.1.1", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldBeRunForSameOrHigherVersions(version: "1.0.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.0", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.99", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.0", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "3.0", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.0.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.2", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.1.1", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.0.9", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "2.3", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestShouldBeRunForSameMajorMinorVersion(version: "1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: [], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: [], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: [], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1,Trait2"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: [], skipWhen: ["Trait1", "Trait2"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1"], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1", "Trait2"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait2"], skipWhen: ["Trait1,Trait2"], expectedToSkip: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SkipTestForTraits(systemTraits: ["Trait1", "Trait2"], skipWhen: ["Trait1"], expectedToSkip: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.9", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.3", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.0", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.0.9", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.99", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.2.99", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.1.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "3.2", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.1", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.2", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "1.0.1", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "2.1.0", expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.VersionSpecificTestWithWildcardShouldBeRunForSameMajorVersion(version: "3.0", expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.DisabledTestShouldBeSkipped [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora99"], ignoredRIDs: ["fedora10"], expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora"], ignoredRIDs: ["fedora"], expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora", "fedora99"], ignoredRIDs: ["fedora"], expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["linux"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora99"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["linux"], ignoredRIDs: ["fedora"], expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.TestShouldNotRunOnIgnoredPlatforms(currentPlatforms: ["fedora"], ignoredRIDs: [], expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: "3.1.104", requiresSdk: True, expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: null, requiresSdk: True, expectedToRun: False) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.SdkTestsShouldRunOnlyWithSdk(sdkVersion: null, requiresSdk: False, expectedToRun: True) [< 1 ms] 497s Passed Turkey.Tests.TestParserTests.MissingIgnoredRIDsIsOkay [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.2.1", live: True) [25 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "3.9.0", live: False) [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.3.0", live: False) [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.0.0", live: True) [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.3.0", live: False) [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.1.0", live: True) [< 1 ms] 497s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.1.0", live: True) [< 1 ms] 497s [xUnit.net 00:00:00.43] Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectlyFromNetwork [SKIP] 497s [xUnit.net 00:00:00.43] Uses network 498s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.2.0", live: True) [< 1 ms] 498s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "2.1.11", live: True) [< 1 ms] 498s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.0.0", live: True) [< 1 ms] 498s Passed Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectly(name: "Microsoft.NETCore.App", version: "1.2.0", live: False) [< 1 ms] 499s Skipped Turkey.Tests.NuGetTest.LivePackagesAreIdentifiedCorrectlyFromNetwork [1 ms] 499s Passed Turkey.Tests.NuGetTest.NuGetConfigIsGeneratedCorrectly(urls: ["foo", "bar"], feedParts: " ") [< 1 ms] 499s Passed Turkey.Tests.SourceBuildTest.VerifyProdConFeedIsLookedUpAndThenTheFeedIsVerifiedToResolve [80 ms] 499s Passed Turkey.Tests.SourceBuildTest.VerifyProdConFeedIsNotUsedForNewReleases [2 ms] 500s [xUnit.net 00:00:03.40] Finished: Turkey.Tests 500s Passed Turkey.Tests.ProcessExtensiosnTests.WaitForExitAsync_DoesNotHangForOrphanedGrandChildren [3 s] 500s 500s Test Run Successful. 500s Total tests: 137 500s Passed: 136 500s Skipped: 1 500s Total time: 4.4487 Seconds 500s Done executing task "VSTestTask". 500s 1>Done building target "_VSTestConsole" in project "Turkey.Tests.csproj". 500s Done executing task "CallTarget". 500s Task "CallTarget" skipped, due to false condition; ($(_MSBUILDTLENABLED) == '1' AND $(VsTestUseMSBuildOutput)) was evaluated as (0 == '1' AND False). 500s 1>Done building target "VSTest" in project "Turkey.Tests.csproj". 500s 1>Done Building Project "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target(s)). 500s 500s Build succeeded. 500s 500s "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target) (1) -> 500s "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default target) (1:2) -> 500s "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj" (default target) (2:2) -> 500s (CoreCompile target) -> 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.IEnumer+ echo 'INFO: build test-runner' 500s + make 500s able)', 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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 500s 500s 500s "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (VSTest target) (1) -> 500s "/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj" (default target) (1:2) -> 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey.Tests/Turkey.Tests.csproj] 500s 500s 181 Warning(s) 500s 0 Error(s) 500s 500s Time Elapsed 00:00:10.09 500s INFO: build test-runner 500s cat GIT_COMMIT_ID 500s e23f12d 500s cat GIT_TAG_VERSION 500s 1.1.0 500s (cd Turkey; \ 500s dotnet publish \ 500s -f "net9.0" \ 500s -c Release \ 500s -p:VersionPrefix=$(cat ../GIT_TAG_VERSION) \ 500s -p:VersionSuffix=$(cat ../GIT_COMMIT_ID) \ 500s -o $(readlink -f $(pwd)/../turkey)) 502s Determining projects to restore... 503s Restored /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj (in 556 ms). 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/ProcessExtensions.cs(50,47): warning CS0168: The variable 'ex' is declared but never used [/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s /tmp/autopkgtest.Yoe9HO/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.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/Turkey.csproj] 503s Turkey -> /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/Turkey/bin/Release/net9.0/Turkey.dll 504s Turkey -> /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/test-runner/turkey/ 504s tar czf turkey.tar.gz turkey/ 504s /tmp/autopkgtest.Yoe9HO/build.bqE/src 504s INFO: copy regular-tests 504s + popd 504s + [[ -z '' ]] 504s + echo 'INFO: copy regular-tests' 504s + cp --recursive debian/tests/regular-tests /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 504s INFO: create test user 504s + cd /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 504s + echo 'INFO: create test user' 504s + chmod --recursive 777 /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp 504s + useradd testrunner --create-home 504s + mkdir -p /home/testuser/.nuget/NuGet/ 504s + cp /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/.nuget/NuGet/NuGet.Config /home/testuser/.nuget/NuGet/ 504s + chown --recursive testrunner:testrunner /home/testuser/ 504s INFO: run regular-tests 504s + echo 'INFO: run regular-tests' 504s + mkdir -p /tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts/regular-tests 504s + dotnet test-runner/turkey/Turkey.dll --version 504s 1.1.0-e23f12d 504s + set +e 504s + dotnet test-runner/turkey/Turkey.dll regular-tests --trait ubuntu-autopkgtest-cloud --timeout 720 --log-directory /tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts/regular-tests 504s Testing everything under /tmp/autopkgtest.Yoe9HO/autopkgtest_tmp/regular-tests 504s Current platform is: linux, linux-s390x, ubuntu, ubuntu-s390x, ubuntu25.04, ubuntu.25.04, ubuntu.25.04-s390x 504s 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=9, version=9.0. 504s Running tests: 504s apphost-framework-lookup [SKIP] (1s) 505s aspnet-same-runtime-version [PASS] (1s) 505s aspnet-same-runtime-version-2x [SKIP] (1s) 520s assemblies-valid [PASS] (15s) 522s bash-completion [PASS] (2s) 522s bundled-libunwind [SKIP] (1s) 526s cgroup-limit [PASS] (5s) 526s commit-ids-in-binaries [PASS] (1s) 526s createdump-aspnet [SKIP] (1s) 526s debugging-sos-lldb-via-core [SKIP] (1s) 526s debugging-via-dotnet-dump [SKIP] (1s) 526s distribution-packages [SKIP] (1s) 527s dotnet-info-commit-ids [PASS] (1s) 536s dotnet-monitor-works [PASS] (9s) 536s dotnet-trace [SKIP] (1s) 551s equality-and-sort [PASS] (16s) 555s fdd-no-nuget [PASS] (4s) 572s file-permissions [PASS] (17s) 583s hardened-binaries [PASS] (12s) 606s helloworld [PASS] (24s) 618s host-probes-rid-assets [PASS] (12s) 618s host-probes-rid-assets-legacy [SKIP] (1s) 618s install-location [PASS] (1s) 618s japanese-eras [SKIP] (1s) 618s liblttng-ust_sys-sdt.h [SKIP] (1s) 618s libuv-kestrel-sample-app-2x [SKIP] (1s) 633s limits [PASS] (16s) 648s linq [PASS] (16s) 648s lttng [SKIP] (1s) 650s man-pages [PASS] (2s) 650s managed-symbols-available [PASS] (1s) 650s nativeaot [SKIP] (1s) 650s nativeaot-sb [SKIP] (1s) 658s no-source-files-in-nuget [PASS] (9s) 659s non-portable-rid [PASS] (1s) 659s openssl-alpn [PASS] (1s) 659s pgo-dynamic [SKIP] (1s) 668s publish-aspnet-selfcontained [PASS] (10s) 676s publish-dotnet-selfcontained [PASS] (8s) 676s publish-ready-to-run [SKIP] (1s) 676s publish-ready-to-run-linux [SKIP] (1s) 692s release-version-sane [PASS] (16s) 692s rest-client [SKIP] (1s) 696s restore-with-rid [PASS] (5s) 696s rsa-pkcs-openssl [SKIP] (1s) 697s sdks-are-available [PASS] (1s) 697s sha1-validation [SKIP] (1s) 712s strerrorr-linkage [PASS] (16s) 712s system-data-odbc [SKIP] (1s) 712s system-libunwind [SKIP] (1s) 712s system-openssl [PASS] (1s) 712s targeting-packs-bad-files [SKIP] (1s) 728s telemetry-is-off-by-default [PASS] (17s) 896s template-test [PASS] (2m 48s) 898s tool-dev-certs [PASS] (3s) 904s tools-in-path [PASS] (6s) 910s use-apphost-from-sdk [PASS] (6s) 910s use-current-runtime [SKIP] (1s) 925s version-apis [PASS] (16s) 925s workload [SKIP] (1s) 940s xunit-smoketest [PASS] (15s) 940s 940s The following tests failed: 940s 940s Total: 61 Passed: 35 Failed: 0 940s INFO: check results of regular-tests run 940s + set -e 940s + echo 'INFO: check results of regular-tests run' 940s + regular-tests/check-test-results /tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts/regular-tests/results.xml 940s 940s Total: 61 Passed: 35 Skiped: 26 Ignored: 0 Failed: 0 940s 940s PASSED! 940s /tmp/autopkgtest.Yoe9HO/wrapper.sh: checking for leaked background processes... 940s /tmp/autopkgtest.Yoe9HO/wrapper.sh: waiting for tee/cat subprocesses... 940s /tmp/autopkgtest.Yoe9HO/wrapper.sh: cleaning up... 940s /tmp/autopkgtest.Yoe9HO/wrapper.sh: Exit status: 0 940s autopkgtest: DBG: testbed command exited with code 0 940s autopkgtest [10:27:24]: test run-regular-tests: -----------------------] 940s autopkgtest: DBG: testbed executing test finished with exit status 0 940s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/run-regular-tests-stdout /tmp/autopkgtest-work.w370oa0x/out/run-regular-tests-stdout 941s autopkgtest: DBG: got reply from testbed: ok 941s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/run-regular-tests-stderr /tmp/autopkgtest-work.w370oa0x/out/run-regular-tests-stderr 941s autopkgtest: DBG: got reply from testbed: ok 941s autopkgtest [10:27:25]: test run-regular-tests: - - - - - - - - - - results - - - - - - - - - - 941s run-regular-tests PASS 941s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts/ /tmp/autopkgtest-work.w370oa0x/out/artifacts/ 941s autopkgtest: DBG: got reply from testbed: ok 941s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Yoe9HO/run-regular-tests-artifacts', '/tmp/autopkgtest.Yoe9HO/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 942s autopkgtest: DBG: testbed command exited with code 0 942s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 942s autopkgtest [10:27:26]: @@@@@@@@@@@@@@@@@@@@ summary 942s run-regular-tests PASS 942s autopkgtest: DBG: testbed stop 942s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.Yoe9HO 942s autopkgtest: DBG: sending command to testbed: close 961s autopkgtest: DBG: got reply from testbed: ok 961s autopkgtest: DBG: sending command to testbed: quit 961s nova [W] Using flock in prodstack6-s390x 961s Creating nova instance adt-plucky-s390x-dotnet9-20250211-101143-juju-7f2275-prod-proposed-migration-environment-15-bf6ae835-1a80-4538-b7b9-bf52b9c27964 from image adt/ubuntu-plucky-s390x-server-20250211.img (UUID 66c3edab-d329-48ef-b4f4-4fc082c07041)... 961s nova [W] Timed out waiting for 378d5161-eea7-45f8-a2bd-8ab2a952584f to get deleted.