On Fri, Sep 28, 2018 at 05:01:27PM -0700, Greg Steuck wrote:
> I've been running syzkaller for about a day now. It launches/kills VMs all
> the time. Somewhere along the way vmd seems to have lost track of one of
> its VMs. Notice how syzkaller ci-openbsd-main-1 is conspicuously missing
> from vmctl status even though there's a process chewing the CPU for it.
> Some of the data may not be perfectly aligned because syzkaller is still
> working, so don't be alarmed that some ids don't quite line up. The
> important part is the runaway PID 49113.
> 
> All of syzkaller machinery is running as syzkaller user, so it shouldn't be
> messing with anything as root. In fact, the whole machine setup is
> automated:
> https://github.com/google/syzkaller/blob/master/tools/create-gce-image.sh
> What you see there is literally what's running (modulo missing syzkaller
> config and everything that syzkaller does as an ordinary user).
> 
> I'll keep this system limping along should any debug ideas arise.
> 
> OpenBSD 6.4-beta (GENERIC.MP) #329: Thu Sep 27 10:15:21 MDT 2018
> 
> ci-openbsd$ vmctl status
>    ID   PID VCPUS  MAXMEM  CURMEM     TTY        OWNER NAME
>   236 40918     1    2.0G    335M   ttyp0    syzkaller ci-openbsd-main-2
>   235 85341     1    2.0G    398M   ttyp2    syzkaller ci-openbsd-main-0
>     1     -     1    512M       -       -    syzkaller syzkaller
> 

1. Are you getting any vmd cores?
 * sysctl kern.nosuidcoredump=3 && mkdir /var/crash/vmd
 * kill all vmd and restart the test. Not sure if that sysctl can be done
   after boot or if it needs to be in /etc/sysctl.conf

2. building a host kernel with VMM_DEBUG will be helpful here to see why VMs
   are disappearing.

3. You're running this nested in GCP? Do you know what VMX features they
   expose to guests? Perhaps there is an assumption being made in vmm that
   we have a certain feature not being exposed by the underlying GCP hypervisor
   (although I'm pretty sure that's not the case, might be good to check - 
   VMM_DEBUG will tell us this).

-ml

