+ OSSTEST_JOB=test-amd64-amd64-xl-rtds + export OSSTEST_JOB + OSSTEST_TESTID=host-reuse/final + shift + export OSSTEST_TESTID + ./ts-host-reuse final host --post-test-ok 2024-06-24 09:50:44 Z starting 186466.test-amd64-amd64-xl-rtds 2024-06-24 09:50:44 Z runvar all_host_di_version=2024-03-26 2024-06-24 09:50:44 Z runvar all_hostflags=arch-amd64,arch-xen-amd64,suite-bookworm,purpose-test 2024-06-24 09:50:44 Z runvar all_host_suite=bookworm 2024-06-24 09:50:44 Z runvar all_host_xenstored=oxenstored 2024-06-24 09:50:44 Z runvar arch=amd64 2024-06-24 09:50:44 Z runvar buildjob=build-amd64 2024-06-24 09:50:44 Z runvar debian_arch=amd64 2024-06-24 09:50:44 Z runvar debian_boot_timeout=60 2024-06-24 09:50:44 Z runvar debian_cfgpath=/etc/xen/debian-guest-osstest.cfg 2024-06-24 09:50:44 Z runvar debian_console=hvc0 2024-06-24 09:50:44 Z runvar debian_disk_lv=test-amd64-amd64-xl-rtds_debian-guest-osstest-disk 2024-06-24 09:50:44 Z runvar debian_domname=debian-guest-osstest 2024-06-24 09:50:44 Z runvar debian_ether=5a:36:0e:62:00:0f 2024-06-24 09:50:44 Z runvar debian_hostname=debian-guest-osstest 2024-06-24 09:50:44 Z runvar debian_rootdev=xvda 2024-06-24 09:50:44 Z runvar debian_suite=bookworm 2024-06-24 09:50:44 Z runvar debian_swap_lv=test-amd64-amd64-xl-rtds_debian-guest-osstest-swap 2024-06-24 09:50:44 Z runvar debian_tcpcheckport=22 2024-06-24 09:50:44 Z runvar debian_vg=septiner1-vg 2024-06-24 09:50:44 Z runvar guests_vcpus=4 2024-06-24 09:50:44 Z runvar host=septiner1 2024-06-24 09:50:44 Z runvar host_console=hvc0 2024-06-24 09:50:44 Z runvar host_lifecycle=@:5 :9 2024-06-24 09:50:44 Z runvar host_power_install=SSH 2024-06-24 09:50:44 Z runvar hosts_infraprioritygroup=12:test-186466-jVi7QR2lpr8cB9dB6ob64BSlfjMVZ8Vm-gKO8Q 2024-06-24 09:50:44 Z runvar host_xen_kernel_path=/boot/vmlinuz-6.10.0-rc5 2024-06-24 09:50:44 Z runvar host_xen_kernel_ver=6.10.0-rc5 2024-06-24 09:50:44 Z runvar kernbuildjob=build-amd64-pvops 2024-06-24 09:50:44 Z runvar runtime_host_hostflags=reuse-test-186466-jVi7QR2lpr8cB9dB6ob64BSlfjMVZ8Vm-gKO8Q 2024-06-24 09:50:44 Z runvar syslog_server=10.149.64.3:44185 2024-06-24 09:50:44 Z runvar toolstack=xl 2024-06-24 09:50:44 Z runvar xen_boot_append=sched=rtds 2024-06-24 09:50:44 Z runvar xenbuildjob=build-amd64 2024-06-24 09:50:44 Z share type test-186466-jVi7QR2lpr8cB9dB6ob64BSlfjMVZ8Vm-gKO8Q; hash is of: buildjob=build-amd64 kernbuildjob=build-amd64-pvops xenbuildjob=build-amd64 arch=amd64 toolstack=xl xen_boot_append=sched=rtds all_host_xenstored=oxenstored 2024-06-24 09:50:44 Z serial method sympathy septiner1: serial2 /root/sympathy/septiner1 /root/sympathy/septiner1.log* 2024-06-24 09:50:44 Z TftpScope is default 2024-06-24 09:50:44 Z task 2502960 ownd [10.149.64.3]:40401: osstest@osstest 186466 test-amd64-amd64-xl-rtds 2024-06-24 09:50:44 Z host host: selected septiner1 08:94:ef:60:14:f6 10.149.64.65 - shared test-186466-jVi7QR2lpr8cB9dB6ob64BSlfjMVZ8Vm-gKO8Q 7c0ac0107f375ee5fca9996608abb4d6d1c12c8c mid-test 1 2024-06-24 09:50:44 Z runvar store: host_lifecycle=@:5 :9 + 2024-06-24 09:50:45 Z executing ssh ... root@10.149.64.65 set -e cd /root du -skx * | while read size thing; do printf '%10d %s' "$size" "$thing" if [ $size -gt 11000 ]; then printf ' removing' rm -rf -- "$thing" fi printf '\n' done for vg in septiner1-vg; do for lv in test-amd64-amd64-xl-rtds_debian-guest-osstest-disk test-amd64-amd64-xl-rtds_debian-guest-osstest-swap; do dev=/dev/$vg/$lv printf 'LV %s...\n' "$dev" if ! test -e $dev; then continue; fi dd if=/dev/urandom bs=1024 count=4096 of=$dev ||: lvremove -f $dev ||: done done 111100 extract_dist.tar.gz removing 47132 extract_kerndist.tar.gz removing 14240 extract_xendist.tar.gz removing 525876 image removing LV /dev/septiner1-vg/test-amd64-amd64-xl-rtds_debian-guest-osstest-disk... 4096+0 records in 4096+0 records out 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.249528 s, 16.8 MB/s Logical volume "test-amd64-amd64-xl-rtds_debian-guest-osstest-disk" successfully removed. LV /dev/septiner1-vg/test-amd64-amd64-xl-rtds_debian-guest-osstest-swap... 4096+0 records in 4096+0 records out 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.267559 s, 15.7 MB/s Logical volume "test-amd64-amd64-xl-rtds_debian-guest-osstest-swap" successfully removed. 2024-06-24 09:50:46 Z runvar store: host_lifecycle=@:5 :9 2024-06-24 09:50:46 Z host septiner1 shared test-186466-jVi7QR2lpr8cB9dB6ob64BSlfjMVZ8Vm-gKO8Q 7c0ac0107f375ee5fca9996608abb4d6d1c12c8c marked ready + rc=0 + date -u +%Y-%m-%d %H:%M:%S Z exit status 0 2024-06-24 09:50:46 Z exit status 0 + exit 0