cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
11.11k stars 1.1k forks source link

AppArmor violation messages for virt-aa-helper for NSS files #8177

Closed martinpitt closed 6 years ago

martinpitt commented 6 years ago

Recent updates on Debian testing now cause AppArmor violations:

audit: type=1400 audit(1511825664.488:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper"
+requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
audit: type=1400 audit(1511825664.494:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r"
+denied_mask="r" fsuid=0 ouid=0'
audit: type=1400 audit(1511825664.494:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r"
+denied_mask="r" fsuid=0 ouid=0'
audit: type=1400 audit(1511825664.494:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r"
+denied_mask="r" fsuid=0 ouid=0'

This doesn't actually break the tests, but upsets our log checks.

Filed downstream at: https://bugs.debian.org/882979

Example: https://fedorapeople.org/groups/cockpit/logs/pull-8168-20171127-232020-c8b2fa0a-verify-debian-testing/log.html

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512297392.211:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297392.221:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297413.855:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297413.859:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297413.859:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297413.859:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297413.859:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297424.239:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297424.244:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297424.244:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297424.244:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297424.245:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512297392.211:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 58s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T10:37:08.764223 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512297394.959:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297394.965:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297517.142:50): apparmor="DENIED" operation="open" profile="libvirt-eb71c5aa-d924-47c4-9b62-d547e12b4687" name="/proc/510/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297519.363:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297519.368:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297519.368:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297519.368:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297519.368:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512297535.154:78): apparmor="DENIED" operation="open" profile="libvirt-8f1b3fe3-e52f-4026-b77a-c4d81a29717c" name="/proc/1464/cmdline" pid=1438 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512297394.959:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 160s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T10:38:59.351592 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512298643.972:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298643.978:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298643.979:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298643.979:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298643.979:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298662.830:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298662.836:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298662.836:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298662.836:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298662.837:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298673.501:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298673.507:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298673.507:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298673.507:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298673.508:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512298643.972:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T10:57:55.486801 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512298790.024:52): apparmor="DENIED" operation="open" profile="libvirt-c193b903-8e5e-472c-97ff-e645fd055ccd" name="/proc/518/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298791.576:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1454 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298791.581:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1454 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298791.581:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1454 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298791.582:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1454 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298791.582:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1454 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512298813.252:78): apparmor="DENIED" operation="open" profile="libvirt-35f2da20-f013-4f06-97db-2c7e9607b5c9" name="/proc/1500/cmdline" pid=1480 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512298790.024:52): apparmor="DENIED" operation="open" profile="libvirt-c193b903-8e5e-472c-97ff-e645fd055ccd" name="/proc/518/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 178s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T11:00:16.281415 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512299919.614:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299919.618:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299919.618:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299919.619:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299919.619:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299935.433:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299935.441:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299935.441:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299935.442:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299935.442:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299945.869:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299945.875:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299945.875:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299945.875:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299945.876:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512299919.614:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T11:19:07.813987 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512299922.485:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299922.491:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299922.491:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299922.491:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512299922.492:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300039.657:54): apparmor="DENIED" operation="open" profile="libvirt-b4731624-1dc3-4c0e-b60a-7ccc142a6080" name="/proc/514/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300040.679:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300040.684:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300040.684:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300040.684:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300040.685:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300055.399:82): apparmor="DENIED" operation="open" profile="libvirt-c8da44da-b027-46de-a6c9-a0b403052088" name="/proc/1475/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512299922.485:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T11:20:57.978950 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512300354.222:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300354.226:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300354.226:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300354.226:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300354.226:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300369.366:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300369.370:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300369.370:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300369.370:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300369.370:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300379.700:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300379.704:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300379.704:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300379.704:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300379.705:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512300354.222:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T11:26:21.528102 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512300355.069:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300355.073:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300355.073:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300355.073:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300355.073:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300476.384:54): apparmor="DENIED" operation="open" profile="libvirt-8d13f275-cfee-4fab-a433-aeda324d9e4b" name="/proc/523/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300477.158:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300477.161:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300477.161:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300477.161:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300477.161:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512300497.576:82): apparmor="DENIED" operation="open" profile="libvirt-f4379bac-6ebb-4499-bcb9-58c8a5e2831d" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512300355.069:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T11:28:21.307805 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512304222.798:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304222.803:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304222.803:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304222.803:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304222.803:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304238.891:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304238.898:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304238.898:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304238.899:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304238.899:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304249.277:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304249.283:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304249.283:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304249.283:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304249.283:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512304222.798:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T12:30:52.787878 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512304225.316:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304225.322:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304225.323:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304225.323:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304225.323:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304350.782:54): apparmor="DENIED" operation="open" profile="libvirt-7ec5569b-7886-49a9-bc1b-ae03c81f745c" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304351.698:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304351.703:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304351.703:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304351.703:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304351.704:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304363.335:82): apparmor="DENIED" operation="open" profile="libvirt-1b16e807-6d3f-4b4a-b789-d74f9b86a09d" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512304225.316:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T12:32:46.451948 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512304611.853:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304611.857:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304611.857:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304611.857:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304611.857:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304627.450:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304627.455:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304627.456:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304627.456:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304627.456:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304638.013:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304638.019:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304638.019:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304638.019:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304638.020:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512304611.853:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T12:37:20.689155 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512304735.339:54): apparmor="DENIED" operation="open" profile="libvirt-a38a6dd2-76f8-4b03-8035-32cfe0402bcb" name="/proc/525/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304737.035:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304737.041:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304737.042:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304737.042:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304737.042:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512304758.404:82): apparmor="DENIED" operation="open" profile="libvirt-e1890062-3913-44b8-bf14-a8d18cd83a25" name="/proc/1481/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512304735.339:54): apparmor="DENIED" operation="open" profile="libvirt-a38a6dd2-76f8-4b03-8035-32cfe0402bcb" name="/proc/525/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 155s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T12:39:21.569438 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512305531.788:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305531.792:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305531.792:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305531.793:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305531.793:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305545.711:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305545.717:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305545.717:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305545.717:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305545.718:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305556.030:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1270 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305556.033:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1270 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305556.034:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1270 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305556.034:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1270 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305556.034:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1270 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512305531.788:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T12:52:37.473968 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512305536.368:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305536.373:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305536.373:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305536.373:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305536.373:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305655.911:54): apparmor="DENIED" operation="open" profile="libvirt-6fe48966-a276-4eb9-b783-5636b0c41eb5" name="/proc/526/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305657.126:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305657.131:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305657.131:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305657.131:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305657.131:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305673.405:82): apparmor="DENIED" operation="open" profile="libvirt-2dbdbbb8-6d27-4353-a5ca-4926f89666e1" name="/proc/1482/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512305536.368:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T12:54:36.745424 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512305775.954:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305775.961:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305775.961:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305775.961:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305775.962:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305792.675:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305792.682:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305792.683:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305792.683:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305792.683:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305803.427:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1277 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305803.431:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1277 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305803.431:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1277 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305803.432:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1277 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305803.432:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1277 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512305775.954:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 47s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T12:56:45.463456 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512305926.741:52): apparmor="DENIED" operation="open" profile="libvirt-57c652d9-6cd4-4024-aab5-36160e2f7987" name="/proc/511/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305928.537:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305928.542:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305928.542:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305928.542:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305928.543:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512305948.375:78): apparmor="DENIED" operation="open" profile="libvirt-c94da925-fcc0-4ba1-a360-77bc95546d92" name="/proc/1505/cmdline" pid=1485 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512305926.741:52): apparmor="DENIED" operation="open" profile="libvirt-57c652d9-6cd4-4024-aab5-36160e2f7987" name="/proc/511/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 181s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T12:59:11.611302 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512306250.374:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306250.378:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306250.378:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306250.379:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306250.379:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306260.685:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306260.689:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306260.689:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306260.689:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306260.690:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512306250.374:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T13:04:22.154543 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512306236.917:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306236.923:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306236.923:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306236.924:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306236.925:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306351.645:54): apparmor="DENIED" operation="open" profile="libvirt-b5a086d1-dc1c-459b-907b-62cb17f072d9" name="/proc/518/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306352.496:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306352.500:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306352.500:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306352.500:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306352.501:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512306364.590:80): apparmor="DENIED" operation="open" profile="libvirt-4682e81a-9602-43f6-8a86-1935e0915c50" name="/proc/1480/cmdline" pid=1460 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512306236.917:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 136s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T13:06:08.051208 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512307056.508:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307056.661:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307056.662:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307056.663:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307056.664:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307057.776:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=834 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307057.776:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=834 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307057.776:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=834 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307057.776:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=834 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307057.777:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=834 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512307056.508:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 59s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T13:17:58.407045 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512307064.048:38): apparmor="DENIED" operation="open" profile="libvirt-f6220f63-509a-4262-8a98-eb18472e46f5" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307064.224:41): apparmor="DENIED" operation="open" profile="libvirt-f6220f63-509a-4262-8a98-eb18472e46f5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307064.224:42): apparmor="DENIED" operation="open" profile="libvirt-f6220f63-509a-4262-8a98-eb18472e46f5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307088.376:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307088.452:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307088.452:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307088.453:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307088.453:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307099.722:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307099.770:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307099.770:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307099.770:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307099.771:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512307064.048:38): apparmor="DENIED" operation="open" profile="libvirt-f6220f63-509a-4262-8a98-eb18472e46f5" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 75s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T13:18:24.162738 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512307448.130:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307448.136:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307448.137:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307448.137:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307467.258:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307467.268:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307467.271:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307467.272:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307467.272:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307477.726:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307477.731:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307477.731:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307477.731:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307477.731:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512307448.130:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 51s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T13:24:39.541905 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512307114.327:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307114.455:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307114.455:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307114.455:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307114.456:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307116.864:42): apparmor="DENIED" operation="open" profile="libvirt-b4a77baf-493d-4834-95be-ee6453841e3b" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307116.927:45): apparmor="DENIED" operation="open" profile="libvirt-b4a77baf-493d-4834-95be-ee6453841e3b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307116.927:46): apparmor="DENIED" operation="open" profile="libvirt-b4a77baf-493d-4834-95be-ee6453841e3b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307232.809:54): apparmor="DENIED" operation="open" profile="libvirt-b4a77baf-493d-4834-95be-ee6453841e3b" name="/proc/570/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307234.828:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307234.869:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307234.869:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307234.870:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307234.870:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307249.545:82): apparmor="DENIED" operation="open" profile="libvirt-1b4b9ebe-34bc-4ccf-9235-70336e20d549" name="/proc/1467/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512307114.327:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 172s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T13:20:55.283014 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512307463.735:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307463.742:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307463.742:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307463.742:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307463.742:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307589.935:52): apparmor="DENIED" operation="open" profile="libvirt-cc5be683-0db2-4bd6-9124-d3ca50121b30" name="/proc/509/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307590.947:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307590.952:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307590.952:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307590.952:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307590.953:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512307607.175:80): apparmor="DENIED" operation="open" profile="libvirt-99e07f1f-57fa-461c-9504-f973f03cb6ca" name="/proc/1482/cmdline" pid=1462 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512307463.735:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T13:26:49.998241 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512309358.968:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309358.972:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309358.972:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309358.972:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309358.973:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309358.968:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T13:56:07.522221 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512309487.153:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309487.160:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309487.160:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309487.160:21): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309487.160:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309502.168:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309502.173:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309502.173:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309502.173:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309502.173:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309512.573:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1018 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309512.576:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1018 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309512.576:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1018 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309512.576:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1018 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309512.577:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1018 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309487.153:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T13:58:35.774191 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512309376.726:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309376.731:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309376.731:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309376.731:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309376.732:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309387.051:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309387.055:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309387.055:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309387.055:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309387.055:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309376.726:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T13:56:28.669793 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512309488.420:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309488.426:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309488.426:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309488.426:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309488.426:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309605.293:50): apparmor="DENIED" operation="open" profile="libvirt-83f4d4aa-2854-47e2-9f5e-7e17d8b7634f" name="/proc/513/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309606.188:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309606.192:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309606.192:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309606.192:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309606.193:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309619.514:78): apparmor="DENIED" operation="open" profile="libvirt-39d1fdfb-5770-4874-8adf-d52d54c3dff8" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309488.420:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T14:00:25.540849 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512309369.321:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309369.327:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309369.327:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309369.327:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309369.328:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309490.185:54): apparmor="DENIED" operation="open" profile="libvirt-a0b60344-50f8-4d6d-ad3a-5b16c387134e" name="/proc/518/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309491.167:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309491.172:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309491.172:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309491.172:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309491.172:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309506.421:82): apparmor="DENIED" operation="open" profile="libvirt-5f77b9b2-962b-4b7f-8098-a28cec55692c" name="/proc/1482/cmdline" pid=1462 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309369.321:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T13:58:30.338169 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512309744.087:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.091:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.091:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309756.299:46): apparmor="DENIED" operation="open" profile="libvirt-c9fe9eb2-f2c4-4e84-9813-59cb1ec15873" name="/proc/510/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309744.087:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T14:02:41.279004 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512309744.958:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.963:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.963:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.964:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.965:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309765.293:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309765.301:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309765.301:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309765.301:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309765.302:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309776.227:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309776.234:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309776.234:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309776.234:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309776.235:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309744.958:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 60s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T14:02:58.489489 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512309744.232:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309744.237:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309899.519:52): apparmor="DENIED" operation="open" profile="libvirt-156260d9-0e59-4cac-aa2e-bc2356a498d7" name="/proc/521/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309901.569:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1468 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309901.583:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1468 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309901.583:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1468 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309901.584:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1468 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309901.585:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1468 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512309924.172:79): apparmor="DENIED" operation="open" profile="libvirt-f40200db-53fc-42f1-af1b-6a430c34eb19" name="/proc/1514/cmdline" pid=1494 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512309744.232:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 209s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T14:05:27.345906 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512310863.236:42): apparmor="DENIED" operation="open" profile="libvirt-cfb0fdd4-c3c6-4b06-acc6-5c5994328b5c" name="/etc/gss/mech.d/" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310863.246:45): apparmor="DENIED" operation="open" profile="libvirt-cfb0fdd4-c3c6-4b06-acc6-5c5994328b5c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310863.246:46): apparmor="DENIED" operation="open" profile="libvirt-cfb0fdd4-c3c6-4b06-acc6-5c5994328b5c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310878.223:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310878.228:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310878.228:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310878.228:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310878.228:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310888.618:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310888.623:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310888.623:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310888.623:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310888.624:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512310863.236:42): apparmor="DENIED" operation="open" profile="libvirt-cfb0fdd4-c3c6-4b06-acc6-5c5994328b5c" name="/etc/gss/mech.d/" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T14:21:31.281685 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512310870.326:42): apparmor="DENIED" operation="open" profile="libvirt-936c28f4-bf41-43d5-95bf-1f5e9c1fbc3f" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310870.335:45): apparmor="DENIED" operation="open" profile="libvirt-936c28f4-bf41-43d5-95bf-1f5e9c1fbc3f" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310870.335:46): apparmor="DENIED" operation="open" profile="libvirt-936c28f4-bf41-43d5-95bf-1f5e9c1fbc3f" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310996.271:54): apparmor="DENIED" operation="open" profile="libvirt-936c28f4-bf41-43d5-95bf-1f5e9c1fbc3f" name="/proc/515/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310997.555:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310997.560:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310997.560:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310997.561:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512310997.561:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311012.454:82): apparmor="DENIED" operation="open" profile="libvirt-698396ed-0f29-4d24-8f71-75a76b45b5b5" name="/proc/1479/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512310870.326:42): apparmor="DENIED" operation="open" profile="libvirt-936c28f4-bf41-43d5-95bf-1f5e9c1fbc3f" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 156s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T14:23:36.428606 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512311466.274:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311466.280:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311466.280:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311466.280:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311466.281:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311476.677:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311476.680:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311476.680:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311476.681:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311476.681:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512311466.274:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T14:31:19.265097 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512311460.534:42): apparmor="DENIED" operation="open" profile="libvirt-1be3b54b-b4d7-446a-bd78-37334a0d8cb9" name="/etc/gss/mech.d/" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311460.545:45): apparmor="DENIED" operation="open" profile="libvirt-1be3b54b-b4d7-446a-bd78-37334a0d8cb9" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311460.545:46): apparmor="DENIED" operation="open" profile="libvirt-1be3b54b-b4d7-446a-bd78-37334a0d8cb9" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311576.925:54): apparmor="DENIED" operation="open" profile="libvirt-1be3b54b-b4d7-446a-bd78-37334a0d8cb9" name="/proc/515/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311578.041:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311578.046:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311578.046:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311578.047:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311578.047:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311591.289:82): apparmor="DENIED" operation="open" profile="libvirt-87cd106f-012c-4e50-9710-b7004768f5ea" name="/proc/1464/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512311460.534:42): apparmor="DENIED" operation="open" profile="libvirt-1be3b54b-b4d7-446a-bd78-37334a0d8cb9" name="/etc/gss/mech.d/" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T14:33:15.548973 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512311719.186:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311719.191:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311719.191:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311719.192:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311719.192:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311734.549:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311734.553:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311734.554:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311734.554:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311734.554:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311745.024:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311745.029:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311745.029:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311745.029:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311745.030:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512311719.186:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T14:35:47.592419 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512311724.272:42): apparmor="DENIED" operation="open" profile="libvirt-c8057044-1dad-41b7-aadc-7ddd1f1659e8" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311724.285:45): apparmor="DENIED" operation="open" profile="libvirt-c8057044-1dad-41b7-aadc-7ddd1f1659e8" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311724.285:46): apparmor="DENIED" operation="open" profile="libvirt-c8057044-1dad-41b7-aadc-7ddd1f1659e8" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311841.888:54): apparmor="DENIED" operation="open" profile="libvirt-c8057044-1dad-41b7-aadc-7ddd1f1659e8" name="/proc/514/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311842.710:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311842.714:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311842.714:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311842.714:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311842.714:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512311861.320:82): apparmor="DENIED" operation="open" profile="libvirt-0d8a2d34-cb18-4be6-9931-eb027da6e0b7" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512311724.272:42): apparmor="DENIED" operation="open" profile="libvirt-c8057044-1dad-41b7-aadc-7ddd1f1659e8" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T14:37:46.246979 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512312929.714:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312929.720:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312929.720:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312929.720:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312929.720:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312950.194:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312950.201:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312950.201:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312950.201:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312950.202:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312960.843:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312960.848:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312960.849:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312960.849:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312960.850:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512312929.714:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 57s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T14:56:03.163255 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512312944.523:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312944.529:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312944.529:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312944.530:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512312944.530:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313066.580:54): apparmor="DENIED" operation="open" profile="libvirt-6cff57b9-d43b-45aa-8c31-5d367b62da04" name="/proc/513/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313068.299:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313068.304:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313068.304:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313068.304:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313068.304:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.017:82): apparmor="DENIED" operation="open" profile="libvirt-658f3bb4-cc7d-4824-87d8-7d98fb5b2cf8" name="/proc/1474/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512312944.523:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 161s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T14:58:12.484991 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512313347.795:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313347.801:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313347.801:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313347.801:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313347.802:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313358.262:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313358.269:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313358.269:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313358.269:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313358.269:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512313347.795:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T15:02:41.111683 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512313062.679:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313062.685:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313062.685:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313062.685:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313062.686:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313078.968:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313078.977:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313078.977:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313078.977:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313078.977:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.370:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.375:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.375:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.375:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313089.376:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512313062.679:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T14:58:11.303866 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512313338.498:38): apparmor="DENIED" operation="open" profile="libvirt-7abbbb4d-7905-4cd5-9c27-53b0a7503e6c" name="/etc/gss/mech.d/" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313338.510:41): apparmor="DENIED" operation="open" profile="libvirt-7abbbb4d-7905-4cd5-9c27-53b0a7503e6c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313338.510:42): apparmor="DENIED" operation="open" profile="libvirt-7abbbb4d-7905-4cd5-9c27-53b0a7503e6c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313460.039:50): apparmor="DENIED" operation="open" profile="libvirt-7abbbb4d-7905-4cd5-9c27-53b0a7503e6c" name="/proc/510/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313461.213:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313461.219:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313461.219:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313461.219:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313461.219:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313476.261:78): apparmor="DENIED" operation="open" profile="libvirt-40e25d27-32f1-45b4-b674-581204b7fec5" name="/proc/1467/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512313338.498:38): apparmor="DENIED" operation="open" profile="libvirt-7abbbb4d-7905-4cd5-9c27-53b0a7503e6c" name="/etc/gss/mech.d/" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 153s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T15:04:39.854286 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512313067.093:42): apparmor="DENIED" operation="open" profile="libvirt-10533ec0-3a72-4ef1-be01-499fe4826a48" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313067.109:45): apparmor="DENIED" operation="open" profile="libvirt-10533ec0-3a72-4ef1-be01-499fe4826a48" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313067.109:46): apparmor="DENIED" operation="open" profile="libvirt-10533ec0-3a72-4ef1-be01-499fe4826a48" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313185.561:54): apparmor="DENIED" operation="open" profile="libvirt-10533ec0-3a72-4ef1-be01-499fe4826a48" name="/proc/518/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313186.710:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313186.715:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313186.715:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313186.715:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313186.716:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512313199.306:82): apparmor="DENIED" operation="open" profile="libvirt-ed8bbe06-46ee-4f3e-a633-8b16a3fd5863" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512313067.093:42): apparmor="DENIED" operation="open" profile="libvirt-10533ec0-3a72-4ef1-be01-499fe4826a48" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T15:00:02.908745 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512314164.650:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314164.655:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314164.655:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314164.655:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314164.655:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314175.079:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314175.084:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314175.084:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314175.084:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314175.086:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314164.650:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T15:16:17.134640 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512314264.735:53): apparmor="DENIED" operation="open" profile="libvirt-7b0a4ada-4d46-443b-a6c0-835a794ff3a1" name="/proc/514/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314265.891:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314265.896:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314265.896:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314265.897:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314265.897:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314278.155:79): apparmor="DENIED" operation="open" profile="libvirt-53433800-bbf4-48ab-bc8e-ef110faf9eb2" name="/proc/1480/cmdline" pid=1460 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314264.735:53): apparmor="DENIED" operation="open" profile="libvirt-7b0a4ada-4d46-443b-a6c0-835a794ff3a1" name="/proc/514/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T15:18:01.001317 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512314517.447:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314517.451:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314517.451:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314517.451:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314517.452:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314534.547:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314534.555:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314534.555:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314534.556:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314534.556:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314544.947:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314544.952:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314544.952:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314544.952:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314544.952:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314517.447:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T15:22:27.449275 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512314523.941:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314523.946:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314524.434:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314524.439:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314524.439:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314524.439:31): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314524.440:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314663.437:48): apparmor="DENIED" operation="open" profile="libvirt-7fc67c4a-df18-4879-aacf-1ce4d08f1a1b" name="/proc/513/cmdline" pid=823 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314665.175:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1446 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314665.180:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1446 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314665.181:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1446 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314665.181:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1446 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314665.181:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1446 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314677.368:74): apparmor="DENIED" operation="open" profile="libvirt-4a8e72aa-aea0-4d83-9dd4-376f78da733c" name="/proc/1492/cmdline" pid=1466 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314523.941:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 171s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T15:24:40.571471 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512314673.670:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314673.677:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314673.677:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314673.677:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314673.678:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314684.070:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314684.074:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314684.075:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314684.075:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314684.075:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314673.670:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T15:24:46.135035 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512314669.884:40): apparmor="DENIED" operation="open" profile="libvirt-546aaaab-653e-4908-80db-db996188152e" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314669.900:43): apparmor="DENIED" operation="open" profile="libvirt-546aaaab-653e-4908-80db-db996188152e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314669.901:44): apparmor="DENIED" operation="open" profile="libvirt-546aaaab-653e-4908-80db-db996188152e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314792.499:52): apparmor="DENIED" operation="open" profile="libvirt-546aaaab-653e-4908-80db-db996188152e" name="/proc/514/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314793.489:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314793.494:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314793.494:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314793.495:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314793.495:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512314812.296:80): apparmor="DENIED" operation="open" profile="libvirt-b4cf6e4a-81a3-43fe-b8b9-b8b4cc9695bc" name="/proc/1473/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512314669.884:40): apparmor="DENIED" operation="open" profile="libvirt-546aaaab-653e-4908-80db-db996188152e" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T15:26:55.486737 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512315953.369:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315953.377:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315953.377:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315953.377:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315953.378:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315964.182:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1267 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315964.187:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1267 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315964.187:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1267 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315964.188:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1267 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512315964.189:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1267 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512315953.369:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 65s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T15:46:07.659550 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512316101.537:52): apparmor="DENIED" operation="open" profile="libvirt-c527ad83-f0b7-4f27-a686-e74c55bac793" name="/proc/513/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316102.660:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316102.664:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316102.664:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316102.664:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316102.664:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1459 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316119.015:78): apparmor="DENIED" operation="open" profile="libvirt-abd48b62-664a-4519-955a-f8a9b00dd82d" name="/proc/1505/cmdline" pid=1485 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512316101.537:52): apparmor="DENIED" operation="open" profile="libvirt-c527ad83-f0b7-4f27-a686-e74c55bac793" name="/proc/513/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 202s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T15:48:41.832473 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512316374.044:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316374.051:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316374.051:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316374.052:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316374.052:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316388.685:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316388.690:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316388.690:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316388.690:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316388.690:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316399.060:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316399.064:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316399.064:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316399.064:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316399.065:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512316374.044:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 45s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T15:53:22.011087 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512316375.157:38): apparmor="DENIED" operation="open" profile="libvirt-41648f92-cf3f-40eb-a6a9-71865bd2a835" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316375.166:41): apparmor="DENIED" operation="open" profile="libvirt-41648f92-cf3f-40eb-a6a9-71865bd2a835" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316375.167:42): apparmor="DENIED" operation="open" profile="libvirt-41648f92-cf3f-40eb-a6a9-71865bd2a835" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316503.296:50): apparmor="DENIED" operation="open" profile="libvirt-41648f92-cf3f-40eb-a6a9-71865bd2a835" name="/proc/513/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316504.725:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316504.730:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316504.730:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316504.730:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316504.731:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512316521.461:78): apparmor="DENIED" operation="open" profile="libvirt-37448ec7-285c-4d3d-8d34-f600ffdc054d" name="/proc/1479/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512316375.157:38): apparmor="DENIED" operation="open" profile="libvirt-41648f92-cf3f-40eb-a6a9-71865bd2a835" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T15:55:27.902210 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512317291.533:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317291.537:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317291.537:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317291.537:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317291.538:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317305.348:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317305.353:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317305.353:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317305.353:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317305.354:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317315.828:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317315.832:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317315.832:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317315.832:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317315.832:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317291.533:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T16:08:37.415108 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512317293.615:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317293.620:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317293.620:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317293.620:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317293.620:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317414.545:54): apparmor="DENIED" operation="open" profile="libvirt-70690543-299f-4516-811f-d0636dff0426" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317415.411:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317415.415:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317415.415:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317415.415:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317415.415:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317427.568:82): apparmor="DENIED" operation="open" profile="libvirt-41cb18b9-20d3-4c01-b439-e631b86df4a6" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317293.615:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T16:10:31.221084 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512317542.427:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317542.434:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317542.434:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317542.434:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317542.435:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317556.444:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317556.457:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317556.462:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317556.462:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317556.463:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317542.427:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 35s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T16:12:39.820678 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512317557.778:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317557.783:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317557.783:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317557.783:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317557.783:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317557.778:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T16:12:52.649997 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512317562.456:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317562.462:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317562.462:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317562.462:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317562.463:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317562.456:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 35s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T16:12:57.003823 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512317569.633:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317569.637:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317569.637:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317569.637:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317569.637:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317578.516:46): apparmor="DENIED" operation="open" profile="libvirt-f63b404d-777d-454a-a4ac-388031feef3b" name="/proc/510/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317569.633:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T16:13:06.331163 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512317565.256:42): apparmor="DENIED" operation="open" profile="libvirt-d2688b6f-af08-4031-8b06-fd4d271abadd" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317565.275:45): apparmor="DENIED" operation="open" profile="libvirt-d2688b6f-af08-4031-8b06-fd4d271abadd" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317565.276:46): apparmor="DENIED" operation="open" profile="libvirt-d2688b6f-af08-4031-8b06-fd4d271abadd" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317584.187:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317584.192:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317584.192:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317584.193:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317584.193:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317595.030:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317595.039:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317595.045:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317595.045:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317595.046:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317565.256:42): apparmor="DENIED" operation="open" profile="libvirt-d2688b6f-af08-4031-8b06-fd4d271abadd" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 51s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T16:13:18.086432 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512317574.622:38): apparmor="DENIED" operation="open" profile="libvirt-686e3ea8-8aba-4a08-b2e7-29ca407227e0" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317574.644:41): apparmor="DENIED" operation="open" profile="libvirt-686e3ea8-8aba-4a08-b2e7-29ca407227e0" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317574.644:42): apparmor="DENIED" operation="open" profile="libvirt-686e3ea8-8aba-4a08-b2e7-29ca407227e0" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317694.931:50): apparmor="DENIED" operation="open" profile="libvirt-686e3ea8-8aba-4a08-b2e7-29ca407227e0" name="/proc/514/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317696.453:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317696.458:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317696.458:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317696.458:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317696.459:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512317713.078:78): apparmor="DENIED" operation="open" profile="libvirt-7b6a3878-6027-44bc-8427-9f325e542bd7" name="/proc/1479/cmdline" pid=1459 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512317574.622:38): apparmor="DENIED" operation="open" profile="libvirt-686e3ea8-8aba-4a08-b2e7-29ca407227e0" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 165s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T16:15:16.445452 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512319894.645:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319894.652:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319894.652:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319894.652:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319894.653:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319908.707:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319908.713:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319908.713:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319908.713:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319908.714:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319919.116:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319919.121:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319919.121:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319919.121:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319919.121:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512319894.645:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T16:52:01.173848 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512319685.932:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319685.936:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319685.936:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319685.936:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319685.937:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319700.724:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319700.742:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319700.742:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319700.742:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319700.743:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319711.257:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319711.262:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319711.262:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319711.262:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319711.263:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512319685.932:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T16:48:33.518704 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512319897.545:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319897.551:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319897.551:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319897.551:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319897.551:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320020.144:54): apparmor="DENIED" operation="open" profile="libvirt-9fdd0bbc-c89e-4f85-801c-de2f3a2968fd" name="/proc/513/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320021.206:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320021.210:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320021.210:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320021.210:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320021.210:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320035.486:82): apparmor="DENIED" operation="open" profile="libvirt-29eb863e-9caa-4f0a-aacf-9169e4bbcde5" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512319897.545:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T16:53:58.697629 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> error: failed to connect to the hypervisor
error: internal error: client socket is closed

> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: internal error: client socket is closed"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: internal error: client socket is closed', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512319812.434:54): apparmor="DENIED" operation="open" profile="libvirt-1d1186e9-3af4-4616-94c3-b66f2972ef31" name="/proc/518/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319814.133:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319814.138:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319814.138:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319814.138:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319814.138:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512319831.415:82): apparmor="DENIED" operation="open" profile="libvirt-1dbdec8d-59a4-4aa5-8428-97709768ce7e" name="/proc/1479/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512319812.434:54): apparmor="DENIED" operation="open" profile="libvirt-1d1186e9-3af4-4616-94c3-b66f2972ef31" name="/proc/518/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 158s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T16:50:33.925877 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512320263.284:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320263.290:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320263.290:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320263.290:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320263.291:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320279.409:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320279.414:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320279.414:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320279.414:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320279.416:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320289.781:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320289.787:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320289.787:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320289.787:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320289.787:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512320263.284:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 50s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T16:58:12.542550 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512320266.894:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320266.898:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320266.898:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320266.898:21): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320266.898:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320268.039:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320387.780:46): apparmor="DENIED" operation="open" profile="libvirt-2c7ee68e-cf59-4f57-a213-13422c276318" name="/proc/522/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320388.717:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320388.721:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320388.721:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320388.721:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320388.722:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320405.312:74): apparmor="DENIED" operation="open" profile="libvirt-534f7524-c1e2-4853-aa40-3d96a35cd2c3" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512320266.894:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 162s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T17:00:08.771086 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512320420.162:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320420.167:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320420.167:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320420.167:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320420.167:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320430.492:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320430.502:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320430.502:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320430.502:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320430.503:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512320420.162:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T17:00:32.786362 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512320418.097:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320418.101:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320418.101:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320418.101:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320418.101:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320539.401:54): apparmor="DENIED" operation="open" profile="libvirt-c36e138f-f492-4e5c-965b-36525fa3fead" name="/proc/514/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320540.380:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320540.384:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320540.384:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320540.384:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320540.385:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512320560.434:82): apparmor="DENIED" operation="open" profile="libvirt-b7b57d3b-fff6-4378-989f-b9cd1f6145e4" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512320418.097:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 156s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T17:02:43.657370 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512321818.028:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321818.031:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321818.031:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321818.031:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321818.032:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321832.052:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321832.072:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321832.072:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321832.072:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321832.073:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321842.485:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1020 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321842.490:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1020 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321842.490:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1020 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321842.490:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1020 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321842.490:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1020 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512321818.028:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T17:24:04.768982 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512321831.911:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321831.917:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321831.917:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321831.917:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321831.918:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321947.006:54): apparmor="DENIED" operation="open" profile="libvirt-5fff4272-5ad0-4010-80e2-7c5d36119a68" name="/proc/516/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321948.007:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321948.012:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321948.012:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321948.012:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321948.013:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512321964.465:80): apparmor="DENIED" operation="open" profile="libvirt-f420e0a6-4411-4e13-a2c4-691105d2cde1" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512321831.911:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T17:26:09.054952 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512322225.787:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322225.794:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322225.794:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322225.794:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322225.795:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322243.526:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322243.532:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322243.532:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322243.533:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322243.533:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322254.045:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322254.051:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322254.051:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322254.052:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322254.052:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512322225.787:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 48s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T17:30:56.666481 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512322238.808:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322238.815:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322238.815:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322238.816:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322238.816:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322360.277:50): apparmor="DENIED" operation="open" profile="libvirt-b73cc0e3-54a6-4570-a235-4cd6e58b9547" name="/proc/522/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322362.610:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322362.616:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322362.616:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322362.616:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322362.617:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512322382.091:78): apparmor="DENIED" operation="open" profile="libvirt-663f24c2-7e34-4828-9c89-c09f9cc17216" name="/proc/1483/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512322238.808:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 168s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T17:33:07.571898 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512323199.862:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323199.867:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323199.867:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323199.867:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323199.868:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323210.254:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323210.260:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323210.260:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323210.260:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323210.261:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1019 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512323199.862:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T17:46:52.117418 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512323311.162:53): apparmor="DENIED" operation="open" profile="libvirt-f8701c5e-8c96-4838-ab83-47f72461a175" name="/proc/519/cmdline" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323312.025:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323312.029:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323312.029:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323312.029:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323312.030:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323324.268:81): apparmor="DENIED" operation="open" profile="libvirt-db1e7f1e-4fbc-4ba6-a51b-76a2a2f0c661" name="/proc/1484/cmdline" pid=1464 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512323311.162:53): apparmor="DENIED" operation="open" profile="libvirt-f8701c5e-8c96-4838-ab83-47f72461a175" name="/proc/519/cmdline" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T17:48:47.960269 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512323595.135:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323595.139:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323611.073:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323611.078:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323611.078:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323611.078:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323611.078:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323622.459:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323622.463:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323622.463:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323622.463:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323622.463:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512323595.135:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T17:53:44.374003 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512323605.264:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323605.269:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323605.269:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323605.270:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323605.270:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323720.009:54): apparmor="DENIED" operation="open" profile="libvirt-ec097d51-b90f-4f6f-8943-5ef9041c176c" name="/proc/515/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323721.264:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323721.268:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323721.268:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323721.269:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323721.269:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512323734.532:82): apparmor="DENIED" operation="open" profile="libvirt-0f515b21-960d-4b69-9e93-edeed2ae38c2" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512323605.264:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T17:55:38.026457 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512324092.648:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324092.657:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324092.657:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324092.657:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324092.658:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324103.147:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324103.153:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324103.153:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324103.154:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324103.154:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1015 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512324092.648:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:01:52.466247 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512324083.600:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324083.605:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324083.605:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324083.605:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324083.606:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324205.890:54): apparmor="DENIED" operation="open" profile="libvirt-13a1bef0-5a45-4ca0-8252-defc1fa733ea" name="/proc/514/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324206.967:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324206.971:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324206.971:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324206.972:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324206.972:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324221.489:82): apparmor="DENIED" operation="open" profile="libvirt-54967912-0a88-4354-a769-8aebd8859cfe" name="/proc/1474/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512324083.600:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T18:03:44.785712 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512324847.083:39): apparmor="DENIED" operation="open" profile="libvirt-212317cc-d19a-4955-8476-0ac0c18b4ea5" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324847.102:42): apparmor="DENIED" operation="open" profile="libvirt-212317cc-d19a-4955-8476-0ac0c18b4ea5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324847.103:43): apparmor="DENIED" operation="open" profile="libvirt-212317cc-d19a-4955-8476-0ac0c18b4ea5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324860.603:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324860.608:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324860.608:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324860.608:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324860.609:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324870.975:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324870.980:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324870.980:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324870.980:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324870.980:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512324847.083:39): apparmor="DENIED" operation="open" profile="libvirt-212317cc-d19a-4955-8476-0ac0c18b4ea5" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:14:33.616261 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512324851.433:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324851.437:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324851.437:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324851.437:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324851.437:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324970.131:54): apparmor="DENIED" operation="open" profile="libvirt-e4772bb6-17f8-49d4-abec-29e9b0d3847a" name="/proc/528/cmdline" pid=853 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324972.204:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324972.208:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324972.208:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324972.208:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324972.209:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512324988.352:82): apparmor="DENIED" operation="open" profile="libvirt-115be911-7ff9-4bca-820c-e9801bb7562a" name="/proc/1487/cmdline" pid=1461 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512324851.433:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T18:16:31.418232 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512325267.941:38): apparmor="DENIED" operation="open" profile="libvirt-91df74b6-63cc-40d6-9acb-ef6410fa05b1" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325267.949:41): apparmor="DENIED" operation="open" profile="libvirt-91df74b6-63cc-40d6-9acb-ef6410fa05b1" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325267.949:42): apparmor="DENIED" operation="open" profile="libvirt-91df74b6-63cc-40d6-9acb-ef6410fa05b1" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325282.691:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325282.696:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325282.696:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325282.696:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325282.703:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325293.210:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325293.214:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325293.214:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325293.214:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325293.214:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512325267.941:38): apparmor="DENIED" operation="open" profile="libvirt-91df74b6-63cc-40d6-9acb-ef6410fa05b1" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T18:21:35.476421 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512325226.169:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325226.174:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325226.174:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325226.174:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325226.174:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325240.955:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325240.961:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325240.961:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325240.961:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325240.961:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325251.348:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325251.353:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325251.353:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325251.354:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325251.354:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512325226.169:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T18:20:53.179663 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512325273.959:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325273.964:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325273.964:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325273.964:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325273.965:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325397.751:51): apparmor="DENIED" operation="open" profile="libvirt-13248780-e1a1-4b67-a111-8803c90c28ed" name="/proc/513/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325398.891:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325398.897:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325398.897:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325398.897:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325398.897:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325411.357:79): apparmor="DENIED" operation="open" profile="libvirt-37fe9358-1df2-430a-b91b-2aac32a16a19" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512325273.959:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T18:23:34.740760 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512325234.795:42): apparmor="DENIED" operation="open" profile="libvirt-91085aee-31b3-4708-b7aa-95468cbdb82b" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325234.804:45): apparmor="DENIED" operation="open" profile="libvirt-91085aee-31b3-4708-b7aa-95468cbdb82b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325234.804:46): apparmor="DENIED" operation="open" profile="libvirt-91085aee-31b3-4708-b7aa-95468cbdb82b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325348.725:54): apparmor="DENIED" operation="open" profile="libvirt-91085aee-31b3-4708-b7aa-95468cbdb82b" name="/proc/522/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325349.522:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325349.526:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325349.526:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325349.526:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325349.526:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512325361.583:80): apparmor="DENIED" operation="open" profile="libvirt-819a7145-1f7b-45e9-ac7a-3ea5244396f1" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512325234.795:42): apparmor="DENIED" operation="open" profile="libvirt-91085aee-31b3-4708-b7aa-95468cbdb82b" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 140s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T18:22:44.529578 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512326016.795:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326016.799:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326017.685:36): apparmor="DENIED" operation="open" profile="libvirt-5e808ede-a2dc-4651-9b63-1d3c78576b77" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326017.685:37): apparmor="DENIED" operation="open" profile="libvirt-5e808ede-a2dc-4651-9b63-1d3c78576b77" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326017.796:38): apparmor="DENIED" operation="open" profile="libvirt-5e808ede-a2dc-4651-9b63-1d3c78576b77" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512326016.795:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T18:33:45.842461 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512326031.221:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326031.227:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326031.227:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326031.227:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326031.227:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326045.724:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326045.729:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326045.733:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326045.733:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326045.734:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326056.062:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326056.065:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326056.065:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326056.065:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326056.066:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512326031.221:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:34:17.646400 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512326149.544:54): apparmor="DENIED" operation="open" profile="libvirt-80c26e0f-5a5c-4181-9cf4-f4e64007705d" name="/proc/515/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326150.740:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326150.746:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326150.746:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326150.746:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326150.746:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326165.308:82): apparmor="DENIED" operation="open" profile="libvirt-ecf92113-327b-492e-ad50-87c01ba39fac" name="/proc/1465/cmdline" pid=1439 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512326149.544:54): apparmor="DENIED" operation="open" profile="libvirt-80c26e0f-5a5c-4181-9cf4-f4e64007705d" name="/proc/515/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T18:36:08.920340 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512326772.680:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326772.687:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326772.687:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326772.687:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326772.687:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326777.943:50): apparmor="DENIED" operation="open" profile="libvirt-7fb03ea1-88b8-4c04-80ed-ec6f4c784347" name="/proc/517/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512326772.680:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:46:21.786434 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512327112.241:42): apparmor="DENIED" operation="open" profile="libvirt-09279c2b-5155-40c6-ae31-6d9f361480a7" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327112.250:45): apparmor="DENIED" operation="open" profile="libvirt-09279c2b-5155-40c6-ae31-6d9f361480a7" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327112.250:46): apparmor="DENIED" operation="open" profile="libvirt-09279c2b-5155-40c6-ae31-6d9f361480a7" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327126.351:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327126.357:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327126.362:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327126.362:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327126.363:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327136.760:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327136.765:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327136.765:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327136.766:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327136.766:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1022 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512327112.241:42): apparmor="DENIED" operation="open" profile="libvirt-09279c2b-5155-40c6-ae31-6d9f361480a7" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T18:52:18.377260 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512326774.769:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326774.775:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326774.775:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326774.775:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326774.775:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326775.245:42): apparmor="DENIED" operation="open" profile="libvirt-53153ba0-6bba-4eb2-be10-0185b8079ec8" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326775.266:45): apparmor="DENIED" operation="open" profile="libvirt-53153ba0-6bba-4eb2-be10-0185b8079ec8" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326896.908:54): apparmor="DENIED" operation="open" profile="libvirt-53153ba0-6bba-4eb2-be10-0185b8079ec8" name="/proc/514/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326898.214:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326898.221:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326898.221:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326898.221:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326898.221:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512326912.240:82): apparmor="DENIED" operation="open" profile="libvirt-728efe38-2848-4a78-bf63-1ca5ed501ccc" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512326774.769:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T18:48:34.766731 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512327117.482:42): apparmor="DENIED" operation="open" profile="libvirt-91562d93-41f9-49e4-a432-47a297364c5e" name="/etc/gss/mech.d/" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327117.492:45): apparmor="DENIED" operation="open" profile="libvirt-91562d93-41f9-49e4-a432-47a297364c5e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327117.492:46): apparmor="DENIED" operation="open" profile="libvirt-91562d93-41f9-49e4-a432-47a297364c5e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327235.689:54): apparmor="DENIED" operation="open" profile="libvirt-91562d93-41f9-49e4-a432-47a297364c5e" name="/proc/514/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327236.516:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327236.520:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327236.520:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327236.520:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327236.520:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327254.164:82): apparmor="DENIED" operation="open" profile="libvirt-43ad8dcf-9c1a-422e-9b40-3f30714338ee" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512327117.482:42): apparmor="DENIED" operation="open" profile="libvirt-91562d93-41f9-49e4-a432-47a297364c5e" name="/etc/gss/mech.d/" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:54:16.899171 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512327567.817:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327567.824:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327567.824:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327567.824:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327567.825:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327583.433:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327583.441:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327583.441:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327583.441:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327583.451:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327594.193:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327594.199:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327594.199:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327594.200:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327594.201:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512327567.817:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T18:59:56.548311 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512327691.118:50): apparmor="DENIED" operation="open" profile="libvirt-54438aa5-4f6b-4782-b227-859bc61ae81a" name="/proc/511/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327692.849:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327692.855:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327692.855:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327692.855:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327692.856:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512327705.239:78): apparmor="DENIED" operation="open" profile="libvirt-042ebbe3-601a-4bb2-8982-e06878d791a1" name="/proc/1477/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512327691.118:50): apparmor="DENIED" operation="open" profile="libvirt-54438aa5-4f6b-4782-b227-859bc61ae81a" name="/proc/511/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 148s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T19:01:49.280501 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512328350.562:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328350.569:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328350.569:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328350.569:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328350.570:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328351.000:42): apparmor="DENIED" operation="open" profile="libvirt-10b8de27-136b-430f-a84d-88c4c15671f0" name="/etc/gss/mech.d/" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328351.007:43): apparmor="DENIED" operation="open" profile="libvirt-10b8de27-136b-430f-a84d-88c4c15671f0" name="/etc/gss/mech.d/" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328365.708:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328365.715:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328365.715:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328365.715:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328365.716:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328376.504:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1023 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328376.509:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1023 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328376.509:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1023 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328376.509:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1023 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328376.510:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1023 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512328350.562:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T19:12:59.971977 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512328486.058:54): apparmor="DENIED" operation="open" profile="libvirt-71b016ce-8045-4bfd-a3b1-b5115e0a5db2" name="/proc/528/cmdline" pid=851 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328487.115:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328487.119:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328487.119:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328487.119:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328487.120:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512328501.398:82): apparmor="DENIED" operation="open" profile="libvirt-e7842562-8391-40c4-b927-731643afa24e" name="/proc/1490/cmdline" pid=1469 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512328486.058:54): apparmor="DENIED" operation="open" profile="libvirt-71b016ce-8045-4bfd-a3b1-b5115e0a5db2" name="/proc/528/cmdline" pid=851 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 156s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T19:15:05.321853 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512329157.758:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329157.764:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329157.764:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329157.764:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329157.765:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329174.965:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329174.969:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329174.969:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329174.969:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329174.969:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329185.315:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329185.320:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329185.320:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329185.320:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329185.320:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512329157.758:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T19:26:26.941957 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512329165.806:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329165.811:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329165.811:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329165.812:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329165.812:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329287.216:54): apparmor="DENIED" operation="open" profile="libvirt-8bb19b69-2275-4c62-897b-964d71617239" name="/proc/524/cmdline" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329288.217:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329288.222:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329288.222:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329288.222:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329288.223:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329308.449:82): apparmor="DENIED" operation="open" profile="libvirt-ea1f9dda-c28b-4e95-8354-ecc160be885a" name="/proc/1491/cmdline" pid=1470 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512329165.806:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=831 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T19:28:31.743534 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512329959.123:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329959.181:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329959.181:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329959.182:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512329959.182:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512329959.123:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 80 testExternalConsole (check_machines.TestMachines) # duration: 51s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T19:39:38.562972 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512330004.000:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330004.087:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330004.088:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330004.089:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330004.090:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330017.345:50): apparmor="DENIED" operation="open" profile="libvirt-e873fa02-b479-418f-96f8-ff04e10906a4" name="/proc/553/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512330004.000:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 78 testDelete (check_machines.TestMachines) # duration: 52s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T19:40:24.491651 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> error: Failed to get memory statistics for domain subVmTest1
error: Requested operation is not valid: domain is not running

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> The 'virsh' command failed, as expected: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: Failed to get memory statistics for domain subVmTest1\nerror: Requested operation is not valid: domain is not running"}", data: """"
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512330008.624:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330008.684:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330008.684:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330008.684:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330008.686:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330158.748:56): apparmor="DENIED" operation="open" profile="libvirt-2e9410de-198e-42f2-84f2-7059b7ff8582" name="/proc/530/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330161.558:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330161.659:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330161.659:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330161.660:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330161.661:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512330184.039:82): apparmor="DENIED" operation="open" profile="libvirt-8bdbb501-d30c-4d64-b816-a2208c89a752" name="/proc/1497/cmdline" pid=1475 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512330008.624:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 77 testBasic (check_machines.TestMachines) # duration: 211s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T19:43:08.959113 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512331384.268:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331384.272:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331384.272:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331384.273:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331384.273:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331384.268:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=797 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 7 testState (check_machines.TestMachines) # duration: 13s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T20:03:11.759319 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512331400.457:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.462:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.462:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.462:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.462:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331400.457:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T20:03:27.441913 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512331400.126:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.133:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.133:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.133:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.134:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.677:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.681:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.681:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.682:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.682:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331400.126:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 20s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T20:03:28.615085 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512331400.078:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.084:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.084:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.084:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331400.084:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331400.078:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T20:03:29.806221 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512331405.667:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.671:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.671:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.671:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.672:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331405.667:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T20:03:32.371447 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512331405.663:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.668:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.668:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.668:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331405.668:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331419.741:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331419.747:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331419.747:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331419.747:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331419.748:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331430.101:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331430.106:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331430.106:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331430.106:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331430.106:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331405.663:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T20:03:52.429225 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512331412.442:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331412.445:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331412.445:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331412.445:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331412.445:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331531.542:54): apparmor="DENIED" operation="open" profile="libvirt-ec4c7d3b-7fc9-4676-a0b8-11d15497867f" name="/proc/517/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331532.721:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331532.726:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331532.726:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331532.726:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331532.726:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331545.436:82): apparmor="DENIED" operation="open" profile="libvirt-7d6815ca-9220-47be-800e-51d62c264eb2" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331412.442:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T20:05:49.850102 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512331993.988:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331993.993:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331993.997:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331993.998:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331993.998:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332011.169:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332011.178:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332011.178:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332011.178:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332011.179:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332022.020:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332022.025:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332022.025:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332022.026:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332022.026:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331993.988:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T20:13:44.407937 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512331998.546:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331998.562:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331998.562:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331998.563:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512331998.565:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332128.630:54): apparmor="DENIED" operation="open" profile="libvirt-39ca38d5-d57c-41a4-9af8-e61fb60389d0" name="/proc/512/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332129.704:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332129.709:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332129.709:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332129.709:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332129.710:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332142.372:80): apparmor="DENIED" operation="open" profile="libvirt-158d8cb4-9a7f-43f2-bdb1-67dd461a88d0" name="/proc/1490/cmdline" pid=1470 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512331998.546:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T20:15:46.477522 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512332582.803:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332582.807:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332582.807:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332597.857:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332597.862:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332597.862:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332597.862:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332597.863:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332608.231:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332608.234:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332608.234:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332608.234:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332608.235:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512332582.803:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T20:23:30.735726 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512332591.445:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332591.450:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332708.291:46): apparmor="DENIED" operation="open" profile="libvirt-5bbd7045-db48-4aa9-808a-f1cdf03033a8" name="/proc/515/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332709.291:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332709.295:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332709.295:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332709.295:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332709.296:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512332722.484:74): apparmor="DENIED" operation="open" profile="libvirt-5916e072-8ad0-4e56-8291-5f427bbffe15" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512332591.445:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T20:25:25.529811 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512333324.678:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333324.682:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333324.682:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333340.848:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333340.851:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333340.851:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333340.852:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333340.852:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333351.308:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333351.315:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333351.315:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333351.315:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333351.315:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333324.678:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T20:35:53.886615 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512333505.334:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333505.338:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333505.338:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333505.338:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333505.339:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333520.580:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333520.590:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333520.590:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333520.591:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333520.592:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333531.211:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333531.215:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333531.215:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333531.215:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333531.215:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333505.334:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T20:38:53.677436 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512333514.973:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333514.977:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333514.977:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333514.978:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333514.978:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333631.259:50): apparmor="DENIED" operation="open" profile="libvirt-553a6dd6-7a2f-41df-ad47-718461189c46" name="/proc/516/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333632.347:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333632.351:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333632.351:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333632.351:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333632.351:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333644.446:78): apparmor="DENIED" operation="open" profile="libvirt-e08a6f97-7e0a-49f8-951e-04c77d8805b5" name="/proc/1473/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333514.973:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T20:40:49.016671 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512334046.195:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334046.201:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334046.201:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334046.202:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334046.202:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334062.439:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334062.445:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334062.445:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334062.446:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334062.446:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334072.944:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334072.949:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334072.950:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334072.950:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334072.950:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512334046.195:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T20:47:55.280643 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512333977.841:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333977.848:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333977.848:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333977.848:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333977.849:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333995.758:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333995.766:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333995.766:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333995.767:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333995.768:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334006.450:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334006.455:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334006.455:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334006.456:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334006.457:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333977.841:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 43s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T20:46:48.124729 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512333857.988:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333857.996:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333858.001:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333858.001:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333858.002:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333868.824:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333868.828:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333868.828:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333868.829:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333868.829:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333857.988:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T20:44:31.708892 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512334056.945:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334056.950:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334056.950:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334056.950:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334056.950:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334177.443:54): apparmor="DENIED" operation="open" profile="libvirt-9f56dcb2-48bf-4c5c-9243-0168bf429e29" name="/proc/525/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334178.346:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334178.349:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334178.349:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334178.350:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334178.350:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334190.427:82): apparmor="DENIED" operation="open" profile="libvirt-ebda595a-5f7f-4a5c-83f6-cf1bf6694fbd" name="/proc/1479/cmdline" pid=1459 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512334056.945:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 148s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T20:49:53.110022 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512334124.716:56): apparmor="DENIED" operation="open" profile="libvirt-ff5fd875-22f4-4b55-a8e0-f93ea0ee03e9" name="/proc/513/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334126.056:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1442 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334126.061:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1442 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334126.061:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1442 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334126.061:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1442 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334126.061:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1442 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334140.100:82): apparmor="DENIED" operation="open" profile="libvirt-fb8d4070-3dc0-4622-8771-5b8be03fe6f8" name="/proc/1488/cmdline" pid=1468 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512334124.716:56): apparmor="DENIED" operation="open" profile="libvirt-ff5fd875-22f4-4b55-a8e0-f93ea0ee03e9" name="/proc/513/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T20:49:04.460089 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512333982.807:54): apparmor="DENIED" operation="open" profile="libvirt-7a3e8581-2837-4634-b8a5-d983d3e301e5" name="/proc/522/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333984.921:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333984.926:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333984.926:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333984.926:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512333984.927:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334003.349:82): apparmor="DENIED" operation="open" profile="libvirt-50d56de7-91de-4f37-8abd-510e1c67d9d7" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512333982.807:54): apparmor="DENIED" operation="open" profile="libvirt-7a3e8581-2837-4634-b8a5-d983d3e301e5" name="/proc/522/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T20:46:47.291301 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512334314.174:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.177:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.177:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.177:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.184:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334328.545:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334328.550:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334328.550:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334328.550:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334328.550:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334338.991:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334338.999:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334338.999:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334338.999:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334338.999:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512334314.174:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T20:52:20.380447 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512334314.836:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.840:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.840:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.840:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334314.840:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334432.745:54): apparmor="DENIED" operation="open" profile="libvirt-9d6e5ca0-fb60-4ed2-93c2-985007c0a0f6" name="/proc/520/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334435.774:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334435.778:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334435.778:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334435.778:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334435.778:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512334447.509:80): apparmor="DENIED" operation="open" profile="libvirt-a5e3e068-8aef-4332-bfa8-90f6c1981903" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512334314.836:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T20:54:11.143241 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512335630.910:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335630.916:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335630.916:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335630.916:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335630.916:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335646.865:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335646.871:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335646.871:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335646.871:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335646.872:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335657.281:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335657.293:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335657.293:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335657.294:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512335657.295:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512335630.910:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T21:14:19.744484 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512336047.261:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336047.277:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336047.277:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336047.278:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336047.290:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336057.633:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336057.637:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336057.637:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336057.637:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336057.637:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512336047.261:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T21:20:59.649198 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512336040.920:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336040.925:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336040.925:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336040.925:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336040.925:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336162.661:54): apparmor="DENIED" operation="open" profile="libvirt-d5db5680-8310-4354-afe8-1ee382eb8cbd" name="/proc/528/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336163.657:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1445 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336163.665:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1445 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336163.665:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1445 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336163.666:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1445 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336163.666:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1445 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336178.381:82): apparmor="DENIED" operation="open" profile="libvirt-754a458e-34cf-474f-b61d-00d32291b6c9" name="/proc/1491/cmdline" pid=1471 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512336040.920:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T21:23:01.404384 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512336124.569:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.575:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.575:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.575:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.575:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336131.036:50): apparmor="DENIED" operation="open" profile="libvirt-6ead818c-1bf1-4d56-8d6a-771abf0fb9b2" name="/proc/514/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512336124.569:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 23s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T21:22:15.147744 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512336124.192:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.197:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.197:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.198:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336124.198:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336139.650:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336139.659:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336139.659:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336139.660:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336139.660:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1003 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336150.210:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1257 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336150.215:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1257 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336150.215:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1257 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336150.215:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1257 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336150.215:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1257 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512336124.192:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T21:22:32.647608 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512336241.509:54): apparmor="DENIED" operation="open" profile="libvirt-9f959f6d-3190-461d-bbdb-a8189a03471f" name="/proc/514/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336242.934:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336242.940:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336242.940:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336242.940:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336242.940:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512336257.385:82): apparmor="DENIED" operation="open" profile="libvirt-ceca3e0d-3411-467c-8029-c0b6c01acf5d" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512336241.509:54): apparmor="DENIED" operation="open" profile="libvirt-9f959f6d-3190-461d-bbdb-a8189a03471f" name="/proc/514/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 148s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T21:24:21.620649 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512338180.740:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338180.747:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338180.747:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338180.747:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338180.747:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338194.874:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338194.881:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338194.881:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338194.882:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338194.883:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338205.242:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338205.247:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338205.247:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338205.247:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338205.247:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512338180.740:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T21:56:47.328686 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512338456.102:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338456.108:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338456.108:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338456.109:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338456.109:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338466.536:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338466.542:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338466.542:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338466.542:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338466.543:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512338456.102:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T22:01:08.105279 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512338449.181:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338449.185:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338449.185:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338449.185:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338449.185:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.189:54): apparmor="DENIED" operation="open" profile="libvirt-35fa8769-eef0-4cdb-9d67-82fdae437258" name="/proc/519/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.982:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.987:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.987:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.987:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338567.987:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512338586.464:82): apparmor="DENIED" operation="open" profile="libvirt-d4448662-4368-4bf2-b76d-1cf05660b982" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512338449.181:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T22:03:09.661355 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512339381.629:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339381.633:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339381.634:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339381.634:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339381.634:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339381.629:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T22:16:51.267106 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> error: no valid connection
error: internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: no valid connection\nerror: internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation"}", data: """"
> dominfo() exception: 'error: no valid connection
error: internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation', data: '', output: '
'
Unexpected journal message 'audit: type=1400 audit(1512339418.804:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339418.809:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339418.809:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339418.809:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339418.810:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339530.695:54): apparmor="DENIED" operation="open" profile="libvirt-f007cf64-7174-4027-a458-b68abcfd61e1" name="/proc/516/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339531.841:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339531.846:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339531.846:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339531.846:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339531.846:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339546.571:80): apparmor="DENIED" operation="open" profile="libvirt-03c2da7d-a24f-4814-b7e2-bcae0e4e1618" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339418.804:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 136s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T22:19:19.114989 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512339818.530:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339818.537:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339818.537:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339818.537:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339818.537:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339818.530:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 7 testState (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T22:23:47.692381 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512339820.251:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339820.257:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339820.257:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339820.258:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339820.258:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339828.293:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339828.297:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339828.302:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339828.302:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339828.319:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339820.251:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 22s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T22:23:51.870472 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512339861.110:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339861.116:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339861.116:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339861.116:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339861.117:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339871.499:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339871.504:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339871.504:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339871.504:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339871.504:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339861.110:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T22:25:30.319280 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512339973.637:54): apparmor="DENIED" operation="open" profile="libvirt-d93d8572-e873-4e83-993a-1930808ae2e0" name="/proc/515/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339974.863:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339974.869:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339974.869:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339974.870:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339974.870:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512339989.318:82): apparmor="DENIED" operation="open" profile="libvirt-f49536d7-ea8f-458e-9473-14d94b0c46e2" name="/proc/1489/cmdline" pid=1463 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512339973.637:54): apparmor="DENIED" operation="open" profile="libvirt-d93d8572-e873-4e83-993a-1930808ae2e0" name="/proc/515/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 159s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T22:26:34.706831 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512341716.403:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341716.409:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341716.409:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341716.410:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341716.410:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341732.262:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341732.266:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341732.266:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341732.266:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341732.267:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341742.869:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341742.874:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341742.874:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341742.874:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341742.874:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512341716.403:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 45s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T22:55:45.817130 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512341728.526:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341728.531:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341728.531:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341728.531:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341728.531:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341844.489:54): apparmor="DENIED" operation="open" profile="libvirt-70dcb900-1e91-4f20-926a-1a9438cbd18c" name="/proc/515/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341845.650:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341845.654:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341845.654:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341845.654:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341845.655:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341858.476:82): apparmor="DENIED" operation="open" profile="libvirt-ef6b1d41-375f-4685-89e9-e00e999eeeaf" name="/proc/1464/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512341728.526:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T22:57:42.495872 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512341875.896:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341875.900:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341875.900:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341875.900:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341875.900:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341889.577:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341889.582:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341889.582:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341889.583:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341889.584:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341899.890:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341899.893:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341899.893:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341899.893:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341899.894:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512341875.896:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T22:58:21.443705 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512341883.818:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341883.822:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341883.822:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341883.822:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341883.822:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341997.989:54): apparmor="DENIED" operation="open" profile="libvirt-56cd130e-9d30-4e60-b045-a34379dd2d59" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341998.756:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341998.760:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341998.760:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341998.760:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512341998.761:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342016.457:80): apparmor="DENIED" operation="open" profile="libvirt-42b32acf-f2e4-49b0-be2f-2ac2806c6de2" name="/proc/1470/cmdline" pid=1450 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512341883.818:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T23:00:19.134901 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512342572.644:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342572.648:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342572.648:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342572.649:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342572.649:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342591.487:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342591.491:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342591.491:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342591.492:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342591.500:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342602.349:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342602.356:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342602.356:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342602.356:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342602.357:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1265 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512342572.644:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 58s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T23:10:05.671913 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512342588.307:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342588.312:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342588.312:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342588.312:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342588.312:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342724.974:52): apparmor="DENIED" operation="open" profile="libvirt-d92f8c88-c4b6-4ee1-a412-0716945b99bd" name="/proc/513/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342727.462:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342727.474:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342727.474:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342727.475:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342727.475:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1443 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342747.315:78): apparmor="DENIED" operation="open" profile="libvirt-df244ceb-a10a-432d-8612-5304d66ca597" name="/proc/1489/cmdline" pid=1469 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512342588.307:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 182s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T23:12:31.581661 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512342941.223:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342941.227:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342941.227:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342941.227:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342941.227:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342956.126:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342956.139:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342956.139:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342956.140:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342956.142:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342966.676:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342966.682:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342966.682:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342966.682:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342966.682:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512342941.223:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T23:16:08.400935 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512342944.419:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342944.422:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342944.422:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342944.423:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512342944.423:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343062.579:54): apparmor="DENIED" operation="open" profile="libvirt-38418189-aec7-4abe-a344-4bdf7003d33b" name="/proc/516/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343063.563:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343063.567:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343063.567:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343063.568:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343063.568:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343076.533:80): apparmor="DENIED" operation="open" profile="libvirt-ba42c8a5-d406-42c4-afe5-a2fe3c80e306" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512342944.419:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T23:18:00.311906 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512343167.193:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.196:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.196:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.196:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.200:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.434:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.437:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.437:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.437:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.437:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343180.781:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343180.785:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343180.785:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343180.785:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343180.785:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343191.177:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343191.180:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343191.180:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343191.180:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343191.180:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343167.193:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 36s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-03T23:19:52.951113 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512343167.869:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.873:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.873:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.873:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343167.873:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343279.808:54): apparmor="DENIED" operation="open" profile="libvirt-88abd9dd-e2e1-4bf0-a3cc-01aa706bdd14" name="/proc/518/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343280.634:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343280.639:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343280.639:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343280.639:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343280.639:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343300.479:80): apparmor="DENIED" operation="open" profile="libvirt-0fb37d7b-17b5-4536-96a5-bc9ef5055edf" name="/proc/1471/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343167.869:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-03T23:21:44.002942 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512343800.906:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343800.910:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343800.910:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343800.910:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343800.910:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343800.906:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 16s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-03T23:30:09.955604 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512343799.091:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343799.094:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343799.094:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343799.095:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343799.095:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343812.552:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343812.556:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343812.556:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343812.556:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343812.556:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343822.844:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343822.847:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343822.847:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343822.848:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343822.848:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343799.091:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 32s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T23:30:24.893574 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512343801.726:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343801.730:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343801.730:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343801.730:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343801.731:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343920.226:54): apparmor="DENIED" operation="open" profile="libvirt-f50e2081-d889-444b-88ea-28b083967da0" name="/proc/522/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343921.010:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343921.013:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343921.013:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343921.013:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343921.014:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343934.422:80): apparmor="DENIED" operation="open" profile="libvirt-13f585a2-a95c-43dd-8d0c-bdbc4e2ecfbd" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343801.726:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-03T23:32:17.306629 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512343947.693:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343947.698:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343947.698:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343947.698:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343947.699:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343961.464:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343961.471:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343961.471:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343961.471:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343961.472:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343971.808:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343971.813:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343971.813:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343971.814:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343971.814:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343947.693:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-03T23:32:54.876769 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512343950.314:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343950.318:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343950.318:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343950.319:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512343950.319:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344084.498:56): apparmor="DENIED" operation="open" profile="libvirt-0e1f4990-d98c-4807-b483-9e42a8b99c97" name="/proc/524/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344085.599:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344085.603:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344085.603:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344085.603:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344085.604:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344102.531:82): apparmor="DENIED" operation="open" profile="libvirt-f5e24a17-1822-4c17-977a-63fa275c917f" name="/proc/1481/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512343950.314:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T23:35:05.839526 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512344546.530:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344546.537:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344546.537:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344546.537:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344546.538:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344562.726:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344562.731:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344562.731:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344562.731:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344562.732:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344573.078:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344573.083:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344573.083:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344573.083:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344573.083:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512344546.530:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T23:42:55.061466 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512344555.474:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344555.479:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344555.479:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344555.479:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344555.481:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344673.233:53): apparmor="DENIED" operation="open" profile="libvirt-b4a52b89-ec61-4a2b-9be0-c12448f3ae32" name="/proc/514/cmdline" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344675.204:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344675.208:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344675.209:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344675.209:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344675.209:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344693.346:81): apparmor="DENIED" operation="open" profile="libvirt-9176c507-f974-45bb-9ec8-2220c1aeb222" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512344555.474:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=819 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-03T23:44:56.382706 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512344777.887:41): apparmor="DENIED" operation="open" profile="libvirt-a7de7ff4-01e7-4e4f-9c1c-dbf145a2b36e" name="/etc/gss/mech.d/" pid=826 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344777.897:44): apparmor="DENIED" operation="open" profile="libvirt-a7de7ff4-01e7-4e4f-9c1c-dbf145a2b36e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=826 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344777.897:45): apparmor="DENIED" operation="open" profile="libvirt-a7de7ff4-01e7-4e4f-9c1c-dbf145a2b36e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=826 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344793.809:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344793.820:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344793.820:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344793.820:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344793.821:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344804.225:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344804.231:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344804.231:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344804.231:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344804.232:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512344777.887:41): apparmor="DENIED" operation="open" profile="libvirt-a7de7ff4-01e7-4e4f-9c1c-dbf145a2b36e" name="/etc/gss/mech.d/" pid=826 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T23:46:46.200284 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512345145.820:42): apparmor="DENIED" operation="open" profile="libvirt-b6f2a17b-8df6-49dd-9a7a-8ea4b3c32faa" name="/etc/gss/mech.d/" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345145.828:45): apparmor="DENIED" operation="open" profile="libvirt-b6f2a17b-8df6-49dd-9a7a-8ea4b3c32faa" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345145.828:46): apparmor="DENIED" operation="open" profile="libvirt-b6f2a17b-8df6-49dd-9a7a-8ea4b3c32faa" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345159.352:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345159.358:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345159.358:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345159.358:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345159.359:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345169.679:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1268 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345169.682:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1268 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345169.682:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1268 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345169.682:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1268 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345169.683:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1268 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512345145.820:42): apparmor="DENIED" operation="open" profile="libvirt-b6f2a17b-8df6-49dd-9a7a-8ea4b3c32faa" name="/etc/gss/mech.d/" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T23:52:52.015722 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512344792.743:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344792.749:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344792.749:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344792.750:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344792.751:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344907.557:54): apparmor="DENIED" operation="open" profile="libvirt-f07ec3c9-7001-42e6-844e-7984663d2139" name="/proc/516/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344910.138:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344910.142:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344910.142:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344910.142:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344910.143:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512344922.350:82): apparmor="DENIED" operation="open" profile="libvirt-8fedfbd5-c868-473a-9e81-73d514d9deda" name="/proc/1476/cmdline" pid=1450 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512344792.743:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-03T23:48:44.940503 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512345151.981:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345151.987:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345151.987:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345151.987:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345151.988:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345268.539:54): apparmor="DENIED" operation="open" profile="libvirt-28d5035f-b327-4132-aa09-ca4039db488d" name="/proc/515/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345269.550:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345269.554:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345269.554:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345269.554:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345269.554:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512345281.494:82): apparmor="DENIED" operation="open" profile="libvirt-b89809a1-2ee9-47a0-9bb9-c0b72fe7f087" name="/proc/1464/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512345151.981:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-03T23:54:44.667239 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512346685.272:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346685.278:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346685.278:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346685.278:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346685.279:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346695.723:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346695.729:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346695.729:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346695.729:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346695.730:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512346685.272:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T00:18:17.927938 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512346674.504:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346674.508:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346805.194:46): apparmor="DENIED" operation="open" profile="libvirt-c3359038-6dcc-4ece-83ca-9ac37fbee658" name="/proc/517/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346807.081:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346807.086:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346807.086:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346807.086:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346807.086:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512346822.024:74): apparmor="DENIED" operation="open" profile="libvirt-569b6069-8b51-40f6-95a1-e65373232d4a" name="/proc/1487/cmdline" pid=1467 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512346674.504:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 162s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T00:20:26.115951 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512347318.827:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347318.832:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347334.403:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347334.408:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347334.408:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347334.410:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347334.415:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347344.835:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347344.839:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347344.839:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347344.840:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347344.840:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512347318.827:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T00:29:07.275300 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512347333.548:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347333.554:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347333.558:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347333.558:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347333.558:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347457.723:54): apparmor="DENIED" operation="open" profile="libvirt-a80eaebf-db63-4939-95c8-fa250ba659c8" name="/proc/514/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347459.429:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347459.434:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347459.434:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347459.434:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347459.435:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347476.634:82): apparmor="DENIED" operation="open" profile="libvirt-02111497-167f-486e-ad10-b7d7becfee00" name="/proc/1470/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512347333.548:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T00:31:21.193598 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512347583.766:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347583.774:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347583.774:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347583.774:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347583.774:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347597.668:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347597.673:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347597.673:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347597.673:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347597.673:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347608.133:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347608.137:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347608.137:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347608.142:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347608.142:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512347583.766:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T00:33:30.096465 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512347593.926:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347593.932:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347593.932:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347593.932:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347593.933:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347711.867:54): apparmor="DENIED" operation="open" profile="libvirt-4a7211a4-ffbe-4de9-b35c-95ffc34e1dba" name="/proc/518/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347712.992:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347712.996:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347712.996:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347712.996:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347712.996:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512347726.554:80): apparmor="DENIED" operation="open" profile="libvirt-9c665cf9-8851-490a-8b81-7d1ee021e971" name="/proc/1473/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512347593.926:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T00:35:29.742722 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512348086.026:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348086.032:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348086.032:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348086.033:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348086.033:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348102.014:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348102.022:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348102.022:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348102.022:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348102.023:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348112.469:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348112.474:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348112.474:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348112.474:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348112.474:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512348086.026:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T00:41:54.622218 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512348528.097:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.101:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.101:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.101:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.101:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.531:42): apparmor="DENIED" operation="open" profile="libvirt-8e721fb6-a893-40a4-b086-98696edf5acd" name="/etc/gss/mech.d/" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348528.540:45): apparmor="DENIED" operation="open" profile="libvirt-8e721fb6-a893-40a4-b086-98696edf5acd" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348542.173:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348542.179:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348542.179:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348542.180:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348542.181:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348552.564:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348552.569:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348552.569:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348552.569:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348552.570:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512348528.097:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T00:49:14.546287 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512348538.367:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348538.373:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348538.373:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348538.374:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348538.374:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348657.603:54): apparmor="DENIED" operation="open" profile="libvirt-34588a85-b28b-4fb3-8a9d-f878fb5cc30c" name="/proc/517/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348658.523:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348658.527:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348658.527:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348658.527:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348658.528:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512348671.318:82): apparmor="DENIED" operation="open" profile="libvirt-80aa728f-ecca-4cd9-9e6c-91816ed09f58" name="/proc/1481/cmdline" pid=1461 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512348538.367:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T00:51:14.969985 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512349276.417:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349276.423:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349276.423:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349276.423:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349276.424:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349286.860:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349286.865:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349286.866:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349286.866:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349286.866:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349276.417:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T01:01:29.428566 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512349183.906:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349183.909:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349183.909:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349183.909:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349183.910:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349198.045:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349198.051:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349198.054:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349198.055:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349198.055:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349208.434:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349208.438:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349208.438:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349208.438:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349208.439:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349183.906:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T01:00:10.832998 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512349389.534:54): apparmor="DENIED" operation="open" profile="libvirt-886f745b-b28d-45c1-a490-8f2e6a23cf65" name="/proc/516/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349390.538:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349390.543:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349390.543:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349390.543:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349390.544:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349404.493:82): apparmor="DENIED" operation="open" profile="libvirt-0b15a28d-6768-49e3-9432-887cb8190736" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349389.534:54): apparmor="DENIED" operation="open" profile="libvirt-886f745b-b28d-45c1-a490-8f2e6a23cf65" name="/proc/516/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T01:03:28.626118 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512349192.096:42): apparmor="DENIED" operation="open" profile="libvirt-1bfa47fc-2bfe-46cc-adff-adb16d0c77c3" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349192.106:45): apparmor="DENIED" operation="open" profile="libvirt-1bfa47fc-2bfe-46cc-adff-adb16d0c77c3" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349192.106:46): apparmor="DENIED" operation="open" profile="libvirt-1bfa47fc-2bfe-46cc-adff-adb16d0c77c3" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349304.132:54): apparmor="DENIED" operation="open" profile="libvirt-1bfa47fc-2bfe-46cc-adff-adb16d0c77c3" name="/proc/516/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349305.245:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349305.258:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349305.258:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349305.259:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349305.259:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349318.547:80): apparmor="DENIED" operation="open" profile="libvirt-2377c9a8-92de-42a6-b165-d7f5281fb617" name="/proc/1466/cmdline" pid=1440 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349192.096:42): apparmor="DENIED" operation="open" profile="libvirt-1bfa47fc-2bfe-46cc-adff-adb16d0c77c3" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T01:02:01.398705 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512349695.380:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349695.385:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349695.385:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349695.385:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349695.385:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349705.704:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349705.708:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349705.708:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349705.708:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349705.709:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349695.380:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T01:08:27.458552 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512349530.440:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.447:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.447:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.447:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.448:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.862:42): apparmor="DENIED" operation="open" profile="libvirt-b74bef89-5f82-4e3f-9844-8f102eaeeada" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349530.876:45): apparmor="DENIED" operation="open" profile="libvirt-b74bef89-5f82-4e3f-9844-8f102eaeeada" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349544.148:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349544.155:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349544.155:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349544.155:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349544.157:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349554.572:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1057 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349554.576:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1057 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349554.576:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1057 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349554.576:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1057 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349554.577:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1057 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349530.440:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T01:05:57.020905 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512349800.278:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349800.284:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349800.284:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349800.285:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349800.285:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349816.935:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349816.939:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349816.939:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349816.939:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349816.940:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349827.300:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349827.305:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349827.305:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349827.305:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349827.305:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349800.278:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 46s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T01:10:29.219581 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512349537.461:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349537.466:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349537.466:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349537.466:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349537.467:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349665.750:54): apparmor="DENIED" operation="open" profile="libvirt-464a9832-034a-4bcc-8e94-6af77ebdb2d8" name="/proc/514/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349666.866:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349666.871:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349666.871:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349666.871:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349666.872:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349684.550:82): apparmor="DENIED" operation="open" profile="libvirt-3a62eaf7-a2e9-4679-ba32-c6b3c350a86e" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349537.461:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 160s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T01:08:08.296073 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512349808.529:42): apparmor="DENIED" operation="open" profile="libvirt-609e4e29-9a8b-4f34-8dc7-b7130bb82b87" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349808.537:45): apparmor="DENIED" operation="open" profile="libvirt-609e4e29-9a8b-4f34-8dc7-b7130bb82b87" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349808.537:46): apparmor="DENIED" operation="open" profile="libvirt-609e4e29-9a8b-4f34-8dc7-b7130bb82b87" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349929.343:54): apparmor="DENIED" operation="open" profile="libvirt-609e4e29-9a8b-4f34-8dc7-b7130bb82b87" name="/proc/513/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349930.295:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349930.299:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349930.299:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349930.299:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349930.299:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512349946.138:82): apparmor="DENIED" operation="open" profile="libvirt-28fa0fb9-1303-4b2c-a8ba-c05d4a44b10d" name="/proc/1476/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512349808.529:42): apparmor="DENIED" operation="open" profile="libvirt-609e4e29-9a8b-4f34-8dc7-b7130bb82b87" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 154s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T01:12:29.507641 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512350553.125:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350553.130:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350553.130:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350553.130:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350553.131:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350563.467:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350563.472:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350563.472:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350563.472:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350563.472:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1014 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512350553.125:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T01:22:46.161281 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512350661.983:53): apparmor="DENIED" operation="open" profile="libvirt-405c36a9-34d5-4962-8220-c57831bfdf55" name="/proc/518/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350662.798:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350662.802:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350662.802:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350662.802:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350662.802:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350675.520:81): apparmor="DENIED" operation="open" profile="libvirt-5bc9b542-04d4-4f30-9bd5-b98d4fcc8142" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512350661.983:53): apparmor="DENIED" operation="open" profile="libvirt-405c36a9-34d5-4962-8220-c57831bfdf55" name="/proc/518/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T01:24:39.432029 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512350548.530:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350548.535:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350548.535:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350548.535:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350548.536:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350559.033:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350559.038:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350559.039:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350559.039:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350559.040:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512350548.530:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T01:22:41.265048 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512350546.363:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350546.368:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350546.368:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350546.368:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350546.369:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350679.785:52): apparmor="DENIED" operation="open" profile="libvirt-ef2482b0-948b-412f-8453-12aa4ccc72a0" name="/proc/512/cmdline" pid=824 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350681.096:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1439 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350681.101:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1439 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350681.101:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1439 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350681.102:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1439 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350681.102:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1439 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512350700.367:78): apparmor="DENIED" operation="open" profile="libvirt-32152763-cd3f-49ce-982e-756e962427f0" name="/proc/1485/cmdline" pid=1465 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512350546.363:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 173s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T01:25:04.621861 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512351183.920:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.924:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.924:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.924:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.926:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351198.117:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351198.123:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351198.123:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351198.123:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351198.124:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351208.535:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351208.539:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351208.539:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351208.539:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351208.540:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351183.920:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=828 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T01:33:31.684317 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512351136.645:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.651:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.651:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.652:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.652:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351154.339:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351154.348:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351154.348:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351154.348:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351154.349:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351165.339:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351165.344:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351165.344:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351165.345:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351165.345:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351136.645:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 45s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T01:32:47.949207 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512351183.726:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.732:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.732:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.733:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351183.733:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351302.664:54): apparmor="DENIED" operation="open" profile="libvirt-c6cf74aa-524c-401a-9ffc-1f014d081348" name="/proc/517/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351303.658:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351303.662:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351303.662:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351303.662:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351303.662:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351316.347:82): apparmor="DENIED" operation="open" profile="libvirt-f238c9c4-d093-42ec-9ddd-fb648da9de57" name="/proc/1476/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351183.726:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T01:35:20.308662 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512351136.285:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.291:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.291:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.291:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351136.292:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351261.708:54): apparmor="DENIED" operation="open" profile="libvirt-52ccfdf9-8460-4e0f-9c0d-061aa48d20f3" name="/proc/516/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351263.426:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351263.435:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351263.435:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351263.435:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351263.436:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351284.275:82): apparmor="DENIED" operation="open" profile="libvirt-c9a1e3c3-d66e-4fb4-8fa8-1b0ce6d3876a" name="/proc/1478/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351136.285:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T01:34:48.604930 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512351822.198:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351822.203:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351822.203:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351822.204:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351822.204:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351837.877:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351837.882:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351837.883:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351837.883:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351837.884:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=989 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351848.291:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351848.297:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351848.297:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351848.297:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351848.298:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1244 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351822.198:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T01:44:10.841714 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512351836.905:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351836.910:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351836.910:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351836.911:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351836.911:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351953.318:54): apparmor="DENIED" operation="open" profile="libvirt-f93c1183-61bb-467d-93a1-03d66dd30d92" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351954.375:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351954.381:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351954.381:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351954.382:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351954.382:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512351969.273:82): apparmor="DENIED" operation="open" profile="libvirt-200e4711-3235-4998-93db-868ce5be0d62" name="/proc/1467/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512351836.905:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T01:46:12.940304 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512352693.570:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352693.573:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352693.573:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352693.573:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352693.573:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352708.912:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352708.919:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352708.919:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352708.919:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352708.919:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352719.261:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352719.265:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352719.265:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352719.265:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352719.265:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512352693.570:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=825 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T01:58:40.970432 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512352526.480:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.484:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.484:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.484:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.484:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352532.064:48): apparmor="DENIED" operation="open" profile="libvirt-9fc032d4-55fd-4eef-b91c-2854e293a246" name="/proc/512/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512352526.480:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 22s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T01:55:35.747378 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512352697.343:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352697.348:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352697.348:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352697.349:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352697.349:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352811.692:54): apparmor="DENIED" operation="open" profile="libvirt-4f24a98c-ee2c-4283-acdb-f73a84dbdfe3" name="/proc/519/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352813.600:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352813.606:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352813.607:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352813.607:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352813.608:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352827.331:82): apparmor="DENIED" operation="open" profile="libvirt-0415afe4-411a-4d34-9ed7-0b8c9c862a15" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512352697.343:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T02:00:29.798816 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512352526.615:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.621:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.621:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.621:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352526.621:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352542.524:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352542.530:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352542.530:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352542.531:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352542.532:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352553.019:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352553.025:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352553.025:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352553.025:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352553.026:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512352526.615:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T01:55:55.503365 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512352529.500:42): apparmor="DENIED" operation="open" profile="libvirt-2fd7cd72-65df-47e2-a842-0002889d1a82" name="/etc/gss/mech.d/" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352529.509:45): apparmor="DENIED" operation="open" profile="libvirt-2fd7cd72-65df-47e2-a842-0002889d1a82" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352529.509:46): apparmor="DENIED" operation="open" profile="libvirt-2fd7cd72-65df-47e2-a842-0002889d1a82" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352650.048:54): apparmor="DENIED" operation="open" profile="libvirt-2fd7cd72-65df-47e2-a842-0002889d1a82" name="/proc/515/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352651.766:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352651.770:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352651.770:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352651.770:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352651.770:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512352667.432:82): apparmor="DENIED" operation="open" profile="libvirt-eb96b11c-9b98-4bf5-9557-e66960b707cb" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512352529.500:42): apparmor="DENIED" operation="open" profile="libvirt-2fd7cd72-65df-47e2-a842-0002889d1a82" name="/etc/gss/mech.d/" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T01:57:51.193573 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512355363.606:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355363.612:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355363.612:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355363.612:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355363.612:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355377.440:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355377.446:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355377.446:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355377.446:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355377.447:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355387.811:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355387.815:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355387.815:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355387.815:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355387.816:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512355363.606:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T02:43:09.887833 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512355366.857:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355366.862:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355366.862:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355366.862:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355366.862:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355482.120:54): apparmor="DENIED" operation="open" profile="libvirt-32013db6-dcd1-42c4-98b9-a400954671b4" name="/proc/518/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355483.035:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355483.039:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355483.039:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355483.039:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355483.040:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355496.465:82): apparmor="DENIED" operation="open" profile="libvirt-e308dbc6-7c0c-4282-b664-c3bdc2a31450" name="/proc/1465/cmdline" pid=1445 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512355366.857:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T02:45:00.270816 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512355985.888:38): apparmor="DENIED" operation="open" profile="libvirt-f959cc14-f268-42a5-9ecb-294a290489a6" name="/etc/gss/mech.d/" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355985.898:39): apparmor="DENIED" operation="open" profile="libvirt-f959cc14-f268-42a5-9ecb-294a290489a6" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512355985.898:40): apparmor="DENIED" operation="open" profile="libvirt-f959cc14-f268-42a5-9ecb-294a290489a6" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356001.157:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=988 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356001.163:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=988 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356001.163:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=988 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356001.163:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=988 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356001.164:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=988 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356011.543:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1243 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356011.549:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1243 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356011.549:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1243 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356011.549:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1243 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356011.549:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1243 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512355985.888:38): apparmor="DENIED" operation="open" profile="libvirt-f959cc14-f268-42a5-9ecb-294a290489a6" name="/etc/gss/mech.d/" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 47s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T02:53:34.060617 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512356028.376:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356028.381:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356028.381:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356028.381:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356028.381:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356043.944:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356043.950:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356043.950:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356043.950:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356043.950:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356054.386:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356054.389:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356054.389:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356054.389:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356054.390:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512356028.376:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T02:54:17.008424 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512356038.408:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356038.412:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356038.412:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356038.412:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356038.413:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356153.033:54): apparmor="DENIED" operation="open" profile="libvirt-88f902ef-22f5-4696-bbbd-b9b19ed4db60" name="/proc/520/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356154.201:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356154.206:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356154.206:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356154.206:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356154.207:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512356168.425:82): apparmor="DENIED" operation="open" profile="libvirt-7d257923-4a54-43af-b446-b5de27ef2030" name="/proc/1483/cmdline" pid=1463 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512356038.408:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T02:56:11.491736 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512357332.794:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357332.797:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357332.797:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357332.797:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357332.797:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357346.307:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357346.311:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357346.311:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357346.312:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357346.312:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357356.640:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357356.644:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357356.644:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357356.644:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357356.645:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512357332.794:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T03:15:58.596353 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512357335.496:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357335.501:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357335.501:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357335.501:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357335.502:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357450.348:54): apparmor="DENIED" operation="open" profile="libvirt-71daf743-9174-4137-a6cd-bc4f9b24bbdb" name="/proc/517/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357451.210:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357451.213:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357451.213:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357451.213:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357451.213:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357465.462:82): apparmor="DENIED" operation="open" profile="libvirt-2e1e94bc-643c-4378-8b27-f5d50968a29e" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512357335.496:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T03:17:49.162558 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512357262.255:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357262.259:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357262.259:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357262.260:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357262.260:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357277.197:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357277.205:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357277.205:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357277.205:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357277.206:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357287.700:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357287.705:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357287.705:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357287.705:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357287.706:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512357262.255:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T03:14:49.420883 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512357264.374:42): apparmor="DENIED" operation="open" profile="libvirt-ce200197-9cbc-46d2-a6b0-f2f6074ba0e2" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357264.383:45): apparmor="DENIED" operation="open" profile="libvirt-ce200197-9cbc-46d2-a6b0-f2f6074ba0e2" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357264.383:46): apparmor="DENIED" operation="open" profile="libvirt-ce200197-9cbc-46d2-a6b0-f2f6074ba0e2" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357384.279:54): apparmor="DENIED" operation="open" profile="libvirt-ce200197-9cbc-46d2-a6b0-f2f6074ba0e2" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357385.895:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357385.899:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357385.899:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357385.899:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357385.900:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357401.283:82): apparmor="DENIED" operation="open" profile="libvirt-ba54f090-5f0e-4847-bec0-7a250c69d676" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512357264.374:42): apparmor="DENIED" operation="open" profile="libvirt-ce200197-9cbc-46d2-a6b0-f2f6074ba0e2" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T03:16:44.237250 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512357994.752:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357994.760:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357994.760:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357994.760:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512357994.760:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358011.435:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358011.442:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358011.442:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358011.442:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358011.443:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358021.842:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358021.848:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358021.848:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358021.848:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358021.848:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1250 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512357994.752:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T03:27:03.197431 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512358120.180:54): apparmor="DENIED" operation="open" profile="libvirt-9b8bb267-aabe-4a40-a4f6-9c8a093c8550" name="/proc/528/cmdline" pid=860 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358121.568:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358121.573:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358121.573:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358121.574:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358121.574:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1444 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358134.157:80): apparmor="DENIED" operation="open" profile="libvirt-334b3962-2a87-441b-8fb6-3c8f07b372d5" name="/proc/1490/cmdline" pid=1470 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358120.180:54): apparmor="DENIED" operation="open" profile="libvirt-9b8bb267-aabe-4a40-a4f6-9c8a093c8550" name="/proc/528/cmdline" pid=860 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T03:28:57.901119 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512358049.958:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.964:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.964:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.965:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.965:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358049.958:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 7 testState (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T03:27:37.241632 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512358049.872:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.879:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.879:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.880:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358049.880:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358054.964:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358054.972:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358054.972:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358054.972:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358054.972:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358049.872:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T03:27:41.002366 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512358058.871:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358058.876:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358058.876:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358058.876:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358058.876:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358058.871:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T03:27:46.517918 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512358064.681:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358064.687:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358064.687:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358064.687:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358064.688:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358064.681:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T03:27:51.986252 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512358072.852:42): apparmor="DENIED" operation="open" profile="libvirt-17aeb3bd-10e9-4d18-abca-56017edaeef5" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358072.860:45): apparmor="DENIED" operation="open" profile="libvirt-17aeb3bd-10e9-4d18-abca-56017edaeef5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358072.860:46): apparmor="DENIED" operation="open" profile="libvirt-17aeb3bd-10e9-4d18-abca-56017edaeef5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358087.503:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358087.507:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358087.507:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358087.507:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358087.507:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358098.054:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358098.058:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358098.058:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358098.058:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358098.063:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358072.852:42): apparmor="DENIED" operation="open" profile="libvirt-17aeb3bd-10e9-4d18-abca-56017edaeef5" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T03:28:20.416821 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512358080.538:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358080.542:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358080.542:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358080.542:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358080.543:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358199.181:54): apparmor="DENIED" operation="open" profile="libvirt-f3f29e8d-8ff2-4ffe-95bb-5d5d225767b7" name="/proc/515/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358200.818:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358200.823:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358200.823:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358200.824:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358200.824:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358217.459:82): apparmor="DENIED" operation="open" profile="libvirt-827ea428-915e-4828-99be-ec1d1276e1d8" name="/proc/1481/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358080.538:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T03:30:20.909675 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512358731.237:42): apparmor="DENIED" operation="open" profile="libvirt-f7d069bd-ebed-4466-83f5-60e78b176ad5" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358731.247:45): apparmor="DENIED" operation="open" profile="libvirt-f7d069bd-ebed-4466-83f5-60e78b176ad5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358731.247:46): apparmor="DENIED" operation="open" profile="libvirt-f7d069bd-ebed-4466-83f5-60e78b176ad5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358747.211:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358747.230:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358747.230:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358747.230:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358747.231:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1006 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358757.644:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358757.648:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358757.648:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358757.648:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358757.649:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1261 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358731.237:42): apparmor="DENIED" operation="open" profile="libvirt-f7d069bd-ebed-4466-83f5-60e78b176ad5" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 47s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T03:39:19.255444 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512358856.073:54): apparmor="DENIED" operation="open" profile="libvirt-5727bbc6-b5be-439e-a041-1d427a63683d" name="/proc/513/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358857.080:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358857.085:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358857.085:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358857.085:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358857.086:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512358869.183:82): apparmor="DENIED" operation="open" profile="libvirt-1a523ee0-33aa-4813-b43f-e42913e3b43b" name="/proc/1470/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512358856.073:54): apparmor="DENIED" operation="open" profile="libvirt-5727bbc6-b5be-439e-a041-1d427a63683d" name="/proc/513/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T03:41:13.048049 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512359216.503:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359216.508:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359216.508:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359216.508:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359216.508:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359216.503:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 17s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T03:47:02.906501 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512359443.769:42): apparmor="DENIED" operation="open" profile="libvirt-12a14268-1a35-4503-ad08-7eed95d35d3c" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359443.777:45): apparmor="DENIED" operation="open" profile="libvirt-12a14268-1a35-4503-ad08-7eed95d35d3c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359443.777:46): apparmor="DENIED" operation="open" profile="libvirt-12a14268-1a35-4503-ad08-7eed95d35d3c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359459.314:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359459.318:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359459.318:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359459.318:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359459.326:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359469.621:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359469.624:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359469.624:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359469.624:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359469.625:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359443.769:42): apparmor="DENIED" operation="open" profile="libvirt-12a14268-1a35-4503-ad08-7eed95d35d3c" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T03:51:10.893645 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512359218.554:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359218.559:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359218.563:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359218.563:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359218.564:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.121:54): apparmor="DENIED" operation="open" profile="libvirt-d9c76f54-2eb1-4d4d-92d3-b517b7cd8859" name="/proc/518/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.977:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.981:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.981:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.982:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359335.982:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359356.464:82): apparmor="DENIED" operation="open" profile="libvirt-33ca3108-2d9d-42b5-a2e3-a428766b3a56" name="/proc/1479/cmdline" pid=1459 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359218.554:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T03:49:19.771963 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512359444.620:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359444.625:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359444.625:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359444.626:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359444.627:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359568.912:54): apparmor="DENIED" operation="open" profile="libvirt-1ed83c0b-10c2-45f1-bab4-6594b00846cd" name="/proc/517/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359569.718:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359569.722:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359569.722:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359569.722:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359569.723:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359583.234:82): apparmor="DENIED" operation="open" profile="libvirt-24cafa4f-791e-4966-b0d2-85609e909c09" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359444.620:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T03:53:07.018451 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512359860.327:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359860.331:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359860.331:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359860.331:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359860.332:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359875.318:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359875.322:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359875.322:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359875.322:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359875.322:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359885.645:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359885.650:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359885.650:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359885.650:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359885.651:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359860.327:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T03:58:07.805422 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512359602.953:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359602.957:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359602.957:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359602.957:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359602.958:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359617.749:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359617.754:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359617.757:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359617.757:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359617.758:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359628.067:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359628.072:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359628.072:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359628.072:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359628.073:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359602.953:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T03:53:50.214193 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512359862.655:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359862.659:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359862.659:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359862.659:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359862.660:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359978.182:54): apparmor="DENIED" operation="open" profile="libvirt-40cc8b52-f449-48d1-80bf-5c838f955882" name="/proc/515/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359979.122:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359979.126:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359979.126:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359979.126:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359979.126:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359992.497:82): apparmor="DENIED" operation="open" profile="libvirt-184f7c22-6538-488e-aa7f-77d84dd49446" name="/proc/1459/cmdline" pid=1439 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359862.655:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T03:59:55.585337 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512359603.059:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359603.063:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359603.067:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359603.067:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359603.067:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359717.484:54): apparmor="DENIED" operation="open" profile="libvirt-cf3044e2-fce2-467c-b7c3-84dc675fc449" name="/proc/518/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359718.289:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359718.294:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359718.294:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359718.294:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359718.294:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512359735.521:80): apparmor="DENIED" operation="open" profile="libvirt-25ccabc9-ddcd-4b82-a713-84c176f8713c" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512359603.059:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T03:55:38.702436 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512360181.364:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360181.371:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360181.371:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360181.371:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360181.372:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360198.007:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360198.014:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360198.014:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360198.017:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360198.017:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360208.627:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360208.633:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360208.633:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360208.633:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360208.633:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360181.364:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 43s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T04:03:30.382709 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512360307.576:54): apparmor="DENIED" operation="open" profile="libvirt-170dab0f-c684-4a44-bc25-8d75b44b9152" name="/proc/515/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360308.975:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360308.980:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360308.980:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360308.980:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360308.981:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360324.160:82): apparmor="DENIED" operation="open" profile="libvirt-be3bc268-5516-4b4e-8ac6-c547da44caf3" name="/proc/1464/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360307.576:54): apparmor="DENIED" operation="open" profile="libvirt-170dab0f-c684-4a44-bc25-8d75b44b9152" name="/proc/515/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T04:05:27.825481 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512360859.300:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360859.300:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360859.300:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360859.300:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360859.300:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360859.300:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 7 testState (check_machines.TestMachines) # duration: 48s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T04:14:40.636878 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512360866.030:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360866.035:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360866.035:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360866.036:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360866.036:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360883.012:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360883.017:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360883.017:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360883.018:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360883.026:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360866.030:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 51s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T04:14:49.028113 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512360882.644:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360882.658:21): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360882.658:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360882.658:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360882.659:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360882.644:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 50s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T04:15:03.846111 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512360893.594:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360893.619:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360893.619:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360893.619:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360893.619:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360915.985:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360915.990:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360915.990:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360915.991:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360915.991:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360927.421:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360927.440:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360927.440:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360927.440:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360927.442:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360893.594:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 67s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T04:15:31.961236 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512360912.159:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360912.171:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360912.171:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360912.171:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360912.172:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360913.443:40): apparmor="DENIED" operation="open" profile="libvirt-b86cd868-b80f-4244-b120-5f65aee414d5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360913.443:41): apparmor="DENIED" operation="open" profile="libvirt-b86cd868-b80f-4244-b120-5f65aee414d5" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360929.410:46): apparmor="DENIED" operation="open" profile="libvirt-b86cd868-b80f-4244-b120-5f65aee414d5" name="/proc/508/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360912.159:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 61s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T04:15:37.712919 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512361037.573:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361037.577:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361037.573:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T04:17:24.369827 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512361008.749:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=793 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361008.754:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=793 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361027.283:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=986 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361027.298:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=986 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361027.299:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=986 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361027.299:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=986 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361027.300:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=986 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361038.165:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1241 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361038.171:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1241 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361038.171:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1241 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361038.171:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1241 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361038.171:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1241 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361008.749:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=793 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 50s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T04:17:20.757734 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512360922.235:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360922.240:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360922.240:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360922.241:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512360922.241:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361055.837:52): apparmor="DENIED" operation="open" profile="libvirt-481f898a-f0eb-4fd7-89c5-0cbf905d7e3a" name="/proc/511/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361057.167:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361057.182:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361057.182:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361057.185:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361057.186:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1449 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361072.165:78): apparmor="DENIED" operation="open" profile="libvirt-d2129126-cc4b-43af-83d8-667096016c52" name="/proc/1495/cmdline" pid=1475 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512360922.235:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 194s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T04:17:55.973384 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512361042.748:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361042.753:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361042.756:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361042.756:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361042.756:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361155.546:53): apparmor="DENIED" operation="open" profile="libvirt-43ac8b18-b552-47a0-b1f0-5b575adbd70f" name="/proc/514/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361157.053:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1417 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361157.057:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1417 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361157.057:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1417 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361157.057:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1417 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361157.057:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1417 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361170.369:79): apparmor="DENIED" operation="open" profile="libvirt-15b28492-8bd0-407d-86e1-16eadcf13aae" name="/proc/1463/cmdline" pid=1443 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361042.748:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T04:19:34.164534 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512361141.578:50): apparmor="DENIED" operation="open" profile="libvirt-51529e75-d7e9-463c-ad93-6ee72dcb810a" name="/proc/515/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361142.586:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361142.592:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361142.592:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361142.593:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361142.593:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361154.937:78): apparmor="DENIED" operation="open" profile="libvirt-30becde1-4ea5-4b0e-87bc-d7223b15a704" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361141.578:50): apparmor="DENIED" operation="open" profile="libvirt-51529e75-d7e9-463c-ad93-6ee72dcb810a" name="/proc/515/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 154s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T04:19:18.104711 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512361559.273:42): apparmor="DENIED" operation="open" profile="libvirt-38c773b7-73b1-46f4-9d22-0910801024af" name="/etc/gss/mech.d/" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361559.293:45): apparmor="DENIED" operation="open" profile="libvirt-38c773b7-73b1-46f4-9d22-0910801024af" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361559.293:46): apparmor="DENIED" operation="open" profile="libvirt-38c773b7-73b1-46f4-9d22-0910801024af" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361565.708:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361565.714:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361565.714:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361565.714:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361565.715:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361559.273:42): apparmor="DENIED" operation="open" profile="libvirt-38c773b7-73b1-46f4-9d22-0910801024af" name="/etc/gss/mech.d/" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T04:26:09.326674 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512361477.553:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361477.558:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361477.558:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361477.558:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361477.559:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361491.734:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361491.739:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361491.740:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361491.740:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361491.741:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361502.044:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361502.047:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361502.047:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361502.048:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361502.048:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361477.553:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T04:25:04.557652 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512361591.581:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361591.586:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361591.586:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361591.587:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361591.587:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361709.073:54): apparmor="DENIED" operation="open" profile="libvirt-3d475359-d6ca-485c-b391-ba2dafa3de5a" name="/proc/514/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361710.198:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361710.202:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361710.202:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361710.202:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361710.202:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361722.176:82): apparmor="DENIED" operation="open" profile="libvirt-0bb2fda6-399d-48c7-ab38-8f39c30b236a" name="/proc/1473/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361591.581:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T04:28:47.443989 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512361478.542:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361478.547:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361478.547:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361478.547:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361478.548:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361611.796:56): apparmor="DENIED" operation="open" profile="libvirt-52d489a2-9754-4cf1-b88e-0a032ca49321" name="/proc/517/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.143:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.147:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.147:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.147:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.148:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.422:68): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1461 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.427:69): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1461 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.427:70): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1461 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.427:71): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1461 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.427:72): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1461 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.627:74): apparmor="DENIED" operation="open" profile="libvirt-9006654d-d03f-4e39-9a75-2925132dffff" name="/etc/gss/mech.d/" pid=1475 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361613.634:77): apparmor="DENIED" operation="open" profile="libvirt-9006654d-d03f-4e39-9a75-2925132dffff" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1475 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361625.436:82): apparmor="DENIED" operation="open" profile="libvirt-9006654d-d03f-4e39-9a75-2925132dffff" name="/proc/1501/cmdline" pid=1475 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361478.542:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 160s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T04:27:09.027503 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512361989.266:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361989.269:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361989.269:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361989.270:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512361989.270:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362003.889:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362003.893:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362003.893:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362003.893:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362003.894:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362014.177:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362014.180:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362014.180:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362014.181:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362014.181:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512361989.266:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 34s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T04:33:36.465672 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512362046.447:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362046.453:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362046.453:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362046.453:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362046.454:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362062.129:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362062.136:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362062.136:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362062.137:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362062.137:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362072.521:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362072.525:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362072.525:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362072.525:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362072.525:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362046.447:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T04:34:35.521526 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512362165.375:54): apparmor="DENIED" operation="open" profile="libvirt-ed772cdb-acd2-4fc6-b004-99e30a52fb23" name="/proc/514/cmdline" pid=822 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362166.705:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1414 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362166.711:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1414 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362166.711:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1414 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362166.711:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1414 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362166.712:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1414 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362187.500:82): apparmor="DENIED" operation="open" profile="libvirt-97b924e2-c86e-4c60-ac16-bb5c8c5fe04b" name="/proc/1460/cmdline" pid=1440 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362165.375:54): apparmor="DENIED" operation="open" profile="libvirt-ed772cdb-acd2-4fc6-b004-99e30a52fb23" name="/proc/514/cmdline" pid=822 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T04:36:30.353925 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512362325.513:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362325.519:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362325.519:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362325.519:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362325.519:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362332.369:50): apparmor="DENIED" operation="open" profile="libvirt-c25c626d-02af-48b4-9861-e9510089293a" name="/proc/517/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362325.513:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 22s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T04:38:55.215785 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512362485.320:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.325:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.325:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.325:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.325:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.691:43): apparmor="DENIED" operation="open" profile="libvirt-18518256-c0be-412e-ba36-e4f17a4df233" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.691:44): apparmor="DENIED" operation="open" profile="libvirt-18518256-c0be-412e-ba36-e4f17a4df233" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362485.320:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T04:41:35.454347 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512362479.422:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362479.428:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362479.428:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362479.428:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362479.428:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362493.937:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362493.944:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362493.944:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362493.944:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362493.945:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362504.303:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362504.308:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362504.308:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362504.308:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362504.308:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362479.422:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T04:41:46.190445 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Cannot recv data: Connection reset by peer"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Cannot recv data: Connection reset by peer', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512362333.648:42): apparmor="DENIED" operation="open" profile="libvirt-5e0f915d-207a-4334-a3e0-22fc61ffd805" name="/etc/gss/mech.d/" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362333.660:45): apparmor="DENIED" operation="open" profile="libvirt-5e0f915d-207a-4334-a3e0-22fc61ffd805" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362333.660:46): apparmor="DENIED" operation="open" profile="libvirt-5e0f915d-207a-4334-a3e0-22fc61ffd805" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362453.696:54): apparmor="DENIED" operation="open" profile="libvirt-5e0f915d-207a-4334-a3e0-22fc61ffd805" name="/proc/516/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362454.783:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362454.787:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362454.787:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362454.787:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362454.787:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1421 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362471.220:82): apparmor="DENIED" operation="open" profile="libvirt-21dd277b-c38c-4371-ac59-518cde47a2c0" name="/proc/1467/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362333.648:42): apparmor="DENIED" operation="open" profile="libvirt-5e0f915d-207a-4334-a3e0-22fc61ffd805" name="/etc/gss/mech.d/" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 154s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T04:41:15.039744 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512362485.334:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.338:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.338:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.338:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362485.339:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362601.133:54): apparmor="DENIED" operation="open" profile="libvirt-91a88a75-9658-4c87-8716-fd9cb9c220fe" name="/proc/515/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362602.032:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362602.036:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362602.036:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362602.036:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362602.036:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362615.516:82): apparmor="DENIED" operation="open" profile="libvirt-3307624e-ff92-4ab6-a588-4fd0f9bb5cc8" name="/proc/1476/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362485.334:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T04:43:39.466962 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512362986.248:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362986.254:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362986.254:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362986.255:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362986.255:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363000.836:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363000.841:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363000.841:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363000.842:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363000.842:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363011.309:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363011.314:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363011.314:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363011.315:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363011.315:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362986.248:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=802 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T04:50:14.603085 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512362994.691:42): apparmor="DENIED" operation="open" profile="libvirt-59c4a05e-21b2-45f7-9b89-5fbb08fbb8ba" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362994.700:45): apparmor="DENIED" operation="open" profile="libvirt-59c4a05e-21b2-45f7-9b89-5fbb08fbb8ba" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512362994.701:46): apparmor="DENIED" operation="open" profile="libvirt-59c4a05e-21b2-45f7-9b89-5fbb08fbb8ba" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363112.804:54): apparmor="DENIED" operation="open" profile="libvirt-59c4a05e-21b2-45f7-9b89-5fbb08fbb8ba" name="/proc/524/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363113.775:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363113.780:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363113.784:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363113.785:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363113.785:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363126.385:82): apparmor="DENIED" operation="open" profile="libvirt-1dc5ebae-fb41-4e21-aa50-e9017c2c953d" name="/proc/1476/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512362994.691:42): apparmor="DENIED" operation="open" profile="libvirt-59c4a05e-21b2-45f7-9b89-5fbb08fbb8ba" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T04:52:10.726062 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512363240.636:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363240.636:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363240.636:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363240.636:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363240.636:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363254.168:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363254.173:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363254.173:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363254.173:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363254.173:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363264.493:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363264.497:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363264.497:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363264.497:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363264.497:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363240.636:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T04:54:26.859076 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512363638.414:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363638.420:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363638.414:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 24s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T05:00:47.913662 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512363408.558:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.563:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.567:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.567:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.567:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363422.623:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363422.629:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363422.629:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363422.629:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363422.630:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363432.996:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363433.000:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363433.000:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363433.000:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363433.001:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363408.558:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T04:57:15.087146 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512363651.261:42): apparmor="DENIED" operation="open" profile="libvirt-dc1ceba7-9eea-45d6-8f69-1b371d2b436d" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363651.273:45): apparmor="DENIED" operation="open" profile="libvirt-dc1ceba7-9eea-45d6-8f69-1b371d2b436d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363651.273:46): apparmor="DENIED" operation="open" profile="libvirt-dc1ceba7-9eea-45d6-8f69-1b371d2b436d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.766:54): apparmor="DENIED" operation="open" profile="libvirt-dc1ceba7-9eea-45d6-8f69-1b371d2b436d" name="/proc/515/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363772.798:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363772.803:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363772.803:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363772.803:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363772.804:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363788.148:82): apparmor="DENIED" operation="open" profile="libvirt-751997e6-73ca-4615-8d61-0d67894d1d3b" name="/proc/1471/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363651.261:42): apparmor="DENIED" operation="open" profile="libvirt-dc1ceba7-9eea-45d6-8f69-1b371d2b436d" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 154s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:03:15.310616 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512363408.557:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.561:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.562:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.562:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363408.562:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363527.109:54): apparmor="DENIED" operation="open" profile="libvirt-83dae68e-c552-4fe0-9c9d-52d98b70bb94" name="/proc/523/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363528.575:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363528.579:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363528.579:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363528.579:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363528.580:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363541.543:82): apparmor="DENIED" operation="open" profile="libvirt-251005d4-1482-4e1f-8ba5-c73cde45bd9b" name="/proc/1473/cmdline" pid=1447 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363408.557:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T04:59:05.438650 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512363644.131:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363644.137:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363644.137:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363644.137:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363644.137:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363659.426:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363659.431:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363659.432:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363659.432:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363659.432:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363669.806:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363669.810:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363669.810:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363669.810:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363669.810:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1259 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363644.131:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:01:11.532357 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512363655.665:42): apparmor="DENIED" operation="open" profile="libvirt-bc4f538c-2b97-4478-b1e3-f5c9ca1cfda8" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363655.675:45): apparmor="DENIED" operation="open" profile="libvirt-bc4f538c-2b97-4478-b1e3-f5c9ca1cfda8" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363655.675:46): apparmor="DENIED" operation="open" profile="libvirt-bc4f538c-2b97-4478-b1e3-f5c9ca1cfda8" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363770.599:54): apparmor="DENIED" operation="open" profile="libvirt-bc4f538c-2b97-4478-b1e3-f5c9ca1cfda8" name="/proc/517/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.874:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.879:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.879:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.880:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363771.880:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363792.462:82): apparmor="DENIED" operation="open" profile="libvirt-c0219c7c-17b4-43d8-8cd1-227e53b51e5d" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363655.665:42): apparmor="DENIED" operation="open" profile="libvirt-bc4f538c-2b97-4478-b1e3-f5c9ca1cfda8" name="/etc/gss/mech.d/" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T05:03:16.408102 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512363993.453:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512363993.458:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364010.964:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364010.969:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364010.969:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364010.969:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364010.970:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=994 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364021.522:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364021.526:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364021.526:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364021.527:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364021.527:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1249 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512363993.453:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 46s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T05:07:04.676019 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512364073.663:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364073.667:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364073.667:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364073.668:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364073.668:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364088.601:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364088.606:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364088.606:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364088.606:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364088.607:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364098.924:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364098.929:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364098.929:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364098.929:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364098.929:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364073.663:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T05:08:20.957764 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512364007.274:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364007.280:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364007.280:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364137.915:52): apparmor="DENIED" operation="open" profile="libvirt-6d549150-f7b4-4b29-bc38-f3ae3e9a2bd7" name="/proc/519/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364138.763:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1450 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364138.768:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1450 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364138.768:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1450 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364138.768:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1450 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364138.768:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1450 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364156.342:78): apparmor="DENIED" operation="open" profile="libvirt-1fab67cc-dc47-479f-8be7-05636ef09c47" name="/proc/1496/cmdline" pid=1476 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364007.274:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 167s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T05:09:20.078513 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512364081.366:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364081.372:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364081.372:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364081.372:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364081.372:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.092:54): apparmor="DENIED" operation="open" profile="libvirt-c0b873ce-21cf-4f52-940a-ae8f4a20025e" name="/proc/515/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.935:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.939:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.939:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.939:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364196.939:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1413 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364211.444:82): apparmor="DENIED" operation="open" profile="libvirt-38a13f48-095f-4dbc-ac29-8ad051832171" name="/proc/1459/cmdline" pid=1433 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364081.366:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:10:14.200284 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512364678.590:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364678.595:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364678.595:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364678.595:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364678.596:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364689.017:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364689.023:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364689.023:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364689.023:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364689.023:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364678.590:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T05:18:11.502116 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512364674.596:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364674.601:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364674.601:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364674.601:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364674.601:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364812.513:56): apparmor="DENIED" operation="open" profile="libvirt-fbcca0c8-65fc-4d6e-a74c-28481116baef" name="/proc/520/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364813.711:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364813.715:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364813.715:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364813.715:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364813.716:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1455 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364826.479:82): apparmor="DENIED" operation="open" profile="libvirt-e330696f-8609-4734-858d-eb32dc9bd0d0" name="/proc/1501/cmdline" pid=1481 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364674.596:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 165s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:20:30.416803 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512364647.455:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.459:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.459:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.459:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.459:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364647.455:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=824 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 20s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T05:17:35.380812 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512364647.341:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.345:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.345:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.345:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.345:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364661.847:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364661.851:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364661.851:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364661.851:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364661.861:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364672.224:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364672.229:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364672.229:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364672.229:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364672.230:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364647.341:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:17:53.631193 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512364647.354:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.360:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.360:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.360:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364647.360:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364762.634:54): apparmor="DENIED" operation="open" profile="libvirt-29860eb5-d1c4-4144-b0c4-6cb4fc6810a0" name="/proc/514/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364763.695:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364763.699:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364763.699:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364763.699:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364763.699:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512364777.446:82): apparmor="DENIED" operation="open" profile="libvirt-00e6478b-ada5-439c-ad24-7080db1c7989" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512364647.354:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T05:19:41.080697 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512365583.119:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365583.125:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365583.125:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365583.125:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365583.125:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365597.736:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365597.742:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365597.742:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365597.742:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365597.743:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365608.216:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365608.220:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365608.220:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365608.220:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365608.220:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512365583.119:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T05:33:30.222357 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512365586.238:39): apparmor="DENIED" operation="open" profile="libvirt-eb77ca15-11ce-437b-b98d-a30e038ba635" name="/etc/gss/mech.d/" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365586.248:42): apparmor="DENIED" operation="open" profile="libvirt-eb77ca15-11ce-437b-b98d-a30e038ba635" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365586.248:43): apparmor="DENIED" operation="open" profile="libvirt-eb77ca15-11ce-437b-b98d-a30e038ba635" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365704.002:51): apparmor="DENIED" operation="open" profile="libvirt-eb77ca15-11ce-437b-b98d-a30e038ba635" name="/proc/515/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365705.034:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365705.039:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365705.039:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365705.039:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365705.040:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512365718.386:79): apparmor="DENIED" operation="open" profile="libvirt-2f2327f5-cd15-48a3-9fa6-b9da5e64cf7c" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512365586.238:39): apparmor="DENIED" operation="open" profile="libvirt-eb77ca15-11ce-437b-b98d-a30e038ba635" name="/etc/gss/mech.d/" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T05:35:22.119108 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512366038.158:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366038.163:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366038.167:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366038.167:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366038.168:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366052.155:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366052.162:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366052.162:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366052.162:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366052.162:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366062.529:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366062.533:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366062.533:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366062.533:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366062.533:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1248 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366038.158:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:41:04.237733 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512366155.660:50): apparmor="DENIED" operation="open" profile="libvirt-ff7e7764-55ff-40a8-82fd-c05a9db461cd" name="/proc/526/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366156.519:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366156.523:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366156.523:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366156.523:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366156.524:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366172.449:78): apparmor="DENIED" operation="open" profile="libvirt-61caf703-54d0-4259-8b8a-19e447778656" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366155.660:50): apparmor="DENIED" operation="open" profile="libvirt-ff7e7764-55ff-40a8-82fd-c05a9db461cd" name="/proc/526/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:42:56.254267 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512366117.693:42): apparmor="DENIED" operation="open" profile="libvirt-576850d8-0da8-4285-9f2f-0f8d3f3a6bfc" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366117.702:45): apparmor="DENIED" operation="open" profile="libvirt-576850d8-0da8-4285-9f2f-0f8d3f3a6bfc" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366117.702:46): apparmor="DENIED" operation="open" profile="libvirt-576850d8-0da8-4285-9f2f-0f8d3f3a6bfc" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366132.758:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366132.764:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366132.764:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366132.764:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366132.765:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366143.165:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366143.170:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366143.170:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366143.170:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366143.170:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1011 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366117.693:42): apparmor="DENIED" operation="open" profile="libvirt-576850d8-0da8-4285-9f2f-0f8d3f3a6bfc" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:42:25.104986 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512366129.226:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366129.231:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366129.231:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366129.231:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366129.231:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366244.256:54): apparmor="DENIED" operation="open" profile="libvirt-b9b6c252-eca9-4fa0-837c-3b1b46ca4c1e" name="/proc/514/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366245.104:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1415 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366245.108:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1415 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366245.108:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1415 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366245.108:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1415 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366245.108:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1415 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366259.422:82): apparmor="DENIED" operation="open" profile="libvirt-65576ba6-282f-4d3b-8b18-d0d924194503" name="/proc/1461/cmdline" pid=1441 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366129.226:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=799 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 143s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T05:44:22.919522 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512366542.615:42): apparmor="DENIED" operation="open" profile="libvirt-2a27702c-77f3-43b8-800f-39108eefa312" name="/etc/gss/mech.d/" pid=854 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366542.626:45): apparmor="DENIED" operation="open" profile="libvirt-2a27702c-77f3-43b8-800f-39108eefa312" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=854 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366542.626:46): apparmor="DENIED" operation="open" profile="libvirt-2a27702c-77f3-43b8-800f-39108eefa312" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=854 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366558.143:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366558.149:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366558.149:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366558.150:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366558.150:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1016 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366568.529:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366568.535:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366568.535:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366568.535:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366568.536:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366542.615:42): apparmor="DENIED" operation="open" profile="libvirt-2a27702c-77f3-43b8-800f-39108eefa312" name="/etc/gss/mech.d/" pid=854 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:49:30.798803 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512366513.828:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366513.832:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366513.832:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366513.832:31): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366513.833:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366632.404:46): apparmor="DENIED" operation="open" profile="libvirt-66d279ba-bd76-4f57-9630-886b41a44702" name="/proc/515/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366633.751:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366633.755:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366633.755:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366633.755:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366633.755:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366645.428:74): apparmor="DENIED" operation="open" profile="libvirt-37dbae5c-2846-428b-8f29-5c74b81562bf" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366513.828:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:50:49.305099 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512366543.885:42): apparmor="DENIED" operation="open" profile="libvirt-25c671c5-4942-4359-89ba-accf8683c955" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366543.921:45): apparmor="DENIED" operation="open" profile="libvirt-25c671c5-4942-4359-89ba-accf8683c955" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366543.921:46): apparmor="DENIED" operation="open" profile="libvirt-25c671c5-4942-4359-89ba-accf8683c955" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366663.755:54): apparmor="DENIED" operation="open" profile="libvirt-25c671c5-4942-4359-89ba-accf8683c955" name="/proc/517/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366664.748:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366664.754:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366664.754:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366664.754:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366664.754:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366681.247:82): apparmor="DENIED" operation="open" profile="libvirt-d52b18f6-39a2-48ba-bdf4-721888cd5563" name="/proc/1474/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366543.885:42): apparmor="DENIED" operation="open" profile="libvirt-25c671c5-4942-4359-89ba-accf8683c955" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T05:51:24.402628 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512366785.413:42): apparmor="DENIED" operation="open" profile="libvirt-e3147539-250c-45ac-979c-cbf5024ce466" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366785.424:45): apparmor="DENIED" operation="open" profile="libvirt-e3147539-250c-45ac-979c-cbf5024ce466" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366785.424:46): apparmor="DENIED" operation="open" profile="libvirt-e3147539-250c-45ac-979c-cbf5024ce466" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366798.922:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366798.926:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366798.926:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366798.927:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366798.927:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=991 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366809.289:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366809.294:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366809.294:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366809.294:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366809.294:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1246 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366785.413:42): apparmor="DENIED" operation="open" profile="libvirt-e3147539-250c-45ac-979c-cbf5024ce466" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:53:31.153314 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512366816.571:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366816.577:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366816.577:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366816.577:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366816.578:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366831.287:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366831.293:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366831.293:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366831.293:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366831.293:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366841.806:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366841.813:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366841.813:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366841.814:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366841.821:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366816.571:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T05:54:04.034473 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512367061.239:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367061.243:19): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367075.754:42): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367075.759:43): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367075.759:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367075.759:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367075.759:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367086.185:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367086.191:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367086.191:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367086.191:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367086.192:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367061.239:18): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T05:58:08.659616 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512366825.441:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366825.446:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366825.446:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366825.446:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366825.446:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366945.439:54): apparmor="DENIED" operation="open" profile="libvirt-0c430cc5-009a-4567-86c2-30d96cf364e9" name="/proc/513/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366948.391:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366948.394:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366948.394:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366948.395:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366948.395:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512366963.481:82): apparmor="DENIED" operation="open" profile="libvirt-9ad914bd-099a-47d5-8220-7788b0b08f97" name="/proc/1466/cmdline" pid=1440 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512366825.441:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 152s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T05:56:07.601378 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512367078.473:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367078.477:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367078.477:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367078.477:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367078.478:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367191.309:51): apparmor="DENIED" operation="open" profile="libvirt-9c686e21-0790-48e5-806d-181bed2dc2b9" name="/proc/514/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367192.535:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367192.539:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367192.539:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367192.539:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367192.540:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367206.223:77): apparmor="DENIED" operation="open" profile="libvirt-36a5d778-86ae-4707-9aa6-0ce7cbfaf33a" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367078.473:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T06:00:08.717760 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512367017.199:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367017.205:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367017.205:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367017.205:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367017.206:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367027.798:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367027.803:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367027.803:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367027.803:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367027.804:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367017.199:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1004 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T05:57:08.992050 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512367004.607:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367004.616:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367004.616:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367004.616:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367004.618:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367124.807:54): apparmor="DENIED" operation="open" profile="libvirt-133d7f12-0f7d-4595-a90c-66312ba7f66a" name="/proc/516/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367125.665:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367125.670:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367125.670:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367125.670:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367125.670:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367140.465:82): apparmor="DENIED" operation="open" profile="libvirt-7ef7bd34-1038-462e-9fd6-d8d2c8661602" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367004.607:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:59:04.357855 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512367400.724:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367400.729:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367400.729:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367400.729:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367400.730:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367406.048:47): apparmor="DENIED" operation="open" profile="libvirt-37b084f1-1286-486b-82f1-9b700ec744eb" name="/proc/514/cmdline" pid=826 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367400.724:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 22s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T06:03:30.378548 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512367150.306:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367150.309:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367150.309:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367150.309:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367150.310:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367167.382:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367167.389:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367167.389:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367167.389:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367167.395:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367177.768:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367177.774:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367177.774:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367177.774:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367177.774:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367150.306:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T05:59:41.772977 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512367407.787:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367407.794:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367407.794:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367407.795:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367407.795:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367524.694:51): apparmor="DENIED" operation="open" profile="libvirt-d0ff9656-0018-4b92-9696-ff13b68c3d09" name="/proc/519/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367525.785:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367525.790:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367525.790:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367525.790:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367525.790:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367538.349:79): apparmor="DENIED" operation="open" profile="libvirt-6746b413-a447-4043-ab9f-b069dc97626b" name="/proc/1472/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367407.787:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T06:05:42.770253 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512367459.743:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367459.748:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367459.748:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367459.748:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367459.749:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367575.744:50): apparmor="DENIED" operation="open" profile="libvirt-1f64efb7-c35c-4a91-9a98-1f480ef3d2fd" name="/proc/521/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367576.769:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367576.775:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367576.775:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367576.775:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367576.775:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1430 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367589.386:78): apparmor="DENIED" operation="open" profile="libvirt-4a97d259-949d-4351-9da7-3cb576273612" name="/proc/1476/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367459.743:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=821 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T06:06:32.982986 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512367153.349:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367153.354:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367153.358:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367153.358:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367153.358:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367278.912:52): apparmor="DENIED" operation="open" profile="libvirt-e7845078-2507-4e03-8932-437d4913e38f" name="/proc/519/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367279.838:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367279.842:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367279.842:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367279.842:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367279.843:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512367293.471:80): apparmor="DENIED" operation="open" profile="libvirt-2f41c563-5efc-4dd3-9c8c-5f04b69dd47e" name="/proc/1473/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512367153.349:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 155s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T06:01:37.391146 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512368072.525:42): apparmor="DENIED" operation="open" profile="libvirt-a16174fd-20f4-456f-ab6c-1aec114c44c4" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368072.535:45): apparmor="DENIED" operation="open" profile="libvirt-a16174fd-20f4-456f-ab6c-1aec114c44c4" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368072.535:46): apparmor="DENIED" operation="open" profile="libvirt-a16174fd-20f4-456f-ab6c-1aec114c44c4" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368086.830:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368086.835:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368086.835:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368086.835:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368086.836:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368097.271:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1104 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368097.276:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1104 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368097.276:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1104 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368097.276:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1104 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368097.277:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1104 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512368072.525:42): apparmor="DENIED" operation="open" profile="libvirt-a16174fd-20f4-456f-ab6c-1aec114c44c4" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T06:14:59.232433 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512368210.039:50): apparmor="DENIED" operation="open" profile="libvirt-3ab84246-bc98-4c13-8a90-f8131c5c96ce" name="/proc/518/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368210.997:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368211.002:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368211.002:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368211.003:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368211.003:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1434 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368223.441:78): apparmor="DENIED" operation="open" profile="libvirt-ea51213f-181a-4df0-b197-9762f50ecc95" name="/proc/1481/cmdline" pid=1460 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512368210.039:50): apparmor="DENIED" operation="open" profile="libvirt-3ab84246-bc98-4c13-8a90-f8131c5c96ce" name="/proc/518/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 155s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T06:17:06.597039 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512368326.308:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368326.313:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368343.753:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368343.759:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368343.759:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368343.759:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368343.759:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368354.137:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368354.143:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368354.143:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368354.144:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368354.144:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1264 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512368326.308:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 43s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T06:19:16.650684 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512368327.509:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368327.516:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368327.516:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368327.516:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368327.517:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368456.050:50): apparmor="DENIED" operation="open" profile="libvirt-182c3747-64ac-4ce7-99ba-d22bf7c04f35" name="/proc/511/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368457.534:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368457.540:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368457.540:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368457.540:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368457.541:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1426 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512368476.312:78): apparmor="DENIED" operation="open" profile="libvirt-0cddbe0c-74b7-48c2-8fd6-2352b76d6bdc" name="/proc/1478/cmdline" pid=1452 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512368327.509:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 164s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T06:21:19.991371 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512369948.212:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.217:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.217:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.218:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.218:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512369948.212:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=813 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 13s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T06:45:54.260399 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512370117.199:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370117.206:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370117.206:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370117.206:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370117.207:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370127.610:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370127.614:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370127.614:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370127.614:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370127.614:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512370117.199:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T06:48:50.109310 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512369948.168:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.172:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.172:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.172:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512369948.172:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370078.298:54): apparmor="DENIED" operation="open" profile="libvirt-3514a4a2-5852-4806-ac3b-aa84c0b721b3" name="/proc/515/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370079.195:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370079.200:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370079.200:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370079.200:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370079.200:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1438 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370095.568:82): apparmor="DENIED" operation="open" profile="libvirt-7fd25b65-6354-4cfa-8bf3-2bcd5ab29610" name="/proc/1484/cmdline" pid=1464 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512369948.168:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 156s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T06:48:19.314495 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512370112.562:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370112.565:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370112.565:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370112.566:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370112.569:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370228.456:54): apparmor="DENIED" operation="open" profile="libvirt-0d95f2cd-88c1-480f-add9-37019a143f9b" name="/proc/516/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370229.290:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370229.296:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370229.296:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370229.296:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370229.296:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370241.478:82): apparmor="DENIED" operation="open" profile="libvirt-d4597c1f-46eb-4c49-8a3e-eef7ed355db0" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512370112.562:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T06:50:45.266672 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512370645.842:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370645.849:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370645.849:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370645.849:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370645.850:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370661.389:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370661.394:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370661.394:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370661.394:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370661.395:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370671.804:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370671.809:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370671.809:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370671.809:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370671.809:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1254 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512370645.842:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T06:57:53.952272 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512370773.658:48): apparmor="DENIED" operation="open" profile="libvirt-28690d56-8c0c-441e-a64f-ade65e7340f1" name="/proc/511/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370774.622:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370774.625:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370774.625:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370774.625:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370774.626:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1420 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512370786.499:76): apparmor="DENIED" operation="open" profile="libvirt-6408c32f-2ea6-459d-b981-875bd501f096" name="/proc/1466/cmdline" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512370773.658:48): apparmor="DENIED" operation="open" profile="libvirt-28690d56-8c0c-441e-a64f-ade65e7340f1" name="/proc/511/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T06:59:50.182484 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512371651.967:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371651.970:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371651.970:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371651.970:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371651.971:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371652.604:42): apparmor="DENIED" operation="open" profile="libvirt-bb566842-a595-421e-9d02-e329c16e4c5e" name="/etc/gss/mech.d/" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371652.615:45): apparmor="DENIED" operation="open" profile="libvirt-bb566842-a595-421e-9d02-e329c16e4c5e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371652.615:46): apparmor="DENIED" operation="open" profile="libvirt-bb566842-a595-421e-9d02-e329c16e4c5e" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371666.054:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371666.058:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371666.059:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371666.059:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371666.059:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=993 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371676.452:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1108 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371676.458:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1108 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371676.458:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1108 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371676.458:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1108 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371676.458:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1108 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512371651.967:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=803 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T07:14:38.174026 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512371442.771:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371442.776:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371442.776:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371442.776:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371442.777:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371462.317:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371462.323:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371462.323:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371462.323:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371462.333:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371473.048:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371473.053:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371473.053:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371473.053:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371473.054:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512371442.771:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 51s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T07:11:16.693042 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512371655.171:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371655.174:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371655.174:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371655.175:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371655.175:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371777.193:54): apparmor="DENIED" operation="open" profile="libvirt-9f537be2-622e-4d37-a87f-6d15affb07a5" name="/proc/520/cmdline" pid=849 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371778.090:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371778.095:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371778.095:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371778.095:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371778.095:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1435 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371792.418:82): apparmor="DENIED" operation="open" profile="libvirt-6aff0e1d-8817-48ce-a978-67f4c1d03a66" name="/proc/1481/cmdline" pid=1461 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512371655.171:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T07:16:36.333827 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> error: no valid connection
error: internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> The 'virsh' command failed, as expected: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: no valid connection\nerror: internal error: the caller doesn't support keepalive protocol; perhaps it's missing event loop implementation"}", data: """"
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512371444.436:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371444.442:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371444.442:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371444.443:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371444.443:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371573.097:50): apparmor="DENIED" operation="open" profile="libvirt-bc475782-94ef-4908-b65c-2253cb59e025" name="/proc/510/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371576.040:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371576.044:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371576.045:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371576.045:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371576.046:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512371594.289:78): apparmor="DENIED" operation="open" profile="libvirt-4eb3c377-f3af-4a31-a4b5-b697cd8dc698" name="/proc/1476/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512371444.436:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 171s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T07:13:19.950666 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512372226.817:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372226.822:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372226.822:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372226.822:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372226.822:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372243.594:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372243.602:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372243.602:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372243.603:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372243.603:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372254.361:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372254.366:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372254.367:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372254.367:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372254.376:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1256 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372226.817:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 46s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T07:24:18.249096 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512372233.496:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372233.501:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372233.502:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372233.502:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372233.502:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372360.796:54): apparmor="DENIED" operation="open" profile="libvirt-55c43d7a-3bdb-4a5d-988f-1696591f6ee8" name="/proc/514/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372362.396:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372362.400:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372362.400:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372362.400:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372362.401:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372382.091:82): apparmor="DENIED" operation="open" profile="libvirt-c6c8a1dc-8e32-48e2-a355-41bf9f323034" name="/proc/1488/cmdline" pid=1462 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372233.496:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 165s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T07:26:25.465288 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512372567.598:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372567.603:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372567.603:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372567.603:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372567.603:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372567.598:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 7 testState (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T07:29:34.721575 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512372569.782:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372569.787:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372569.787:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372569.787:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372569.787:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372575.134:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372575.141:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372575.141:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372575.141:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372575.141:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=995 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372569.782:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 6 testNetworks (check_machines.TestMachines) # duration: 19s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T07:29:38.595989 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testInlineConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> connecting
>  Msg: noVNC ready: native WebSockets, canvas rendering
> 
>  Msg: Starting VNC handshake
>  Msg: Sent ProtocolVersion: 003.008
>  Msg: Authenticating using scheme: 1
> 
>  Msg: Authentication OK
>  Msg: Authentication OK
>  Msg: Connected (unencrypted) to: QEMU (subVmTest1)
Unexpected journal message 'audit: type=1400 audit(1512372574.356:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372574.361:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372574.361:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372574.361:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372574.361:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372574.356:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 5 testInlineConsole (check_machines.TestMachines) # duration: 17s
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testInlineConsole-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T07:29:40.217918 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512372583.489:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372583.496:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372583.496:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372583.496:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372583.497:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372583.489:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=800 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 4 testExternalConsole (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T07:29:50.653423 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512372592.791:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.795:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.795:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.795:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.795:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372592.791:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 20s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T07:30:00.726527 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512372591.358:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372591.365:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372591.365:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372591.365:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372591.366:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372605.559:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372605.567:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372605.567:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372605.568:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372605.568:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372616.061:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372616.075:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372616.075:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372616.077:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372616.079:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372591.358:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T07:30:18.616392 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512372592.849:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.852:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.852:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.853:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372592.853:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372709.022:54): apparmor="DENIED" operation="open" profile="libvirt-602af975-5996-4692-b566-b5bd10ce0ab8" name="/proc/516/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372710.265:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372710.270:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372710.270:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372710.270:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372710.271:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512372722.465:82): apparmor="DENIED" operation="open" profile="libvirt-09c1e842-e1cf-464a-98e7-2845ac59ab3c" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512372592.849:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T07:32:06.119590 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512373410.974:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373410.977:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373410.977:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373410.977:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373410.978:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373411.317:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373411.321:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373411.321:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373411.322:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373411.322:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=827 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373425.449:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373425.453:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373425.453:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373425.454:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373425.454:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1008 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373435.908:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373435.919:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373435.919:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373435.919:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373435.920:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512373410.974:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T07:43:57.271926 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512373408.619:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373408.623:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373408.623:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373408.623:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373408.623:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373520.960:54): apparmor="DENIED" operation="open" profile="libvirt-282d47b4-a6a2-4401-a1f4-871763d86918" name="/proc/517/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373521.788:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373521.791:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373521.791:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373521.791:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373521.791:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512373536.483:80): apparmor="DENIED" operation="open" profile="libvirt-d38cb431-356d-4841-a378-25a2169316c7" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512373408.619:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=815 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 136s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T07:45:39.579005 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512374220.452:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374220.456:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374220.456:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374220.456:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374220.457:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374237.408:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374237.415:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374237.416:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374237.416:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374237.416:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374247.803:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374247.808:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374247.808:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374247.808:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374247.808:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512374220.452:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T07:57:29.106553 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512374225.668:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374225.674:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374225.674:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374225.674:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374225.675:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374347.971:52): apparmor="DENIED" operation="open" profile="libvirt-587dfb07-d3dc-4aea-a22d-59e579897fb6" name="/proc/527/cmdline" pid=860 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374350.102:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1448 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374350.107:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1448 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374350.107:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1448 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374350.107:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1448 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374350.108:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1448 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374364.401:80): apparmor="DENIED" operation="open" profile="libvirt-cda7d659-0273-4dd5-813c-51af5e3b665e" name="/proc/1494/cmdline" pid=1468 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512374225.668:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=832 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 155s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T07:59:30.039823 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512374639.552:42): apparmor="DENIED" operation="open" profile="libvirt-f3c05586-0916-450d-adb9-902c8f84616b" name="/etc/gss/mech.d/" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374639.560:45): apparmor="DENIED" operation="open" profile="libvirt-f3c05586-0916-450d-adb9-902c8f84616b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374639.560:46): apparmor="DENIED" operation="open" profile="libvirt-f3c05586-0916-450d-adb9-902c8f84616b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374656.669:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374656.676:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374656.676:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374656.677:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374656.677:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374667.199:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374667.204:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374667.204:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374667.204:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374667.205:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512374639.552:42): apparmor="DENIED" operation="open" profile="libvirt-f3c05586-0916-450d-adb9-902c8f84616b" name="/etc/gss/mech.d/" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 43s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T08:04:29.294969 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512374649.093:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374649.100:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374649.100:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374649.100:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374649.101:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374766.677:54): apparmor="DENIED" operation="open" profile="libvirt-7568043c-31f3-4586-b7f0-96295b70b26d" name="/proc/512/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374767.531:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374767.535:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374767.535:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374767.535:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374767.536:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1418 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512374782.477:82): apparmor="DENIED" operation="open" profile="libvirt-9ed01f67-e34e-4374-8b7c-f96a027e9840" name="/proc/1464/cmdline" pid=1444 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512374649.093:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 147s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T08:06:25.605592 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512375611.743:42): apparmor="DENIED" operation="open" profile="libvirt-2c21fc61-35fa-4267-91ba-b141dc5cf840" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375611.753:45): apparmor="DENIED" operation="open" profile="libvirt-2c21fc61-35fa-4267-91ba-b141dc5cf840" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375611.753:46): apparmor="DENIED" operation="open" profile="libvirt-2c21fc61-35fa-4267-91ba-b141dc5cf840" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375626.356:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375626.361:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375626.361:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375626.362:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375626.362:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=992 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375636.902:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375636.906:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375636.906:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375636.906:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375636.906:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1247 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512375611.743:42): apparmor="DENIED" operation="open" profile="libvirt-2c21fc61-35fa-4267-91ba-b141dc5cf840" name="/etc/gss/mech.d/" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T08:20:38.448570 | revision 20044680a6f430edd86f75259c3110ff91dafe53, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512375620.420:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375620.423:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375620.423:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375620.423:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375620.423:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375739.109:54): apparmor="DENIED" operation="open" profile="libvirt-6834aa6b-9770-4b07-a16d-742799511447" name="/proc/519/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375740.506:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375740.511:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375740.511:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375740.511:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375740.512:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512375757.542:82): apparmor="DENIED" operation="open" profile="libvirt-e93d11de-7cd7-4c01-b379-7534c360966a" name="/proc/1474/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512375620.420:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 151s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T08:22:40.838694 | revision 20044680a6f430edd86f75259c3110ff91dafe53, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512376165.150:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376165.156:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376165.156:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376165.156:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376165.157:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376175.600:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1048 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376175.606:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1048 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376175.606:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1048 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376175.606:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1048 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376175.606:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1048 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376165.150:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T08:29:37.888550 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512376522.418:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376522.422:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376522.422:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376522.422:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376522.422:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.760:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.774:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.774:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.775:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.776:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1007 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376549.140:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376549.144:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376549.144:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376549.144:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376549.145:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1262 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376522.418:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 40s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T08:35:50.845903 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512376160.927:39): apparmor="DENIED" operation="open" profile="libvirt-7a1404bf-998b-4b29-8848-216941cc8de3" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376160.937:42): apparmor="DENIED" operation="open" profile="libvirt-7a1404bf-998b-4b29-8848-216941cc8de3" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376160.937:43): apparmor="DENIED" operation="open" profile="libvirt-7a1404bf-998b-4b29-8848-216941cc8de3" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376283.404:51): apparmor="DENIED" operation="open" profile="libvirt-7a1404bf-998b-4b29-8848-216941cc8de3" name="/proc/523/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376284.752:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376284.757:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376284.757:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376284.757:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376284.757:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376298.380:79): apparmor="DENIED" operation="open" profile="libvirt-d54ce82b-9e0c-425f-82b6-11e78aa58400" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376160.927:39): apparmor="DENIED" operation="open" profile="libvirt-7a1404bf-998b-4b29-8848-216941cc8de3" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 153s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T08:31:42.008355 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
> spawn 'virsh' process returned error: "{"problem":null,"exit_status":1,"exit_signal":null,"message":"error: failed to connect to the hypervisor\nerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory"}", data: """"
> dominfo() exception: 'error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory', data: '', output: ''
Unexpected journal message 'audit: type=1400 audit(1512376538.794:42): apparmor="DENIED" operation="open" profile="libvirt-50718e2c-454a-4cf3-a84d-467b0457ac44" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.817:45): apparmor="DENIED" operation="open" profile="libvirt-50718e2c-454a-4cf3-a84d-467b0457ac44" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376538.817:46): apparmor="DENIED" operation="open" profile="libvirt-50718e2c-454a-4cf3-a84d-467b0457ac44" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376653.589:54): apparmor="DENIED" operation="open" profile="libvirt-50718e2c-454a-4cf3-a84d-467b0457ac44" name="/proc/514/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376654.578:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376654.583:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376654.583:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376654.583:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376654.584:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376668.311:82): apparmor="DENIED" operation="open" profile="libvirt-58f58b01-95cd-4040-921e-159e7d25a610" name="/proc/1473/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376538.794:42): apparmor="DENIED" operation="open" profile="libvirt-50718e2c-454a-4cf3-a84d-467b0457ac44" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 144s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T08:37:51.054688 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512376733.131:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376733.136:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376733.136:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376733.137:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376733.137:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376750.557:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376750.563:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376750.563:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376750.564:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376750.565:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376761.011:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376761.017:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376761.017:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376761.018:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376761.018:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376733.131:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 53s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T08:39:22.573147 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512376740.908:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376740.914:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376740.914:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376740.915:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376740.915:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376857.727:54): apparmor="DENIED" operation="open" profile="libvirt-f557796e-3535-41b8-9c74-c0fed8aa79df" name="/proc/509/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376858.572:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376858.575:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376858.575:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376858.575:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376858.576:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1419 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512376879.045:82): apparmor="DENIED" operation="open" profile="libvirt-01e000d0-0801-4e8d-ac11-e6e67d703f92" name="/proc/1465/cmdline" pid=1445 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512376740.908:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T08:41:22.437361 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512377279.605:42): apparmor="DENIED" operation="open" profile="libvirt-85fe3468-b664-4d02-8cd9-54d47834ff08" name="/etc/gss/mech.d/" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377279.615:45): apparmor="DENIED" operation="open" profile="libvirt-85fe3468-b664-4d02-8cd9-54d47834ff08" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377279.615:46): apparmor="DENIED" operation="open" profile="libvirt-85fe3468-b664-4d02-8cd9-54d47834ff08" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377293.532:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377293.537:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377293.537:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377293.538:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377293.538:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1009 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377304.036:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377304.039:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377304.039:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377304.039:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377304.040:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1263 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512377279.605:42): apparmor="DENIED" operation="open" profile="libvirt-85fe3468-b664-4d02-8cd9-54d47834ff08" name="/etc/gss/mech.d/" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T08:48:25.903667 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512377284.443:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377284.447:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377284.447:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377284.447:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377284.447:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377408.373:54): apparmor="DENIED" operation="open" profile="libvirt-3ef725f6-ceeb-4694-96cb-6ecc4b272106" name="/proc/517/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377409.211:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377409.216:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377409.216:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377409.216:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377409.216:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1424 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512377421.367:82): apparmor="DENIED" operation="open" profile="libvirt-79527013-2502-4cfb-9262-8670df1d73db" name="/proc/1470/cmdline" pid=1450 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512377284.443:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T08:50:24.968645 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512378381.330:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378381.336:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378381.336:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378381.337:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378381.337:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378391.697:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378391.703:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378391.703:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378391.703:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378391.703:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378381.330:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 42s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T09:06:33.941848 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512378492.328:54): apparmor="DENIED" operation="open" profile="libvirt-227df792-f2a6-4315-a1d2-1baf2b121d2b" name="/proc/516/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378493.535:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378493.540:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378493.540:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378493.540:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378493.540:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1437 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378508.148:82): apparmor="DENIED" operation="open" profile="libvirt-ebc9633f-3ff1-4dab-9790-f80315090c9b" name="/proc/1489/cmdline" pid=1463 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378492.328:54): apparmor="DENIED" operation="open" profile="libvirt-227df792-f2a6-4315-a1d2-1baf2b121d2b" name="/proc/516/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T09:08:32.175943 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512378992.897:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378992.901:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378992.901:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378992.901:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378992.902:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379007.718:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379007.724:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379007.724:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379007.724:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379007.725:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379018.177:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379018.182:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379018.185:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379018.185:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379018.186:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378992.897:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T09:17:00.859361 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512378937.145:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378937.152:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378937.152:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378937.152:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378937.152:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378955.978:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378955.987:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378955.987:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378955.987:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378955.988:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378966.836:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378966.841:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378966.841:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378966.841:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378966.842:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378937.145:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=816 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 44s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T09:16:09.893196 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512378993.980:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378993.986:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378993.986:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378993.986:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378993.986:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379112.386:54): apparmor="DENIED" operation="open" profile="libvirt-92c1f9a9-9675-4b58-84b5-608d796226a3" name="/proc/516/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379113.345:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379113.351:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379113.351:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379113.351:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379113.351:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1429 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379127.660:82): apparmor="DENIED" operation="open" profile="libvirt-7cb9c430-ceab-43de-bc07-50332b911a39" name="/proc/1475/cmdline" pid=1455 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378993.980:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=805 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T09:18:51.133089 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512378945.908:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378945.914:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378945.914:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378945.915:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378945.915:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378946.520:42): apparmor="DENIED" operation="open" profile="libvirt-5246336b-acd4-4344-8dfa-b923e02d9603" name="/etc/gss/mech.d/" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512378946.541:45): apparmor="DENIED" operation="open" profile="libvirt-5246336b-acd4-4344-8dfa-b923e02d9603" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379071.075:54): apparmor="DENIED" operation="open" profile="libvirt-5246336b-acd4-4344-8dfa-b923e02d9603" name="/proc/514/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379072.283:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379072.287:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379072.287:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379072.287:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379072.288:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379089.110:82): apparmor="DENIED" operation="open" profile="libvirt-05123b49-d6f3-4d32-b19a-58d1543f5316" name="/proc/1482/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512378945.908:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=823 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 157s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T09:18:11.979569 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512379533.793:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379533.800:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379533.800:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379533.800:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379533.801:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379549.482:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379549.490:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379549.490:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379549.491:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379549.491:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379559.930:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379559.935:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379559.935:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379559.935:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379559.935:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1253 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379533.793:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 46s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T09:26:01.836801 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512379345.650:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379345.653:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379345.653:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379345.653:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379345.655:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379360.290:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379360.296:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379360.296:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379360.296:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379360.296:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1001 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379370.677:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379370.684:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379370.684:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379370.684:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379370.685:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1255 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379345.650:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=820 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T09:22:52.731964 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512379546.235:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379546.242:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379546.242:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379546.242:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379546.243:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379669.106:54): apparmor="DENIED" operation="open" profile="libvirt-e7dccc2e-4f86-4b7b-b305-3e457b59a6fb" name="/proc/517/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379671.455:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379671.460:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379671.460:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379671.460:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379671.461:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379688.432:82): apparmor="DENIED" operation="open" profile="libvirt-291acc53-bca1-4b09-bfa1-f54c604fafa9" name="/proc/1483/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379546.235:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 163s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T09:28:13.177513 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2601' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512379352.076:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379352.082:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379352.082:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379352.084:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379352.085:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379472.899:54): apparmor="DENIED" operation="open" profile="libvirt-9516b2fd-c459-4905-911b-54d6da946152" name="/proc/521/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379474.178:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379474.182:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379474.182:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379474.182:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379474.182:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379489.517:82): apparmor="DENIED" operation="open" profile="libvirt-1a4cceac-03a2-43f7-abfa-3f69be245c44" name="/proc/1477/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379352.076:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 146s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-04T09:24:52.625400 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512379859.432:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379859.437:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379859.437:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379859.438:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379859.438:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379874.498:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379874.504:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379874.504:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379874.504:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379874.505:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=990 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379884.892:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379884.898:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379884.898:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379884.898:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379884.898:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1245 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379859.432:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=801 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T09:31:26.959770 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512379860.850:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379860.856:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379860.856:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379860.857:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379860.857:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379977.071:54): apparmor="DENIED" operation="open" profile="libvirt-3b012ca5-9967-4b3f-b60a-c628598259c7" name="/proc/514/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379980.390:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379980.395:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379980.395:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379980.395:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379980.395:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.482:82): apparmor="DENIED" operation="open" profile="libvirt-fa8b5eee-9845-4198-a9c4-b95aad3b36e0" name="/proc/1468/cmdline" pid=1442 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379860.850:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 148s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T09:33:19.703806 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512379979.185:42): apparmor="DENIED" operation="open" profile="libvirt-144f0337-dd45-4844-af71-498f23967e58" name="/etc/gss/mech.d/" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379979.198:45): apparmor="DENIED" operation="open" profile="libvirt-144f0337-dd45-4844-af71-498f23967e58" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379979.199:46): apparmor="DENIED" operation="open" profile="libvirt-144f0337-dd45-4844-af71-498f23967e58" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.573:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.576:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.576:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.576:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379993.577:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380004.017:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380004.022:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380004.023:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380004.023:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380004.023:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1258 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379979.185:42): apparmor="DENIED" operation="open" profile="libvirt-144f0337-dd45-4844-af71-498f23967e58" name="/etc/gss/mech.d/" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 39s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T09:33:25.347858 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512379983.392:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379983.398:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379983.398:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379983.398:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512379983.398:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380100.635:54): apparmor="DENIED" operation="open" profile="libvirt-97ac6268-d650-4f08-81bd-b890171baae7" name="/proc/516/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380101.727:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380101.731:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380101.731:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380101.731:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380101.732:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1427 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380114.316:82): apparmor="DENIED" operation="open" profile="libvirt-2ba4a7e8-2e7b-4dba-94e3-bf0f4e35246c" name="/proc/1473/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512379983.392:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=809 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 145s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T09:35:16.818508 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512380530.960:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.963:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.963:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.963:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.963:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512380530.960:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=808 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 16s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T09:42:19.454521 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512380530.152:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.156:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.156:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.156:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380530.156:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380544.124:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380544.128:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380544.128:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380544.129:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380544.129:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1000 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380554.548:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380554.552:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380554.552:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380554.552:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380554.552:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512380530.152:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T09:42:36.120619 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512380532.640:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380532.645:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380532.645:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380532.645:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380532.645:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380650.221:54): apparmor="DENIED" operation="open" profile="libvirt-84b9f3ee-5a67-4d41-9d0e-634c032c93b7" name="/proc/518/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380651.047:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380651.050:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380651.050:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380651.050:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380651.051:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1432 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512380666.549:82): apparmor="DENIED" operation="open" profile="libvirt-cdc2548b-7f57-4041-bdbb-f2f289486951" name="/proc/1478/cmdline" pid=1458 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512380532.640:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=811 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T09:44:28.864689 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512381113.160:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381113.165:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381113.166:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381113.166:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381113.166:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381128.051:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381128.057:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381128.057:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381128.057:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381128.057:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381138.464:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381138.469:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381138.469:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381138.469:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381138.470:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1272 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381113.160:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=826 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T09:52:20.621255 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512381122.748:41): apparmor="DENIED" operation="open" profile="libvirt-9d26e1fd-870d-4f1e-a54f-a745a7234464" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381122.757:44): apparmor="DENIED" operation="open" profile="libvirt-9d26e1fd-870d-4f1e-a54f-a745a7234464" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381122.758:45): apparmor="DENIED" operation="open" profile="libvirt-9d26e1fd-870d-4f1e-a54f-a745a7234464" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381237.270:53): apparmor="DENIED" operation="open" profile="libvirt-9d26e1fd-870d-4f1e-a54f-a745a7234464" name="/proc/516/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381239.974:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381239.978:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381239.978:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381239.978:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381239.979:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1428 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381259.356:81): apparmor="DENIED" operation="open" profile="libvirt-ef0fc58c-a1a0-4ab6-9e5b-cd4429c30f8a" name="/proc/1474/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381122.748:41): apparmor="DENIED" operation="open" profile="libvirt-9d26e1fd-870d-4f1e-a54f-a745a7234464" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T09:54:23.399543 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512381446.989:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381446.994:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381446.994:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381446.994:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381446.995:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381457.379:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381457.386:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381457.386:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381457.386:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381457.387:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1010 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381446.989:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=998 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T09:57:38.968459 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512381734.362:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381734.366:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381734.366:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381734.366:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381734.366:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381748.229:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381748.236:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381748.236:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381748.236:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381748.237:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=999 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381758.627:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381758.632:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381758.632:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381758.632:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381758.632:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1012 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381734.362:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=818 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 37s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T10:02:40.395375 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512381550.132:54): apparmor="DENIED" operation="open" profile="libvirt-740f0ad3-4684-4b23-8fb9-3ea8d446818d" name="/proc/517/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381550.998:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381551.003:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381551.003:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381551.003:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381551.003:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1422 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381565.166:82): apparmor="DENIED" operation="open" profile="libvirt-17034e09-3c36-4909-9a02-4131d347272c" name="/proc/1468/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381550.132:54): apparmor="DENIED" operation="open" profile="libvirt-740f0ad3-4684-4b23-8fb9-3ea8d446818d" name="/proc/517/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 148s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T09:59:28.478193 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4 Times recorded: 1 Latest occurrences:

cockpituous commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512381736.377:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381736.383:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381736.383:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381736.384:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381736.384:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381858.077:54): apparmor="DENIED" operation="open" profile="libvirt-cdbf527b-49a3-445b-b408-5c617267dda4" name="/proc/515/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381859.506:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381859.511:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381859.511:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381859.512:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381859.512:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1423 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512381873.372:82): apparmor="DENIED" operation="open" profile="libvirt-7bd2ef74-a1d2-49f9-acd5-fc04c2f60380" name="/proc/1469/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512381736.377:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=804 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T10:04:37.345874 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512382238.104:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382238.111:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382238.111:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382238.111:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382238.112:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382257.514:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382257.521:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382257.521:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382257.521:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382257.522:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=996 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382268.401:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382268.407:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382268.407:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382268.408:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382268.409:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1251 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512382238.104:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 45s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T10:11:11.832301 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512382248.301:42): apparmor="DENIED" operation="open" profile="libvirt-e693f60c-1e39-425f-9a87-257fa4b6661d" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382248.322:45): apparmor="DENIED" operation="open" profile="libvirt-e693f60c-1e39-425f-9a87-257fa4b6661d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382248.322:46): apparmor="DENIED" operation="open" profile="libvirt-e693f60c-1e39-425f-9a87-257fa4b6661d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382373.816:54): apparmor="DENIED" operation="open" profile="libvirt-e693f60c-1e39-425f-9a87-257fa4b6661d" name="/proc/514/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382377.436:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382377.441:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382377.441:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382377.441:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382377.441:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1436 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512382391.397:82): apparmor="DENIED" operation="open" profile="libvirt-9561e789-3008-43e2-b08a-caf440330a7e" name="/proc/1488/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512382248.301:42): apparmor="DENIED" operation="open" profile="libvirt-e693f60c-1e39-425f-9a87-257fa4b6661d" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 158s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T10:13:15.139330 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2701' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512383908.628:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383908.634:21): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383908.634:22): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383908.634:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383908.634:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383922.659:44): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383922.664:45): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383922.664:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383922.664:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383922.665:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=997 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383932.980:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383932.984:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383932.984:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383932.984:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383932.984:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1252 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512383908.628:20): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=807 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 38s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2701-FAIL.log