> ci-openbsd$ dmesg
> OpenBSD 6.4-beta (GENERIC.MP) #329: Thu Sep 27 10:15:21 MDT 2018
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 32195465216 (30703MB)
> avail mem = 31210467328 (29764MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xbffffcc0 (22 entries)
> bios0: vendor Google version "Google" date 01/01/2011
> bios0: Google Google Compute Engine
> acpi0 at bios0: rev 0
> acpi0: sleep states S3 S4 S5
> acpi0: tables DSDT FACP SSDT APIC WAET SRAT
> acpi0: wakeup devices
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Xeon(R) CPU @ 2.30GHz, 2070.62 MHz, 06-3f-00
> cpu0:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 1000MHz
> cpu1 at mainbus0: apid 2 (application processor)
> cpu1: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.89 MHz, 06-3f-00
> cpu1:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 0, core 1, package 0
> cpu2 at mainbus0: apid 4 (application processor)
> cpu2: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.88 MHz, 06-3f-00
> cpu2:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 0, core 2, package 0
> cpu3 at mainbus0: apid 6 (application processor)
> cpu3: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.88 MHz, 06-3f-00
> cpu3:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 0, core 3, package 0
> cpu4 at mainbus0: apid 1 (application processor)
> cpu4: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.89 MHz, 06-3f-00
> cpu4:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu4: 256KB 64b/line 8-way L2 cache
> cpu4: smt 1, core 0, package 0
> cpu5 at mainbus0: apid 3 (application processor)
> cpu5: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.92 MHz, 06-3f-00
> cpu5:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu5: 256KB 64b/line 8-way L2 cache
> cpu5: smt 1, core 1, package 0
> cpu6 at mainbus0: apid 5 (application processor)
> cpu6: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.88 MHz, 06-3f-00
> cpu6:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu6: 256KB 64b/line 8-way L2 cache
> cpu6: smt 1, core 2, package 0
> cpu7 at mainbus0: apid 7 (application processor)
> cpu7: Intel(R) Xeon(R) CPU @ 2.30GHz, 2299.89 MHz, 06-3f-00
> cpu7:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SS,HTT,SSE3,PCLMUL,VMX,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,XSAVEOPT,MELTDOWN
> cpu7: 256KB 64b/line 8-way L2 cache
> cpu7: smt 1, core 3, package 0
> ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpicpu0 at acpi0: C1(@1 halt!)
> acpicpu1 at acpi0: C1(@1 halt!)
> acpicpu2 at acpi0: C1(@1 halt!)
> acpicpu3 at acpi0: C1(@1 halt!)
> acpicpu4 at acpi0: C1(@1 halt!)
> acpicpu5 at acpi0: C1(@1 halt!)
> acpicpu6 at acpi0: C1(@1 halt!)
> acpicpu7 at acpi0: C1(@1 halt!)
> "ACPI0006" at acpi0 not configured
> acpicmos0 at acpi0
> "QEMU0001" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> "ACPI0007" at acpi0 not configured
> pvbus0 at mainbus0: KVM
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel 82441FX" rev 0x02
> pcib0 at pci0 dev 1 function 0 "Intel 82371AB PIIX4 ISA" rev 0x03
> piixpm0 at pci0 dev 1 function 3 "Intel 82371AB Power" rev 0x03: SMBus
> disabled
> virtio0 at pci0 dev 3 function 0 "Qumranet Virtio SCSI" rev 0x00
> vioscsi0 at virtio0: qsize 8192
> scsibus1 at vioscsi0: 253 targets
> sd0 at scsibus1 targ 1 lun 0: <Google, PersistentDisk, 1> SCSI4 0/direct
> fixed serial.Google_PersistentDisk_
> sd0: 10240MB, 512 bytes/sector, 20971520 sectors, thin
> sd1 at scsibus1 targ 2 lun 0: <Google, PersistentDisk, 1> SCSI4 0/direct
> fixed serial.Google_PersistentDisk_
> sd1: 1024000MB, 512 bytes/sector, 2097152000 sectors, thin
> virtio0: msix shared
> virtio1 at pci0 dev 4 function 0 "Qumranet Virtio Network" rev 0x00
> vio0 at virtio1: address 42:01:0a:80:00:2d
> virtio1: msix per-VQ
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> com0: console
> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> com2 at isa0 port 0x3e8/8 irq 5: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0 mux 1
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> vmm0 at mainbus0: VMX/EPT (using slow L1TF mitigation)
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (0777a043830507c5.a) swap on sd0b dump on sd0b
> 
> ci-openbsd$ ps axu
> USER       PID %CPU %MEM   VSZ   RSS TT  STAT  STARTED       TIME COMMAND
> _vmd     49113 99.2  0.2 2099984 47868 ??  Rp/3   7:46AM  529:15.13 vmd:
> ci-openbsd-main-1 (vmd)
> _vmd     85341 99.1  0.3 2100028 87096 ??  Rp/2   4:29PM    4:37.45 vmd:
> ci-openbsd-main-0 (vmd)
> _vmd     40918 44.3  0.2 2100012 54716 ??  Ip     4:35PM    1:39.43 vmd:
> ci-openbsd-main-2 (vmd)
> root         1  0.0  0.0   400   464 ??  Is    Thu01PM    0:01.02 /sbin/init
> root     19939  0.0  0.0   636   564 ??  Is    Thu01PM    0:00.46 dhclient:
> vio0 [priv] (dhclient)
> _dhcp    86920  0.0  0.0   776   772 ??  Isp   Thu01PM    0:00.38 dhclient:
> vio0 (dhclient)
> root     56839  0.0  0.0   512  2224 ??  Isp   Thu01PM    0:00.03 syslogd:
> [priv] (syslogd)
> _syslogd 31625  0.0  0.0  1116  1688 ??  Sp    Thu01PM    0:00.77
> /usr/sbin/syslogd
> _pflogd   2588  0.0  0.0   776   600 ??  Sp    Thu01PM    0:21.30 pflogd:
> [running] -s 160 -i pflog0 -f /var/log/pflog (pflogd)
> root     81999  0.0  0.0   716   660 ??  Is    Thu01PM    0:00.15 pflogd:
> [priv] (pflogd)
> _ntp     83725  0.0  0.0  1236  2636 ??  S<p   Thu01PM    0:13.89 ntpd: ntp
> engine (ntpd)
> root     68587  0.0  0.0   804  1804 ??  I<sp  Thu01PM    0:00.57
> /usr/sbin/ntpd
> _ntp     60057  0.0  0.0   680  2456 ??  Ip    Thu01PM    0:00.01 ntpd: dns
> engine (ntpd)
> root     12032  0.0  0.0   988  1580 ??  Is    Thu01PM    0:00.11
> /usr/sbin/sshd
> root     23839  0.0  0.0  1708  2044 ??  Isp   Thu01PM    0:01.08
> /usr/sbin/vmd
> root     76140  0.0  0.0  1156  1684 ??  Is    Thu01PM    0:00.15 vmd: priv
> (vmd)
> _vmd     29877  0.0  0.0  1364  1904 ??  Isp   Thu01PM    0:01.07 vmd:
> control (vmd)
> _vmd     38711  0.0  0.0  1432  2028 ??  Isp   Thu01PM    0:10.30 vmd: vmm
> (vmd)
> root     82974  0.0  0.0 10486164   264 ??  Is    Thu01PM    0:00.01
> /sbin/mount_mfs -s 10G /dev/sd0b /syzkaller/ramdisk
> root     37930  0.0  0.0   676  1388 ??  Isp   Thu01PM    0:00.96
> /usr/sbin/cron
> syzkalle 33708  0.0  0.2 112100 62192 ??  I      2:39PM    9:54.04
> syzkaller/current/bin/syz-manager -config
> /syzkaller/managers/main/current/manager.cfg
> root     10127  0.0  0.0  1036  3888 ??  Is     4:17PM    0:00.15 sshd:
> syzkaller [priv] (sshd)
> syzkalle 44959  0.0  0.0  1072  3104 ??  I      4:17PM    0:00.21 sshd:
> syzkaller@ttyp3 (sshd)
> syzkalle 36840  0.0  0.0   348  1404 ??  Sp     4:29PM    0:00.26
> /usr/bin/cu -l /dev/ttyp2 -s 115200
> syzkalle 33845  0.0  0.0   976  3860 ??  Ip     4:35PM    0:00.11 ssh -p 22
> -i /syzkaller/managers/main/current/key -F /dev/null -o
> UserKnownHostsFile=/dev/null -o Bat
> syzkalle 88860  0.0  0.0   352  1408 ??  Ip     4:35PM    0:00.23
> /usr/bin/cu -l /dev/ttyp0 -s 115200
> root     71833  0.0  0.0  1076  3964 ??  Is     4:36PM    0:00.13 sshd:
> syzkaller [priv] (sshd)
> syzkalle 48570  0.0  0.0  1068  3044 ??  S      4:36PM    0:00.03 sshd:
> syzkaller@ttyp4 (sshd)
> root     78466  0.0  0.0  1076  3976 ??  Is     4:36PM    0:00.14 sshd:
> syzkaller [priv] (sshd)
> syzkalle 84601  0.1  0.0  1072  3072 ??  S      4:36PM    0:00.06 sshd:
> syzkaller@ttyp5 (sshd)
> syzkalle 22642  0.0  0.0   744   896 p3  Is+p   4:17PM    0:00.10 -ksh (ksh)
> syzkalle 46488  0.0  0.0   744   888 p4  Isp    4:36PM    0:00.02 -ksh (ksh)
> syzkalle 95902  0.0  0.0  1152  3040 p4  S+p    4:36PM    0:00.06 top
> syzkalle 71156  0.0  0.0   808   908 p5  Ssp    4:36PM    0:00.04 -ksh (ksh)
> syzkalle 46201  0.0  0.0   424   416 p5  R+p/0  4:37PM    0:00.00 ps -axu
> syzkalle 90392  0.0  0.1 111348 40036 00- D     Thu01PM    1:52.32 ./syz-ci
> -config ./config-openbsd.ci
> syzkalle 40938  0.0  0.0   236  1092 00- Ip    Thu01PM    0:00.01 tee
> syz-ci.log
> root     62698  0.0  0.0   304  1256 00  Is+p  Thu01PM    0:00.01
> /usr/libexec/getty std.115200 tty00
> 
> ci-openbsd$ grep vmd /var/log/daemon
> Sep 27 13:18:41 ci-openbsd vmd[20155]: vmd: /dev/vmm: Operation not
> supported by device
> Sep 27 13:24:49 ci-openbsd vmd[93381]: startup
> Sep 27 13:25:16 ci-openbsd vmd[93381]: ci-openbsd-main-2: started vm 2
> successfully, tty /dev/ttyp0
> Sep 27 13:25:16 ci-openbsd vmd[93381]: ci-openbsd-main-0: started vm 3
> successfully, tty /dev/ttyp1
> Sep 27 13:25:16 ci-openbsd vmd[93381]: ci-openbsd-main-1: started vm 4
> successfully, tty /dev/ttyp2
> Sep 27 13:30:39 ci-openbsd vmd[1830]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 13:30:53 ci-openbsd vmd[93381]: ci-openbsd-main-1: started vm 5
> successfully, tty /dev/ttyp2
> Sep 27 13:31:16 ci-openbsd vmd[93381]: ci-openbsd-main-0: started vm 6
> successfully, tty /dev/ttyp1
> Sep 27 13:31:27 ci-openbsd vmd[17088]: control exiting, pid 17088
> Sep 27 13:31:27 ci-openbsd vmd[51835]: vmm exiting, pid 51835
> Sep 27 13:31:27 ci-openbsd vmd[93381]: parent terminating
> Sep 27 13:31:27 ci-openbsd vmd[17279]: priv exiting, pid 17279
> Sep 27 13:31:27 ci-openbsd vmd[96956]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 13:32:12 ci-openbsd vmd[23839]: startup
> Sep 27 13:32:39 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 2
> successfully, tty /dev/ttyp0
> Sep 27 13:32:39 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 3
> successfully, tty /dev/ttyp1
> Sep 27 13:32:39 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 4
> successfully, tty /dev/ttyp2
> Sep 27 14:35:14 ci-openbsd vmd[82904]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 14:35:16 ci-openbsd vmd[10724]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 14:35:31 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 5
> successfully, tty /dev/ttyp0
> Sep 27 14:35:33 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 6
> successfully, tty /dev/ttyp1
> Sep 27 14:35:33 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 7
> successfully, tty /dev/ttyp2
> Sep 27 15:38:00 ci-openbsd vmd[5579]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 27 15:38:00 ci-openbsd vmd[5579]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 4, vcpu_id 0
> Sep 27 15:38:06 ci-openbsd vmd[28608]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 15:38:06 ci-openbsd vmd[28608]: vcpu_run_loop: vm 5 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 15:38:09 ci-openbsd vmd[27881]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 27 15:38:11 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 8
> successfully, tty /dev/ttyp0
> Sep 27 15:38:18 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 9
> successfully, tty /dev/ttyp1
> Sep 27 15:38:20 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 10
> successfully, tty /dev/ttyp2
> Sep 27 16:40:33 ci-openbsd vmd[78941]: vcpu_run_loop: vm 7 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 16:40:44 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 11
> successfully, tty /dev/ttyp0
> Sep 27 16:40:46 ci-openbsd vmd[49986]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 16:40:56 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 12
> successfully, tty /dev/ttyp1
> Sep 27 16:40:57 ci-openbsd vmd[65253]: ci-openbsd-main-1: can't set INTR:
> No such file or directory
> Sep 27 16:41:05 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 13
> successfully, tty /dev/ttyp2
> Sep 27 16:48:42 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 14
> successfully, tty /dev/ttyp0
> Sep 27 16:48:42 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 15
> successfully, tty /dev/ttyp1
> Sep 27 16:48:42 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 16
> successfully, tty /dev/ttyp2
> Sep 27 17:51:08 ci-openbsd vmd[21617]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 27 17:51:08 ci-openbsd vmd[21617]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 17:51:13 ci-openbsd vmd[50980]: vcpu_run_loop: vm 13 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 17:51:20 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 17
> successfully, tty /dev/ttyp0
> Sep 27 17:51:23 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 18
> successfully, tty /dev/ttyp1
> Sep 27 17:51:30 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 19
> successfully, tty /dev/ttyp2
> Sep 27 18:07:18 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 20
> successfully, tty /dev/ttyp1
> Sep 27 18:15:37 ci-openbsd vmd[4520]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 18:15:48 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 21
> successfully, tty /dev/ttyp1
> Sep 27 18:24:01 ci-openbsd vmd[29234]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 18:24:12 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 22
> successfully, tty /dev/ttyp1
> Sep 27 18:47:27 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 23
> successfully, tty /dev/ttyp2
> Sep 27 18:53:35 ci-openbsd vmd[3814]: vcpu_run_loop: vm 16 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 18:53:46 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 24
> successfully, tty /dev/ttyp0
> Sep 27 18:55:36 ci-openbsd vmd[20167]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 27 18:55:47 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 25
> successfully, tty /dev/ttyp2
> Sep 27 19:01:30 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 26
> successfully, tty /dev/ttyp0
> Sep 27 19:09:56 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 27
> successfully, tty /dev/ttyp0
> Sep 27 19:18:07 ci-openbsd vmd[22263]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 19:18:18 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 28
> successfully, tty /dev/ttyp0
> Sep 27 19:26:35 ci-openbsd vmd[6707]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 19:26:46 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 29
> successfully, tty /dev/ttyp0
> Sep 27 19:27:20 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 30
> successfully, tty /dev/ttyp1
> Sep 27 19:58:13 ci-openbsd vmd[66596]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 19:58:25 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 31
> successfully, tty /dev/ttyp2
> Sep 27 20:06:37 ci-openbsd vmd[27190]: vcpu_run_loop: vm 30 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 20:06:37 ci-openbsd vmd[27190]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 30, vcpu_id 0
> Sep 27 20:06:48 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 32
> successfully, tty /dev/ttyp2
> Sep 27 20:15:00 ci-openbsd vmd[32171]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 20:15:12 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 33
> successfully, tty /dev/ttyp2
> Sep 27 20:23:15 ci-openbsd vmd[67223]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 20:23:26 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 34
> successfully, tty /dev/ttyp2
> Sep 27 20:29:17 ci-openbsd vmd[83575]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 20:29:18 ci-openbsd vmd[83575]: vcpu_run_loop: vm 28 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 20:29:30 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 35
> successfully, tty /dev/ttyp0
> Sep 27 20:30:13 ci-openbsd vmd[84994]: vcpu_run_loop: vm 29 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 20:30:13 ci-openbsd vmd[84994]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 29, vcpu_id 0
> Sep 27 20:30:24 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 36
> successfully, tty /dev/ttyp1
> Sep 27 21:08:09 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 37
> successfully, tty /dev/ttyp1
> Sep 27 21:15:07 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 38
> successfully, tty /dev/ttyp2
> Sep 27 21:23:18 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 39
> successfully, tty /dev/ttyp2
> Sep 27 21:31:34 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 40
> successfully, tty /dev/ttyp2
> Sep 27 21:31:54 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 41
> successfully, tty /dev/ttyp0
> Sep 27 21:50:34 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 42
> successfully, tty /dev/ttyp2
> Sep 27 21:58:46 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 43
> successfully, tty /dev/ttyp2
> Sep 27 22:07:09 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 44
> successfully, tty /dev/ttyp2
> Sep 27 22:10:36 ci-openbsd vmd[39375]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 27 22:10:47 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 45
> successfully, tty /dev/ttyp1
> Sep 27 22:34:39 ci-openbsd vmd[26346]: vcpu_run_loop: vm 40 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 27 22:34:39 ci-openbsd vmd[26346]: ci-openbsd-main-1:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 40, vcpu_id 0
> Sep 27 22:34:50 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 46
> successfully, tty /dev/ttyp0
> Sep 27 22:43:11 ci-openbsd vmd[78470]: ci-openbsd-main-1: can't clear INTR
> Sep 27 22:43:11 ci-openbsd vmd[78470]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 27 22:43:22 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 47
> successfully, tty /dev/ttyp0
> Sep 27 22:48:59 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 48
> successfully, tty /dev/ttyp1
> Sep 27 22:49:38 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 49
> successfully, tty /dev/ttyp2
> Sep 27 23:14:44 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 50
> successfully, tty /dev/ttyp1
> Sep 27 23:22:55 ci-openbsd vmd[96212]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 27 23:22:55 ci-openbsd vmd[96212]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 49, vcpu_id 0
> Sep 27 23:23:06 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 51
> successfully, tty /dev/ttyp1
> Sep 27 23:30:41 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 52
> successfully, tty /dev/ttyp0
> Sep 27 23:38:55 ci-openbsd vmd[76902]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 23:39:06 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 53
> successfully, tty /dev/ttyp0
> Sep 27 23:47:33 ci-openbsd vmd[54747]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 23:47:44 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 54
> successfully, tty /dev/ttyp0
> Sep 27 23:52:24 ci-openbsd vmd[34054]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 23:52:25 ci-openbsd vmd[34054]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 27 23:52:35 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 55
> successfully, tty /dev/ttyp2
> Sep 27 23:55:47 ci-openbsd vmd[24273]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 27 23:55:58 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 56
> successfully, tty /dev/ttyp0
> Sep 28 00:03:55 ci-openbsd vmd[760]: vcpu_run_loop: vm 55 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 00:04:06 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 57
> successfully, tty /dev/ttyp0
> Sep 28 00:12:15 ci-openbsd vmd[97117]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 28 00:12:26 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 58
> successfully, tty /dev/ttyp0
> Sep 28 00:20:42 ci-openbsd vmd[52127]: ci-openbsd-main-1:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 57, vcpu_id 0
> Sep 28 00:20:53 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 59
> successfully, tty /dev/ttyp0
> Sep 28 00:25:35 ci-openbsd vmd[34766]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 28 00:25:35 ci-openbsd vmd[34766]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 00:25:45 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 60
> successfully, tty /dev/ttyp1
> Sep 28 00:28:59 ci-openbsd vmd[40205]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 00:29:10 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 61
> successfully, tty /dev/ttyp0
> Sep 28 00:37:15 ci-openbsd vmd[14345]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 00:37:26 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 62
> successfully, tty /dev/ttyp0
> Sep 28 00:45:39 ci-openbsd vmd[92484]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 28 00:45:39 ci-openbsd vmd[92484]: ci-openbsd-main-1:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 61, vcpu_id 0
> Sep 28 00:45:50 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 63
> successfully, tty /dev/ttyp0
> Sep 28 00:54:00 ci-openbsd vmd[17274]: vcpu_run_loop: vm 62 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 00:54:11 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 64
> successfully, tty /dev/ttyp0
> Sep 28 00:54:58 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 65
> successfully, tty /dev/ttyp2
> Sep 28 01:28:16 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 66
> successfully, tty /dev/ttyp1
> Sep 28 01:32:49 ci-openbsd vmd[2315]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 01:33:00 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 67
> successfully, tty /dev/ttyp0
> Sep 28 01:34:03 ci-openbsd vmd[1917]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 01:34:19 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 68
> successfully, tty /dev/ttyp0
> Sep 28 01:34:19 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 69
> successfully, tty /dev/ttyp1
> Sep 28 01:34:19 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 70
> successfully, tty /dev/ttyp2
> Sep 28 01:36:30 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 71
> successfully, tty /dev/ttyp2
> Sep 28 01:36:35 ci-openbsd vmd[72389]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 01:36:43 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 72
> successfully, tty /dev/ttyp0
> Sep 28 01:42:15 ci-openbsd vmd[62491]: ci-openbsd-main-1:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 68, vcpu_id 0
> Sep 28 01:42:25 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 73
> successfully, tty /dev/ttyp1
> Sep 28 01:45:11 ci-openbsd vmd[28079]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 01:45:11 ci-openbsd vmd[28079]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 28 01:45:21 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 74
> successfully, tty /dev/ttyp2
> Sep 28 01:48:07 ci-openbsd vmd[44999]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 01:48:17 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 75
> successfully, tty /dev/ttyp0
> Sep 28 01:52:23 ci-openbsd vmd[5650]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 28 01:52:33 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 76
> successfully, tty /dev/ttyp1
> Sep 28 01:56:39 ci-openbsd vmd[48676]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 73, vcpu_id 0
> Sep 28 01:56:39 ci-openbsd vmd[48676]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 73, vcpu_id 0: No such
> file or directory
> Sep 28 01:56:48 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 77
> successfully, tty /dev/ttyp2
> Sep 28 02:01:35 ci-openbsd vmd[3056]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:01:45 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 78
> successfully, tty /dev/ttyp0
> Sep 28 02:06:41 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 79
> successfully, tty /dev/ttyp1
> Sep 28 02:11:47 ci-openbsd vmd[5566]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 76, vcpu_id 0
> Sep 28 02:11:57 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 80
> successfully, tty /dev/ttyp2
> Sep 28 02:17:04 ci-openbsd vmd[2694]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:17:14 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 81
> successfully, tty /dev/ttyp0
> Sep 28 02:22:30 ci-openbsd vmd[26696]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:22:40 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 82
> successfully, tty /dev/ttyp1
> Sep 28 02:27:59 ci-openbsd vmd[41306]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 02:28:13 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 83
> successfully, tty /dev/ttyp2
> Sep 28 02:30:45 ci-openbsd vmd[84992]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 02:31:50 ci-openbsd vmd[23839]: ci-openbsd-main-test-0: started vm
> 84 successfully, tty /dev/ttyp0
> Sep 28 02:31:50 ci-openbsd vmd[23839]: ci-openbsd-main-test-2: started vm
> 85 successfully, tty /dev/ttyp1
> Sep 28 02:31:50 ci-openbsd vmd[23839]: ci-openbsd-main-test-1: started vm
> 86 successfully, tty /dev/ttyp2
> Sep 28 02:34:55 ci-openbsd vmd[62510]: ci-openbsd-main-test-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:34:58 ci-openbsd vmd[13397]: ci-openbsd-main-test-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:34:59 ci-openbsd vmd[20385]: ci-openbsd-main-test-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 02:35:19 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 87
> successfully, tty /dev/ttyp0
> Sep 28 02:35:20 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 88
> successfully, tty /dev/ttyp1
> Sep 28 02:35:20 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 89
> successfully, tty /dev/ttyp2
> Sep 28 02:53:15 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 90
> successfully, tty /dev/ttyp1
> Sep 28 03:01:50 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 91
> successfully, tty /dev/ttyp1
> Sep 28 03:14:02 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 92
> successfully, tty /dev/ttyp0
> Sep 28 03:14:54 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 93
> successfully, tty /dev/ttyp2
> Sep 28 04:05:05 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 94
> successfully, tty /dev/ttyp1
> Sep 28 04:13:20 ci-openbsd vmd[65673]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 04:13:33 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 95
> successfully, tty /dev/ttyp1
> Sep 28 04:16:05 ci-openbsd vmd[70389]: ci-openbsd-main-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 04:16:05 ci-openbsd vmd[70389]: vcpu_run_loop: vm 91 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 04:16:19 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 96
> successfully, tty /dev/ttyp0
> Sep 28 04:17:23 ci-openbsd vmd[17832]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 04:17:37 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 97
> successfully, tty /dev/ttyp2
> Sep 28 04:22:01 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 98
> successfully, tty /dev/ttyp1
> Sep 28 04:30:06 ci-openbsd vmd[9143]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 97, vcpu_id 0
> Sep 28 04:30:06 ci-openbsd vmd[9143]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 97, vcpu_id 0: No such
> file or directory
> Sep 28 04:30:20 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 99
> successfully, tty /dev/ttyp1
> Sep 28 04:38:39 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 100
> successfully, tty /dev/ttyp1
> Sep 28 04:47:06 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 101
> successfully, tty /dev/ttyp1
> Sep 28 04:55:20 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 102
> successfully, tty /dev/ttyp2
> Sep 28 05:03:36 ci-openbsd vmd[14124]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 05:03:50 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 103
> successfully, tty /dev/ttyp2
> Sep 28 05:12:17 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 104
> successfully, tty /dev/ttyp2
> Sep 28 05:18:09 ci-openbsd vmd[93086]: ci-openbsd-main-1:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 95, vcpu_id 0
> Sep 28 05:18:22 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 105
> successfully, tty /dev/ttyp0
> Sep 28 05:20:46 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 106
> successfully, tty /dev/ttyp2
> Sep 28 05:28:16 ci-openbsd vmd[59505]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 05:28:29 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 107
> successfully, tty /dev/ttyp2
> Sep 28 05:36:59 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 108
> successfully, tty /dev/ttyp2
> Sep 28 05:45:10 ci-openbsd vmd[83064]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 05:45:23 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 109
> successfully, tty /dev/ttyp2
> Sep 28 05:50:13 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 110
> successfully, tty /dev/ttyp1
> Sep 28 05:58:02 ci-openbsd vmd[38545]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 109, vcpu_id 0
> Sep 28 05:58:17 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 111
> successfully, tty /dev/ttyp1
> Sep 28 06:06:42 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 112
> successfully, tty /dev/ttyp1
> Sep 28 06:15:05 ci-openbsd vmd[33151]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:15:19 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 113
> successfully, tty /dev/ttyp1
> Sep 28 06:20:45 ci-openbsd vmd[39106]: ci-openbsd-main-1: can't set INTR:
> No such file or directory
> Sep 28 06:20:58 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 114
> successfully, tty /dev/ttyp0
> Sep 28 06:23:43 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 115
> successfully, tty /dev/ttyp1
> Sep 28 06:31:17 ci-openbsd vmd[71944]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:31:31 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 116
> successfully, tty /dev/ttyp1
> Sep 28 06:39:53 ci-openbsd vmd[5135]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:39:53 ci-openbsd vmd[5135]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 06:40:07 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 117
> successfully, tty /dev/ttyp1
> Sep 28 06:48:12 ci-openbsd vmd[17681]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 06:48:23 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 118
> successfully, tty /dev/ttyp0
> Sep 28 06:48:35 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 119
> successfully, tty /dev/ttyp1
> Sep 28 06:49:45 ci-openbsd vmd[54797]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:49:53 ci-openbsd vmd[60755]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:50:12 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 120
> successfully, tty /dev/ttyp0
> Sep 28 06:50:12 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 121
> successfully, tty /dev/ttyp1
> Sep 28 06:50:12 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 122
> successfully, tty /dev/ttyp2
> Sep 28 06:52:17 ci-openbsd vmd[11485]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 06:52:30 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 123
> successfully, tty /dev/ttyp0
> Sep 28 06:52:44 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 124
> successfully, tty /dev/ttyp2
> Sep 28 06:58:27 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 125
> successfully, tty /dev/ttyp1
> Sep 28 07:02:54 ci-openbsd vmd[44585]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 122, vcpu_id 0
> Sep 28 07:02:54 ci-openbsd vmd[44585]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 122, vcpu_id 0: No
> such file or directory
> Sep 28 07:03:07 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 126
> successfully, tty /dev/ttyp0
> Sep 28 07:07:45 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 127
> successfully, tty /dev/ttyp2
> Sep 28 07:13:29 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 128
> successfully, tty /dev/ttyp1
> Sep 28 07:19:12 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 129
> successfully, tty /dev/ttyp0
> Sep 28 07:24:11 ci-openbsd vmd[22190]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 07:24:24 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 130
> successfully, tty /dev/ttyp2
> Sep 28 07:29:36 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 131
> successfully, tty /dev/ttyp1
> Sep 28 07:34:50 ci-openbsd vmd[40180]: vcpu_run_loop: vm 128 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 07:34:50 ci-openbsd vmd[40180]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 128, vcpu_id 0
> Sep 28 07:35:02 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 132
> successfully, tty /dev/ttyp0
> Sep 28 07:40:18 ci-openbsd vmd[49348]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 07:40:31 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 133
> successfully, tty /dev/ttyp2
> Sep 28 07:46:02 ci-openbsd vmd[45984]: ci-openbsd-main-1: can't clear INTR:
> No such file or directory
> Sep 28 07:46:15 ci-openbsd vmd[23839]: ci-openbsd-main-1: started vm 134
> successfully, tty /dev/ttyp1
> Sep 28 07:51:35 ci-openbsd vmd[89528]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 07:51:46 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 135
> successfully, tty /dev/ttyp0
> Sep 28 07:57:03 ci-openbsd vmd[35370]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 07:57:15 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 136
> successfully, tty /dev/ttyp2
> Sep 28 08:02:32 ci-openbsd vmd[70878]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 134, vcpu_id 0
> Sep 28 08:02:43 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 137
> successfully, tty /dev/ttyp0
> Sep 28 08:08:02 ci-openbsd vmd[98985]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 08:08:13 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 138
> successfully, tty /dev/ttyp2
> Sep 28 08:13:42 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 139
> successfully, tty /dev/ttyp0
> Sep 28 08:19:03 ci-openbsd vmd[71183]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 08:19:13 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 140
> successfully, tty /dev/ttyp2
> Sep 28 08:24:34 ci-openbsd vmd[97625]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 08:24:45 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 141
> successfully, tty /dev/ttyp0
> Sep 28 08:30:06 ci-openbsd vmd[44234]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 08:30:16 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 142
> successfully, tty /dev/ttyp2
> Sep 28 08:35:37 ci-openbsd vmd[13739]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 08:35:48 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 143
> successfully, tty /dev/ttyp0
> Sep 28 08:41:20 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 144
> successfully, tty /dev/ttyp2
> Sep 28 08:46:51 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 145
> successfully, tty /dev/ttyp0
> Sep 28 08:52:12 ci-openbsd vmd[45046]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 08:52:23 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 146
> successfully, tty /dev/ttyp2
> Sep 28 08:57:43 ci-openbsd vmd[79811]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 08:57:54 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 147
> successfully, tty /dev/ttyp0
> Sep 28 09:03:16 ci-openbsd vmd[5212]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:03:27 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 148
> successfully, tty /dev/ttyp2
> Sep 28 09:08:48 ci-openbsd vmd[13854]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:08:48 ci-openbsd vmd[13854]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 28 09:08:59 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 149
> successfully, tty /dev/ttyp0
> Sep 28 09:14:20 ci-openbsd vmd[21874]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:14:30 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 150
> successfully, tty /dev/ttyp2
> Sep 28 09:19:52 ci-openbsd vmd[85451]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:20:03 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 151
> successfully, tty /dev/ttyp0
> Sep 28 09:25:34 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 152
> successfully, tty /dev/ttyp2
> Sep 28 09:30:54 ci-openbsd vmd[40998]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 09:31:05 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 153
> successfully, tty /dev/ttyp0
> Sep 28 09:36:25 ci-openbsd vmd[42507]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:36:36 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 154
> successfully, tty /dev/ttyp2
> Sep 28 09:42:07 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 155
> successfully, tty /dev/ttyp0
> Sep 28 09:47:28 ci-openbsd vmd[6348]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 09:47:39 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 156
> successfully, tty /dev/ttyp2
> Sep 28 09:53:11 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 157
> successfully, tty /dev/ttyp0
> Sep 28 09:58:31 ci-openbsd vmd[86905]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 09:58:42 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 158
> successfully, tty /dev/ttyp2
> Sep 28 10:04:03 ci-openbsd vmd[65967]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 10:04:14 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 159
> successfully, tty /dev/ttyp0
> Sep 28 10:09:35 ci-openbsd vmd[35846]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 10:09:47 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 160
> successfully, tty /dev/ttyp2
> Sep 28 10:15:18 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 161
> successfully, tty /dev/ttyp0
> Sep 28 10:20:40 ci-openbsd vmd[88472]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 159, vcpu_id 0
> Sep 28 10:20:50 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 162
> successfully, tty /dev/ttyp2
> Sep 28 10:26:22 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 163
> successfully, tty /dev/ttyp0
> Sep 28 10:31:43 ci-openbsd vmd[23347]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 10:31:54 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 164
> successfully, tty /dev/ttyp2
> Sep 28 10:37:15 ci-openbsd vmd[6369]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 10:37:26 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 165
> successfully, tty /dev/ttyp0
> Sep 28 10:42:58 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 166
> successfully, tty /dev/ttyp2
> Sep 28 10:48:16 ci-openbsd vmd[34717]: ci-openbsd-main-2: can't clear INTR:
> No such file or directory
> Sep 28 10:48:27 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 167
> successfully, tty /dev/ttyp0
> Sep 28 10:53:58 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 168
> successfully, tty /dev/ttyp2
> Sep 28 10:59:18 ci-openbsd vmd[15890]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 10:59:29 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 169
> successfully, tty /dev/ttyp0
> Sep 28 11:04:49 ci-openbsd vmd[89810]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:04:49 ci-openbsd vmd[89810]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 28 11:05:00 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 170
> successfully, tty /dev/ttyp2
> Sep 28 11:10:31 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 171
> successfully, tty /dev/ttyp0
> Sep 28 11:15:52 ci-openbsd vmd[84609]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:16:03 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 172
> successfully, tty /dev/ttyp2
> Sep 28 11:21:23 ci-openbsd vmd[95612]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:21:35 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 173
> successfully, tty /dev/ttyp0
> Sep 28 11:26:56 ci-openbsd vmd[8564]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:27:06 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 174
> successfully, tty /dev/ttyp2
> Sep 28 11:32:27 ci-openbsd vmd[12312]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:32:38 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 175
> successfully, tty /dev/ttyp0
> Sep 28 11:37:59 ci-openbsd vmd[80538]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:38:10 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 176
> successfully, tty /dev/ttyp2
> Sep 28 11:43:31 ci-openbsd vmd[8651]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 174, vcpu_id 0
> Sep 28 11:43:41 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 177
> successfully, tty /dev/ttyp0
> Sep 28 11:49:13 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 178
> successfully, tty /dev/ttyp2
> Sep 28 11:54:34 ci-openbsd vmd[96815]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 11:54:45 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 179
> successfully, tty /dev/ttyp0
> Sep 28 12:00:16 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 180
> successfully, tty /dev/ttyp2
> Sep 28 12:05:38 ci-openbsd vmd[80223]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 12:05:49 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 181
> successfully, tty /dev/ttyp0
> Sep 28 12:11:20 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 182
> successfully, tty /dev/ttyp2
> Sep 28 12:16:40 ci-openbsd vmd[1761]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 12:16:51 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 183
> successfully, tty /dev/ttyp0
> Sep 28 12:22:22 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 184
> successfully, tty /dev/ttyp2
> Sep 28 12:27:54 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 185
> successfully, tty /dev/ttyp0
> Sep 28 12:33:27 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 186
> successfully, tty /dev/ttyp2
> Sep 28 12:38:47 ci-openbsd vmd[12443]: ci-openbsd-main-2: can't set INTR:
> No such file or directory
> Sep 28 12:38:58 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 187
> successfully, tty /dev/ttyp0
> Sep 28 12:44:18 ci-openbsd vmd[27001]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 185, vcpu_id 0
> Sep 28 12:44:18 ci-openbsd vmd[27001]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 12:44:29 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 188
> successfully, tty /dev/ttyp2
> Sep 28 12:49:50 ci-openbsd vmd[25565]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 12:50:01 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 189
> successfully, tty /dev/ttyp0
> Sep 28 12:55:22 ci-openbsd vmd[94074]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 12:55:33 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 190
> successfully, tty /dev/ttyp2
> Sep 28 13:00:54 ci-openbsd vmd[13321]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 13:01:05 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 191
> successfully, tty /dev/ttyp0
> Sep 28 13:06:26 ci-openbsd vmd[23524]: ci-openbsd-main-0: can't clear INTR
> Sep 28 13:06:36 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 192
> successfully, tty /dev/ttyp2
> Sep 28 13:11:57 ci-openbsd vmd[98888]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 13:12:08 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 193
> successfully, tty /dev/ttyp0
> Sep 28 13:17:29 ci-openbsd vmd[47949]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 13:17:40 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 194
> successfully, tty /dev/ttyp2
> Sep 28 13:23:01 ci-openbsd vmd[56738]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 192, vcpu_id 0
> Sep 28 13:23:12 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 195
> successfully, tty /dev/ttyp0
> Sep 28 13:28:44 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 196
> successfully, tty /dev/ttyp2
> Sep 28 13:33:56 ci-openbsd vmd[57955]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 194, vcpu_id 0
> Sep 28 13:34:09 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 197
> successfully, tty /dev/ttyp0
> Sep 28 13:39:21 ci-openbsd vmd[6652]: ci-openbsd-main-0: can't clear INTR
> Sep 28 13:39:21 ci-openbsd vmd[6652]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 13:39:32 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 198
> successfully, tty /dev/ttyp2
> Sep 28 13:44:49 ci-openbsd vmd[55766]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 13:44:49 ci-openbsd vmd[55766]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR: No such file or directory
> Sep 28 13:45:00 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 199
> successfully, tty /dev/ttyp0
> Sep 28 13:50:17 ci-openbsd vmd[37261]: ci-openbsd-main-0: can't clear INTR
> Sep 28 13:50:17 ci-openbsd vmd[37261]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 13:50:27 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 200
> successfully, tty /dev/ttyp2
> Sep 28 13:55:46 ci-openbsd vmd[33439]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 13:55:58 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 201
> successfully, tty /dev/ttyp0
> Sep 28 14:01:27 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 202
> successfully, tty /dev/ttyp2
> Sep 28 14:06:58 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 203
> successfully, tty /dev/ttyp0
> Sep 28 14:12:18 ci-openbsd vmd[41506]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 14:12:29 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 204
> successfully, tty /dev/ttyp2
> Sep 28 14:17:49 ci-openbsd vmd[90137]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 14:18:00 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 205
> successfully, tty /dev/ttyp0
> Sep 28 14:23:32 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 206
> successfully, tty /dev/ttyp2
> Sep 28 14:29:04 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 207
> successfully, tty /dev/ttyp0
> Sep 28 14:34:34 ci-openbsd vmd[55132]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 14:34:51 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 208
> successfully, tty /dev/ttyp2
> Sep 28 14:36:47 ci-openbsd vmd[23839]: ci-openbsd-main-test-1: started vm
> 209 successfully, tty /dev/ttyp0
> Sep 28 14:36:47 ci-openbsd vmd[23839]: ci-openbsd-main-test-0: started vm
> 210 successfully, tty /dev/ttyp2
> Sep 28 14:36:48 ci-openbsd vmd[23839]: ci-openbsd-main-test-2: started vm
> 211 successfully, tty /dev/ttyp3
> Sep 28 14:39:53 ci-openbsd vmd[28975]: ci-openbsd-main-test-0: can't clear
> INTR: No such file or directory
> Sep 28 14:39:54 ci-openbsd vmd[65030]: ci-openbsd-main-test-1:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 14:39:57 ci-openbsd vmd[21325]: ci-openbsd-main-test-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 14:40:18 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 212
> successfully, tty /dev/ttyp0
> Sep 28 14:40:19 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 213
> successfully, tty /dev/ttyp2
> Sep 28 14:53:51 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 214
> successfully, tty /dev/ttyp2
> Sep 28 15:00:30 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 215
> successfully, tty /dev/ttyp0
> Sep 28 15:08:54 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 216
> successfully, tty /dev/ttyp0
> Sep 28 15:09:18 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 217
> successfully, tty /dev/ttyp2
> Sep 28 15:16:12 ci-openbsd vmd[20907]: ci-openbsd-main-2:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 15:16:29 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 218
> successfully, tty /dev/ttyp0
> Sep 28 15:16:31 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 219
> successfully, tty /dev/ttyp2
> Sep 28 15:17:49 ci-openbsd vmd[33624]: ci-openbsd-main-2:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 217, vcpu_id 0
> Sep 28 15:18:01 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 220
> successfully, tty /dev/ttyp0
> Sep 28 15:18:01 ci-openbsd vmd[3838]: vcpu_run_loop: vm 218 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 15:18:11 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 221
> successfully, tty /dev/ttyp2
> Sep 28 15:21:47 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 222
> successfully, tty /dev/ttyp0
> Sep 28 15:22:38 ci-openbsd vmd[52524]: ci-openbsd-main-0:
> vcpu_assert_pic_irq: can't assert INTR
> Sep 28 15:22:53 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 223
> successfully, tty /dev/ttyp2
> Sep 28 15:24:07 ci-openbsd vmd[70638]: vcpu_run_loop: vm 221 / vcpu 0 run
> ioctl failed: No such file or directory
> Sep 28 15:24:19 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 224
> successfully, tty /dev/ttyp0
> Sep 28 15:27:35 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 225
> successfully, tty /dev/ttyp2
> Sep 28 15:32:26 ci-openbsd vmd[50869]: ci-openbsd-main-2: can't set INTR:
> No such file or directory
> Sep 28 15:32:37 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 226
> successfully, tty /dev/ttyp0
> Sep 28 15:37:40 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 227
> successfully, tty /dev/ttyp2
> Sep 28 15:44:37 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 228
> successfully, tty /dev/ttyp0
> Sep 28 15:50:32 ci-openbsd vmd[60530]: ci-openbsd-main-0:
> vcpu_deassert_pic_irq: can't deassert INTR for vm_id 226, vcpu_id 0
> Sep 28 15:50:44 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 229
> successfully, tty /dev/ttyp2
> Sep 28 15:56:50 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 230
> successfully, tty /dev/ttyp0
> Sep 28 16:03:19 ci-openbsd vmd[33370]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 16:03:30 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 231
> successfully, tty /dev/ttyp2
> Sep 28 16:10:06 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 232
> successfully, tty /dev/ttyp0
> Sep 28 16:16:19 ci-openbsd vmd[96539]: ci-openbsd-main-0: can't set INTR:
> No such file or directory
> Sep 28 16:16:30 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 233
> successfully, tty /dev/ttyp2
> Sep 28 16:22:55 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 234
> successfully, tty /dev/ttyp0
> Sep 28 16:29:00 ci-openbsd vmd[99081]: ci-openbsd-main-0: can't clear INTR:
> No such file or directory
> Sep 28 16:29:11 ci-openbsd vmd[23839]: ci-openbsd-main-0: started vm 235
> successfully, tty /dev/ttyp2
> Sep 28 16:35:28 ci-openbsd vmd[23839]: ci-openbsd-main-2: started vm 236
> successfully, tty /dev/ttyp0
> 
> $ top
> load averages:  2.01,  1.92,  1.84
> 37 processes: 33 idle, 4 on processor
> 
>  up 1 day,  3:09
> CPU0 states:  9.1% user,  0.0% nice, 42.3% sys, 30.6% spin,  0.1% intr,
> 17.9% idle
> CPU1 states:  8.8% user,  0.0% nice, 26.3% sys, 20.6% spin,  0.0% intr,
> 44.3% idle
> CPU2 states:  8.6% user,  0.0% nice, 27.3% sys, 23.1% spin,  0.0% intr,
> 40.9% idle
> CPU3 states:  9.2% user,  0.0% nice, 32.0% sys, 30.2% spin,  0.0% intr,
> 28.6% idle
> Memory: Real: 1435M/2385M act/tot Free: 27G Cache: 704M Swap: 0K/1024M
>  Command not understood
>   PID USERNAME PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND
> 85341 _vmd      29    0 2051M   88M onproc/2  fsleep    8:03 99.37% vmd
> 49113 _vmd      32    0 2051M   47M onproc/3  fsleep  532:39 99.02% vmd
> 40918 _vmd      29    0 2051M   53M onproc/0  fsleep    3:08 28.52% vmd
> 
> ci-openbsd$ netstat -rn
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags   Refs      Use   Mtu  Prio
> Iface
> default            10.128.0.1         UGS        9     2226     -     8 vio0
> 224/4              127.0.0.1          URS        0        0 32768     8 lo0
> 10.128.0.1         42:01:0a:80:00:01  UHLch      1     1928     -     7
> vio0
> 10.128.0.1/32      10.128.0.45        UCS        1        0     -     8
> vio0
> 10.128.0.45        42:01:0a:80:00:2d  UHLl       0     1725     -     1
> vio0
> 10.128.0.45/32     10.128.0.45        UCn        0        0     -     4
> vio0
> 100.64.134.2/31    100.64.134.2       UCn        0        3     -     4
> tap1
> 100.64.134.2       fe:e1:ba:d4:93:1e  UHLl       0        0     -     1
> tap1
> 100.64.237.2/31    100.64.237.2       UCn        1        3     -     4
> tap2
> 100.64.237.2       fe:e1:ba:db:24:e6  UHLl       0        3     -     1
> tap2
> 100.64.237.3       fe:e1:bb:d1:f8:df  UHLc       1       10     -     3
> tap2
> 127/8              127.0.0.1          UGRS       0        0 32768     8
> lo0
> 127.0.0.1          127.0.0.1          UHhl       1     1447 32768     1
> lo0
> ...
> ci-openbsd$ ping 100.64.134.3
> PING 100.64.134.3 (100.64.134.3): 56 data bytes
> ^C
> --- 100.64.134.3 ping statistics ---
> 2 packets transmitted, 0 packets received, 100.0% packet loss
> 
> ci-openbsd$ ssh 100.64.134.3
> ^C
> 
> ci-openbsd$  /usr/bin/cu -l /dev/ttyp1 -s 115200
> Connected to /dev/ttyp1 (speed 115200)
> ~~.
> [EOT]
> ci-openbsd$ cat /etc/vm.conf
> 
> vm "syzkaller" {
> 
>   disable
>   disk "/dev/null"
>   local interface
>   owner syzkaller
>   allow instance { boot, disk, memory }
> }
> 
> -- 
> nest.cx is Gmail hosted, use PGP for anything private. Key:
> http://goo.gl/6dMsr
> Fingerprint: 5E2B 2D0E 1E03 2046 BEC3  4D50 0B15 42BD 8DF5 A1B0

Reply via email to