+ OSSTEST_JOB=build-amd64-xen-freebsd + export OSSTEST_JOB + OSSTEST_TESTID=host-install(5) + shift + export OSSTEST_TESTID + ./ts-freebsd-host-install 2019-09-04 22:20:57 Z starting 141004.build-amd64-xen-freebsd 2019-09-04 22:20:57 Z setting all_hostflags=PropEq:Firmware:bios:bios 2019-09-04 22:20:57 Z setting all_host_os=freebsd 2019-09-04 22:20:57 Z setting arch=amd64 2019-09-04 22:20:57 Z setting enable_ovmf= 2019-09-04 22:20:57 Z setting enable_xend= 2019-09-04 22:20:57 Z setting enable_xsm= 2019-09-04 22:20:57 Z setting freebsdbuildjob=build-amd64-freebsd 2019-09-04 22:20:57 Z setting host=debina0 2019-09-04 22:20:57 Z setting host_hostflags=arch-amd64,purpose-build 2019-09-04 22:20:57 Z setting recipe_testinstall=true 2019-09-04 22:20:57 Z setting revision_minios= 2019-09-04 22:20:57 Z setting revision_ovmf=48d49ea507e571c5ace752077832ab23917ab9cd 2019-09-04 22:20:57 Z setting revision_qemu= 2019-09-04 22:20:57 Z setting revision_qemuu=cef9660618a880ced798375a0fd16a8ad80bd0f0 2019-09-04 22:20:57 Z setting revision_seabios=43f5df79dad6738d52ea79d072de2b56eb96a91f 2019-09-04 22:20:57 Z setting revision_xen=6c9639a72f0ca3a9430ef75f375877182281fdef 2019-09-04 22:20:57 Z setting runtime_host_hostflags=PropMinVer:Freebsd:13,share-build-freebsd-3e6eef47a06ada35 2019-09-04 22:20:57 Z setting syslog_server=172.16.144.3:35938 2019-09-04 22:20:57 Z setting tree_minios= 2019-09-04 22:20:57 Z setting tree_ovmf=git://xenbits.xen.org/osstest/ovmf.git 2019-09-04 22:20:57 Z setting tree_qemu=git://xenbits.xen.org/qemu-xen-traditional.git 2019-09-04 22:20:57 Z setting tree_qemuu=git://xenbits.xen.org/qemu-xen.git 2019-09-04 22:20:57 Z setting tree_seabios=git://xenbits.xen.org/osstest/seabios.git 2019-09-04 22:20:57 Z setting tree_xen=git://xenbits.xen.org/xen.git 2019-09-04 22:20:57 Z serial method sympathy debina0: serial2 /root/sympathy/debina0 /root/sympathy/debina0.log* 2019-09-04 22:20:57 Z TftpScope is default 2019-09-04 22:20:57 Z task 1234981 ownd [172.16.144.3]:57322: osstest@osstest 141004 build-amd64-xen-freebsd 2019-09-04 22:20:57 Z host host: selected debina0 0c:c4:7a:9f:87:be 172.16.144.56 - shared build-freebsd-3e6eef47a06ada35 c0471a9eadb45251f784ddb8854f2447272200d4 prep 1 2019-09-04 22:20:57 Z power: trying to reboot debina0 (using SSH) 2019-09-04 22:20:57 Z power: setting 0 (using SSH) for debina0 2019-09-04 22:20:57 Z power: request to turn off via SSH method, ignored + basedir=/home/tftp//osstest/tmp//freebsd-images/ + imagepath=/home/logs/logs/141004/build-amd64-freebsd/build//install.img + sharedpath=by-hash/3e6eef47a06ada35.img + targetpath=/home/tftp//osstest/tmp//debina0--freebsd.img + cd /home/tftp//osstest/tmp//freebsd-images/ ++ dirname by-hash/3e6eef47a06ada35.img + mkdir -p by-hash + '[' '!' -f by-hash/3e6eef47a06ada35.img ']' + rm -f by-hash/3e6eef47a06ada35.img.tmp + dd if=/home/logs/logs/141004/build-amd64-freebsd/build//install.img of=by-hash/3e6eef47a06ada35.img.tmp 263929+0 records in 263929+0 records out 135131648 bytes (135 MB, 129 MiB) copied, 0.551948 s, 245 MB/s + mv by-hash/3e6eef47a06ada35.img.tmp by-hash/3e6eef47a06ada35.img + rm -f /home/tftp//osstest/tmp//debina0--freebsd.img + ln by-hash/3e6eef47a06ada35.img /home/tftp//osstest/tmp//debina0--freebsd.img ++ dirname by-hash/3e6eef47a06ada35.img + find by-hash -links 1 -ctime +7 -delete 2019-09-04 22:20:59 Z Booting from installer image at osstest/tmp//debina0--freebsd.img 2019-09-04 22:20:59 Z wrote /home/tftp//debina0/pxelinux.cfg (stashed as debina0-netboot.cfg) 2019-09-04 22:20:59 Z power: setting 1 (using SSH) for debina0 2019-09-04 22:20:59 Z executing ssh ... root@172.16.144.56 set -e type reboot exec >>/var/log/osstest-reboot.log date exec &1 set -x ( set +e sleep 5 reboot -f -n -d # Linux sysvinit/systemd reboot -nq # FreeBSD (rejects above due to -f) )& ssh: connect to host 172.16.144.56 port 22: No route to host 2019-09-04 22:21:02 Z command nonzero waitstatus 65280: timeout 60 ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=100 -o ServerAliveInterval=100 -o PasswordAuthentication=no -o ChallengeResponseAuthentication=no -o UserKnownHostsFile=tmp/t.known_hosts_141004.build-amd64-xen-freebsd root@172.16.144.56 set -e type reboot exec >>/var/log/osstest-reboot.log date exec &1 set -x ( set +e sleep 5 reboot -f -n -d # Linux sysvinit/systemd reboot -nq # FreeBSD (rejects above due to -f) )& 2019-09-04 22:21:02 Z power: failed to reboot (using SSH): status 65280 at Osstest/TestSupport.pm line 550. 2019-09-04 22:21:02 Z power: trying to reboot debina0 (using PDU) 2019-09-04 22:21:02 Z power: setting 0 (using PDU) for debina0 was: pdu-msw pdu3: #22 "Outlet 22" = on now: pdu-msw pdu3: #22 "Outlet 22" = on + basedir=/home/tftp//osstest/tmp//freebsd-images/ + imagepath=/home/logs/logs/141004/build-amd64-freebsd/build//install.img + sharedpath=by-hash/3e6eef47a06ada35.img + targetpath=/home/tftp//osstest/tmp//debina0--freebsd.img + cd /home/tftp//osstest/tmp//freebsd-images/ ++ dirname by-hash/3e6eef47a06ada35.img + mkdir -p by-hash + '[' '!' -f by-hash/3e6eef47a06ada35.img ']' + rm -f /home/tftp//osstest/tmp//debina0--freebsd.img + ln by-hash/3e6eef47a06ada35.img /home/tftp//osstest/tmp//debina0--freebsd.img ++ dirname by-hash/3e6eef47a06ada35.img + find by-hash -links 1 -ctime +7 -delete 2019-09-04 22:21:03 Z Booting from installer image at osstest/tmp//debina0--freebsd.img 2019-09-04 22:21:03 Z wrote /home/tftp//debina0/pxelinux.cfg (stashed as debina0-netboot.cfg+1) 2019-09-04 22:21:03 Z power-cycle: waiting 5s 2019-09-04 22:21:08 Z power: setting 1 (using PDU) for debina0 was: pdu-msw pdu3: #22 "Outlet 22" = off now: pdu-msw pdu3: #22 "Outlet 22" = off 2019-09-04 22:21:08 Z Waiting for the installer to boot 2019-09-04 22:21:08 Z await tcp debina0 172.16.144.56 22: waiting 1000s... 2019-09-04 22:21:11 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : No route to host | (waiting) ... 2019-09-04 22:22:08 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : Connection timed out | (waiting) ... 2019-09-04 22:22:51 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : No route to host | (waiting) ... 2019-09-04 22:23:20 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : Connection refused | (waiting) ... 2019-09-04 22:23:23 Z await tcp debina0 172.16.144.56 22: ok. (135s) 2019-09-04 22:23:23 Z executing ssh ... root@172.16.144.56 date +%s; sysctl -n kern.boottime Warning: Permanently added '172.16.144.56' (ECDSA) to the list of known hosts. 2019-09-04 22:23:24 Z got: 1567635803 { sec = 1567635770, usec = 930805 } Wed Sep 4 22:22:50 2019 2019-09-04 22:23:24 Z uptime=33 elapsed=136 2019-09-04 22:23:24 Z power: rebooted debina0 (using PDU) 2019-09-04 22:23:24 Z runvar store: host_power_install=PDU 2019-09-04 22:23:24 Z wrote /home/tftp//debina0/pxelinux.cfg (stashed as debina0-netboot.cfg+2) 2019-09-04 22:23:24 Z read /home/osstest/.ssh/authorized_keys ok. 2019-09-04 22:23:24 Z read /home/osstest/.ssh/id_dsa.pub absent. 2019-09-04 22:23:24 Z read /home/osstest/.ssh/id_rsa.pub ok. 2019-09-04 22:23:24 Z read /home/osstest/.ssh/id_ed25519.pub absent. 2019-09-04 22:23:24 Z read /home/osstest/.ssh/id_ecdsa.pub absent. 2019-09-04 22:23:24 Z read /root/osstest-authorized_keys ok. 2019-09-04 22:23:24 Z read /home/osstest/keys/id_rsa_osstest.pub ok. 2019-09-04 22:23:24 Z read /home/osstest/overlay-local/etc/ssh/ssh_host_rsa_key.pub ok. 2019-09-04 22:23:24 Z adding host key for chardonnay0.test-lab.xenproject.org,chardonnay0,172.16.144.28 2019-09-04 22:23:24 Z adding host key for debina0.test-lab.xenproject.org,debina0,172.16.144.56 2019-09-04 22:23:24 Z wrote /home/osstest/public_html/osstest/debina0_ssh.tar 2019-09-04 22:23:24 Z executing ssh ... root@172.16.144.56 chsh -s /bin/sh chsh: user information updated 2019-09-04 22:23:24 Z Trying to find a disk to install to 2019-09-04 22:23:24 Z executing ssh ... root@172.16.144.56 set -e for disk in ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mfisyspd0 mlxd0 twed0; do if [ -c "/dev/$disk" ]; then echo $disk exit 0 fi done exit 1 2019-09-04 22:23:24 Z Using ada0 as destination disk device 2019-09-04 22:23:24 Z Trying to figure out primary nic device name 2019-09-04 22:23:24 Z executing ssh ... root@172.16.144.56 set -e nics=`ifconfig -l` for nic in $nics; do addr=`ifconfig $nic inet|grep inet|awk {'print $2'}` if [ "$addr" = "172.16.144.56" ]; then echo $nic exit 0 fi done exit 1 2019-09-04 22:23:24 Z Using igb0 as primary network interface 2019-09-04 22:23:24 Z Uploading the install sets to the system 2019-09-04 22:23:24 Z executing ssh ... root@172.16.144.56 set -e mkdir -p /root/osstest_sets mount -o size=1G -t tmpfs tmpfs /root/osstest_sets 2019-09-04 22:23:24 Z executing scp ... /home/logs/logs/141004/build-amd64-freebsd/build//base.txz root@172.16.144.56:/root/osstest_sets/base.txz 2019-09-04 22:23:26 Z executing scp ... /home/logs/logs/141004/build-amd64-freebsd/build//kernel.txz root@172.16.144.56:/root/osstest_sets/kernel.txz 2019-09-04 22:23:27 Z executing scp ... /home/logs/logs/141004/build-amd64-freebsd/build//MANIFEST root@172.16.144.56:/root/osstest_sets/MANIFEST 2019-09-04 22:23:27 Z Creating the installer script 2019-09-04 22:23:27 Z executing scp ... /home/logs/logs/141004/build-amd64-xen-freebsd/debina0--installscript root@172.16.144.56:~/installscript 2019-09-04 22:23:27 Z Launch the installer 2019-09-04 22:23:27 Z executing ssh ... root@172.16.144.56 bsdinstall script installscript DEBUG: f_debug_init: ARGV=[installscript] GETOPTS_STDARGS=[dD:SX] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Began Instalation at Wed Sep 4 22:23:27 UTC 2019 DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_debug_init: ARGV=[zfsboot] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Running installation step: zfsboot DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: /usr/libexec/bsdinstall/zfsboot: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/device.subr] DEBUG: device.subr: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/dialog.subr] DEBUG: dialog.subr: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/strings.subr] DEBUG: strings.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/variable.subr] DEBUG: variable.subr: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/dialog.subr] DEBUG: f_include: file=[/usr/share/bsdconfig/strings.subr] DEBUG: variable.subr: New variable VAR_CONFIG_FILE -> configFile DEBUG: variable.subr: New variable VAR_DEBUG -> debug DEBUG: variable.subr: New variable VAR_DEBUG_FILE -> debugFile DEBUG: variable.subr: New variable VAR_DIRECTORY_PATH -> _directoryPath DEBUG: variable.subr: New variable VAR_DOMAINNAME -> domainname DEBUG: variable.subr: New variable VAR_EDITOR -> editor DEBUG: variable.subr: New variable VAR_EXTRAS -> ifconfig_ DEBUG: variable.subr: New variable VAR_FTP_DIR -> ftpDirectory DEBUG: variable.subr: New variable VAR_FTP_HOST -> ftpHost DEBUG: variable.subr: New variable VAR_FTP_PASS -> ftpPass DEBUG: variable.subr: New variable VAR_FTP_PATH -> _ftpPath DEBUG: variable.subr: New variable VAR_FTP_PORT -> ftpPort DEBUG: variable.subr: New variable VAR_FTP_STATE -> ftpState DEBUG: variable.subr: New variable VAR_FTP_USER -> ftpUser DEBUG: variable.subr: New variable VAR_GATEWAY -> defaultrouter DEBUG: variable.subr: New variable VAR_GROUP -> group DEBUG: variable.subr: New variable VAR_GROUP_GID -> groupGid DEBUG: variable.subr: New variable VAR_GROUP_MEMBERS -> groupMembers DEBUG: variable.subr: New variable VAR_GROUP_PASSWORD -> groupPassword DEBUG: variable.subr: New variable VAR_HOSTNAME -> hostname DEBUG: variable.subr: New variable VAR_HTTP_DIR -> httpDirectory DEBUG: variable.subr: New variable VAR_HTTP_FTP_MODE -> httpFtpMode DEBUG: variable.subr: New variable VAR_HTTP_HOST -> httpHost DEBUG: variable.subr: New variable VAR_HTTP_PATH -> _httpPath DEBUG: variable.subr: New variable VAR_HTTP_PORT -> httpPort DEBUG: variable.subr: New variable VAR_HTTP_PROXY -> httpProxy DEBUG: variable.subr: New variable VAR_HTTP_PROXY_HOST -> httpProxyHost DEBUG: variable.subr: New variable VAR_HTTP_PROXY_PATH -> _httpProxyPath DEBUG: variable.subr: New variable VAR_HTTP_PROXY_PORT -> httpProxyPort DEBUG: variable.subr: New variable VAR_IFCONFIG -> ifconfig_ DEBUG: variable.subr: New variable VAR_IPADDR -> ipaddr DEBUG: variable.subr: New variable VAR_IPV6ADDR -> ipv6addr DEBUG: variable.subr: New variable VAR_IPV6_ENABLE -> ipv6_activate_all_interfaces DEBUG: variable.subr: New variable VAR_KEYMAP -> keymap DEBUG: variable.subr: New variable VAR_MEDIA_TIMEOUT -> MEDIA_TIMEOUT DEBUG: variable.subr: New variable VAR_MEDIA_TYPE -> mediaType DEBUG: variable.subr: New variable VAR_NAMESERVER -> nameserver DEBUG: variable.subr: New variable VAR_NETINTERACTIVE -> netInteractive DEBUG: variable.subr: New variable VAR_NETMASK -> netmask DEBUG: variable.subr: New variable VAR_NETWORK_DEVICE -> netDev DEBUG: variable.subr: New variable VAR_NFS_HOST -> nfsHost DEBUG: variable.subr: New variable VAR_NFS_PATH -> nfsPath DEBUG: variable.subr: New variable VAR_NFS_SECURE -> nfs_reserved_port_only DEBUG: variable.subr: New variable VAR_NFS_TCP -> nfs_use_tcp DEBUG: variable.subr: New variable VAR_NFS_V3 -> nfs_use_v3 DEBUG: variable.subr: New variable VAR_NONINTERACTIVE -> nonInteractive DEBUG: variable.subr: New variable VAR_NO_CONFIRM -> noConfirm DEBUG: variable.subr: New variable VAR_NO_ERROR -> noError DEBUG: variable.subr: New variable VAR_NO_INET6 -> noInet6 DEBUG: variable.subr: New variable VAR_PACKAGE -> package DEBUG: variable.subr: New variable VAR_PKG_TMPDIR -> PKG_TMPDIR DEBUG: variable.subr: New variable VAR_PORTS_PATH -> ports DEBUG: variable.subr: New variable VAR_RELNAME -> releaseName DEBUG: variable.subr: New variable VAR_SLOW_ETHER -> slowEthernetCard DEBUG: variable.subr: New variable VAR_TRY_DHCP -> tryDHCP DEBUG: variable.subr: New variable VAR_TRY_RTSOL -> tryRTSOL DEBUG: variable.subr: New variable VAR_UFS_PATH -> ufs DEBUG: variable.subr: New variable VAR_USER -> user DEBUG: variable.subr: New variable VAR_USER_ACCOUNT_EXPIRE -> userAccountExpire DEBUG: variable.subr: New variable VAR_USER_DOTFILES_CREATE -> userDotfilesCreate DEBUG: variable.subr: New variable VAR_USER_GECOS -> userGecos DEBUG: variable.subr: New variable VAR_USER_GID -> userGid DEBUG: variable.subr: New variable VAR_USER_GROUPS -> userGroups DEBUG: variable.subr: New variable VAR_USER_GROUP_DELETE -> userGroupDelete DEBUG: variable.subr: New variable VAR_USER_HOME -> userHome DEBUG: variable.subr: New variable VAR_USER_HOME_CREATE -> userHomeCreate DEBUG: variable.subr: New variable VAR_USER_HOME_DELETE -> userHomeDelete DEBUG: variable.subr: New variable VAR_USER_LOGIN_CLASS -> userLoginClass DEBUG: variable.subr: New variable VAR_USER_PASSWORD -> userPassword DEBUG: variable.subr: New variable VAR_USER_PASSWORD_EXPIRE -> userPasswordExpire DEBUG: variable.subr: New variable VAR_USER_SHELL -> userShell DEBUG: variable.subr: New variable VAR_USER_UID -> userUid DEBUG: variable.subr: New variable VAR_ZFSINTERACTIVE -> zfsInteractive DEBUG: variable.subr: VARIABLE_SELF_INITIALIZE=[1] DEBUG: f_variable_set_defaults: Initializing defaults... DEBUG: f_getvar: var=[debug] value=[1] r=0 DEBUG: f_getvar: var=[editor] value=[/usr/bin/ee] r=0 DEBUG: f_getvar: var=[ftpState] value=[auto] r=0 DEBUG: f_getvar: var=[ftpUser] value=[ftp] r=0 DEBUG: f_getvar: var=[hostname] value=[] r=0 DEBUG: f_getvar: var=[MEDIA_TIMEOUT] value=[300] r=0 DEBUG: f_getvar: var=[nfs_reserved_port_only] value=[NO] r=0 DEBUG: f_getvar: var=[nfs_use_tcp] value=[NO] r=0 DEBUG: f_getvar: var=[nfs_use_v3] value=[YES] r=0 DEBUG: f_getvar: var=[PKG_TMPDIR] value=[/var/tmp] r=0 DEBUG: f_getvar: var=[releaseName] value=[13.0-CURRENT] r=0 DEBUG: f_variable_set_defaults: Defaults initialized. DEBUG: variable.subr: Successfully loaded. DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: dialog.subr: DIALOG_SELF_INITIALIZE=[1] DEBUG: f_dialog_init: ARGV=[] GETOPTS_STDARGS=[dD:SX] DEBUG: f_dialog_init: SECURE=[] USE_XDIALOG=[] DEBUG: f_dialog_init: dialog(1) API initialized. DEBUG: dialog.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/geom.subr] DEBUG: geom.subr: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/strings.subr] DEBUG: f_include: file=[/usr/share/bsdconfig/struct.subr] DEBUG: struct.subr: Successfully loaded. DEBUG: geom.subr: GEOM_SELF_SCAN_ALL=[1] DEBUG: geom.subr: Initialized 19 geom devices in 10 classes. DEBUG: geom.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/strings.subr] DEBUG: f_include: file=[/usr/share/bsdconfig/struct.subr] DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: device.subr: Initialized device catalog with 106 names/descriptions. DEBUG: device.subr: DEVICE_SELF_SCAN_ALL=[1] DEBUG: f_device_get_all: Probing devices... DEBUG: f_dialog_max_size: dialog --print-maxsize = [MaxSize: 24, 80] DEBUG: f_getvar: var=[height] value=[3] r=0 DEBUG: f_getvar: var=[width] value=[59] r=0 DEBUG: Found network device named ix0 DEBUG: Found network device named ix1 DEBUG: Found network device named igb0 DEBUG: Found network device named igb1 DEBUG: Found network device named igb2 DEBUG: Found network device named igb3 DEBUG: Found network device named igb4 DEBUG: Found network device named igb5 DEBUG: WARNING! Unable to classify GEOM device diskid/DISK-WMC6M0D48WWHs5 as media source DEBUG: WARNING! Unable to classify GEOM device diskid/DISK-WMC6M0D48WWHs2 as media source DEBUG: WARNING! Unable to classify GEOM device diskid/DISK-WMC6M0D48WWHs1 as media source DEBUG: WARNING! Unable to classify GEOM device ada0s5 as media source DEBUG: WARNING! Unable to classify GEOM device diskid/DISK-WMC6M0D48WWH as media source DEBUG: WARNING! Unable to classify GEOM device ada0s2 as media source DEBUG: WARNING! Unable to classify GEOM device ada0s1 as media source DEBUG: Found disk device named ada0 DEBUG: Found disk device named md0 DEBUG: Found UFS device for disk md0 DEBUG: Found UFS partition labeled ufs/FreeBSD_Install DEBUG: device.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/dialog.subr] DEBUG: f_include: file=[/usr/share/bsdconfig/password/password.subr] DEBUG: password/password.subr: loading includes... DEBUG: f_include: file=[/usr/share/bsdconfig/dialog.subr] DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/040.password/include/messages.subr] lang=[] DEBUG: password/password.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/variable.subr] DEBUG: f_getvar: var=[nonInteractive] value=[1] r=0 DEBUG: f_getvar: var=[zfsInteractive] value=[] r=1 DEBUG: BSDINSTALL_CHROOT=[/mnt] DEBUG: BSDINSTALL_TMPETC=[/tmp/bsdinstall_etc] DEBUG: FSTAB_FMT=[%s\t\t%s\t%s\t%s\t\t%s\t%s\n] DEBUG: machdep.bootmethod=[BIOS] DEBUG: f_getvar: var=[nonInteractive] value=[1] r=0 DEBUG: retval=0 mtag=[>>> Install] DEBUG: f_dialog_max_size: dialog --print-maxsize = [MaxSize: 24, 80] DEBUG: f_getvar: var=[vheight] value=[13] r=0 DEBUG: f_getvar: var=[vwidth] value=[47] r=0 DEBUG: f_getvar: var=[vrows] value=[6] r=0 DEBUG: dialog_menu_layout: disks=[ada0 md0] DEBUG: f_getvar: var=[disks] value=[device_9 device_10] r=0 DEBUG: f_getvar: var=[disks] value=[device_9 device_10] r=0 DEBUG: f_getvar: var=[nonInteractive] value=[1] r=0 DEBUG: f_getvar: var=[nonInteractive] value=[1] r=0 DEBUG: f_getvar: var=[_struct_value_device_9_capacity] value=[1000204886016] r=0 DEBUG: f_getvar: var=[nonInteractive] value=[1] r=0 DEBUG: zfs_create_boot: poolname=[zroot] vdev_type=[] DEBUG: zfs_create_boot: Initializing temporary fstab(5) file... DEBUG: zfs_create_boot: :> "/tmp/bsdinstall_etc/fstab" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: printf "$FSTAB_FMT" "# Device" "Mountpoint" "FStype" "Options" "Dump" "Pass#" >> "/tmp/bsdinstall_etc/fstab" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Expanding supplied size values... DEBUG: zfs_create_boot: ZFSBOOT_SWAP_SIZE=[2g] swapsize=[2147483648] DEBUG: zfs_create_boot: ZFSBOOT_BOOT_POOL_SIZE=[2g] bootsize=[2147483648] DEBUG: zfs_create_boot: zpool destroy "zroot" DEBUG: zfs_create_boot: retval=1 cannot open 'zroot': no such pool DEBUG: zfs_create_boot: Preparing disk partitions for ZFS pool... DEBUG: zfs_create_boot: With 4K sectors... DEBUG: zfs_create_boot: sysctl vfs.zfs.min_auto_ashift=12 DEBUG: zfs_create_boot: retval=0 vfs.zfs.min_auto_ashift: 9 -> 12 kern.geom.part.mbr.enforce_chs: 0 -> 0 DEBUG: zfs_create_diskpart: disk=[ada0] index=[0] DEBUG: zfs_create_diskpart: Exporting ZFS pools... DEBUG: zfs_create_diskpart: Detaching all GELI providers... DEBUG: zfs_create_diskpart: Destroying all data/layouts on `ada0'... DEBUG: zfs_create_diskpart: gpart destroy -F "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0 destroyed DEBUG: zfs_create_diskpart: graid delete "ada0" DEBUG: zfs_create_diskpart: retval=1 graid: Array 'ada0' not found. DEBUG: zfs_create_diskpart: zpool labelclear -f "/dev/ada0" DEBUG: zfs_create_diskpart: retval=1 failed to read label from /dev/ada0 DEBUG: zfs_create_diskpart: gpart create -s gpt "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0 created DEBUG: zfs_create_diskpart: gpart destroy -F "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0 destroyed DEBUG: zfs_create_diskpart: Creating GPT layout... DEBUG: zfs_create_diskpart: gpart create -s gpt "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0 created DEBUG: zfs_create_diskpart: gpart add -a 4k -l gptboot0 -t freebsd-boot -s 512k "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0p1 added DEBUG: zfs_create_diskpart: gpart bootcode -b "/boot/pmbr" -p "/boot/gptzfsboot" -i 1 "ada0" DEBUG: zfs_create_diskpart: retval=0 partcode written to ada0p1 bootcode written to ada0 DEBUG: zfs_create_diskpart: gpart add -a 1m -l swap0 -t freebsd-swap -s 2147483648b "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0p2 added DEBUG: zfs_create_diskpart: zpool labelclear -f "/dev/ada0p2" DEBUG: zfs_create_diskpart: retval=1 failed to read label from /dev/ada0p2 DEBUG: zfs_create_diskpart: gpart add -a 1m -l zfs0 -t freebsd-zfs "ada0" DEBUG: zfs_create_diskpart: retval=0 ada0p3 added DEBUG: zfs_create_diskpart: zpool labelclear -f "/dev/ada0p3" DEBUG: zfs_create_diskpart: retval=1 failed to read label from /dev/ada0p3 DEBUG: zfs_create_diskpart: printf "$FSTAB_FMT" "/dev/ada0p2" "none" "swap" "sw" "0" "0" >> "/tmp/bsdinstall_etc/fstab" DEBUG: zfs_create_diskpart: retval=0 DEBUG: zfs_create_boot: Creating root pool... DEBUG: zfs_create_boot: zpool create -o altroot=/mnt -O compress=lz4 -O atime=off -m none -f "zroot" ada0p3 DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Creating ZFS datasets... DEBUG: zfs_create_boot: zfs create -o mountpoint=none "zroot/ROOT" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o mountpoint=/ "zroot/ROOT/default" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o mountpoint=/tmp -o exec=on -o setuid=off "zroot/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o mountpoint=/usr -o canmount=off "zroot/usr" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create "zroot/usr/home" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o setuid=off "zroot/usr/ports" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create "zroot/usr/src" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o mountpoint=/var -o canmount=off "zroot/var" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o exec=off -o setuid=off "zroot/var/audit" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o exec=off -o setuid=off "zroot/var/crash" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o exec=off -o setuid=off "zroot/var/log" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o atime=on "zroot/var/mail" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zfs create -o setuid=off "zroot/var/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Setting mountpoint for root of the pool... DEBUG: zfs_create_boot: zfs set "mountpoint=/zroot" "zroot" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Modifying directory permissions... DEBUG: zfs_create_boot: mkdir -p "/mnt/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: chmod 1777 "/mnt/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: mkdir -p "/mnt/var/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: chmod 1777 "/mnt/var/tmp" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Setting bootfs property... DEBUG: zfs_create_boot: zpool set bootfs="zroot/ROOT/default" "zroot" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Configuring zpool.cache for zroot... DEBUG: zfs_create_boot: mkdir -p "/mnt/boot/zfs" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: zpool set cachefile="/mnt/boot/zfs/zpool.cache" "zroot" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Set canmount=noauto for the root of the pool... DEBUG: zfs_create_boot: zfs set "canmount=noauto" "zroot/ROOT/default" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: Configuring rc.conf(5)/loader.conf(5) additions... DEBUG: zfs_create_boot: echo "zfs_enable=\"YES\"" >> "/tmp/bsdinstall_etc/rc.conf.zfs" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: echo "kern.geom.label.disk_ident.enable=\"0\"" >> "/tmp/bsdinstall_boot/loader.conf.zfs" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: echo "kern.geom.label.gptid.enable=\"0\"" >> "/tmp/bsdinstall_boot/loader.conf.zfs" DEBUG: zfs_create_boot: retval=0 DEBUG: zfs_create_boot: echo "vfs.zfs.min_auto_ashift=12" >> "/tmp/bsdinstall_etc/sysctl.conf.zfs" DEBUG: zfs_create_boot: retval=0 DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_debug_init: ARGV=[checksum] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Running installation step: checksum DEBUG: Extracting /root/osstest_sets/base.txz DEBUG: Extracting /root/osstest_sets/kernel.txz DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_debug_init: ARGV=[bootconfig] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Running installation step: bootconfig DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_debug_init: ARGV=[config] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Running installation step: config + sysrc 'ifconfig_igb0=DHCP' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. ifconfig_igb0: -> DHCP + sysrc 'sshd_enable=YES' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. sshd_enable: NO -> YES + sysrc 'synchronous_dhclient=YES' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. synchronous_dhclient: NO -> YES + sysrc 'sendmail_enable=NO' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. sendmail_enable: NO -> NO + sysrc 'sendmail_submit_enable=NO' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. sendmail_submit_enable: YES -> NO + sysrc 'sendmail_outbound_enable=NO' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. sendmail_outbound_enable: YES -> NO + sysrc 'sendmail_msp_queue_enable=NO' DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_include: file=[/usr/share/bsdconfig/sysrc.subr] DEBUG: sysrc.subr: loading includes... DEBUG: f_include_lang: file=[/usr/libexec/bsdconfig/include/messages.subr] lang=[] DEBUG: sysrc.subr: Successfully loaded. sendmail_msp_queue_enable: YES -> NO + mkdir -p /usr/local/etc/ + cat + export 'HTTP_PROXY=http://cache:3128/' + export 'ASSUME_ALWAYS_YES=yes' + pkg bootstrap Installing pkg-1.11.1... Extracting pkg-1.11.1: .......... done Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done + chsh -s /bin/sh root chsh: user information updated + echo 'PermitRootLogin yes' + mkdir -p /root/.ssh + cat + cat + fetch 'http://osstest.test-lab.xenproject.org/~osstest/osstest/debina0_ssh.tar' -o - + tar -xf - -C /etc/ssh/ - 11 kB 184 MBps 00s + chown root:wheel /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_dsa_key.pub /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_ecdsa_key.pub /etc/ssh/ssh_host_ed25519_key /etc/ssh/ssh_host_ed25519_key.pub /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_rsa_key.pub + chmod 0600 /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_ed25519_key /etc/ssh/ssh_host_rsa_key + chmod 0644 /etc/ssh/ssh_host_dsa_key.pub /etc/ssh/ssh_host_ecdsa_key.pub /etc/ssh/ssh_host_ed25519_key.pub /etc/ssh/ssh_host_rsa_key.pub + pw useradd osstest -m + chsh -s /bin/sh osstest chsh: user information updated + mkdir -p /home/osstest/.ssh + cat + cat + printf %s '-h -S115200' + cat DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=[] DEBUG: UNAME_S=[FreeBSD] UNAME_P=[amd64] UNAME_R=[13.0-CURRENT] DEBUG: common.subr: Successfully loaded. DEBUG: f_debug_init: ARGV=[entropy] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[] DEBUG: Running installation step: entropy DEBUG: Installation Completed at Wed Sep 4 22:24:14 UTC 2019 2019-09-04 22:24:14 Z executing ssh ... root@172.16.144.56 init 6 2019-09-04 22:24:14 Z reboot-down: waiting 100s... 2019-09-04 22:24:18 Z reboot-down: ping gave (0): PING 172.16.144.56 (172.16.144.56) 56(84) bytes of data. | 64 bytes from 172.16.144.56: icmp_seq=1 ttl=64 time=XXXms | 64 bytes from 172.16.144.56: icmp_seq=2 ttl=64 time=XXXms | 64 bytes from 172.16.144.56: icmp_seq=3 ttl=64 time=XXXms | 64 bytes from 172.16.144.56: icmp_seq=4 ttl=64 time=XXXms | 64 bytes from 172.16.144.56: icmp_seq=5 ttl=64 time=XXXms | | --- 172.16.144.56 ping statistics --- | 5 packets transmitted, 5 received, 0% packet loss, time XXXms | rtt min/avg/max/mdev = XXXms | (waiting) ... 2019-09-04 22:24:38 Z reboot-down: ok. (24s) 2019-09-04 22:24:38 Z await tcp debina0 172.16.144.56 22: waiting 400s... 2019-09-04 22:24:43 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : Connection timed out | (waiting) ... 2019-09-04 22:24:54 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : No route to host | (waiting) ... 2019-09-04 22:25:13 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : Connection timed out | (waiting) ... 2019-09-04 22:25:21 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : No route to host | (waiting) ... 2019-09-04 22:26:08 Z await tcp debina0 172.16.144.56 22: nc: 256 (UNKNOWN) [172.16.144.56] 22 (ssh) : Connection refused | (waiting) ... 2019-09-04 22:26:23 Z await tcp debina0 172.16.144.56 22: ok. (105s) 2019-09-04 22:26:23 Z Waiting for the host to boot 2019-09-04 22:26:23 Z await tcp debina0 172.16.144.56 22: waiting 1000s... 2019-09-04 22:26:23 Z await tcp debina0 172.16.144.56 22: ok. (0s) 2019-09-04 22:26:23 Z FreeBSD installed succesfully + rc=0 + date -u +%Y-%m-%d %H:%M:%S Z exit status 0 2019-09-04 22:26:23 Z exit status 0 + exit 0