First occurrence: 2017-12-04T10:38:54.659839 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512384154.024:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384154.027:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384154.027:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384154.031:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384154.032:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512384154.024:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=812 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 2 testDelete (check_machines.TestMachines) # duration: 16s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T10:42:43.195160 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512383911.433:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383911.438:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383911.438:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383911.438:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512383911.439:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384026.472:54): apparmor="DENIED" operation="open" profile="libvirt-fa248cfa-07b0-4214-8175-f614fc9baba5" name="/proc/527/cmdline" pid=857 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384027.777:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384027.781:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384027.781:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384027.781:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384027.782:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1441 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384040.458:82): apparmor="DENIED" operation="open" profile="libvirt-7cfdb00c-5192-4aa9-bbd8-5374bc5fbba8" name="/proc/1487/cmdline" pid=1467 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512383911.433:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=829 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 142s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-12-04T10:40:43.574974 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2401' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512384152.003:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384152.009:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384152.009:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384152.009:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384152.009:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384165.602:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384165.606:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384165.606:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384165.606:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384165.607:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384175.912:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384175.916:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384175.916:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384175.916:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384175.916:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512384152.003:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=806 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 32s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-04T10:42:57.551576 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512384160.414:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384160.418:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384160.418:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384160.418:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384160.419:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384161.008:42): apparmor="DENIED" operation="open" profile="libvirt-fc3c6e97-1b70-499c-93d9-f9f2b3d40594" name="/etc/gss/mech.d/" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384161.016:45): apparmor="DENIED" operation="open" profile="libvirt-fc3c6e97-1b70-499c-93d9-f9f2b3d40594" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384161.016:46): apparmor="DENIED" operation="open" profile="libvirt-fc3c6e97-1b70-499c-93d9-f9f2b3d40594" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384274.641:54): apparmor="DENIED" operation="open" profile="libvirt-fc3c6e97-1b70-499c-93d9-f9f2b3d40594" name="/proc/515/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384275.467:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384275.472:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384275.472:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384275.472:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384275.473:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1431 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384287.499:80): apparmor="DENIED" operation="open" profile="libvirt-510c20f2-9a55-4019-91c0-9a2619ecae6c" name="/proc/1477/cmdline" pid=1457 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512384160.414:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=817 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 140s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T10:44:49.556190 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512384126.327:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384126.333:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384126.333:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384126.333:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384126.334:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384136.868:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384136.873:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384136.873:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384136.874:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384136.875:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1260 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512384126.327:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 45s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T10:42:19.520204 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512384238.722:54): apparmor="DENIED" operation="open" profile="libvirt-2d3598a0-d07e-4563-9e67-e3f29fddcbbe" name="/proc/514/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384240.492:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384240.496:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384240.496:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384240.497:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384240.497:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1433 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512384256.977:82): apparmor="DENIED" operation="open" profile="libvirt-fafd96b3-33c7-469d-8599-4e19089ccaad" name="/proc/1479/cmdline" pid=1453 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512384238.722:54): apparmor="DENIED" operation="open" profile="libvirt-2d3598a0-d07e-4563-9e67-e3f29fddcbbe" name="/proc/514/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 156s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T10:44:20.634057 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512385535.699:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385535.704:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385535.704:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385535.704:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385535.704:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385550.818:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385550.823:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385550.823:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385550.823:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385550.823:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1005 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385561.128:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385561.131:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385561.132:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385561.132:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385561.132:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1017 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512385535.699:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=814 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 36s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-04T11:06:04.418806 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2801' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512385666.254:50): apparmor="DENIED" operation="open" profile="libvirt-b04a4b36-8fe9-47e2-a60a-d58d59bcf288" name="/proc/533/cmdline" pid=875 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385667.211:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1470 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385667.215:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1470 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385667.215:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1470 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385667.215:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1470 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385667.215:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1470 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385679.489:78): apparmor="DENIED" operation="open" profile="libvirt-b648a98a-1c7e-4b2b-87e2-22d4d621101e" name="/proc/1516/cmdline" pid=1496 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512385666.254:50): apparmor="DENIED" operation="open" profile="libvirt-b04a4b36-8fe9-47e2-a60a-d58d59bcf288" name="/proc/533/cmdline" pid=875 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 150s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.log

