This is anita version 2.10 Using pexpect version 4.8.0 /usr/pkg/bin/anita \ --workdir=/bracket/pmax/test/2022.07.12.22.51.12/anita \ --structured-log-file=/bracket/pmax/test/2022.07.12.22.51.12/install.slog \ --vmm-args= install \ file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/ Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot-com1.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot2.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot3.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot4.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot5.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot6.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/floppy/boot7.fs... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/cdrom/boot-com.iso... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/installation/misc/pxeboot_ia32.bin... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/kernel/netbsd-INSTALL.gz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/kern-GENERIC.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/kern-GENERIC.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/modules.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/modules.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/base.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/base.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/etc.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/etc.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/comp.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/comp.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/gpufw.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/gpufw.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/misc.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/misc.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/rescue.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/rescue.tar.xz... missing but optional, so that's OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/tests.tgz... OK Downloading file:///bracket/pmax/release/2022.07.12.22.51.12/release/pmax/binary/sets/tests.tar.xz... missing but optional, so that's OK /usr/sbin/makefs \ -t cd9660 \ -o rockridge \ /bracket/pmax/test/2022.07.12.22.51.12/anita/install_tmp.iso \ /bracket/pmax/test/2022.07.12.22.51.12/anita/download Creating hard disk image... done. gxemul \ -M 128M \ -d /bracket/pmax/test/2022.07.12.22.51.12/anita/wd0.img \ -e3max \ -d /bracket/pmax/test/2022.07.12.22.51.12/anita/install_tmp.iso \ /bracket/pmax/test/2022.07.12.22.51.12/anita/download/pmax/binary/kernel/netbsd-INSTALL.gz child pid is 22633 Traceback (most recent call last): File "/usr/pkg/bin/anita", line 157, in status = main() File "/usr/pkg/bin/anita", line 130, in main a.install() File "/usr/pkg/lib/python3.7/site-packages/anita.py", line 2354, in install self._install() File "/usr/pkg/lib/python3.7/site-packages/anita.py", line 1473, in _install self._install_using_sysinst() File "/usr/pkg/lib/python3.7/site-packages/anita.py", line 1675, in _install_using_sysinst "(1. Install NetBSD)|" + File "/usr/pkg/lib/python3.7/site-packages/anita.py", line 242, in expect r = pexpect.spawn.expect(self, pattern, *args, **kwargs) File "/usr/pkg/lib/python3.7/site-packages/pexpect/spawnbase.py", line 344, in expect timeout, searchwindowsize, async_) File "/usr/pkg/lib/python3.7/site-packages/pexpect/spawnbase.py", line 372, in expect_list return exp.expect_loop(timeout) File "/usr/pkg/lib/python3.7/site-packages/pexpect/expect.py", line 181, in expect_loop return self.timeout(e) File "/usr/pkg/lib/python3.7/site-packages/pexpect/expect.py", line 144, in timeout raise exc pexpect.exceptions.TIMEOUT: Timeout exceeded. command: /usr/pkg/bin/gxemul args: ['/usr/pkg/bin/gxemul', '-M', '128M', '-d', '/bracket/pmax/test/2022.07.12.22.51.12/anita/wd0.img', '-e3max', '-d', '/bracket/pmax/test/2022.07.12.22.51.12/anita/install_tmp.iso', '/bracket/pmax/test/2022.07.12.22.51.12/anita/download/pmax/binary/kernel/netbsd-INSTALL.gz'] buffer (last 100 chars): b'' before (last 100 chars): '' after: match: None match_index: None exitstatus: None flag_eof: False pid: 22633 child_fd: 9 closed: False timeout: 3600 delimiter: logfile: None logfile_read: logfile_send: maxread: 2000 ignorecase: False searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 30.0 delayafterterminate: 30.0 searcher: searcher_re: 0: re.compile(b'(insert disk (\\d+), and press return...)|(Installation messages in English|Installation auf Deutsch)|(Terminal type)|(Installation medium to load the additional utilities from: )|(1. Install NetBSD)|(\\(I\\)nstall, \\(S\\)hell or \\(H\\)alt)') 3650.20 real 0.96 user 8.35 sys