First occurrence: 2017-12-04T11:08:02.409758 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Libvirt version does not support disk statistics
Libvirt version does not support disk statistics
Restarting vm-subVmTest1, might take a while
Unexpected journal message 'audit: type=1400 audit(1512385817.608:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385817.611:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385831.255:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385831.258:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385831.258:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385831.258:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385831.258:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1002 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385841.613:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385841.616:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385841.616:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385841.616:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385841.616:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1013 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512385817.608:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 33s
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-04T11:10:43.526314 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2901' (ECDSA) to the list of known hosts.
> Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> Unable to parse event, ignoring: events received: 8
> Unable to parse event, ignoring: error: internal error: client socket is closed
> Unable to parse event, ignoring: 
> virsh event failed: virsh exited with code 1
Unexpected journal message 'audit: type=1400 audit(1512385817.463:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385817.467:24): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385932.298:51): apparmor="DENIED" operation="open" profile="libvirt-55dc6308-4e83-4ac3-a28f-4d1fe40c5681" name="/proc/515/cmdline" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385933.086:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385933.090:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385933.090:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385933.090:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385933.090:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1425 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512385949.522:77): apparmor="DENIED" operation="open" profile="libvirt-7a8c7036-7d14-44ac-ad41-f41bd4c12894" name="/proc/1471/cmdline" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512385817.463:23): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=810 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 141s
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-04T11:12:32.414660 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences: