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

martinpitt commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testDelete (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1511864699.560:23): 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(1511864699.564:24): 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(1511864699.564: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(1511864699.564:26): 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(1511864699.565:27): 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'
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864699.560:23): 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 testDelete (__main__.TestMachines) # duration: 8s
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2201-FAIL.log

First occurrence: 2017-11-28T11:25:01.289525 Times recorded: 1 Latest occurrences:

martinpitt commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testNetworks (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): No such file or directory
Unexpected journal message 'audit: type=1400 audit(1511864725.022: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(1511864725.027: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(1511864729.375: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(1511864729.375: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(1511864729.375: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(1511864729.375: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'
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864725.022: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 6 testNetworks (__main__.TestMachines) # duration: 14s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-11-28T11:25:31.042648 Times recorded: 1 Latest occurrences:

martinpitt commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testState (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): No such file or directory
Unexpected journal message 'audit: type=1400 audit(1511864725.474: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(1511864725.478: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'
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864725.474: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 7 testState (__main__.TestMachines) # duration: 14s
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-11-28T11:25:31.885944 Times recorded: 1 Latest occurrences:

martinpitt commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testExternalConsole (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): No such file or directory
Unexpected journal message 'audit: type=1400 audit(1511864740.567: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(1511864740.573: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'
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864740.567: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 4 testExternalConsole (__main__.TestMachines) # duration: 13s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-11-28T11:25:46.498892 Times recorded: 1 Latest occurrences:

martinpitt commented 6 years ago

verify/debian-testing Ooops, it happened again


# ----------------------------------------------------------------------
# testInlineConsole (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): No such file or directory
> 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(1511864739.691:25): 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(1511864739.696:26): 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(1511864739.696:27): 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'
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 "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864739.691:25): 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 5 testInlineConsole (__main__.TestMachines) # duration: 13s
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-11-28T11:25:47.292385 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDisks (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2201' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): No such file or directory
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(1511864755.930:24): 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(1511864755.936:25): 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(1511864770.983:48): 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(1511864770.989:49): 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(1511864770.989:50): 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(1511864770.989:51): 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(1511864770.989:52): 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(1511864781.463:54): 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(1511864781.468:55): 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(1511864781.468:56): 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(1511864781.469:57): 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(1511864781.469:58): 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'
Journal extracted to TestMachines-testDisks-debian-testing-127.0.0.2-2201-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864755.930:24): 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 (__main__.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-11-28T11:26:23.546603 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testBasic (__main__.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8): 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
Unexpected journal message 'audit: type=1400 audit(1511864775.095: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(1511864775.100: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(1511864775.100: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(1511864775.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(1511864775.101: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(1511864896.347:53): apparmor="DENIED" operation="open" profile="libvirt-0f1ba4d9-df57-45dc-b7b3-0d63a9616682" name="/proc/516/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511864897.372:55): 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(1511864897.376:56): 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(1511864897.376:57): 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(1511864897.376: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(1511864897.377:59): 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(1511864912.693:81): apparmor="DENIED" operation="open" profile="libvirt-29c68689-0fb4-463f-8f37-c592e3e0b27d" 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-2301-FAIL.js.log
Journal extracted to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.log
Traceback (most recent call last):
  File "/home/martin/upstream/c2/test/common/testlib.py", line 604, in tearDown
    self.check_journal_messages()
  File "/home/martin/upstream/c2/test/common/testlib.py", line 738, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1511864775.095: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 (__main__.TestMachines) # duration: 145s
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-11-28T11:28:34.559078 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(1511866564.243:32): 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(1511866564.248:33): 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(1511866564.248:34): 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(1511866564.248:35): 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(1511866564.251:36): 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(1511866584.527: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(1511866584.535: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(1511866584.535: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(1511866584.535: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(1511866584.536: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(1511866595.575: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(1511866595.582: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(1511866595.582: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(1511866595.582: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(1511866595.583: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-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(1511866564.243:32): 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: 54s
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-11-28T10:56:38.674543 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511866583.338:18): 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(1511866583.343:19): 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(1511866583.343:20): 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(1511866583.344:21): 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(1511866583.344:22): 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(1511866598.147:42): apparmor="DENIED" operation="open" profile="libvirt-89b5e272-2245-45bd-9df7-7dff84f9aa5d" name="/proc/515/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-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(1511866583.338:18): 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: 52s
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-11-28T10:56:47.793372 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511866583.519:22): 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(1511866583.523:23): 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(1511866583.523:24): 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(1511866583.524: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(1511866583.524:26): 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(1511866716.121:52): apparmor="DENIED" operation="open" profile="libvirt-4302a762-d6b4-4bcb-83b1-124fef84a9aa" name="/proc/522/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866723.094:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1453 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866723.100:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1453 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866723.100:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1453 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866723.101:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1453 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866723.102:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1453 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511866740.162:78): apparmor="DENIED" operation="open" profile="libvirt-20312212-ed46-4c51-921d-5a0597f9ff9d" name="/proc/1499/cmdline" pid=1473 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(1511866583.519:22): 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: 195s
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-11-28T10:59:13.364854 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511871657.314: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(1511871657.316: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(1511871657.317: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(1511871657.318: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(1511871657.319: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(1511871670.065: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(1511871670.067: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(1511871670.068: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(1511871670.068: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(1511871670.069: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(1511871680.301: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(1511871680.303: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(1511871680.304: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(1511871680.305: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(1511871680.305: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-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(1511871657.314: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 47 testDisks (check_machines.TestMachines) # duration: 30s
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-11-28T12:21:23.326475 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511871666.508: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(1511871666.509: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(1511871666.510: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(1511871666.512: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(1511871666.513: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(1511871779.320:51): apparmor="DENIED" operation="open" profile="libvirt-6a5a8c93-8828-4e49-8928-c973213cf7a5" 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(1511871780.212:53): 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(1511871780.213:54): 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(1511871780.214: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(1511871780.216:56): 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(1511871780.216:57): 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(1511871797.834:77): apparmor="DENIED" operation="open" profile="libvirt-ac7d617d-5f30-4505-9c52-7d15d5738cf2" 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(1511871666.508: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 45 testBasic (check_machines.TestMachines) # duration: 138s
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-11-28T12:23:20.126662 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511873355.487: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(1511873355.493: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(1511873355.493: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(1511873355.494: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(1511873355.494: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(1511873366.329: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(1511873366.335: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(1511873366.335: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(1511873366.335: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(1511873366.336: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-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(1511873355.487: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 161 testDisks (check_machines.TestMachines) # duration: 46s
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-11-28T12:49:39.955446 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511873353.358:34): 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(1511873353.362:35): 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(1511873353.362: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(1511873353.362:37): 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(1511873353.363:38): 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(1511873478.522:52): apparmor="DENIED" operation="open" profile="libvirt-4c3239f1-f5c2-4ffc-bc2e-8ce060861f36" name="/proc/510/cmdline" pid=831 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511873482.077:54): 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(1511873482.082:55): 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(1511873482.082: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(1511873482.082:57): 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(1511873482.083:58): 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(1511873500.992:80): apparmor="DENIED" operation="open" profile="libvirt-1a1b83aa-07f2-49fb-aecc-8edde6f4fbd1" name="/proc/1474/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-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(1511873353.358:34): 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 159 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-11-28T12:51:46.874481 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511875898.905:42): apparmor="DENIED" operation="open" profile="libvirt-055ff4ec-4411-448b-9988-6cebefef97ce" 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(1511875898.943:45): apparmor="DENIED" operation="open" profile="libvirt-055ff4ec-4411-448b-9988-6cebefef97ce" 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(1511875898.943:46): apparmor="DENIED" operation="open" profile="libvirt-055ff4ec-4411-448b-9988-6cebefef97ce" 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(1511875921.722:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1169 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511875921.727:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1169 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511875921.727:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1169 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511875921.728:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1169 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511875921.728:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1169 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511875932.520: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(1511875932.526: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(1511875932.526: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(1511875932.527: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(1511875932.527: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-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(1511875898.905:42): apparmor="DENIED" operation="open" profile="libvirt-055ff4ec-4411-448b-9988-6cebefef97ce" 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: 55s
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-11-28T13:32:14.987005 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511875913.062: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(1511875913.068: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(1511875913.068: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(1511875913.068: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(1511875913.068: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(1511876038.642:50): apparmor="DENIED" operation="open" profile="libvirt-9c3b19c7-dc92-4a64-b836-8d7c4795f7e4" name="/proc/511/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511876039.974:52): 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(1511876039.979:53): 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(1511876039.979:54): 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(1511876039.979: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(1511876039.980:56): 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(1511876053.062:78): apparmor="DENIED" operation="open" profile="libvirt-922bcb61-dfe4-46ff-a6f3-6a387a448c7b" name="/proc/1472/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-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(1511875913.062: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: 168s
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-11-28T13:34:16.065229 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511877965.677:39): apparmor="DENIED" operation="open" profile="libvirt-d97d1f88-258a-4b17-8906-c3ec452b6315" 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(1511877965.698:42): apparmor="DENIED" operation="open" profile="libvirt-d97d1f88-258a-4b17-8906-c3ec452b6315" 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(1511877965.699:43): apparmor="DENIED" operation="open" profile="libvirt-d97d1f88-258a-4b17-8906-c3ec452b6315" 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(1511877984.502:47): 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(1511877984.507:48): 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(1511877984.507:49): 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(1511877984.508: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(1511877984.508:51): 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(1511877995.371:53): 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(1511877995.377:54): 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(1511877995.377:55): 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(1511877995.378: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(1511877995.378:57): 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-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(1511877965.677:39): apparmor="DENIED" operation="open" profile="libvirt-d97d1f88-258a-4b17-8906-c3ec452b6315" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 170 testDisks (check_machines.TestMachines) # duration: 53s
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-11-28T14:06:38.670159 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511877964.517: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(1511877964.523: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(1511877964.523: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(1511877964.523: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(1511877964.524: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(1511878097.017:54): apparmor="DENIED" operation="open" profile="libvirt-2f49fecd-e430-4791-9df9-f5d810b39c83" name="/proc/512/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511878098.968: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(1511878098.972: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(1511878098.973: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(1511878098.973: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(1511878098.973: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(1511878113.146:80): apparmor="DENIED" operation="open" profile="libvirt-755dce88-fb23-48ea-a2ed-7f5d87fa79fb" name="/proc/1480/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(1511877964.517: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 168 testBasic (check_machines.TestMachines) # duration: 172s
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-11-28T14:08:38.338272 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511881522.667: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(1511881522.670: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(1511881531.221:46): apparmor="DENIED" operation="open" profile="libvirt-7d091720-e28b-44a9-a607-d90baec63715" name="/proc/519/cmdline" pid=832 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(1511881522.667: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 2 testDelete (check_machines.TestMachines) # duration: 41s
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-11-28T15:05:39.669614 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511881492.164:32): 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(1511881492.169:33): 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(1511881492.169:34): 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(1511881492.169: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(1511881492.169:36): 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-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(1511881492.164:32): 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: 38s
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-11-28T15:05:07.531000 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1511881491.079:22): 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(1511881491.085:23): 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(1511881491.085:24): 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(1511881491.086:25): 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(1511881491.086:26): 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(1511881505.798: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(1511881505.804: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(1511881505.804: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(1511881505.804: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(1511881505.805: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-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(1511881491.079:22): 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: 43s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-11-28T15:05:09.674102 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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]: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(1511881501.493:38): apparmor="DENIED" operation="open" profile="libvirt-f61ef9fa-6d64-4bfd-bbeb-bf3d3fdc7119" 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(1511881501.512:41): apparmor="DENIED" operation="open" profile="libvirt-f61ef9fa-6d64-4bfd-bbeb-bf3d3fdc7119" 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(1511881501.512:42): apparmor="DENIED" operation="open" profile="libvirt-f61ef9fa-6d64-4bfd-bbeb-bf3d3fdc7119" 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(1511881525.314:46): 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(1511881525.337:47): 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(1511881525.337:48): 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(1511881525.338:49): 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(1511881525.340:50): 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'
Unexpected journal message 'audit: type=1400 audit(1511881535.980: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(1511881535.986: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(1511881535.986: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(1511881535.986: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(1511881535.987: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-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(1511881501.493:38): apparmor="DENIED" operation="open" profile="libvirt-f61ef9fa-6d64-4bfd-bbeb-bf3d3fdc7119" 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: 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-11-28T15:05:38.673139 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511881666.779:52): apparmor="DENIED" operation="open" profile="libvirt-d42139e8-53f1-4cf8-9940-9636745718f8" 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(1511881669.299:54): 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(1511881669.313:55): 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(1511881669.313:56): 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(1511881669.313:57): 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(1511881669.313:58): 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(1511881689.345:78): apparmor="DENIED" operation="open" profile="libvirt-db19702d-e827-48ff-bd37-127a61b48758" name="/proc/1507/cmdline" pid=1487 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(1511881666.779:52): apparmor="DENIED" operation="open" profile="libvirt-d42139e8-53f1-4cf8-9940-9636745718f8" name="/proc/515/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: 189s
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-11-28T15:08:14.132722 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511883135.649:48): 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(1511883135.653:49): 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(1511883135.653:50): 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(1511883135.653:51): 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(1511883135.654:52): 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(1511883146.058:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883146.062:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883146.062:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883146.062:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883146.062:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1021 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(1511883135.649:48): 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

not ok 144 testDisks (check_machines.TestMachines) # duration: 35s
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-11-28T15:32:28.843548 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511883129.506: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(1511883129.511: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(1511883129.511: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(1511883129.511: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(1511883247.811:54): apparmor="DENIED" operation="open" profile="libvirt-860a5991-b5ee-4838-aa3d-377c53db6216" 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(1511883251.308: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(1511883251.314: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(1511883251.314: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(1511883251.314: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(1511883251.314: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(1511883252.955:72): apparmor="DENIED" operation="open" profile="libvirt-65bcb061-6ef8-43c5-a20d-bebcec420d5c" name="/etc/gss/mech.d/" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883252.963:75): apparmor="DENIED" operation="open" profile="libvirt-65bcb061-6ef8-43c5-a20d-bebcec420d5c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883252.963:76): apparmor="DENIED" operation="open" profile="libvirt-65bcb061-6ef8-43c5-a20d-bebcec420d5c" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1446 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511883266.463:82): apparmor="DENIED" operation="open" profile="libvirt-65bcb061-6ef8-43c5-a20d-bebcec420d5c" name="/proc/1472/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(1511883129.506: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 142 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-11-28T15:34:29.483119 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511885187.076: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(1511885187.079: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(1511885187.079: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(1511885187.079: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(1511885187.080: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(1511885200.673: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(1511885200.676: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(1511885200.676: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(1511885200.676: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(1511885200.677: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(1511885211.004:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511885211.007:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511885211.007:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511885211.007:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511885211.008:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1021 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(1511885187.076: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: 32s
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-11-28T16:06:52.753004 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511885195.792: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(1511885195.795: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(1511885195.795: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(1511885195.796: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(1511885195.796: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(1511885309.600:54): apparmor="DENIED" operation="open" profile="libvirt-1943ce95-60bf-4bf9-8056-5300168670cb" name="/proc/528/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511885310.395: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(1511885310.399: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(1511885310.399: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(1511885310.399: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(1511885310.399: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(1511885327.556:80): apparmor="DENIED" operation="open" profile="libvirt-b0c1f1a2-6e0b-43bc-ae1e-28fda4911be5" 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-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(1511885195.792: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: 140s
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-11-28T16:08:50.041264 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511886822.585:36): 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(1511886822.589:37): 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(1511886822.589:38): 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(1511886822.589:39): 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(1511886822.590:40): 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(1511886839.746: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(1511886839.752: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(1511886839.752: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(1511886839.752: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(1511886839.753: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(1511886850.615: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(1511886850.621: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(1511886850.621: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(1511886850.621: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(1511886850.622: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-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(1511886822.585:36): 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 145 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-11-28T16:34:13.961981 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511886825.762:42): apparmor="DENIED" operation="open" profile="libvirt-7ca20b93-8c95-4133-b297-d52572e36e39" 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(1511886825.775:45): apparmor="DENIED" operation="open" profile="libvirt-7ca20b93-8c95-4133-b297-d52572e36e39" 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(1511886825.775:46): apparmor="DENIED" operation="open" profile="libvirt-7ca20b93-8c95-4133-b297-d52572e36e39" 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(1511886946.546:54): apparmor="DENIED" operation="open" profile="libvirt-7ca20b93-8c95-4133-b297-d52572e36e39" 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(1511886948.277: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(1511886948.282: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(1511886948.282: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(1511886948.283: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(1511886948.284: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(1511886963.182:82): apparmor="DENIED" operation="open" profile="libvirt-af91679d-72b8-48d3-bf74-87ceb5a3b4e9" 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-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(1511886825.762:42): apparmor="DENIED" operation="open" profile="libvirt-7ca20b93-8c95-4133-b297-d52572e36e39" name="/etc/gss/mech.d/" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 143 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-11-28T16:36:06.254744 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511888431.040: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(1511888431.046: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(1511888431.046: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(1511888431.046: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(1511888431.047: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(1511888447.235: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(1511888447.242: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(1511888447.242: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(1511888447.243: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(1511888447.245: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(1511888457.749: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(1511888457.755: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(1511888457.755: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(1511888457.755: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(1511888457.756: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-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(1511888431.040: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 137 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-11-28T17:01:02.688592 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511888440.276: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(1511888440.283: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(1511888440.283: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(1511888440.284: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(1511888440.284: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(1511888557.839:54): apparmor="DENIED" operation="open" profile="libvirt-568d2784-4ece-4926-93c9-43a9125f2518" name="/proc/524/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511888559.491: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(1511888559.497: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(1511888559.497: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(1511888559.497: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(1511888559.498: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(1511888573.389:82): apparmor="DENIED" operation="open" profile="libvirt-743d5c2a-e258-4856-b543-5414a9688331" name="/proc/1476/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(1511888440.276: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 135 testBasic (check_machines.TestMachines) # duration: 147s
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-11-28T17:02:57.491809 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511890112.746: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(1511890112.750: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(1511890112.750: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(1511890112.750: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(1511890112.750: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(1511890112.994: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(1511890112.997: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(1511890112.997: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(1511890112.997: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(1511890112.998: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(1511890127.195: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(1511890127.201: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(1511890127.201: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(1511890127.202: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(1511890127.202: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(1511890137.530: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(1511890137.533: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(1511890137.533: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(1511890137.534: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(1511890137.534: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-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(1511890112.746: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 137 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-11-28T17:28:59.598890 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511890119.990: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(1511890119.994: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(1511890119.994: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(1511890119.994: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(1511890119.995: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(1511890249.693:56): apparmor="DENIED" operation="open" profile="libvirt-0f9889c8-1a08-4861-9584-28c0a45c98b6" name="/proc/515/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890250.584:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890250.588:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890250.588:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890250.588:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890250.589:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511890266.544:82): apparmor="DENIED" operation="open" profile="libvirt-118f8c87-81ea-45b2-b7a1-9e8031e531aa" name="/proc/1486/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-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(1511890119.990: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 135 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-11-28T17:31:09.376921 | revision a3170c2445f9383c20197a7cde84abdf8ab2624d, 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(1511959688.945:49): 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(1511959688.952:50): 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(1511959688.952: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(1511959688.952: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(1511959688.952:53): 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(1511959699.261:55): 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(1511959699.265:56): 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(1511959699.265:57): 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(1511959699.265:58): 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(1511959699.265:59): 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(1511959688.945:49): 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-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-11-29T12:48:20.312878 | revision 7b85816428ce6e09809c45947381b43917926e85, 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1511959872.568:40): apparmor="DENIED" operation="open" profile="libvirt-bbca90c9-59b4-46e0-b530-69be31b619d7" 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(1511959872.581:43): apparmor="DENIED" operation="open" profile="libvirt-bbca90c9-59b4-46e0-b530-69be31b619d7" 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(1511959872.581:44): apparmor="DENIED" operation="open" profile="libvirt-bbca90c9-59b4-46e0-b530-69be31b619d7" 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(1511959879.389:52): 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(1511959879.394:53): 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(1511959879.394:54): 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(1511959879.401:55): 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(1511959879.402:56): 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-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(1511959872.568:40): apparmor="DENIED" operation="open" profile="libvirt-bbca90c9-59b4-46e0-b530-69be31b619d7" name="/etc/gss/mech.d/" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

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

First occurrence: 2017-11-29T12:51:22.922241 | revision bc96347cbd919e27e3db3b2d0a1f2776c7b5462f, 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]: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(1511959888.387:38): apparmor="DENIED" operation="open" profile="libvirt-8f829e41-eefd-45ea-9ab0-27a31ba233bb" 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(1511959888.416:41): apparmor="DENIED" operation="open" profile="libvirt-8f829e41-eefd-45ea-9ab0-27a31ba233bb" 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(1511959888.416:42): apparmor="DENIED" operation="open" profile="libvirt-8f829e41-eefd-45ea-9ab0-27a31ba233bb" 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(1511959904.759: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(1511959904.765: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(1511959904.765: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(1511959904.765: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(1511959904.766: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(1511959915.137: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(1511959915.142: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(1511959915.142: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(1511959915.143: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(1511959915.143: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-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(1511959888.387:38): apparmor="DENIED" operation="open" profile="libvirt-8f829e41-eefd-45ea-9ab0-27a31ba233bb" name="/etc/gss/mech.d/" pid=832 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-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-11-29T12:52:00.228530 | revision bc96347cbd919e27e3db3b2d0a1f2776c7b5462f, 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(1511959679.362: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(1511959679.368: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(1511959679.368: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(1511959679.368: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(1511959679.369: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(1511959801.927:52): apparmor="DENIED" operation="open" profile="libvirt-5e15050f-518e-40a6-8911-903db3f20af3" 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(1511959802.682:54): 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(1511959802.685:55): 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(1511959802.686: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(1511959802.686:57): 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(1511959802.686:58): 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(1511959822.532:80): apparmor="DENIED" operation="open" profile="libvirt-225e8a3c-05f0-4eae-958a-2767731e614b" 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-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(1511959679.362: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 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-11-29T12:50:25.947735 | revision 7b85816428ce6e09809c45947381b43917926e85, 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: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> 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(1511960019.828:50): apparmor="DENIED" operation="open" profile="libvirt-7af8a71a-a66f-4ff0-9986-9963f9cbf284" name="/proc/511/cmdline" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511960020.882: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(1511960020.887: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(1511960020.887: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(1511960020.888: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(1511960020.888: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(1511960036.147:78): apparmor="DENIED" operation="open" profile="libvirt-49d33195-1c45-4329-b5da-6029d5b8aaec" 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-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(1511960019.828:50): apparmor="DENIED" operation="open" profile="libvirt-7af8a71a-a66f-4ff0-9986-9963f9cbf284" name="/proc/511/cmdline" pid=847 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-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-11-29T12:53:59.309152 | revision bc96347cbd919e27e3db3b2d0a1f2776c7b5462f, 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(1511961948.755:42): apparmor="DENIED" operation="open" profile="libvirt-f9e736c8-b723-412c-b3b7-0f6399b63d34" 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(1511961948.778:45): apparmor="DENIED" operation="open" profile="libvirt-f9e736c8-b723-412c-b3b7-0f6399b63d34" 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(1511961948.779:46): apparmor="DENIED" operation="open" profile="libvirt-f9e736c8-b723-412c-b3b7-0f6399b63d34" 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(1511961963.804: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(1511961963.809: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(1511961963.812: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(1511961963.813: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(1511961963.815: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(1511961974.280: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(1511961974.284: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(1511961974.284: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(1511961974.284: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(1511961974.285: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-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(1511961948.755:42): apparmor="DENIED" operation="open" profile="libvirt-f9e736c8-b723-412c-b3b7-0f6399b63d34" name="/etc/gss/mech.d/" pid=845 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-11-29T13:26:15.847689 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511961950.381:35): 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(1511961950.386:36): 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(1511961950.386: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(1511961950.387: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(1511961950.387:39): 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(1511962068.593:53): apparmor="DENIED" operation="open" profile="libvirt-cc5bf5e7-9563-4dcc-9528-317e5dd4c37b" 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(1511962069.481:55): 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(1511962069.484:56): 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(1511962069.485: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(1511962069.485: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(1511962069.485:59): 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(1511962083.299:81): apparmor="DENIED" operation="open" profile="libvirt-1b770894-5e73-499d-8236-b5212bcce2d0" 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-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(1511961950.381:35): 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: 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-11-29T13:28:06.923932 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511963457.148: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(1511963457.155: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(1511963457.155:24): 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(1511963457.155:25): 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(1511963457.155:26): 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(1511963471.837: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(1511963471.844: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(1511963471.844: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(1511963471.845: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(1511963471.846: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(1511963482.346:52): 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(1511963482.352:53): 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(1511963482.352:54): 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(1511963482.352:55): 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(1511963482.353:56): 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-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(1511963457.148: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: 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-11-29T13:51:24.029694 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511963582.011:50): apparmor="DENIED" operation="open" profile="libvirt-639333c1-f034-4436-b1be-abfa3197eb9a" name="/proc/513/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511963583.422:52): 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(1511963583.428:53): 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(1511963583.428:54): 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(1511963583.429: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(1511963583.429:56): 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(1511963603.130:78): apparmor="DENIED" operation="open" profile="libvirt-3cf01b17-b3cd-4c5d-a390-90bb65fc2ecf" 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(1511963582.011:50): apparmor="DENIED" operation="open" profile="libvirt-639333c1-f034-4436-b1be-abfa3197eb9a" name="/proc/513/cmdline" pid=827 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-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-11-29T13:53:26.860759 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511963953.563:38): apparmor="DENIED" operation="open" profile="libvirt-f27a6fca-19f3-47aa-aed8-23eb012e6a36" name="/etc/gss/mech.d/" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511963953.585:41): apparmor="DENIED" operation="open" profile="libvirt-f27a6fca-19f3-47aa-aed8-23eb012e6a36" 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(1511963953.585:42): apparmor="DENIED" operation="open" profile="libvirt-f27a6fca-19f3-47aa-aed8-23eb012e6a36" 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(1511963978.229:46): 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(1511963978.234:47): 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(1511963978.234:48): 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(1511963978.235:49): 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(1511963978.235:50): 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'
Unexpected journal message 'audit: type=1400 audit(1511963989.146: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(1511963989.150: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(1511963989.150: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(1511963989.151: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(1511963989.151: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-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(1511963953.563:38): apparmor="DENIED" operation="open" profile="libvirt-f27a6fca-19f3-47aa-aed8-23eb012e6a36" name="/etc/gss/mech.d/" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 72s
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-11-29T13:59:59.347360 | revision 6a447599d7c372e58ff7f3abde102e4f8449379d, 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(1511963975.446: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(1511963975.458: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(1511963976.867:38): apparmor="DENIED" operation="open" profile="libvirt-18636dfa-6a4f-45e3-ad0b-51bb26261119" 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(1511963976.889:41): apparmor="DENIED" operation="open" profile="libvirt-18636dfa-6a4f-45e3-ad0b-51bb26261119" 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(1511963976.890:42): apparmor="DENIED" operation="open" profile="libvirt-18636dfa-6a4f-45e3-ad0b-51bb26261119" 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(1511964142.775:52): apparmor="DENIED" operation="open" profile="libvirt-18636dfa-6a4f-45e3-ad0b-51bb26261119" 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(1511964145.251:54): 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(1511964145.256:55): 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(1511964145.256:56): 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(1511964145.256:57): 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(1511964145.257:58): 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(1511964167.061:79): apparmor="DENIED" operation="open" profile="libvirt-f5fdc239-4512-437c-b826-79f25478f165" 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-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(1511963975.446: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: 222s
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-11-29T14:02:50.808183 | revision 6a447599d7c372e58ff7f3abde102e4f8449379d, 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(1511964868.986:38): apparmor="DENIED" operation="open" profile="libvirt-73c36c69-cb92-4426-9519-aa8f26030843" name="/etc/gss/mech.d/" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511964869.009:41): apparmor="DENIED" operation="open" profile="libvirt-73c36c69-cb92-4426-9519-aa8f26030843" 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(1511964869.009:42): apparmor="DENIED" operation="open" profile="libvirt-73c36c69-cb92-4426-9519-aa8f26030843" 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(1511964890.989:46): 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(1511964890.994:47): 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(1511964890.994:48): 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(1511964890.994:49): 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(1511964890.995:50): 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(1511964901.736: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(1511964901.739: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(1511964901.739: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(1511964901.740: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(1511964901.740: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-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(1511964868.986:38): apparmor="DENIED" operation="open" profile="libvirt-73c36c69-cb92-4426-9519-aa8f26030843" name="/etc/gss/mech.d/" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 3 testDisks (check_machines.TestMachines) # duration: 63s
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-11-29T14:15:03.729078 | revision 62fa28dea81090c95b5cb66a8adaf7c99f5884d7, 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(1511964892.519:23): 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(1511964892.525:24): 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(1511964892.525: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(1511964892.525: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(1511964892.525:27): 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(1511965023.329:53): apparmor="DENIED" operation="open" profile="libvirt-2fa6f0cc-2763-4b18-b74c-30f0e3201ad0" name="/proc/510/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511965025.343:55): 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(1511965025.347:56): 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(1511965025.347:57): 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(1511965025.347: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(1511965025.347:59): 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(1511965041.097:79): apparmor="DENIED" operation="open" profile="libvirt-194b7540-ee74-4388-b5d6-ebbac6074ace" 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-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(1511964892.519:23): 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: 175s
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-11-29T14:17:23.038147 | revision 62fa28dea81090c95b5cb66a8adaf7c99f5884d7, 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(1511965735.541: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(1511965735.547: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(1511965735.547: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(1511965735.548: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(1511965735.549: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(1511965752.514: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(1511965752.522: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(1511965752.522: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(1511965752.522: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(1511965752.523: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(1511965762.972: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(1511965762.978: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(1511965762.978: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(1511965762.978: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(1511965762.978: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-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(1511965735.541: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 3 testDisks (check_machines.TestMachines) # duration: 47s
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-11-29T14:29:25.068848 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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: 
> error: Disconnected from qemu:///system due to end of file
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: Disconnected from qemu:///system due to end of file\nerror: internal error: client socket is closed"}", data: """"
> dominfo() exception: 'error: Disconnected from qemu:///system due to end of file
error: internal error: client socket is closed', data: '', output: 'Id:             2
Name:           subVmTest2
UUID:           0c46e49c-380f-4032-942e-956f9b3eba45
OS Type:        hvm
Persistent:     unknown
Managed save:   unknown

'
Unexpected journal message 'audit: type=1400 audit(1511965857.229:54): apparmor="DENIED" operation="open" profile="libvirt-2769c0b3-e03e-4285-8a9c-7a8b126d1e30" name="/proc/514/cmdline" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511965858.108: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(1511965858.112: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(1511965858.112: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(1511965858.112: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(1511965858.113: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(1511965873.028:82): apparmor="DENIED" operation="open" profile="libvirt-0c46e49c-380f-4032-942e-956f9b3eba45" name="/proc/1460/cmdline" pid=1434 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(1511965857.229:54): apparmor="DENIED" operation="open" profile="libvirt-2769c0b3-e03e-4285-8a9c-7a8b126d1e30" name="/proc/514/cmdline" pid=828 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-11-29T14:31:15.316846 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511966294.419: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(1511966294.423: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(1511966302.475:46): apparmor="DENIED" operation="open" profile="libvirt-4585cce0-c15a-4161-be2e-aabe665636c5" name="/proc/510/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-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(1511966294.419: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 2 testDelete (check_machines.TestMachines) # duration: 31s
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-11-29T14:38:30.242271 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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]: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(1511966274.283: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(1511966274.289: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(1511966274.289:24): 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(1511966274.289: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(1511966274.290:26): 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-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(1511966274.283: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 5 testInlineConsole (check_machines.TestMachines) # duration: 25s
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-11-29T14:38:05.240161 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1511966274.102: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(1511966274.106: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(1511966274.106: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(1511966274.106: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(1511966274.107:26): 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(1511966282.915: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(1511966282.920: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(1511966282.920: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(1511966282.920: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(1511966282.933: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'
Journal extracted to TestMachines-testNetworks-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(1511966274.102: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 6 testNetworks (check_machines.TestMachines) # duration: 29s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-11-29T14:38:07.403518 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511966286.638: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(1511966286.644: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(1511966286.644: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(1511966286.644: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(1511966286.645: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(1511966305.090:49): 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(1511966305.098:50): 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(1511966305.098:51): 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(1511966305.099: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(1511966305.099:53): 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(1511966315.864: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(1511966315.870: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(1511966315.870: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(1511966315.870: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(1511966315.870: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-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(1511966286.638: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 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-11-29T14:38:37.911772 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511966295.967: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(1511966295.971: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(1511966415.879:46): apparmor="DENIED" operation="open" profile="libvirt-2b02f2e4-0134-4472-af43-9d7844ce3d5d" name="/proc/521/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511966417.181:48): 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(1511966417.187:49): 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(1511966417.187:50): 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(1511966417.187:51): 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(1511966417.187:52): 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(1511966434.381:74): apparmor="DENIED" operation="open" profile="libvirt-872e2471-5491-4dce-9c03-327f05e33bda" 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(1511966295.967: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: 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-11-29T14:40:37.820123 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511967518.060: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(1511967518.065: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(1511967518.065: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(1511967518.066: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(1511967518.066: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(1511967528.482: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(1511967528.487: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(1511967528.487: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(1511967528.487: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(1511967528.487: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-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(1511967518.060: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

not ok 3 testDisks (check_machines.TestMachines) # duration: 41s
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-11-29T14:58:51.059923 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511967623.512:54): apparmor="DENIED" operation="open" profile="libvirt-01751200-81d1-414c-9fbd-5eaab1009075" 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(1511967625.798: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(1511967625.804: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(1511967625.804: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(1511967625.804: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(1511967625.805: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(1511967641.233:82): apparmor="DENIED" operation="open" profile="libvirt-1767ea14-2e48-47c2-bade-55842e918594" name="/proc/1472/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-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(1511967623.512:54): apparmor="DENIED" operation="open" profile="libvirt-01751200-81d1-414c-9fbd-5eaab1009075" name="/proc/516/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: 153s
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-11-29T15:00:43.844042 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511968105.777: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(1511968105.782: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(1511968105.782:20): 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(1511968105.782:21): 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(1511968105.783:22): 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(1511968123.472:42): 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(1511968123.482:43): 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(1511968123.482:44): 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(1511968123.483:45): 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(1511968123.484:46): 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'
Unexpected journal message 'audit: type=1400 audit(1511968134.247:48): 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(1511968134.253:49): 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(1511968134.253:50): 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(1511968134.253:51): 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(1511968134.253:52): 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(1511968105.777: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 3 testDisks (check_machines.TestMachines) # duration: 68s
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-11-29T15:08:59.299347 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511968114.912: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(1511968114.918: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(1511968114.918: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(1511968114.919: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(1511968114.919: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(1511968240.282:50): apparmor="DENIED" operation="open" profile="libvirt-e1e684f9-03ec-44b6-a635-4ee0e924fbd2" name="/proc/514/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511968246.950:54): 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(1511968246.956:55): 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(1511968246.956:56): 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(1511968246.957:57): 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(1511968246.957:58): 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(1511968263.306:78): apparmor="DENIED" operation="open" profile="libvirt-332d2c32-b252-4b5c-9425-a462f51db201" 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-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(1511968114.912: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: 173s
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-11-29T15:11:12.431227 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511968549.513:18): 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(1511968549.517:19): 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(1511968550.279:28): 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(1511968550.285:29): 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(1511968550.285:30): 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(1511968550.285:31): 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(1511968550.286:32): 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(1511968566.280: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(1511968566.287: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(1511968566.287: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(1511968566.287: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(1511968566.288: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(1511968576.772: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(1511968576.777: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(1511968576.777: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(1511968576.777: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(1511968576.778: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-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(1511968549.513:18): 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: 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-11-29T15:16:19.381070 | revision 7b85816428ce6e09809c45947381b43917926e85, 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.
> 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(1511968564.482: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(1511968564.485: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(1511968564.485:20): 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(1511968564.486:21): 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(1511968564.486:22): 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(1511968682.668:46): apparmor="DENIED" operation="open" profile="libvirt-1ac2b2ff-1dc4-42c5-92cb-f35c61ffb13f" name="/proc/523/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511968685.110:48): 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(1511968685.116:49): 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(1511968685.116:50): 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(1511968685.116:51): 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(1511968685.117:52): 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(1511968698.298:74): apparmor="DENIED" operation="open" profile="libvirt-39f9cc0b-0ff8-4cc6-a7af-8af173b88e3a" 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-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(1511968564.482: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: 156s
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-11-29T15:18:23.197947 | revision 7b85816428ce6e09809c45947381b43917926e85, 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(1511969163.652:38): apparmor="DENIED" operation="open" profile="libvirt-f1594372-3f1d-4be9-a5a6-8517c7668eef" 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(1511969163.674:41): apparmor="DENIED" operation="open" profile="libvirt-f1594372-3f1d-4be9-a5a6-8517c7668eef" 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(1511969163.674:42): apparmor="DENIED" operation="open" profile="libvirt-f1594372-3f1d-4be9-a5a6-8517c7668eef" 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(1511969185.025: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(1511969185.029: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(1511969185.029: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(1511969185.029: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(1511969185.030: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(1511969196.212: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(1511969196.219: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(1511969196.219: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(1511969196.220: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(1511969196.220: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-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(1511969163.652:38): apparmor="DENIED" operation="open" profile="libvirt-f1594372-3f1d-4be9-a5a6-8517c7668eef" 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: 68s
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-11-29T15:26:39.678211 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511969175.065:38): apparmor="DENIED" operation="open" profile="libvirt-fbe235ac-f8e0-4ea6-9d3b-01853df724f0" 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(1511969175.084:41): apparmor="DENIED" operation="open" profile="libvirt-fbe235ac-f8e0-4ea6-9d3b-01853df724f0" 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(1511969175.084:42): apparmor="DENIED" operation="open" profile="libvirt-fbe235ac-f8e0-4ea6-9d3b-01853df724f0" 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(1511969311.995:52): apparmor="DENIED" operation="open" profile="libvirt-fbe235ac-f8e0-4ea6-9d3b-01853df724f0" name="/proc/521/cmdline" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969314.492:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969314.498:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969314.499:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969314.499:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969314.499:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969333.076:78): apparmor="DENIED" operation="open" profile="libvirt-a8c4a80c-2575-4b9a-b4aa-638502cdbcd4" name="/proc/1504/cmdline" pid=1478 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(1511969175.065:38): apparmor="DENIED" operation="open" profile="libvirt-fbe235ac-f8e0-4ea6-9d3b-01853df724f0" name="/etc/gss/mech.d/" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 190s
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-11-29T15:28:56.418290 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511969809.523: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(1511969809.529: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(1511969809.529: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(1511969809.529: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(1511969809.529: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(1511969826.825: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(1511969826.835: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(1511969826.835: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(1511969826.835: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(1511969826.835: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(1511969837.333: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(1511969837.340: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(1511969837.340: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(1511969837.340: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(1511969837.340: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-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(1511969809.523: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: 48s
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-11-29T15:37:18.703918 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511969938.666:54): apparmor="DENIED" operation="open" profile="libvirt-ccc0af36-4f8e-4f21-8e82-48eadcb83fb4" name="/proc/516/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511969939.546: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(1511969939.549: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(1511969939.549: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(1511969939.550: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(1511969939.550: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(1511969952.191:82): apparmor="DENIED" operation="open" profile="libvirt-94fa5d38-d92a-496d-b49a-52de39eecf88" 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(1511969938.666:54): apparmor="DENIED" operation="open" profile="libvirt-ccc0af36-4f8e-4f21-8e82-48eadcb83fb4" name="/proc/516/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: 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-11-29T15:39:15.572582 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511970937.621: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(1511970937.625: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(1511970937.625: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(1511970937.625: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(1511970937.625: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(1511970952.291: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(1511970952.295: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(1511970952.295: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(1511970952.296: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(1511970952.296: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(1511970962.621: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(1511970962.627: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(1511970962.627: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(1511970962.627: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(1511970962.628: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(1511970937.621: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-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-11-29T15:56:04.403588 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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]: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(1511970985.938: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(1511970985.942: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(1511970985.942: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(1511970985.942: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(1511970985.942: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(1511971100.298:54): apparmor="DENIED" operation="open" profile="libvirt-f6dd6a45-d69a-4923-a1b6-315a9d65c2e2" name="/proc/516/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511971101.133: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(1511971101.138: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(1511971101.138: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(1511971101.138: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(1511971101.138: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(1511971113.575:80): apparmor="DENIED" operation="open" profile="libvirt-17d7e9dd-e6e2-4ac4-9d4f-ba2d4b5d6faa" 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(1511970985.938: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: 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-11-29T15:58:36.650601 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511970943.336: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(1511970943.341: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(1511970943.341: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(1511970943.341: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(1511970943.342: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(1511971060.720:54): apparmor="DENIED" operation="open" profile="libvirt-46c711bd-e1cf-4b08-8897-de7f33bb9ea8" name="/proc/525/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511971061.635: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(1511971061.640: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(1511971061.640: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(1511971061.640: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(1511971061.640: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(1511971075.459:82): apparmor="DENIED" operation="open" profile="libvirt-ef92b414-5801-491d-bb40-8823614340f0" 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-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(1511970943.336: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 1 testBasic (check_machines.TestMachines) # duration: 145s
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-11-29T15:57:59.005586 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511972729.369: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(1511972729.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(1511972729.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(1511972729.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(1511972729.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'
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(1511972729.369: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 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-11-29T16:25:36.358309 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511973043.331: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(1511973043.336: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(1511973043.336: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(1511973043.337: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(1511973043.337: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(1511973057.667: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(1511973057.672: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(1511973057.672: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(1511973057.672: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(1511973057.672: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(1511973067.973: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(1511973067.976: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(1511973067.976: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(1511973067.976: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(1511973067.977: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(1511973043.331: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: 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-11-29T16:31:09.319757 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511973044.936: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(1511973044.939: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(1511973044.939: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(1511973044.939: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(1511973044.940: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(1511973155.942:54): apparmor="DENIED" operation="open" profile="libvirt-d736a2d0-b0bd-4970-9b9a-10e215db81f0" 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(1511973156.728: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(1511973156.732: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(1511973156.732: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(1511973156.732: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(1511973156.732: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(1511973176.515:80): apparmor="DENIED" operation="open" profile="libvirt-dbad4209-72d2-41ed-8c34-02ea01b78bf1" 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-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(1511973044.936: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-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-11-29T16:32:58.981476 | revision f07bf42226221da5c6642e62926b0fb01a99f82a, 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(1511972749.344: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(1511972749.348: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(1511972749.348: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(1511972749.349: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(1511972749.349: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(1511972879.020:54): apparmor="DENIED" operation="open" profile="libvirt-edacbdd1-4dd6-4747-90bf-8d8631433739" 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(1511972879.916: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(1511972879.920: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(1511972879.920: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(1511972879.920: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(1511972879.921: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(1511972896.464:82): apparmor="DENIED" operation="open" profile="libvirt-53a4f5c2-a4ec-4ac8-8759-4a4195128402" 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-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(1511972749.344: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: 160s
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-11-29T16:28:19.355954 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511974995.186: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(1511974995.192: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(1511975010.365:42): 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(1511975010.370:43): 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(1511975010.370:44): 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(1511975010.370:45): 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(1511975010.370:46): 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(1511975020.834: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(1511975020.839: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(1511975020.839: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(1511975020.839: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(1511975020.840: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-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(1511974995.186: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: 40s
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-11-29T17:03:43.745513 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511975001.382:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975001.386:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975001.386:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975001.387:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975001.388:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975122.490:50): apparmor="DENIED" operation="open" profile="libvirt-43b39ded-0abe-43b6-bd88-2c45dca913c7" 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(1511975123.402:52): 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(1511975123.406:53): 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(1511975123.406:54): 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(1511975123.406:55): 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(1511975123.406:56): 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(1511975138.506:78): apparmor="DENIED" operation="open" profile="libvirt-021e1b30-1756-4d78-afb7-1717ff058b8f" 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-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(1511975001.382:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 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-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-11-29T17:05:41.934234 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511975234.227:46): 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(1511975234.233:47): 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(1511975234.233:48): 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(1511975234.233:49): 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(1511975234.234:50): 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'
Unexpected journal message 'audit: type=1400 audit(1511975245.574:52): 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(1511975245.579:53): 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(1511975245.579:54): 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(1511975245.580:55): 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(1511975245.580:56): 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-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(1511975234.227:46): 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

not ok 3 testDisks (check_machines.TestMachines) # duration: 68s
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-11-29T17:07:29.821297 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511975221.546:22): 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(1511975221.561:23): 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(1511975221.561:24): 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(1511975221.561: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(1511975221.562:26): 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(1511975369.965:52): apparmor="DENIED" operation="open" profile="libvirt-29cbf134-856d-4531-8e3c-e28f8badeaa4" name="/proc/512/cmdline" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975372.103:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1464 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975372.115:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1464 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975372.115:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1464 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975372.116:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1464 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975372.116:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1464 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511975393.143:79): apparmor="DENIED" operation="open" profile="libvirt-20899235-05e4-4f84-aa14-4633c7a29d84" name="/proc/1510/cmdline" pid=1490 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(1511975221.546:22): 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: 203s
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-11-29T17:09:56.937995 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511975851.998: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(1511975852.008: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(1511975852.008: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(1511975852.009: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(1511975852.009: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(1511975876.913:46): 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(1511975876.919:47): 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(1511975876.919:48): 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(1511975876.920: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(1511975876.920:50): 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(1511975887.507: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(1511975887.513: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(1511975887.513: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(1511975887.513: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(1511975887.513: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-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(1511975851.998: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 170 testDisks (check_machines.TestMachines) # duration: 64s
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-11-29T17:18:09.528753 | revision fa6e36c793065f14806f5375cf8e90f14286f14b, 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(1511976301.883:22): 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(1511976301.888:23): 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(1511976321.101:46): 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(1511976321.104:47): 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(1511976321.105:48): 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(1511976321.105: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(1511976321.106:50): 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(1511976332.001: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(1511976332.006: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(1511976332.006: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(1511976332.006: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(1511976332.006: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-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(1511976301.883:22): 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: 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-11-29T17:25:35.421134 | revision 010026f6aa6c53b6db753a1bdae46d2878ad6a02, 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(1511976309.621: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(1511976309.625: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(1511976309.625: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(1511976309.625: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(1511976309.625: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(1511976435.030:51): apparmor="DENIED" operation="open" profile="libvirt-259fe15c-cb69-4967-9161-2a375b713ac1" name="/proc/511/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511976437.572: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(1511976437.576: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(1511976437.576: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(1511976437.576: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(1511976437.577: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(1511976459.228:79): apparmor="DENIED" operation="open" profile="libvirt-65c7924d-77fb-402d-9248-8e36ef715e7c" name="/proc/1475/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-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(1511976309.621: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: 173s
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-11-29T17:27:41.877619 | revision 010026f6aa6c53b6db753a1bdae46d2878ad6a02, 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(1511976858.437:22): 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(1511976858.441:23): 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(1511976867.692:46): apparmor="DENIED" operation="open" profile="libvirt-75290aae-f615-4c29-ab97-c959e1bf1a0a" name="/proc/512/cmdline" pid=840 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(1511976858.437:22): 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: 36s
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-11-29T17:34:35.008999 | revision c3e7b1d169554627780e091816d87954721d312a, 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]: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(1511976860.596:24): 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(1511976860.601:25): 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(1511976861.706:40): apparmor="DENIED" operation="open" profile="libvirt-338805f9-63d8-464b-ab10-6af770a1911a" 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(1511976861.721:43): apparmor="DENIED" operation="open" profile="libvirt-338805f9-63d8-464b-ab10-6af770a1911a" 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(1511976861.721:44): apparmor="DENIED" operation="open" profile="libvirt-338805f9-63d8-464b-ab10-6af770a1911a" 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(1511976878.974:48): 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(1511976878.979:49): 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(1511976878.979: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(1511976878.980:51): 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(1511976878.980:52): 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(1511976889.849:54): 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(1511976889.855:55): 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(1511976889.855:56): 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(1511976889.855:57): 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(1511976889.862:58): 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-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(1511976860.596:24): 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: 57s
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-11-29T17:34:52.494668 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511976870.248:38): apparmor="DENIED" operation="open" profile="libvirt-b2720ec3-fd23-45ad-8d5c-1e366bc22ad0" 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(1511976870.271:41): apparmor="DENIED" operation="open" profile="libvirt-b2720ec3-fd23-45ad-8d5c-1e366bc22ad0" 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(1511976870.271:42): apparmor="DENIED" operation="open" profile="libvirt-b2720ec3-fd23-45ad-8d5c-1e366bc22ad0" 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(1511977004.058:52): apparmor="DENIED" operation="open" profile="libvirt-b2720ec3-fd23-45ad-8d5c-1e366bc22ad0" name="/proc/511/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977006.010:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977006.015:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977006.015:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977006.015:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977006.016:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977023.233:78): apparmor="DENIED" operation="open" profile="libvirt-701c3b86-d1da-4961-ab5c-b3cb219e2a29" name="/proc/1493/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(1511976870.248:38): apparmor="DENIED" operation="open" profile="libvirt-b2720ec3-fd23-45ad-8d5c-1e366bc22ad0" 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: 180s
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-11-29T17:37:06.110231 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511977363.111: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(1511977363.127: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(1511977363.127: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(1511977363.128: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(1511977363.128: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(1511977382.382: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(1511977382.388: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(1511977382.388: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(1511977382.388: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(1511977382.389: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(1511977393.195: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(1511977393.199: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(1511977393.199: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(1511977393.199: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(1511977393.200: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(1511977363.111: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: 53s
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-11-29T17:43:16.634922 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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: 
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> 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(1511977380.915:24): 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(1511977380.920:25): 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(1511977380.920:26): 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(1511977380.921: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(1511977380.921:28): 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(1511977514.253:54): apparmor="DENIED" operation="open" profile="libvirt-b3236a0f-b1f3-4357-9662-2b4f8207fdfd" name="/proc/512/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511977515.204:56): 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(1511977515.208:57): 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(1511977515.208:58): 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(1511977515.208:59): 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(1511977515.208:60): 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(1511977530.050:80): apparmor="DENIED" operation="open" profile="libvirt-bc6fcc74-f861-480a-83a4-addb9b8230b3" 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-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(1511977380.915:24): 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: 169s
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-11-29T17:45:33.346012 | revision 987207c901066b0291f233a1cb99bbbc87ef9662, 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(1511979186.737: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(1511979186.743: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(1511979186.743: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(1511979186.743: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(1511979186.744: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(1511979204.188: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(1511979204.196: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(1511979204.196: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(1511979204.196: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(1511979204.197: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(1511979214.645: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(1511979214.651: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(1511979214.651: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(1511979214.651: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(1511979214.652: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-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(1511979186.737: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: 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-11-29T18:13:35.826077 | revision 010026f6aa6c53b6db753a1bdae46d2878ad6a02, 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(1511979316.664:51): apparmor="DENIED" operation="open" profile="libvirt-7d3830f2-c42e-4a39-9843-a79bde481ef7" name="/proc/512/cmdline" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979317.790:53): 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(1511979317.796:54): 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(1511979317.796:55): 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(1511979317.796:56): 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(1511979317.796:57): 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(1511979330.174:79): apparmor="DENIED" operation="open" profile="libvirt-000b8e60-adb7-4c44-83f1-2ee0501a62fc" name="/proc/1466/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-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(1511979316.664:51): apparmor="DENIED" operation="open" profile="libvirt-7d3830f2-c42e-4a39-9843-a79bde481ef7" name="/proc/512/cmdline" pid=821 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 149s
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-11-29T18:15:33.078979 | revision 010026f6aa6c53b6db753a1bdae46d2878ad6a02, 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(1511979510.598: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(1511979510.603: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(1511979510.603: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(1511979510.603: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(1511979510.603: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(1511979525.388: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(1511979525.396: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(1511979525.396: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(1511979525.396: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(1511979525.397: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(1511979535.859: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(1511979535.864: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(1511979535.864: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(1511979535.865: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(1511979535.865: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(1511979510.598: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: 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-11-29T18:18:57.091017 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511979633.321:53): apparmor="DENIED" operation="open" profile="libvirt-7edeab00-ffea-4452-a473-dc57767f6d0e" 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(1511979634.909:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979634.914:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979634.914:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979634.915:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979634.915:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511979647.321:81): apparmor="DENIED" operation="open" profile="libvirt-4347e531-ad4a-47f4-85e7-d81f148f9089" name="/proc/1462/cmdline" pid=1437 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(1511979633.321:53): apparmor="DENIED" operation="open" profile="libvirt-7edeab00-ffea-4452-a473-dc57767f6d0e" name="/proc/517/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: 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-11-29T18:20:50.269999 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511986292.586: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(1511986292.589: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(1511986292.589: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(1511986292.590: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(1511986292.590: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(1511986307.836: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(1511986307.842: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(1511986307.842: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(1511986307.842: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(1511986307.850: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(1511986318.209: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(1511986318.212: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(1511986318.212: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(1511986318.213: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(1511986318.213: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-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(1511986292.586: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 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-11-29T20:12:00.137502 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511986294.955: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(1511986294.959: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(1511986294.959: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(1511986294.959: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(1511986294.962: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(1511986295.206: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(1511986295.210: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(1511986295.210: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(1511986295.210: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(1511986295.210: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(1511986295.579:42): apparmor="DENIED" operation="open" profile="libvirt-2e9d687c-5c69-4527-a1c7-1db22711be04" name="/etc/gss/mech.d/" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511986295.589:45): apparmor="DENIED" operation="open" profile="libvirt-2e9d687c-5c69-4527-a1c7-1db22711be04" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1511986409.823:54): apparmor="DENIED" operation="open" profile="libvirt-2e9d687c-5c69-4527-a1c7-1db22711be04" 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(1511986410.834: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(1511986410.838: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(1511986410.838: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(1511986410.839: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(1511986410.839: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(1511986422.408:80): apparmor="DENIED" operation="open" profile="libvirt-7a3c54d9-6b2f-4e44-a84f-bbf72e1fd57b" 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(1511986294.955: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: 140s
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-11-29T20:13:45.369594 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511996539.895: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(1511996539.899: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(1511996539.899: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(1511996539.899: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(1511996539.900: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(1511996553.733: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(1511996553.739: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(1511996553.743: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(1511996553.743: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(1511996553.744: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(1511996564.093: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(1511996564.097: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(1511996564.097: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(1511996564.097: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(1511996564.097: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(1511996539.895: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 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-11-29T23:02:45.660647 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1511996545.400: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(1511996545.404: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(1511996545.404: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(1511996545.404: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(1511996545.405: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(1511996659.990:54): apparmor="DENIED" operation="open" profile="libvirt-4982bd5f-0016-43bf-8516-4b6fd46cfd7d" 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(1511996661.116: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(1511996661.120: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(1511996661.120: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(1511996661.120: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(1511996661.120: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(1511996675.498:82): apparmor="DENIED" operation="open" profile="libvirt-abada75a-5019-498b-80a8-da9a57888499" 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-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(1511996545.400: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-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-11-29T23:04:39.131965 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512022436.434: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(1512022436.437: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(1512022436.437: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(1512022436.437: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(1512022436.438: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(1512022446.731: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(1512022446.736: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(1512022446.736: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(1512022446.736: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(1512022446.736: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(1512022436.434: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

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-11-30T06:14:08.295572 | revision c3e7b1d169554627780e091816d87954721d312a, 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]: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(1512022422.868: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(1512022422.872: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(1512022422.872: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(1512022422.872: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(1512022422.872: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(1512022537.351:54): apparmor="DENIED" operation="open" profile="libvirt-28f59ae3-2b63-4825-9745-69b0431e52fa" name="/proc/511/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512022538.114: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(1512022538.117: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(1512022538.117: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(1512022538.117: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(1512022538.118: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(1512022550.588:80): apparmor="DENIED" operation="open" profile="libvirt-7f81cc1a-c2d4-4347-9d1a-35cf21fde2b3" 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(1512022422.868: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: 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-11-30T06:15:53.799845 | revision c3e7b1d169554627780e091816d87954721d312a, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# 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(1512027496.953:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=796 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027497.028:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=796 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027497.028:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=796 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027497.029:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=796 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027497.029:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=796 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(1512027496.953:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=796 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-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-11-30T07:38:35.987376 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512027510.968: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(1512027511.046: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(1512027511.046: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(1512027511.048: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(1512027511.050: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(1512027534.669:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1132 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027534.718:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1132 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027534.718:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1132 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027534.718:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1132 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027534.719:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1132 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027545.995: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(1512027546.061: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(1512027546.062: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(1512027546.063: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(1512027546.063: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-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(1512027510.968: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 79 testDisks (check_machines.TestMachines) # duration: 72s
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-11-30T07:39:10.946723 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512027534.746: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(1512027534.795: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(1512027534.795: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(1512027534.796: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(1512027534.796: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(1512027672.945:56): apparmor="DENIED" operation="open" profile="libvirt-eb7cf167-2481-4d18-80e5-86d5a69b0f74" name="/proc/573/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512027674.641:58): 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(1512027674.691:59): 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(1512027674.692:60): 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(1512027674.692:61): 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(1512027674.693:62): 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(1512027695.912:82): apparmor="DENIED" operation="open" profile="libvirt-e7f712d0-573a-46d5-8c4f-b1cfd19d917a" 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-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(1512027534.746: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 77 testBasic (check_machines.TestMachines) # duration: 195s
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-11-30T07:41:39.987062 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512033364.317: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(1512033364.382: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(1512033364.383: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(1512033364.383: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(1512033364.384: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(1512033379.332:50): apparmor="DENIED" operation="open" profile="libvirt-fd3ba442-e67d-4067-901f-dec794327719" name="/proc/566/cmdline" pid=836 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(1512033364.317: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 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-11-30T09:16:24.336411 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46 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(1512033361.315: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(1512033361.378: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(1512033361.378: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(1512033361.378: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(1512033361.379: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(1512033387.509:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1239 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033387.573:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1239 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033387.573:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1239 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033387.573:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1239 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033387.576:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1239 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033399.340: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(1512033399.411: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(1512033399.411: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(1512033399.411: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(1512033399.412: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(1512033361.315: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 79 testDisks (check_machines.TestMachines) # duration: 75s
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-11-30T09:16:44.886389 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46 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(1512033389.633: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(1512033389.709: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(1512033389.709: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(1512033389.710: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(1512033389.711: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(1512033390.892:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033390.892:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033390.903:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033390.903:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033390.903:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033521.638:56): apparmor="DENIED" operation="open" profile="libvirt-702d5ae9-52ea-4544-b1f2-0e399b6834ad" name="/proc/535/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033523.628:58): 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(1512033523.697:59): 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(1512033523.697:60): 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(1512033523.697:61): 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(1512033523.698:62): 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(1512033524.810:74): apparmor="DENIED" operation="open" profile="libvirt-c8324877-2688-4791-b973-7d5332dc275b" name="/etc/gss/mech.d/" pid=1471 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033524.911:77): apparmor="DENIED" operation="open" profile="libvirt-c8324877-2688-4791-b973-7d5332dc275b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1471 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033524.911:78): apparmor="DENIED" operation="open" profile="libvirt-c8324877-2688-4791-b973-7d5332dc275b" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1471 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512033545.924:82): apparmor="DENIED" operation="open" profile="libvirt-c8324877-2688-4791-b973-7d5332dc275b" 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-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(1512033389.633: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 77 testBasic (check_machines.TestMachines) # duration: 189s
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-11-30T09:19:10.065606 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46 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(1512034939.119: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(1512034939.123: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(1512034939.127: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(1512034939.127: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(1512034939.128: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(1512034956.239: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(1512034956.245: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(1512034956.245: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(1512034956.245: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(1512034956.245: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(1512034966.774: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(1512034966.779: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(1512034966.780: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(1512034966.780: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(1512034966.780: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-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(1512034939.119: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 3 testDisks (check_machines.TestMachines) # duration: 53s
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-11-30T09:42:48.627717 | revision 11373944a854b72fcbfeb3447f233b8165e99ad9, 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(1512034939.267: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(1512034939.272: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(1512034939.272: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(1512034939.272: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(1512034939.273: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(1512035061.731:50): apparmor="DENIED" operation="open" profile="libvirt-cbd6ddd9-441d-4517-81aa-7f046820b280" 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(1512035064.738:52): 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(1512035064.742:53): 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(1512035064.742:54): 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(1512035064.742:55): 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(1512035064.743:56): 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(1512035078.257:78): apparmor="DENIED" operation="open" profile="libvirt-c6e16fa4-8c44-4296-9ad6-8acb6617e929" 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-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(1512034939.267: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: 165s
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-11-30T09:44:41.045066 | revision 11373944a854b72fcbfeb3447f233b8165e99ad9, 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(1512036225.884:22): 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(1512036225.890:23): 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(1512036225.890:24): 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(1512036225.891:25): 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(1512036225.892:26): 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(1512036243.883:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036243.890:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036243.890:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036243.890:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036243.891:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1021 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036254.520:52): 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(1512036254.525:53): 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(1512036254.525:54): 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(1512036254.525:55): 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(1512036254.526:56): 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-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(1512036225.884:22): 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: 45s
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-11-30T10:04:17.412981 | revision fd5d62905d5704f7aebe24a6cc9ce3f65d567d38, 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(1512036370.945:54): apparmor="DENIED" operation="open" profile="libvirt-d302023a-34d0-45f1-827c-5d526dea5de9" name="/proc/509/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036373.671:56): 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(1512036373.677:57): 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(1512036373.684:58): 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(1512036373.684:59): 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(1512036373.685:60): 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(1512036391.057:80): apparmor="DENIED" operation="open" profile="libvirt-cf9ec948-08ac-49a3-8557-07bc67a040de" 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-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(1512036370.945:54): apparmor="DENIED" operation="open" profile="libvirt-d302023a-34d0-45f1-827c-5d526dea5de9" name="/proc/509/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: 168s
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-11-30T10:06:35.382120 | revision fd5d62905d5704f7aebe24a6cc9ce3f65d567d38, 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(1512036246.769: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(1512036246.774: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(1512036246.774: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(1512036246.782: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(1512036246.782: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(1512036257.734: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(1512036257.739: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(1512036257.739: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(1512036257.740: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(1512036257.740: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-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(1512036246.769: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: 57s
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-11-30T10:04:20.260640 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512036630.659: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(1512036630.663: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(1512036630.663:20): 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(1512036630.663:21): 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(1512036630.664:22): 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(1512036638.511:42): apparmor="DENIED" operation="open" profile="libvirt-6c2600c9-9917-4506-9d36-f3d1ca842833" name="/proc/513/cmdline" pid=827 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(1512036630.659: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 2 testDelete (check_machines.TestMachines) # duration: 47s
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-11-30T10:10:44.430302 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512036626.968: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(1512036626.972: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(1512036626.972: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(1512036626.972: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(1512036626.972:26): 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(1512036644.536: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(1512036644.543: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(1512036644.543: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(1512036644.544: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(1512036644.544: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(1512036655.073: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(1512036655.078: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(1512036655.078: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(1512036655.079: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(1512036655.079: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(1512036626.968: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 3 testDisks (check_machines.TestMachines) # duration: 69s
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-11-30T10:10:57.726843 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512036366.354:52): apparmor="DENIED" operation="open" profile="libvirt-5e537c75-ba7b-45df-88a9-8d6955ea81ce" name="/proc/513/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036367.882:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036367.889:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036367.889:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036367.889:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036367.889:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1447 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036383.141:78): apparmor="DENIED" operation="open" profile="libvirt-b12d2bc4-c340-465f-8b51-028ac8e5f5a4" name="/proc/1493/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-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(1512036366.354:52): apparmor="DENIED" operation="open" profile="libvirt-5e537c75-ba7b-45df-88a9-8d6955ea81ce" name="/proc/513/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 176s
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-11-30T10:06:26.934104 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512036629.207: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(1512036629.212: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(1512036629.212: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(1512036629.212: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(1512036629.213: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(1512036761.910:52): apparmor="DENIED" operation="open" profile="libvirt-d1589c51-7200-4223-90f4-0593d819f3d2" name="/proc/513/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512036764.897:54): 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(1512036764.902:55): 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(1512036764.902:56): 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(1512036764.902:57): 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(1512036764.903:58): 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(1512036783.031:78): apparmor="DENIED" operation="open" profile="libvirt-b7c26404-37b3-4f60-a30e-8baf0d6987c3" 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-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(1512036629.207: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 1 testBasic (check_machines.TestMachines) # duration: 189s
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-11-30T10:13:09.958854 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512037385.789: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(1512037385.796: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(1512037385.796: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(1512037385.796: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(1512037385.797: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(1512037401.701: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(1512037401.708: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(1512037401.708: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(1512037401.708: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(1512037401.709: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(1512037412.078: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(1512037412.084: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(1512037412.084: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(1512037412.084: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(1512037412.084: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-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(1512037385.789: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 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-11-30T10:23:34.202120 | revision f27cf427b6a3b4c45dbcde1b17c85a944ea6d09a, 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: 
> 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(1512037514.161:54): apparmor="DENIED" operation="open" profile="libvirt-bd0f4b2e-78ad-4f3a-a6bb-b5f7012208b8" 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(1512037515.228: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(1512037515.234: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(1512037515.234: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(1512037515.235: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(1512037515.235: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(1512037528.321:82): apparmor="DENIED" operation="open" profile="libvirt-54f78088-d10d-436a-be7a-052dc0d3fca8" 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-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(1512037514.161:54): apparmor="DENIED" operation="open" profile="libvirt-bd0f4b2e-78ad-4f3a-a6bb-b5f7012208b8" name="/proc/517/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: 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-11-30T10:25:31.371492 | revision f27cf427b6a3b4c45dbcde1b17c85a944ea6d09a, 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(1512038026.245: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(1512038026.249: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(1512038026.249: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(1512038026.250: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(1512038026.250: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(1512038040.198: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(1512038040.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(1512038040.209: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(1512038040.209: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(1512038040.210: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(1512038050.616: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(1512038050.619: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(1512038050.619: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(1512038050.619: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(1512038050.619: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-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(1512038026.245: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: 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-11-30T10:34:11.807604 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512038094.480: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(1512038094.486: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(1512038094.486:24): 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(1512038094.486:25): 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(1512038094.486:26): 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(1512038110.946: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(1512038110.953: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(1512038110.953: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(1512038110.954: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(1512038110.954: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(1512038121.355:52): 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(1512038121.363:53): 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(1512038121.367:54): 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(1512038121.368: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(1512038121.368:56): 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(1512038094.480: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 3 testDisks (check_machines.TestMachines) # duration: 45s
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-11-30T10:35:22.610110 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512038031.198: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(1512038031.202: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(1512038031.202: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(1512038031.202: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(1512038031.202: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(1512038145.492:54): apparmor="DENIED" operation="open" profile="libvirt-c52c9593-d95f-49aa-90ec-0df78725b064" name="/proc/520/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038146.216: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(1512038146.219: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(1512038146.219: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(1512038146.219: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(1512038146.219: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(1512038163.551:80): apparmor="DENIED" operation="open" profile="libvirt-84ea2282-682e-4f0e-86d3-0a6d5c098110" 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(1512038031.198: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: 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-11-30T10:36:06.523572 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512038096.631:35): 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(1512038096.639:36): 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(1512038096.639:37): 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(1512038096.639: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(1512038096.639:39): 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(1512038219.801:53): apparmor="DENIED" operation="open" profile="libvirt-19b4b1fa-4598-4e0b-b911-87cf3c34d9fc" 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(1512038220.993:55): 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(1512038220.999:56): 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(1512038220.999: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(1512038220.999: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(1512038220.999:59): 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(1512038234.275:81): apparmor="DENIED" operation="open" profile="libvirt-6f7d2cc9-1547-455a-83d3-a2ce3a22f545" 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-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(1512038096.631:35): 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: 153s
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-11-30T10:37:17.851231 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512038595.239: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(1512038595.245: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(1512038595.245: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(1512038595.245: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(1512038595.246: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(1512038609.738: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(1512038609.746: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(1512038609.746: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(1512038609.746: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(1512038609.747: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(1512038620.116:54): 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(1512038620.120:55): 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(1512038620.120:56): 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(1512038620.120:57): 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(1512038620.121:58): 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(1512038595.239: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 138 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-11-30T10:43:42.709271 | revision c819a9a5ebd6640a251ede0f1bb973047b6899f9, 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(1512038616.351:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038616.356:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038616.356:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038616.357:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038616.357:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038747.751:55): apparmor="DENIED" operation="open" profile="libvirt-0763abfc-d63a-4c2e-98ce-07acd3016891" 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(1512038750.916:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1457 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038750.921:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1457 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038750.921:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1457 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038750.921:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1457 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038750.922:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1457 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038751.413:73): apparmor="DENIED" operation="open" profile="libvirt-4c979b93-3fc8-4eef-a84c-a53460a3c999" name="/etc/gss/mech.d/" pid=1483 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038751.421:76): apparmor="DENIED" operation="open" profile="libvirt-4c979b93-3fc8-4eef-a84c-a53460a3c999" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1483 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038751.421:77): apparmor="DENIED" operation="open" profile="libvirt-4c979b93-3fc8-4eef-a84c-a53460a3c999" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1483 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512038763.406:81): apparmor="DENIED" operation="open" profile="libvirt-4c979b93-3fc8-4eef-a84c-a53460a3c999" name="/proc/1503/cmdline" pid=1483 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(1512038616.351:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=830 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 136 testBasic (check_machines.TestMachines) # duration: 162s
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-11-30T10:46:07.093047 | revision c819a9a5ebd6640a251ede0f1bb973047b6899f9, 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(1512040015.798:22): 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(1512040015.814:23): 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(1512040015.814:24): 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(1512040015.814:25): 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(1512040015.815:26): 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(1512040018.116:38): apparmor="DENIED" operation="open" profile="libvirt-48a14d4a-b78e-4aed-9a05-e33f04c080b5" 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(1512040018.163:41): apparmor="DENIED" operation="open" profile="libvirt-48a14d4a-b78e-4aed-9a05-e33f04c080b5" 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(1512040018.163:42): apparmor="DENIED" operation="open" profile="libvirt-48a14d4a-b78e-4aed-9a05-e33f04c080b5" 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(1512040045.051:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1284 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040045.072:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1284 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040045.072:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1284 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040045.072:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1284 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040045.086:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1284 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040056.075:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1305 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040056.080:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1305 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040056.080:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1305 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040056.080:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1305 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040056.081:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1305 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(1512040015.798:22): 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 101 testDisks (check_machines.TestMachines) # duration: 80s
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-11-30T11:07:40.225858 | revision 0da43a260cc303a80ffa6a8173f84d2f8a003f5e, 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
> 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: """"
Unexpected journal message 'audit: type=1400 audit(1512040043.979:40): apparmor="DENIED" operation="open" profile="libvirt-cbd29b68-2472-4ebc-9c46-8e567ab64dc1" name="/etc/gss/mech.d/" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040044.044:43): apparmor="DENIED" operation="open" profile="libvirt-cbd29b68-2472-4ebc-9c46-8e567ab64dc1" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040044.045:44): apparmor="DENIED" operation="open" profile="libvirt-cbd29b68-2472-4ebc-9c46-8e567ab64dc1" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040187.246:54): apparmor="DENIED" operation="open" profile="libvirt-cbd29b68-2472-4ebc-9c46-8e567ab64dc1" name="/proc/514/cmdline" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040189.722:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1460 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040189.727:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1460 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040189.730:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1460 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040189.731:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1460 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040189.731:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1460 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040209.040:80): apparmor="DENIED" operation="open" profile="libvirt-1b32e727-421f-455a-a49b-5203454a1a89" name="/proc/1508/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-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(1512040043.979:40): apparmor="DENIED" operation="open" profile="libvirt-cbd29b68-2472-4ebc-9c46-8e567ab64dc1" name="/etc/gss/mech.d/" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 99 testBasic (check_machines.TestMachines) # duration: 204s
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-11-30T11:10:16.349802 | revision 0da43a260cc303a80ffa6a8173f84d2f8a003f5e, 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(1512040636.000: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(1512040636.006: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(1512040636.006: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(1512040636.008: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(1512040636.009:26): 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(1512040655.007:46): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1049 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040655.014:47): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1049 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040655.014:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1049 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040655.014:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1049 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040655.016:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1049 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040665.876:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1304 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040665.881:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1304 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040665.881:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1304 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040665.882:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1304 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040665.882:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1304 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(1512040636.000: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 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-11-30T11:17:47.997921 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512040650.673: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(1512040650.679: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(1512040650.679: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(1512040650.679: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(1512040650.680: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(1512040779.994:50): apparmor="DENIED" operation="open" profile="libvirt-883d7a0e-1ba1-4055-a37f-8e7038ff7601" name="/proc/512/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040781.292:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1472 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040781.306:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1472 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040781.306:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1472 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040781.307:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1472 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040781.308:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1472 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512040795.098:78): apparmor="DENIED" operation="open" profile="libvirt-42966e3b-d946-4af2-b0fc-e0b221c744e9" name="/proc/1524/cmdline" pid=1498 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(1512040650.673: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: 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-11-30T11:19:59.299079 | revision c0749819e31bb82e75b40243687a5f6fa05b0f46, 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(1512041127.529: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(1512041127.534: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(1512041127.534: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(1512041127.535: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(1512041127.535: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(1512041143.042: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(1512041143.050: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(1512041143.050: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(1512041143.050: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(1512041143.051: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(1512041153.416: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(1512041153.420: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(1512041153.420: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(1512041153.420: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(1512041153.420: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-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(1512041127.529: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 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-11-30T11:25:55.338535 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512041134.872:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=867 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041134.877:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=867 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041134.877:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=867 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041134.877:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=867 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041134.878:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=867 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041262.810:54): apparmor="DENIED" operation="open" profile="libvirt-e88e6c89-b5c9-43b2-95c1-1d26f263aafd" name="/proc/536/cmdline" pid=886 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041264.338:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1477 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041264.341:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1477 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041264.341:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1477 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041264.342:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1477 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041264.342:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1477 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512041277.455:82): apparmor="DENIED" operation="open" profile="libvirt-a05c00a5-d4f8-4fa1-8d95-396c2ce170a0" name="/proc/1529/cmdline" pid=1509 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(1512041134.872:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=867 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-11-30T11:28:00.487944 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512042604.680: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(1512042604.686: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(1512042604.686: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(1512042604.687: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(1512042604.687: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(1512042622.096: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(1512042622.108: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(1512042622.108: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(1512042622.108: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(1512042622.110: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(1512042632.471: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(1512042632.476: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(1512042632.476: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(1512042632.476: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(1512042632.477: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-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(1512042604.680: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 119 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-11-30T11:50:34.063899 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512042740.983:54): apparmor="DENIED" operation="open" profile="libvirt-011e7860-0c92-4fbb-bf24-bcc7afb16a99" name="/proc/511/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512042746.900: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(1512042746.903: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(1512042746.903: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(1512042746.904: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(1512042746.904: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(1512042762.243:82): apparmor="DENIED" operation="open" profile="libvirt-e1f51234-9498-4afa-b3d8-c11f7bb6492f" 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-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(1512042740.983:54): apparmor="DENIED" operation="open" profile="libvirt-011e7860-0c92-4fbb-bf24-bcc7afb16a99" name="/proc/511/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 117 testBasic (check_machines.TestMachines) # duration: 168s
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-11-30T11:52:45.859487 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512043195.612: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(1512043195.619: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(1512043195.619: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(1512043195.619: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(1512043195.619: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(1512043210.908: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(1512043210.913: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(1512043210.913: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(1512043210.913: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(1512043210.913: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(1512043221.312: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(1512043221.317: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(1512043221.317: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(1512043221.317: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(1512043221.317: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-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(1512043195.612: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 72 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-11-30T12:00:23.262956 | revision ca09a1e795686e0c01ec0fc39afaffa534502278, 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(1512043211.742: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(1512043211.746: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(1512043211.746: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(1512043211.746: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(1512043211.746: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(1512043327.887:54): apparmor="DENIED" operation="open" profile="libvirt-be7c2288-136a-4e56-ae9e-3fd9b0b04ad8" 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(1512043329.246: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(1512043329.259: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(1512043329.259: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(1512043329.259: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(1512043329.260: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(1512043344.478:82): apparmor="DENIED" operation="open" profile="libvirt-2ec5d0a1-1c8d-4b4e-8fea-d25320f26745" 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(1512043211.742: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 70 testBasic (check_machines.TestMachines) # duration: 146s
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-11-30T12:02:27.054692 | revision ca09a1e795686e0c01ec0fc39afaffa534502278, 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(1512044025.235: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(1512044025.241: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(1512044025.241: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(1512044025.242: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(1512044025.243: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(1512044035.694: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(1512044035.699: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(1512044035.699: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(1512044035.700: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(1512044035.701: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-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(1512044025.235: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 134 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-11-30T12:13:58.809714 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512044020.876: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(1512044020.880: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(1512044020.880:24): 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(1512044020.880:25): 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(1512044020.881:26): 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(1512044147.590:50): apparmor="DENIED" operation="open" profile="libvirt-58806c4b-c207-4815-b2d7-1e6ac8144179" name="/proc/521/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512044150.355:53): 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(1512044150.360:54): 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(1512044150.360: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(1512044150.360:56): 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(1512044150.361:57): 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(1512044169.536:78): apparmor="DENIED" operation="open" profile="libvirt-0a195d97-5feb-4252-bbff-37da98562961" 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-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(1512044020.876: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 132 testBasic (check_machines.TestMachines) # duration: 166s
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-11-30T12:16:14.064426 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512045230.722:18): 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(1512045230.727:19): 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(1512045230.727:20): 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(1512045230.727:21): 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(1512045230.728:22): 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(1512045245.039: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(1512045245.045: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(1512045245.045: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(1512045245.045: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(1512045245.045: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(1512045255.507:48): 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(1512045255.511:49): 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(1512045255.511:50): 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(1512045255.512:51): 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(1512045255.512:52): 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(1512045230.722:18): 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: 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-11-30T12:34:18.145529 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512045242.427: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(1512045242.430: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(1512045242.430: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(1512045242.431: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(1512045242.431: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(1512045357.744:54): apparmor="DENIED" operation="open" profile="libvirt-b3e7a261-5568-4052-b79b-9f39371c6cc6" 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(1512045358.709: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(1512045358.715: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(1512045358.715: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(1512045358.715: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(1512045358.716: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(1512045372.551:82): apparmor="DENIED" operation="open" profile="libvirt-74d2ca05-ea24-4c72-a03e-98333db576ca" 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-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(1512045242.427: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: 144s
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-11-30T12:36:15.388304 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512045854.634:32): 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(1512045854.642:33): 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(1512045854.642:34): 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(1512045854.642:35): 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(1512045854.643:36): 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(1512045855.409:40): apparmor="DENIED" operation="open" profile="libvirt-22e1b96b-b259-487c-942d-38e9c8adf7a0" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512045855.409:41): apparmor="DENIED" operation="open" profile="libvirt-22e1b96b-b259-487c-942d-38e9c8adf7a0" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512045865.926:46): apparmor="DENIED" operation="open" profile="libvirt-22e1b96b-b259-487c-942d-38e9c8adf7a0" name="/proc/510/cmdline" pid=835 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(1512045854.634:32): 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 131 testDelete (check_machines.TestMachines) # duration: 32s
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-11-30T12:44:31.034552 | revision 85d043c157f96acd573e54ca82e5d067dba9ff45, 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(1512045845.376: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(1512045845.382: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(1512045845.382: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(1512045845.382: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(1512045845.383: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(1512045868.254: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(1512045868.266: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(1512045868.266: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(1512045868.267: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(1512045868.273: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(1512045878.843: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(1512045878.847: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(1512045878.848: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(1512045878.848: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(1512045878.848: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-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(1512045845.376: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 132 testDisks (check_machines.TestMachines) # duration: 48s
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-11-30T12:44:42.306817 | revision 85d043c157f96acd573e54ca82e5d067dba9ff45, 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(1512045855.200:38): apparmor="DENIED" operation="open" profile="libvirt-dffe7d89-1f78-4244-9648-2e150425ef92" 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(1512045855.225:41): apparmor="DENIED" operation="open" profile="libvirt-dffe7d89-1f78-4244-9648-2e150425ef92" 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(1512045855.226:42): apparmor="DENIED" operation="open" profile="libvirt-dffe7d89-1f78-4244-9648-2e150425ef92" 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(1512045998.013:52): apparmor="DENIED" operation="open" profile="libvirt-dffe7d89-1f78-4244-9648-2e150425ef92" name="/proc/511/cmdline" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512046000.848: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(1512046000.853: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(1512046000.853: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(1512046000.854: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(1512046000.854: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(1512046019.423:78): apparmor="DENIED" operation="open" profile="libvirt-51811657-98cc-47f8-9f03-41eb9cf10880" 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-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(1512045855.200:38): apparmor="DENIED" operation="open" profile="libvirt-dffe7d89-1f78-4244-9648-2e150425ef92" name="/etc/gss/mech.d/" pid=838 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 130 testBasic (check_machines.TestMachines) # duration: 184s
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-11-30T12:47:02.841941 | revision 85d043c157f96acd573e54ca82e5d067dba9ff45, 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(1512046085.690: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(1512046085.694: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(1512046085.695: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(1512046085.695: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(1512046085.695: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(1512046101.348: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(1512046101.355: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(1512046101.355: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(1512046101.356: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(1512046101.356: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(1512046112.573: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(1512046112.586: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(1512046112.586: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(1512046112.586: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(1512046112.587: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-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(1512046085.690: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 64 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-11-30T12:48:45.645195 | revision c6596708f4d9bb8ea775d10c7634929dc712facf, 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(1512046092.990:33): 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(1512046093.004:34): 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(1512046093.004: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(1512046093.005:36): 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(1512046093.006:37): 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(1512046232.407:53): apparmor="DENIED" operation="open" profile="libvirt-73484b5b-c51a-4860-b2b4-9c3126290182" 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(1512046233.613:55): 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(1512046233.618:56): 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(1512046233.618:57): 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(1512046233.618: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(1512046233.619:59): 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(1512046247.367:79): apparmor="DENIED" operation="open" profile="libvirt-e2179b86-fac5-49e6-9e70-b78e32041fc0" 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-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(1512046092.990:33): 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 62 testBasic (check_machines.TestMachines) # duration: 170s
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-11-30T12:50:52.027371 | revision c6596708f4d9bb8ea775d10c7634929dc712facf, 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(1512047638.999:42): apparmor="DENIED" operation="open" profile="libvirt-d25ae4bb-651b-44b4-8328-aaeb488d6df8" 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(1512047639.006:43): apparmor="DENIED" operation="open" profile="libvirt-d25ae4bb-651b-44b4-8328-aaeb488d6df8" 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(1512047639.016:46): apparmor="DENIED" operation="open" profile="libvirt-d25ae4bb-651b-44b4-8328-aaeb488d6df8" 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(1512047639.016:47): apparmor="DENIED" operation="open" profile="libvirt-d25ae4bb-651b-44b4-8328-aaeb488d6df8" 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(1512047653.441:51): 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(1512047653.446:52): 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(1512047653.446: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(1512047653.446:54): 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(1512047653.447:55): 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(1512047663.979:57): 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(1512047663.983:58): 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(1512047663.983: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(1512047663.983:60): 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(1512047663.983:61): 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-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(1512047638.999:42): apparmor="DENIED" operation="open" profile="libvirt-d25ae4bb-651b-44b4-8328-aaeb488d6df8" name="/etc/gss/mech.d/" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 64 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-11-30T13:14:26.180290 | revision c3e7b1d169554627780e091816d87954721d312a, 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: 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(1512047641.015:42): apparmor="DENIED" operation="open" profile="libvirt-427f5bb8-0ee2-4bd0-9d24-9f79ddcfbb2f" 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(1512047641.026:45): apparmor="DENIED" operation="open" profile="libvirt-427f5bb8-0ee2-4bd0-9d24-9f79ddcfbb2f" 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(1512047641.026:46): apparmor="DENIED" operation="open" profile="libvirt-427f5bb8-0ee2-4bd0-9d24-9f79ddcfbb2f" 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(1512047758.433:54): apparmor="DENIED" operation="open" profile="libvirt-427f5bb8-0ee2-4bd0-9d24-9f79ddcfbb2f" 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(1512047759.327: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(1512047759.331: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(1512047759.331: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(1512047759.331: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(1512047759.331: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(1512047772.517:82): apparmor="DENIED" operation="open" profile="libvirt-49f36367-47d3-4ed9-85ff-7d882af5d6fb" 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-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(1512047641.015:42): apparmor="DENIED" operation="open" profile="libvirt-427f5bb8-0ee2-4bd0-9d24-9f79ddcfbb2f" name="/etc/gss/mech.d/" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 62 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-11-30T13:16:13.822210 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512048522.078:42): apparmor="DENIED" operation="open" profile="libvirt-d5460622-b72e-4129-bd6a-8a9223a629c3" 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(1512048522.086:45): apparmor="DENIED" operation="open" profile="libvirt-d5460622-b72e-4129-bd6a-8a9223a629c3" 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(1512048522.086:46): apparmor="DENIED" operation="open" profile="libvirt-d5460622-b72e-4129-bd6a-8a9223a629c3" 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(1512048536.564: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(1512048536.568: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(1512048536.568: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(1512048536.569: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(1512048536.569: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(1512048547.101: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(1512048547.105: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(1512048547.105: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(1512048547.106: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(1512048547.114: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(1512048522.078:42): apparmor="DENIED" operation="open" profile="libvirt-d5460622-b72e-4129-bd6a-8a9223a629c3" name="/etc/gss/mech.d/" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 131 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-11-30T13:29:09.027572 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512048642.567:54): apparmor="DENIED" operation="open" profile="libvirt-843a957c-064f-40e2-9fd0-c1e67a2ef9b4" name="/proc/519/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512048643.621: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(1512048643.626: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(1512048643.626: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(1512048643.627: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(1512048643.627: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(1512048657.478:82): apparmor="DENIED" operation="open" profile="libvirt-0a571950-142c-4267-82b6-d00403ea9fbc" 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(1512048642.567:54): apparmor="DENIED" operation="open" profile="libvirt-843a957c-064f-40e2-9fd0-c1e67a2ef9b4" name="/proc/519/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 129 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-11-30T13:31:01.064057 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512049030.997: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(1512049031.002: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(1512049031.002: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(1512049031.003: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(1512049031.004: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(1512049048.100: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(1512049048.108: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(1512049048.108: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(1512049048.108: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(1512049048.109: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(1512049058.643: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(1512049058.649: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(1512049058.649: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(1512049058.650: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(1512049058.650: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(1512049030.997: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 166 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-11-30T13:37:40.126606 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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.
> error: Disconnected from qemu:///system due to end of file
error: internal error: client socket is closed

> 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: Disconnected from qemu:///system due to end of file\nerror: internal error: client socket is closed"}", data: """"
> dominfo() exception: 'error: Disconnected from qemu:///system due to end of file
error: internal error: client socket is closed', data: '', output: 'Id:             2
Name:           subVmTest2
UUID:           99622837-1558-446c-9dc5-da93c9c35e70
OS Type:        hvm
Persistent:     unknown
Managed save:   unknown

'
Unexpected journal message 'audit: type=1400 audit(1512049030.459: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(1512049030.476: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(1512049030.477: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(1512049030.478: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(1512049030.479: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(1512049162.312:56): apparmor="DENIED" operation="open" profile="libvirt-d990eb61-44aa-44dd-8fc8-083699c6be7e" name="/proc/516/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512049163.749:58): 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(1512049163.752:59): 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(1512049163.752:60): 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(1512049163.752:61): 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(1512049163.753:62): 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(1512049179.439:82): apparmor="DENIED" operation="open" profile="libvirt-99622837-1558-446c-9dc5-da93c9c35e70" name="/proc/1494/cmdline" pid=1474 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(1512049030.459: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 164 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-11-30T13:39:42.050579 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512050122.557:46): 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(1512050122.563:47): 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(1512050122.563:48): 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(1512050122.564:49): 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(1512050122.565:50): 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'
Unexpected journal message 'audit: type=1400 audit(1512050133.569:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050133.573:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050133.574:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050133.574:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050133.575:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1266 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(1512050122.557:46): 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

not ok 63 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-11-30T13:55:39.924013 | revision 9b4fafb8d5640bf02b21c27191fa6aac738048a2, 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.
> 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(1512050245.913:52): apparmor="DENIED" operation="open" profile="libvirt-712fa3d2-9b5e-4948-adf9-6dee2afc990b" name="/proc/513/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050246.948:54): 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(1512050246.952:55): 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(1512050246.952:56): 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(1512050246.952:57): 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(1512050246.952:58): 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(1512050247.456:64): 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(1512050247.462:65): 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(1512050247.462:66): 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(1512050247.462:67): 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(1512050247.463:68): 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(1512050261.159:78): apparmor="DENIED" operation="open" profile="libvirt-2649398f-eff3-4e20-a2e5-4c28eb852426" name="/proc/1488/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-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(1512050245.913:52): apparmor="DENIED" operation="open" profile="libvirt-712fa3d2-9b5e-4948-adf9-6dee2afc990b" name="/proc/513/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 61 testBasic (check_machines.TestMachines) # duration: 164s
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-11-30T13:57:43.983510 | revision 9b4fafb8d5640bf02b21c27191fa6aac738048a2, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (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(1512050597.524:22): 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(1512050597.530:23): 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(1512050597.530:24): 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(1512050597.530: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(1512050597.531:26): 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(1512050615.062: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(1512050615.079: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(1512050615.079: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(1512050615.079: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(1512050615.099: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'
Journal extracted to TestMachines-testNetworks-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(1512050597.524:22): 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 62 testNetworks (check_machines.TestMachines) # duration: 55s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-11-30T14:03:38.850080 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512050625.034: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(1512050625.048: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(1512050625.048:25): 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(1512050625.049: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(1512050625.049:27): 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(1512050648.972:47): 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(1512050648.978:48): 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(1512050648.978:49): 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(1512050648.979:50): 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(1512050648.979:51): 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'
Unexpected journal message 'audit: type=1400 audit(1512050659.777:53): 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(1512050659.781:54): 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(1512050659.781: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(1512050659.782:56): 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(1512050659.783:57): 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-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(1512050625.034: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 59 testDisks (check_machines.TestMachines) # duration: 69s
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-11-30T14:04:23.003725 | revision c3e7b1d169554627780e091816d87954721d312a, 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]: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(1512050623.321:32): 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(1512050623.326:33): 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(1512050623.326:34): 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(1512050623.327:35): 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(1512050623.327:36): 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(1512050764.970:52): apparmor="DENIED" operation="open" profile="libvirt-0520051e-3352-4b54-8d61-57d3174202df" name="/proc/509/cmdline" pid=836 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512050766.196: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(1512050766.201: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(1512050766.201: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(1512050766.201: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(1512050766.202: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(1512050783.030:78): apparmor="DENIED" operation="open" profile="libvirt-f20fabc8-78e8-438e-aa38-0c0239b5033c" 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-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(1512050623.321:32): 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 57 testBasic (check_machines.TestMachines) # duration: 192s
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-11-30T14:06:25.706388 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512051912.267:24): 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(1512051912.271:25): 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(1512051912.271:26): 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(1512051912.271: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(1512051912.272:28): 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(1512051926.742:48): 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(1512051926.747:49): 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(1512051926.747: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(1512051926.747:51): 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(1512051926.747:52): 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(1512051937.067:54): 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(1512051937.071:55): 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(1512051937.071:56): 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(1512051937.072:57): 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(1512051937.072:58): 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-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(1512051912.267:24): 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: 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-11-30T14:25:38.839817 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512051915.144: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(1512051915.148: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(1512052026.328:46): apparmor="DENIED" operation="open" profile="libvirt-071b52d0-c753-448e-ac69-b25769fb4fa4" 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(1512052027.123:48): 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(1512052027.126:49): 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(1512052027.126:50): 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(1512052027.127:51): 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(1512052027.127:52): 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(1512052047.649:74): apparmor="DENIED" operation="open" profile="libvirt-da51d42e-a27b-42f2-b59b-4d88d1803518" 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(1512051915.144: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: 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-11-30T14:27:30.725345 | revision c3e7b1d169554627780e091816d87954721d312a, 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(1512053589.358: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(1512053589.364: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(1512053589.364: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(1512053589.364: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(1512053589.365: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(1512053603.622: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(1512053603.629: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(1512053603.629: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(1512053603.629: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(1512053603.629: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(1512053613.992: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(1512053613.997: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(1512053613.997: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(1512053613.997: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(1512053613.997: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(1512053589.358: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 68 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-11-30T14:53:36.188576 | revision fb33357a936f22a7f010f179bd13fde8ca255750, 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(1512053602.751: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(1512053602.757: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(1512053602.757: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(1512053602.758: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(1512053602.758: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(1512053728.826:54): apparmor="DENIED" operation="open" profile="libvirt-23287186-e572-4e8a-9758-9a7481e512bb" 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(1512053730.368: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(1512053730.374: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(1512053730.374: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(1512053730.375: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(1512053730.375: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(1512053745.513:82): apparmor="DENIED" operation="open" profile="libvirt-37b7dce6-5a11-4b1b-ad93-bb7501546d5b" 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(1512053602.751: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 66 testBasic (check_machines.TestMachines) # duration: 156s
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-11-30T14:55:48.620281 | revision fb33357a936f22a7f010f179bd13fde8ca255750, 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(1512054957.016: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(1512054957.021: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(1512054957.021: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(1512054957.021: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(1512054957.022: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(1512054972.177: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(1512054972.184: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(1512054972.184: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(1512054972.184: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(1512054972.184: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(1512054982.594: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(1512054982.599: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(1512054982.599: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(1512054982.599: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(1512054982.600: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(1512054957.016: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 59 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-11-30T15:16:24.585917 | revision f2134507aa0aa92b7dbffd716de26f77a8c9afb2, 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(1512055080.068:54): apparmor="DENIED" operation="open" profile="libvirt-4444aa20-dd82-4b75-92f6-05ef1daca02e" name="/proc/518/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512055081.085: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(1512055081.091: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(1512055081.091: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(1512055081.091: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(1512055081.092: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(1512055095.520:82): apparmor="DENIED" operation="open" profile="libvirt-22875f62-3b77-4b3e-90b6-19b9bcbf2876" 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-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(1512055080.068:54): apparmor="DENIED" operation="open" profile="libvirt-4444aa20-dd82-4b75-92f6-05ef1daca02e" name="/proc/518/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 57 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-11-30T15:18:18.019003 | revision f2134507aa0aa92b7dbffd716de26f77a8c9afb2, 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(1512055689.361: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(1512055689.364: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(1512055689.364: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(1512055689.364: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(1512055689.368: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(1512055703.249: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(1512055703.254: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(1512055703.257: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(1512055703.257: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(1512055703.258: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(1512055713.614: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(1512055713.627: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(1512055713.627: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(1512055713.628: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(1512055713.629: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-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(1512055689.361: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 135 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-11-30T15:28:35.986630 | revision 67c6c2e1c2a8df4a1efb9ece526cfcdada50981e 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(1512055808.424:54): apparmor="DENIED" operation="open" profile="libvirt-9877ad02-9634-4752-8f7b-b61de3778514" name="/proc/517/cmdline" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512055809.448:56): 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(1512055809.452:57): 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(1512055809.452: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(1512055809.452:59): 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(1512055809.453:60): 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(1512055826.485:80): apparmor="DENIED" operation="open" profile="libvirt-ee24dbd9-7bd8-4366-92f3-df7995415a76" 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(1512055808.424:54): apparmor="DENIED" operation="open" profile="libvirt-9877ad02-9634-4752-8f7b-b61de3778514" name="/proc/517/cmdline" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 133 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-11-30T15:30:29.334035 | revision 67c6c2e1c2a8df4a1efb9ece526cfcdada50981e 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(1512057169.932:23): 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(1512057169.937:24): 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(1512057169.937: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(1512057169.937:26): 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(1512057169.937:27): 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(1512057184.996:47): 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(1512057185.003:48): 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(1512057185.003: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(1512057185.004:50): 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(1512057185.005:51): 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(1512057195.556:53): 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(1512057195.560:54): 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(1512057195.560: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(1512057195.560: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(1512057195.561:57): 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(1512057169.932:23): 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 83 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-11-30T15:53:19.732682 | revision 67c6c2e1c2a8df4a1efb9ece526cfcdada50981e, 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(1512057178.292: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(1512057178.297: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(1512057178.297: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(1512057178.297: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(1512057178.298: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(1512057302.998:54): apparmor="DENIED" operation="open" profile="libvirt-b9105208-39a7-445e-8d1b-0c05e40f2506" 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(1512057305.058: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(1512057305.062: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(1512057305.062: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(1512057305.062: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(1512057305.063: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(1512057320.461:82): apparmor="DENIED" operation="open" profile="libvirt-5dbbbee6-e404-4c3f-bdbd-9b0a8f8fb6c8" name="/proc/1467/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-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(1512057178.292: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 81 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-11-30T15:55:23.261699 | revision 67c6c2e1c2a8df4a1efb9ece526cfcdada50981e, 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(1512063694.970: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(1512063694.975: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(1512063694.975: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(1512063694.975: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(1512063694.976: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(1512063705.334:56): 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(1512063705.340:57): 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(1512063705.340:58): 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(1512063705.340:59): 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(1512063705.340:60): 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-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(1512063694.970: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

not ok 3 testDisks (check_machines.TestMachines) # duration: 35s
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-11-30T17:41:47.979991 | revision bf5f1bfac5a372eaf4ae63216ded8fed34e59fd6, 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(1512063686.954:42): apparmor="DENIED" operation="open" profile="libvirt-c5a28026-987b-4ec4-997e-3ed99d2dfd8e" 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(1512063686.963:45): apparmor="DENIED" operation="open" profile="libvirt-c5a28026-987b-4ec4-997e-3ed99d2dfd8e" 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(1512063686.963:46): apparmor="DENIED" operation="open" profile="libvirt-c5a28026-987b-4ec4-997e-3ed99d2dfd8e" 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(1512063811.802:54): apparmor="DENIED" operation="open" profile="libvirt-c5a28026-987b-4ec4-997e-3ed99d2dfd8e" 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(1512063813.222: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(1512063813.227: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(1512063813.227: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(1512063813.227: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(1512063813.228: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(1512063828.414:82): apparmor="DENIED" operation="open" profile="libvirt-9c60eeb2-ec8e-499e-8450-429a72ff1dae" name="/proc/1482/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-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(1512063686.954:42): apparmor="DENIED" operation="open" profile="libvirt-c5a28026-987b-4ec4-997e-3ed99d2dfd8e" name="/etc/gss/mech.d/" pid=845 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-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-11-30T17:43:53.378574 | revision bf5f1bfac5a372eaf4ae63216ded8fed34e59fd6, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# 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(1512072067.495:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=798 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512072067.557:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=798 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512072067.557:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=798 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512072067.557:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=798 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512072067.558:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=798 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(1512072067.495:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=798 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 81 testInlineConsole (check_machines.TestMachines) # duration: 42s
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-11-30T20:01:23.738129 | revision 795ac8e3bbc58183be18514fce8e0d5b6d73afc1, 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]: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(1512072086.437: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(1512072086.511: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(1512072086.511: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(1512072086.511: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(1512072086.512: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(1512072108.815: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(1512072108.878: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(1512072108.878: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(1512072108.881: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(1512072108.884: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(1512072120.161: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(1512072120.221: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(1512072120.221: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(1512072120.222: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(1512072120.222: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(1512072086.437: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 79 testDisks (check_machines.TestMachines) # duration: 62s
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-11-30T20:02:03.903920 | revision 795ac8e3bbc58183be18514fce8e0d5b6d73afc1 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512072110.072: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(1512072110.126: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(1512072110.126: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(1512072110.127: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(1512072110.127: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(1512072120.409:50): apparmor="DENIED" operation="open" profile="libvirt-1c9b2d92-64f6-49b6-96e8-4993eb41f683" name="/proc/588/cmdline" pid=831 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(1512072110.072: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 78 testDelete (check_machines.TestMachines) # duration: 42s
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-11-30T20:02:08.228418 | revision 795ac8e3bbc58183be18514fce8e0d5b6d73afc1 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(1512072112.556: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(1512072112.600: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(1512072112.600: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(1512072112.600: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(1512072112.601: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(1512072243.605:54): apparmor="DENIED" operation="open" profile="libvirt-c09347c9-b677-490a-88bc-9383e822980a" name="/proc/542/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512072244.993:58): 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(1512072245.038:59): 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(1512072245.038:60): 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(1512072245.039:61): 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(1512072245.040:62): 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(1512072261.750:82): apparmor="DENIED" operation="open" profile="libvirt-6793b2f3-8ea7-46ee-9270-e4a836c25cfd" 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-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(1512072112.556: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 77 testBasic (check_machines.TestMachines) # duration: 178s
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-11-30T20:04:25.367102 | revision 795ac8e3bbc58183be18514fce8e0d5b6d73afc1 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2501' (ECDSA) to the list of known hosts.
Started /usr/lib64/chromium-browser/headless_shell (pid 31421) on port 9889
[1130/202750.336865:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 31458: Permission denied
[1130/202750.832416:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 31473: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512073672993.96,"url":"http://127.0.0.2:9391/cockpit/login","networkRequestId":"31473.8"}Unexpected journal message 'audit: type=1400 audit(1512073667.113:32): 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(1512073667.118:33): 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(1512073667.118:34): 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(1512073667.119:35): 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(1512073667.119:36): 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 651, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 785, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512073667.113:32): 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 121 testExternalConsole (check_machines.TestMachines) # duration: 55s
Wrote screenshot to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 31421)

First occurrence: 2017-11-30T20:28:03.224710 | revision 250eb1a1c524a0c493f9895b6a8a5e7f4a2d1d64, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 32005) on port 9581
[1130/202814.953770:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 32035: Permission denied
[1130/202815.426722:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 32054: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512073697788.9,"url":"http://127.0.0.2:9491/cockpit/login","networkRequestId":"32054.8"}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(1512073689.246: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(1512073689.252: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(1512073689.252: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(1512073689.252: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(1512073689.252: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(1512073718.133:50): 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(1512073718.138:51): 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(1512073718.139:52): 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(1512073718.139:53): 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(1512073718.139:54): 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'
Unexpected journal message 'audit: type=1400 audit(1512073730.119:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512073730.124:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512073730.124:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512073730.125:61): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512073730.125:62): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1266 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 651, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 785, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512073689.246: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 120 testDisks (check_machines.TestMachines) # duration: 78s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 32005)

First occurrence: 2017-11-30T20:28:53.944362 | revision 250eb1a1c524a0c493f9895b6a8a5e7f4a2d1d64, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 32093) on port 9737
[1130/202819.568687:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 32117: Permission denied
[1130/202820.201675:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 32140: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512073701498.49,"url":"http://127.0.0.2:9791/cockpit/login","networkRequestId":"32140.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512073695.480: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(1512073695.486: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(1512073695.486: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(1512073695.486: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(1512073695.487: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(1512073849.507:56): apparmor="DENIED" operation="open" profile="libvirt-24cf0d82-f8ad-4160-8073-9307fb2994ba" name="/proc/520/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512073852.956:58): 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(1512073852.967:59): 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(1512073852.967:60): 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(1512073852.967:61): 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(1512073852.968:62): 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(1512073866.325:82): apparmor="DENIED" operation="open" profile="libvirt-280300b3-2163-4b05-9eb2-738f0818f29b" name="/proc/1494/cmdline" pid=1470 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 651, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 785, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512073695.480: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 118 testBasic (check_machines.TestMachines) # duration: 199s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2901-FAIL.html
Wrote JS log to 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
Killing browser (pid 32093)

First occurrence: 2017-11-30T20:31:11.275135 | revision 250eb1a1c524a0c493f9895b6a8a5e7f4a2d1d64, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 40490) on port 9544
[1130/204659.080466:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 40552: Permission denied
[1130/204700.419452:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 40681: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512074821655.69,"url":"http://127.0.0.2:9791/cockpit/login","networkRequestId":"40681.8"}Unexpected journal message 'audit: type=1400 audit(1512074815.235:23): 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(1512074815.240:24): 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(1512074815.240:25): 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(1512074815.240:26): 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(1512074815.241:27): 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(1512074825.970:47): apparmor="DENIED" operation="open" profile="libvirt-2213fcc4-e4c3-4599-830a-0e6c801a5c7e" name="/proc/512/cmdline" pid=823 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-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 651, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 785, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512074815.235:23): 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 168 testDelete (check_machines.TestMachines) # duration: 32s
Wrote screenshot to TestMachines-testDelete-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 40490)

First occurrence: 2017-11-30T20:47:40.818207 | revision bfed23cfbf3c95d72b093e6e39aac604898437c4, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 40839) on port 9814
[1130/204701.702160:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 40887: Permission denied
[1130/204702.205310:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 40953: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512074823175.3,"url":"http://127.0.0.2:9591/cockpit/login","networkRequestId":"40953.8"}> warning: error: Failed to get memory statistics for domain subVmTest1
error: Requested operation is not valid: domain is not running

> info: 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: """"
> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512074818.222: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(1512074818.230: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(1512074819.389:34): apparmor="DENIED" operation="open" profile="libvirt-5770aa32-f011-4514-bef6-9d07545233e1" 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(1512074819.432:37): apparmor="DENIED" operation="open" profile="libvirt-5770aa32-f011-4514-bef6-9d07545233e1" 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(1512074819.432:38): apparmor="DENIED" operation="open" profile="libvirt-5770aa32-f011-4514-bef6-9d07545233e1" 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(1512074936.450:46): apparmor="DENIED" operation="open" profile="libvirt-5770aa32-f011-4514-bef6-9d07545233e1" 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(1512074939.518:48): 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(1512074939.523:49): 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(1512074939.523:50): 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(1512074939.524:51): 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(1512074939.525:52): 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(1512074951.268:74): apparmor="DENIED" operation="open" profile="libvirt-3d7f9bd6-8aa6-40d3-ba81-f4efc252020e" name="/proc/1470/cmdline" pid=1454 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 651, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 785, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512074818.222: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 167 testBasic (check_machines.TestMachines) # duration: 159s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to 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
Killing browser (pid 40839)

First occurrence: 2017-11-30T20:49:21.513271 | revision bfed23cfbf3c95d72b093e6e39aac604898437c4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (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(1512078361.387:32): 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(1512078361.391:33): 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(1512078361.391:34): 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(1512078361.391: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(1512078361.392:36): 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(1512078375.046:46): apparmor="DENIED" operation="open" profile="libvirt-2299c284-2d7a-4e8b-8391-71b5086087e3" name="/proc/508/cmdline" pid=845 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-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(1512078361.387:32): 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: 53s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-11-30T21:46:23.185012 | revision 657d49bc6555a64f5a896b883533fdb5b655fa15, 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(1512078360.432: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(1512078360.437: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(1512078360.437: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(1512078360.437: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(1512078360.438: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(1512078496.477:53): apparmor="DENIED" operation="open" profile="libvirt-4bad8a9f-2747-4ca3-a782-6567a3246af6" name="/proc/510/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512078497.697:55): 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(1512078497.703:56): 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(1512078497.703:57): 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(1512078497.703: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(1512078497.704:59): 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(1512078516.125:79): apparmor="DENIED" operation="open" profile="libvirt-41b5d487-91af-47c9-8911-4db5fc1e9fb7" 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-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(1512078360.432: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 1 testBasic (check_machines.TestMachines) # duration: 183s
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-11-30T21:48:38.341670 | revision 657d49bc6555a64f5a896b883533fdb5b655fa15, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 67677) on port 9791
[1130/215915.912890:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 67717: Permission denied
[1130/215916.466937:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 67781: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512079157824.05,"url":"http://127.0.0.2:9691/cockpit/login","networkRequestId":"67781.8"}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(1512079152.506:18): 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(1512079152.511:19): 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(1512079172.692: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(1512079172.698: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(1512079172.698: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(1512079172.698: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(1512079172.699: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(1512079183.672: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(1512079183.683: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(1512079183.683: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(1512079183.684: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(1512079183.684: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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512079152.506:18): 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 170 testDisks (check_machines.TestMachines) # duration: 64s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 67677)

First occurrence: 2017-11-30T21:59:47.400123 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 67810) on port 9652
[1130/215917.089447:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 67833: Permission denied
[1130/215917.539169:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 67873: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512079158633.56,"url":"http://127.0.0.2:9591/cockpit/login","networkRequestId":"67873.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> warning: error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> log: virsh event failed: 
> info: The 'virsh' command failed, as expected: "{"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: """"
Unexpected journal message 'audit: type=1400 audit(1512079155.669:38): apparmor="DENIED" operation="open" profile="libvirt-e0388a0c-5cd8-4b9e-b908-50539ca27ece" 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(1512079155.679:41): apparmor="DENIED" operation="open" profile="libvirt-e0388a0c-5cd8-4b9e-b908-50539ca27ece" 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(1512079155.679:42): apparmor="DENIED" operation="open" profile="libvirt-e0388a0c-5cd8-4b9e-b908-50539ca27ece" 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(1512079296.110:52): apparmor="DENIED" operation="open" profile="libvirt-e0388a0c-5cd8-4b9e-b908-50539ca27ece" 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(1512079298.102: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(1512079298.107: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(1512079298.107: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(1512079298.108: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(1512079298.108: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(1512079310.500:78): apparmor="DENIED" operation="open" profile="libvirt-f62ab157-318a-433d-aeb4-24f44449ddce" name="/proc/1480/cmdline" pid=1460 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512079155.669:38): apparmor="DENIED" operation="open" profile="libvirt-e0388a0c-5cd8-4b9e-b908-50539ca27ece" name="/etc/gss/mech.d/" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 168 testBasic (check_machines.TestMachines) # duration: 190s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to 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
Killing browser (pid 67810)

First occurrence: 2017-11-30T22:01:55.735257 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 100189) on port 10089
[1130/222620.215016:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 100220: Permission denied
[1130/222620.529473:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 100256: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512080780990.06,"url":"http://127.0.0.2:9691/cockpit/login","networkRequestId":"100256.8"}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(1512080778.338: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(1512080778.343: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(1512080778.343: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(1512080778.343: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(1512080778.344: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(1512080792.623: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(1512080792.629: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(1512080792.629: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(1512080792.629: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(1512080792.630: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(1512080803.104: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(1512080803.109: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(1512080803.109: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(1512080803.109: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(1512080803.109: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-2801-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512080778.338: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 158 testDisks (check_machines.TestMachines) # duration: 37s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 100189)

First occurrence: 2017-11-30T22:26:44.585877 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 44948) on port 9410
[1130/225222.249283:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 44974: Permission denied
[1130/225222.561486:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 45058: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512082342957.91,"url":"http://127.0.0.2:9691/cockpit/login","networkRequestId":"45058.8"}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(1512082354.518: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(1512082354.530: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(1512082354.530: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(1512082354.531: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(1512082354.533: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(1512082365.038: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(1512082365.044: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(1512082365.044: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(1512082365.044: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(1512082365.045: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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512082354.518: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 159 testDisks (check_machines.TestMachines) # duration: 33s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 44948)

First occurrence: 2017-11-30T22:52:46.572754 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 45310) on port 9908
[1130/225226.770260:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 45332: Permission denied
[1130/225227.069839:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 45350: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512082347456.9,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"45350.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512082344.785: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(1512082344.791: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(1512082344.791: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(1512082344.791: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(1512082344.791: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(1512082458.666:54): apparmor="DENIED" operation="open" profile="libvirt-08eb8c23-f2ea-49b8-b07f-6ef751774f4b" name="/proc/519/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512082459.603: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(1512082459.607: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(1512082459.608: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(1512082459.608: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(1512082459.609: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(1512082470.686:80): apparmor="DENIED" operation="open" profile="libvirt-cc0a3338-3ebe-44b4-ad61-d74a8a3e3fb3" name="/proc/1472/cmdline" pid=1456 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512082344.785: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 157 testBasic (check_machines.TestMachines) # duration: 134s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to 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
Killing browser (pid 45310)

First occurrence: 2017-11-30T22:54:33.837540 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 61682) on port 9543
[1130/231019.676173:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 61703: Permission denied
[1130/231020.078092:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 61727: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512083420462.4,"url":"http://127.0.0.2:9791/cockpit/login","networkRequestId":"61727.8"}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(1512083418.176: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(1512083418.182: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(1512083418.182: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(1512083418.182: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(1512083418.182: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(1512083432.802: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(1512083432.812: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(1512083432.812: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(1512083432.812: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(1512083432.813: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(1512083443.293: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(1512083443.298: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(1512083443.298: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(1512083443.298: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(1512083443.298: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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512083418.176: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 161 testDisks (check_machines.TestMachines) # duration: 39s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 61682)

First occurrence: 2017-11-30T23:10:44.751778 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 62410) on port 9432
[1130/231036.464305:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 62432: Permission denied
[1130/231036.790853:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 62462: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512083437369.6,"url":"http://127.0.0.2:9391/cockpit/login","networkRequestId":"62462.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512083434.565:36): 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(1512083434.570:37): 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(1512083434.570:38): 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(1512083434.570:39): 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(1512083434.571:40): 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(1512083548.728:54): apparmor="DENIED" operation="open" profile="libvirt-025b4c2b-db00-430c-bae0-79a0370ccf99" 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(1512083549.881: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(1512083549.886: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(1512083549.886: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(1512083549.886: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(1512083549.886: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(1512083561.067:80): apparmor="DENIED" operation="open" profile="libvirt-4abd56ba-5006-4299-9415-207d8079a84a" name="/proc/1460/cmdline" pid=1442 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512083434.565:36): 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 159 testBasic (check_machines.TestMachines) # duration: 141s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to 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
Killing browser (pid 62410)

First occurrence: 2017-11-30T23:12:44.211305 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 42371) on port 10054
[1130/232259.349418:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 42393: Permission denied
[1130/232259.643576:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 42419: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512084180062.77,"url":"http://127.0.0.2:9391/cockpit/login","networkRequestId":"42419.8"}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(1512084177.378: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(1512084177.387: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(1512084177.388: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(1512084177.388: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(1512084177.388: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(1512084191.977: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(1512084191.984: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(1512084191.985: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(1512084191.985: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(1512084191.985: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(1512084202.456: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(1512084202.461: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(1512084202.461: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(1512084202.461: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(1512084202.461: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-2501-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512084177.378: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 159 testDisks (check_machines.TestMachines) # duration: 38s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 42371)

First occurrence: 2017-11-30T23:23:24.381588 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 42682) on port 10042
[1130/232303.988404:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 42706: Permission denied
[1130/232304.287593:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 42728: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512084184785.58,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"42728.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512084299.058:54): apparmor="DENIED" operation="open" profile="libvirt-f87238bd-2001-40d2-a975-f0e436d591de" name="/proc/517/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512084299.963: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(1512084299.969: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(1512084299.969: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(1512084299.969: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(1512084299.969: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(1512084311.167:80): apparmor="DENIED" operation="open" profile="libvirt-e33a298d-d7ab-4e23-9a71-4a6b5e29460e" name="/proc/1459/cmdline" pid=1443 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512084299.058:54): apparmor="DENIED" operation="open" profile="libvirt-f87238bd-2001-40d2-a975-f0e436d591de" name="/proc/517/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 157 testBasic (check_machines.TestMachines) # duration: 138s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to 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
Killing browser (pid 42682)

First occurrence: 2017-11-30T23:25:13.233943 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 100715) on port 9614
[1130/234204.612418:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 100736: Permission denied
[1130/234204.906043:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 100762: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512085325357.13,"url":"http://127.0.0.2:9791/cockpit/login","networkRequestId":"100762.8"}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(1512085322.406:36): 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(1512085322.410:37): 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(1512085322.410:38): 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(1512085322.410:39): 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(1512085322.410:40): 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(1512085336.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(1512085336.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(1512085336.357: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(1512085336.357: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(1512085336.357: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(1512085346.782: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(1512085346.789: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(1512085346.789: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(1512085346.789: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(1512085346.789: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-2901-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512085322.406:36): 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 165 testDisks (check_machines.TestMachines) # duration: 37s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 100715)

First occurrence: 2017-11-30T23:42:29.012178 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 101159) on port 10026
[1130/234208.111063:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 101181: Permission denied
[1130/234208.432740:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 101224: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512085329052.62,"url":"http://127.0.0.2:9191/cockpit/login","networkRequestId":"101224.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512085439.992:54): apparmor="DENIED" operation="open" profile="libvirt-b3dfe72f-c881-4123-8fa5-a1d6300733cf" name="/proc/520/cmdline" pid=820 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085440.953:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1410 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085440.957:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1410 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085440.957:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1410 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085440.958:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1410 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085440.958:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1410 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512085452.125:80): apparmor="DENIED" operation="open" profile="libvirt-f8e83932-9a29-45dc-851d-c86cc6390362" name="/proc/1453/cmdline" pid=1437 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512085439.992:54): apparmor="DENIED" operation="open" profile="libvirt-b3dfe72f-c881-4123-8fa5-a1d6300733cf" name="/proc/520/cmdline" pid=820 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 163 testBasic (check_machines.TestMachines) # duration: 136s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2301-FAIL.html
Wrote JS log to 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
Killing browser (pid 101159)

First occurrence: 2017-11-30T23:44:14.745371 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 56392) on port 9857
[1201/001705.473256:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 56421: Permission denied
[1201/001705.810974:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 56456: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512087427280.91,"url":"http://127.0.0.2:9491/cockpit/login","networkRequestId":"56456.8"}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(1512087423.017:18): 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(1512087423.021:19): 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(1512087423.021:20): 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(1512087423.788:28): 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(1512087423.793:29): 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(1512087423.793:30): 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(1512087423.793:31): 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(1512087423.793:32): 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(1512087439.560: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(1512087439.568: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(1512087439.568: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(1512087439.569: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(1512087439.569: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(1512087450.077: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(1512087450.082: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(1512087450.082: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(1512087450.082: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(1512087450.082: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-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512087423.017:18): 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 164 testDisks (check_machines.TestMachines) # duration: 49s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 56392)

First occurrence: 2017-12-01T00:17:32.163873 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 56531) on port 9725
[1201/001706.556737:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 56565: Permission denied
[1201/001706.867864:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 56582: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512087427314.36,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"56582.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512087424.274:18): 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(1512087424.279:19): 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(1512087424.279:20): 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(1512087424.279:21): 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(1512087424.279:22): 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(1512087545.287:46): apparmor="DENIED" operation="open" profile="libvirt-82cb4b44-3956-4858-9187-f7b9279bc34d" name="/proc/528/cmdline" pid=859 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512087546.253:48): 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(1512087546.258:49): 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(1512087546.258:50): 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(1512087546.258:51): 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(1512087546.259:52): 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(1512087557.533:74): apparmor="DENIED" operation="open" profile="libvirt-2374f5a1-805b-435b-af06-5048d1522452" name="/proc/1488/cmdline" pid=1470 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512087424.274:18): 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 162 testBasic (check_machines.TestMachines) # duration: 153s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to 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
Killing browser (pid 56531)

First occurrence: 2017-12-01T00:19:20.390431 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 14993) on port 9919
[1201/004348.942362:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 15021: Permission denied
[1201/004349.270707:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 15081: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512089029523.49,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"15081.8"}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(1512089026.702: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(1512089026.705: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(1512089026.706: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(1512089026.706: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(1512089026.706: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(1512089040.922: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(1512089040.929: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(1512089040.929: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(1512089040.929: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(1512089040.929: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(1512089051.419: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(1512089051.424: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(1512089051.424: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(1512089051.424: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(1512089051.425: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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512089026.702: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 166 testDisks (check_machines.TestMachines) # duration: 38s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 14993)

First occurrence: 2017-12-01T00:44:18.268413 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 15208) on port 9522
[1201/004351.042613:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 15229: Permission denied
[1201/004351.346461:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 15251: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512089031821.7,"url":"http://127.0.0.2:9391/cockpit/login","networkRequestId":"15251.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512089146.025:54): apparmor="DENIED" operation="open" profile="libvirt-c6bd5c05-d568-4e27-b19c-57de0c923b2f" name="/proc/522/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512089147.395:56): 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(1512089147.399:57): 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(1512089147.399: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(1512089147.399:59): 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(1512089147.400:60): 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(1512089158.628:80): apparmor="DENIED" operation="open" profile="libvirt-ee68f201-d8bc-421e-b09e-0c130bdacde0" name="/proc/1461/cmdline" pid=1443 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512089146.025:54): apparmor="DENIED" operation="open" profile="libvirt-c6bd5c05-d568-4e27-b19c-57de0c923b2f" name="/proc/522/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 164 testBasic (check_machines.TestMachines) # duration: 140s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2501-FAIL.html
Wrote JS log to 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
Killing browser (pid 15208)

First occurrence: 2017-12-01T00:46:02.307801 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 51881) on port 9742
[1201/010715.550904:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 51906: Permission denied
[1201/010715.868265:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 51935: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512090436203.57,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"51935.8"}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(1512090434.582:42): apparmor="DENIED" operation="open" profile="libvirt-84721d08-5adc-40db-b409-a94a726c93be" 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(1512090434.589:45): apparmor="DENIED" operation="open" profile="libvirt-84721d08-5adc-40db-b409-a94a726c93be" 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(1512090434.589:46): apparmor="DENIED" operation="open" profile="libvirt-84721d08-5adc-40db-b409-a94a726c93be" 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(1512090448.091: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(1512090448.097: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(1512090448.097: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(1512090448.097: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(1512090448.098: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(1512090458.542: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(1512090458.547: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(1512090458.547: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(1512090458.547: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(1512090458.547: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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512090434.582:42): apparmor="DENIED" operation="open" profile="libvirt-84721d08-5adc-40db-b409-a94a726c93be" name="/etc/gss/mech.d/" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 163 testDisks (check_machines.TestMachines) # duration: 37s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 51881)

First occurrence: 2017-12-01T01:07:40.361095 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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]:2801' (ECDSA) to the list of known hosts.
Started /usr/lib64/chromium-browser/headless_shell (pid 51981) on port 9272
[1201/010717.089781:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 52022: Permission denied
[1201/010717.397287:ERROR:zygote_host_impl_linux.cc(254)] Failed to adjust OOM score of renderer with pid 52056: Permission denied
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512090437915.28,"url":"http://127.0.0.2:9691/cockpit/login","networkRequestId":"52056.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512090435.597: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(1512090435.601: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(1512090435.601: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(1512090435.601: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(1512090435.602: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(1512090552.358:51): apparmor="DENIED" operation="open" profile="libvirt-658a2606-28c2-40a2-b666-98f6c12c2227" name="/proc/511/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512090553.571:53): 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(1512090553.578:54): 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(1512090553.578:55): 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(1512090553.578:56): 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(1512090553.578:57): 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(1512090564.720:79): apparmor="DENIED" operation="open" profile="libvirt-e5bf0e77-6c6f-4f75-9587-8ad67c1a325b" name="/proc/1464/cmdline" pid=1448 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512090435.597: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 161 testBasic (check_machines.TestMachines) # duration: 142s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2801-FAIL.html
Wrote JS log to 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
Killing browser (pid 51981)

First occurrence: 2017-12-01T01:09:27.615225 | revision fc9c1522e00668a915b3d57ebc6cb153782ab2f1, 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(1512112138.870: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(1512112138.873: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(1512112138.873: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(1512112138.874: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(1512112138.874: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(1512112152.647: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(1512112152.651: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(1512112152.651: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(1512112152.651: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(1512112152.651: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(1512112162.979: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(1512112162.983: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(1512112162.983: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(1512112162.983: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(1512112162.983: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-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(1512112138.870: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 74 testDisks (check_machines.TestMachines) # duration: 32s
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-01T07:09:25.052990 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512112152.257: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(1512112152.260: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(1512112267.512:53): apparmor="DENIED" operation="open" profile="libvirt-b3e423d0-1145-47d3-9f0b-5c8e23e548d3" name="/proc/517/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512112268.309:55): 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(1512112268.313:56): 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(1512112268.313:57): 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(1512112268.313: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(1512112268.313:59): 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(1512112284.575:79): apparmor="DENIED" operation="open" profile="libvirt-811a201a-29b2-4941-977e-ca34da6c7a15" 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-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(1512112152.257: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 72 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-01T07:11:26.662688 | revision 5743619882e3b30a75028305ff5996ad0ce80158, logs Times recorded: 1 Latest occurrences:

apparmor="DENIED" operation="open" profile="virt-aa-helper" * comm="virt-aa-helper" requested_mask="r" denied_mask="r"

First occurrence: 2017-12-01T03:00:40.519908 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(1512115857.332:23): 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(1512115857.338:24): 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(1512115857.338: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(1512115857.338:26): 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(1512115857.339:27): 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(1512115873.571:47): 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(1512115873.580:48): 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(1512115873.580:49): 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(1512115873.581:50): 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(1512115873.581:51): 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(1512115884.139:53): 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(1512115884.143:54): 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(1512115884.143: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(1512115884.143:56): 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(1512115884.144:57): 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-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(1512115857.332:23): 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 61 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-01T08:11:26.952835 | revision f27cf427b6a3b4c45dbcde1b17c85a944ea6d09a, 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(1512115863.076: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(1512115863.082: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(1512115863.082: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(1512115863.082: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(1512115863.083: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(1512115987.840:54): apparmor="DENIED" operation="open" profile="libvirt-b03a3b97-5cca-4aa6-a8e0-8a64098364ea" 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(1512115989.841: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(1512115989.846: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(1512115989.846: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(1512115989.846: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(1512115989.847: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(1512116011.459:82): apparmor="DENIED" operation="open" profile="libvirt-9c22a6b7-b4d4-4675-a10d-754ed6840253" 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-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(1512115863.076: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 59 testBasic (check_machines.TestMachines) # duration: 163s
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-01T08:13:35.601147 | revision f27cf427b6a3b4c45dbcde1b17c85a944ea6d09a, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 20613) on port 9791

DevTools listening on ws://127.0.0.1:9791/devtools/browser/fa833eb0-43ca-4d37-90d7-241fb0c612bb
[1201/085405.697037:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 20641: Permission denied (13)
[1201/085405.987611:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 20681: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512118446500.61,"url":"http://127.0.0.2:9491/cockpit/login","networkRequestId":"20681.8"}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(1512118458.027: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(1512118458.032: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(1512118458.032: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(1512118458.033: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(1512118458.033: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(1512118468.496:56): 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(1512118468.503:57): 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(1512118468.503:58): 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(1512118468.504:59): 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(1512118468.504:60): 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512118458.027: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

not ok 116 testDisks (check_machines.TestMachines) # duration: 34s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 20613)

First occurrence: 2017-12-01T08:54:30.886875 | revision bef319594aa0a37bb124c9fbf7908510ad011de1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 21332) on port 9505

DevTools listening on ws://127.0.0.1:9505/devtools/browser/81a8979c-1f21-49a7-8169-9088144f074d
[1201/085416.786362:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 21355: Permission denied (13)
[1201/085417.088978:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 21419: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512118457571.03,"url":"http://127.0.0.2:9591/cockpit/login","networkRequestId":"21419.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512118454.619: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(1512118454.624: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(1512118454.624: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(1512118454.624: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(1512118454.625: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(1512118575.011:54): apparmor="DENIED" operation="open" profile="libvirt-51a98576-e6fc-43d4-bef0-ce3b216470b1" 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(1512118575.966: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(1512118575.971: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(1512118575.971: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(1512118575.972: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(1512118575.972: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(1512118587.387:82): apparmor="DENIED" operation="open" profile="libvirt-b747063c-918c-47a7-9da0-28f12cc8baa3" name="/proc/1465/cmdline" pid=1449 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512118454.619: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 114 testBasic (check_machines.TestMachines) # duration: 147s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2701-FAIL.html
Wrote JS log to 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
Killing browser (pid 21332)

First occurrence: 2017-12-01T08:56:30.801267 | revision bef319594aa0a37bb124c9fbf7908510ad011de1, 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(1512121481.722: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(1512121481.728: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(1512121481.728: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(1512121481.728: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(1512121481.728: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(1512121499.627: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(1512121499.633: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(1512121499.633: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(1512121499.633: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(1512121499.634: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(1512121510.409: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(1512121510.418: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(1512121510.418: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(1512121510.418: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(1512121510.419: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(1512121481.722: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: 44s
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-01T09:45:13.352336 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, 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(1512121494.610:38): apparmor="DENIED" operation="open" profile="libvirt-4a2c8c05-bb85-4b8c-9015-afe3a15cbd4f" 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(1512121494.634:41): apparmor="DENIED" operation="open" profile="libvirt-4a2c8c05-bb85-4b8c-9015-afe3a15cbd4f" 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(1512121494.634:42): apparmor="DENIED" operation="open" profile="libvirt-4a2c8c05-bb85-4b8c-9015-afe3a15cbd4f" 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(1512121623.127:50): apparmor="DENIED" operation="open" profile="libvirt-4a2c8c05-bb85-4b8c-9015-afe3a15cbd4f" name="/proc/512/cmdline" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121626.997:54): 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(1512121627.003:55): 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(1512121627.003: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(1512121627.003:57): 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(1512121627.004:58): 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(1512121628.326:70): apparmor="DENIED" operation="open" profile="libvirt-1300cd05-5c7a-4dd4-9a78-b32c87d64a8d" name="/etc/gss/mech.d/" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121628.335:73): apparmor="DENIED" operation="open" profile="libvirt-1300cd05-5c7a-4dd4-9a78-b32c87d64a8d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121628.335:74): apparmor="DENIED" operation="open" profile="libvirt-1300cd05-5c7a-4dd4-9a78-b32c87d64a8d" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:1/block/sdb/queue/max_segments" pid=1451 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121642.164:78): apparmor="DENIED" operation="open" profile="libvirt-1300cd05-5c7a-4dd4-9a78-b32c87d64a8d" 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-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(1512121494.610:38): apparmor="DENIED" operation="open" profile="libvirt-4a2c8c05-bb85-4b8c-9015-afe3a15cbd4f" name="/etc/gss/mech.d/" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 166s
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-01T09:47:30.826647 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, 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(1512121613.961:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121613.977:33): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121613.977:34): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121613.977:35): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121613.978:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121647.146:46): 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(1512121647.152:47): 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(1512121647.152:48): 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(1512121647.152:49): 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(1512121647.153:50): 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'
Unexpected journal message 'audit: type=1400 audit(1512121658.744:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1281 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121658.749:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1281 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121658.749:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1281 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121658.750:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1281 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121658.750:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1281 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(1512121613.961:32): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=836 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

not ok 167 testDisks (check_machines.TestMachines) # duration: 87s
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-01T09:47:44.394791 | revision fad406f756a8479fe1b814744f00be01486ce5cf, 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(1512121613.411:34): 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(1512121613.431:35): 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(1512121613.431:36): 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(1512121613.431:37): 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(1512121613.432:38): 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(1512121614.775:40): apparmor="DENIED" operation="open" profile="libvirt-244dd251-5582-41a8-a2ad-a738e8fd7a20" name="/etc/gss/mech.d/" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121614.823:43): apparmor="DENIED" operation="open" profile="libvirt-244dd251-5582-41a8-a2ad-a738e8fd7a20" 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(1512121761.794:54): apparmor="DENIED" operation="open" profile="libvirt-244dd251-5582-41a8-a2ad-a738e8fd7a20" name="/proc/506/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512121765.308:56): 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(1512121765.314:57): 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(1512121765.314:58): 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(1512121765.315:59): 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(1512121765.316:60): 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(1512121785.846:80): apparmor="DENIED" operation="open" profile="libvirt-b52abebd-1a2b-4f6d-8efc-e6bcac5b4442" 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-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(1512121613.411:34): 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 165 testBasic (check_machines.TestMachines) # duration: 217s
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-01T09:49:54.970839 | revision fad406f756a8479fe1b814744f00be01486ce5cf, 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(1512122807.996: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(1512122808.002: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(1512122808.002: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(1512122808.002: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(1512122808.004: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(1512122824.735: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(1512122824.742: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(1512122824.742: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(1512122824.742: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(1512122824.753: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(1512122835.424: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(1512122835.429: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(1512122835.429: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(1512122835.429: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(1512122835.429: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(1512122807.996: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 166 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-01T10:07:18.484548 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (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(1512122577.857: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(1512122577.932: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(1512122577.932: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(1512122577.933: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(1512122577.933: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-testExternalConsole-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(1512122577.857: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 80 testExternalConsole (check_machines.TestMachines) # duration: 48s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-01T10:03:16.032508 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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]:2501' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512122552.803: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(1512122552.862: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(1512122552.862: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(1512122552.864: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(1512122552.866: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(1512122555.327:42): apparmor="DENIED" operation="open" profile="libvirt-bbabb5f7-fb0a-4ab6-9e55-9c92b1f9180f" 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(1512122555.453:45): apparmor="DENIED" operation="open" profile="libvirt-bbabb5f7-fb0a-4ab6-9e55-9c92b1f9180f" 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(1512122555.453:46): apparmor="DENIED" operation="open" profile="libvirt-bbabb5f7-fb0a-4ab6-9e55-9c92b1f9180f" 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(1512122570.127:54): 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(1512122570.187:55): 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(1512122570.187:56): 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(1512122570.229:57): 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(1512122570.230:58): 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-testNetworks-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(1512122552.803: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 82 testNetworks (check_machines.TestMachines) # duration: 49s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2501-FAIL.log

First occurrence: 2017-12-01T10:02:55.332937 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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]: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(1512122564.275: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(1512122564.329: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(1512122564.330: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(1512122564.330: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(1512122564.331: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(1512122566.850:46): apparmor="DENIED" operation="open" profile="libvirt-fd40cc86-ade7-4d7f-8822-5fc515a44b42" name="/etc/gss/mech.d/" pid=840 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 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(1512122564.275: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 81 testInlineConsole (check_machines.TestMachines) # duration: 50s
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-01T10:03:05.186830 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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 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: 
> virsh event failed: virsh exited with code 1
> 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: """"
Unexpected journal message 'audit: type=1400 audit(1512122817.565: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(1512122817.570: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(1512122817.570:20): 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(1512122817.570:21): 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(1512122817.570:22): 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(1512122936.767:46): apparmor="DENIED" operation="open" profile="libvirt-4c7b42e3-8dfe-41af-b95c-847270e5982e" name="/proc/514/cmdline" pid=824 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122943.658:48): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122943.662:49): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122943.662:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122943.662:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122943.662:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1416 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122960.419:74): apparmor="DENIED" operation="open" profile="libvirt-c74f01be-ae96-4e23-a2fa-354338413804" name="/proc/1470/cmdline" pid=1436 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(1512122817.565: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 164 testBasic (check_machines.TestMachines) # duration: 159s
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-01T10:09:23.333300 | revision 493477bc1776f8ed57f4e3f2aae1e3be9246afe1, 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(1512122605.117: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(1512122605.184: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(1512122605.184: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(1512122605.185: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(1512122605.185: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(1512122632.238:50): 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(1512122632.295:51): 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(1512122632.295:52): 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(1512122632.296:53): 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(1512122632.296:54): 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'
Unexpected journal message 'audit: type=1400 audit(1512122643.468: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(1512122643.541: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(1512122643.541: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(1512122643.541: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(1512122643.542: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-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(1512122605.117: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 79 testDisks (check_machines.TestMachines) # duration: 73s
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-01T10:04:08.603011 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512122854.752: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(1512122854.756: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(1512122854.756: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(1512122854.756: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(1512122854.756: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(1512122865.151:56): 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(1512122865.156:57): 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(1512122865.156:58): 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(1512122865.156:59): 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(1512122865.156:60): 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-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(1512122854.752: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

not ok 82 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-01T10:07:47.376311 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512122620.181: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(1512122620.268: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(1512122620.268: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(1512122620.268: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(1512122620.270: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(1512122753.015:56): apparmor="DENIED" operation="open" profile="libvirt-2bcf5ef9-bf37-4483-95c0-9a5cc2e253af" name="/proc/573/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512122754.737:58): 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(1512122754.791:59): 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(1512122754.791:60): 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(1512122754.791:61): 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(1512122754.792:62): 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(1512122776.648:82): apparmor="DENIED" operation="open" profile="libvirt-4127f04d-1734-43eb-a4bc-be9934a76c29" 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-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(1512122620.181: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 77 testBasic (check_machines.TestMachines) # duration: 191s
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-01T10:06:20.519444 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512122849.367: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(1512122849.372: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(1512122849.372: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(1512122849.372: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(1512122849.372: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(1512122961.586:54): apparmor="DENIED" operation="open" profile="libvirt-4d5dd603-90aa-46d8-8227-3579511fc8a1" 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(1512122962.419: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(1512122962.422: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(1512122962.422: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(1512122962.422: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(1512122962.423: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(1512122976.578:80): apparmor="DENIED" operation="open" profile="libvirt-4da341c5-d992-48de-9ea5-c6bc1f4ac9dd" 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(1512122849.367: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 80 testBasic (check_machines.TestMachines) # duration: 136s
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-01T10:09:38.680678 | revision 5743619882e3b30a75028305ff5996ad0ce80158, logs Times recorded: 1 Latest occurrences:

apparmor="DENIED" operation="open" profile="virt-aa-helper" * comm="virt-aa-helper" requested_mask="r" denied_mask="r"

First occurrence: 2017-12-01T05:14:23.228372 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testDelete (check_machines.TestMachines)
#
Warning: Permanently added '[127.0.0.2]:2301' (ECDSA) to the list of known hosts.
Started /usr/lib64/chromium-browser/headless_shell (pid 89449) on port 9460

DevTools listening on ws://127.0.0.1:9460/devtools/browser/2a86e4e9-5c6f-42f5-b02c-aded38d5e8d6
[1201/102330.972872:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 89473: Permission denied (13)
[1201/102331.357213:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 89529: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512123812834.84,"url":"http://127.0.0.2:9191/cockpit/login","networkRequestId":"89529.8"}Unexpected journal message 'audit: type=1400 audit(1512123807.599: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(1512123807.605: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(1512123807.606: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(1512123807.606: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(1512123807.607: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(1512123816.923:46): apparmor="DENIED" operation="open" profile="libvirt-203cf5fb-b408-4e62-a83f-ab7cf29a0124" name="/proc/512/cmdline" pid=835 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-2301-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512123807.599: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 166 testDelete (check_machines.TestMachines) # duration: 27s
Wrote screenshot to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.png
Wrote HTML dump to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.log
Killing browser (pid 89449)

First occurrence: 2017-12-01T10:23:40.643771 | revision bef319594aa0a37bb124c9fbf7908510ad011de1, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 89450) on port 9701

DevTools listening on ws://127.0.0.1:9701/devtools/browser/d94a4d98-c7ee-4103-9942-32caa93fe1dd
[1201/102331.065529:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 89506: Permission denied (13)
[1201/102331.426620:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 89540: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512123812378.77,"url":"http://127.0.0.2:9091/cockpit/login","networkRequestId":"89540.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512123951.196:52): apparmor="DENIED" operation="open" profile="libvirt-0a3eb4f6-ec85-43bd-8256-a4657cb5366b" 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(1512123954.048: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(1512123954.053: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(1512123954.053: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(1512123954.053: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(1512123954.054: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(1512123965.953:78): apparmor="DENIED" operation="open" profile="libvirt-ce1efe51-4415-49c7-bbf2-6c92ef160adb" name="/proc/1492/cmdline" pid=1474 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512123951.196:52): apparmor="DENIED" operation="open" profile="libvirt-0a3eb4f6-ec85-43bd-8256-a4657cb5366b" name="/proc/514/cmdline" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 165 testBasic (check_machines.TestMachines) # duration: 174s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2201-FAIL.html
Wrote JS log to 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
Killing browser (pid 89450)

First occurrence: 2017-12-01T10:26:08.787822 | revision bef319594aa0a37bb124c9fbf7908510ad011de1, 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(1512124495.863:46): 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(1512124495.869:47): 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(1512124495.869:48): 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(1512124495.870:49): 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(1512124495.870:50): 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(1512124506.301:52): 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(1512124506.306:53): 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(1512124506.306:54): 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(1512124506.306:55): 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(1512124506.307:56): 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-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(1512124495.863:46): 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 164 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-01T10:35:08.853304 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512124481.870:25): 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(1512124481.877:26): 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(1512124481.877:27): 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(1512124481.877: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(1512124481.878:29): 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(1512124602.383:53): apparmor="DENIED" operation="open" profile="libvirt-a6c5b359-bcdc-488a-a0a9-c028a67aaa06" name="/proc/513/cmdline" pid=829 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512124603.736:55): 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(1512124603.741:56): 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(1512124603.741:57): 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(1512124603.741: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(1512124603.741:59): 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(1512124625.489:81): apparmor="DENIED" operation="open" profile="libvirt-ab50de8b-8db8-479c-9507-3997e9c46e44" 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-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(1512124481.870:25): 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 162 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-01T10:37:09.704888 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512125269.863:46): 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(1512125269.870:47): 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(1512125269.870:48): 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(1512125269.870:49): 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(1512125269.872:50): 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'
Unexpected journal message 'audit: type=1400 audit(1512125280.732: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(1512125280.737: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(1512125280.737: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(1512125280.737: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(1512125280.738: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-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(1512125269.863:46): 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

not ok 122 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-01T10:48:03.953452 | revision dd0f292ef5d3feeba49fbfcb271fa896ebab6ec3, 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(1512125267.116: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(1512125267.132: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(1512125267.132: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(1512125267.133: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(1512125267.134: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(1512125402.970:52): apparmor="DENIED" operation="open" profile="libvirt-84acc09c-10cc-4529-b938-afa8cef150fe" name="/proc/521/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512125404.226: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(1512125404.231: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(1512125404.231: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(1512125404.231: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(1512125404.232: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(1512125426.441:78): apparmor="DENIED" operation="open" profile="libvirt-3f543285-1c9d-4cfd-b5de-4e7114971551" name="/proc/1495/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-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(1512125267.116: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 120 testBasic (check_machines.TestMachines) # duration: 176s
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-01T10:50:29.676887 | revision dd0f292ef5d3feeba49fbfcb271fa896ebab6ec3, 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(1512126569.161:22): 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(1512126569.168:23): 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(1512126569.168:24): 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(1512126569.168:25): 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(1512126569.168:26): 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(1512126585.630: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(1512126585.636: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(1512126585.636: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(1512126585.636: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(1512126585.637: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(1512126596.035: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(1512126596.041: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(1512126596.041: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(1512126596.041: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(1512126596.042: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-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(1512126569.161:22): 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: 46s
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-01T11:09:58.726563 | revision 180110f1d451a74f4477213ae47ec240c93514b3, 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(1512126581.243: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(1512126581.247: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(1512126581.248: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(1512126696.794:50): apparmor="DENIED" operation="open" profile="libvirt-ff1d349d-3491-4e70-8068-52ca1696749a" name="/proc/510/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512126700.036:52): 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(1512126700.041:53): 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(1512126700.041:54): 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(1512126700.042:55): 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(1512126700.042:56): 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(1512126720.200:78): apparmor="DENIED" operation="open" profile="libvirt-e1cb5a0c-16df-4d8f-981e-378cb58f149d" name="/proc/1463/cmdline" pid=1437 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(1512126581.243: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 1 testBasic (check_machines.TestMachines) # duration: 158s
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-01T11:12:03.889422 | revision 180110f1d451a74f4477213ae47ec240c93514b3, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# 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(1512127093.539: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'
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(1512127093.539: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 162 testState (check_machines.TestMachines) # duration: 13s
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-01T11:18:19.869105 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512127098.055: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(1512127098.059: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(1512127098.059: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(1512127098.059: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(1512127098.059: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'
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(1512127098.055: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 157 testDelete (check_machines.TestMachines) # duration: 12s
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-01T11:18:24.483772 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512127100.417: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(1512127100.423: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(1512127100.423: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(1512127100.423: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(1512127100.423: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-testNetworks-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(1512127100.417: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 161 testNetworks (check_machines.TestMachines) # duration: 17s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2901-FAIL.log

First occurrence: 2017-12-01T11:18:26.799242 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512127101.794: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(1512127101.809: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(1512127101.810: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(1512127101.811: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(1512127101.813: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'
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(1512127101.794: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 159 testExternalConsole (check_machines.TestMachines) # duration: 17s
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-01T11:18:27.681312 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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]: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(1512127101.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(1512127101.500: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(1512127101.500: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(1512127101.500: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(1512127101.500: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(1512127116.592: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(1512127116.599: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(1512127116.599: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(1512127116.599: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(1512127116.600: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(1512127126.963: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(1512127126.968: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(1512127126.968: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(1512127126.968: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(1512127126.968: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-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(1512127101.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 158 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-01T11:18:49.237475 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512127113.838:26): 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(1512127113.843:27): 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(1512127113.843:28): 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(1512127113.843:29): 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(1512127113.844:30): 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(1512127237.175:54): apparmor="DENIED" operation="open" profile="libvirt-88c88048-1779-40a3-971e-5185b4e14e9d" name="/proc/519/cmdline" pid=849 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512127238.117: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(1512127238.121: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(1512127238.121: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(1512127238.121: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(1512127238.122: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(1512127252.457:82): apparmor="DENIED" operation="open" profile="libvirt-24caea43-5cdc-472e-bcd1-8ccd956a94eb" 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-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(1512127113.838:26): 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 156 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-01T11:20:54.990394 | revision 9cfcc5428e9ed9dbfbafb0168316c9e0301e8e1a, 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(1512127757.124: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(1512127757.128: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(1512127757.128: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(1512127757.128: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(1512127757.128: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(1512127770.559: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(1512127770.564: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(1512127770.564: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(1512127770.564: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(1512127770.565: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(1512127780.947: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(1512127780.951: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(1512127780.951: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(1512127780.951: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(1512127780.952: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-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(1512127757.124: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 120 testDisks (check_machines.TestMachines) # duration: 32s
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-01T11:29:42.712948 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512127768.837:25): 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(1512127768.842:26): 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(1512127768.842: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(1512127768.842: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(1512127768.843:29): 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(1512127884.098:54): apparmor="DENIED" operation="open" profile="libvirt-1c3bad5a-db36-4419-bd2a-ff30f86ce544" 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(1512127885.780: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(1512127885.785: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(1512127885.785: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(1512127885.785: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(1512127885.786: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(1512127902.503:82): apparmor="DENIED" operation="open" profile="libvirt-076ad591-c733-4a42-aaf4-b3c5fffff673" 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-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(1512127768.837:25): 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 118 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-01T11:31:45.902930 | revision 5743619882e3b30a75028305ff5996ad0ce80158, 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(1512128652.684:46): 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(1512128652.692:47): 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(1512128652.699:48): 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(1512128652.699:49): 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(1512128652.700:50): 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(1512128663.680: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(1512128663.685: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(1512128663.685: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(1512128663.685: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(1512128663.691: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-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(1512128652.684:46): 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

not ok 165 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-01T11:44:26.496159 | revision 180110f1d451a74f4477213ae47ec240c93514b3, 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(1512128640.588:40): apparmor="DENIED" operation="open" profile="libvirt-1e4a064b-2eef-45e7-9880-f39433ba923c" 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(1512128640.610:43): apparmor="DENIED" operation="open" profile="libvirt-1e4a064b-2eef-45e7-9880-f39433ba923c" 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(1512128640.610:44): apparmor="DENIED" operation="open" profile="libvirt-1e4a064b-2eef-45e7-9880-f39433ba923c" 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(1512128768.651:52): apparmor="DENIED" operation="open" profile="libvirt-1e4a064b-2eef-45e7-9880-f39433ba923c" 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(1512128771.331: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(1512128771.335: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(1512128771.335: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(1512128771.336: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(1512128771.336: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(1512128788.498:80): apparmor="DENIED" operation="open" profile="libvirt-7e64ef16-04bc-4747-b6b9-9483b1bd6931" 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-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(1512128640.588:40): apparmor="DENIED" operation="open" profile="libvirt-1e4a064b-2eef-45e7-9880-f39433ba923c" name="/etc/gss/mech.d/" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 163 testBasic (check_machines.TestMachines) # duration: 164s
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-01T11:46:31.616615 | revision 180110f1d451a74f4477213ae47ec240c93514b3, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 33026) on port 9528

DevTools listening on ws://127.0.0.1:9528/devtools/browser/77ea80de-598c-4da4-8c97-ef9330a01213
[1201/121343.820103:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 33050: Permission denied (13)
[1201/121344.117875:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 33083: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512130424870.69,"url":"http://127.0.0.2:9491/cockpit/login","networkRequestId":"33083.8"}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(1512130436.363: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(1512130436.369: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(1512130436.369: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(1512130436.369: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(1512130436.370: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(1512130446.839: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(1512130446.845: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(1512130446.845: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(1512130446.845: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(1512130446.845: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-2601-FAIL.log
Traceback (most recent call last):
  File "/build/cockpit/test/common/testlib.py", line 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512130436.363: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 114 testDisks (check_machines.TestMachines) # duration: 34s
Wrote screenshot to TestMachines-testDisks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote HTML dump to 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
Killing browser (pid 33026)

First occurrence: 2017-12-01T12:14:08.651845 | revision 67cc98556d311e0f11a08947f19db82d651d0b81, 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.
Started /usr/lib64/chromium-browser/headless_shell (pid 33543) on port 10030

DevTools listening on ws://127.0.0.1:10030/devtools/browser/fa4c8a20-063a-47dc-89f9-a59e9c8b640a
[1201/121355.992729:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 33566: Permission denied (13)
[1201/121356.281646:ERROR:zygote_host_impl_linux.cc(268)] Failed to adjust OOM score of renderer with pid 33595: Permission denied (13)
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 401 (Authentication failed)","timestamp":1512130436663.52,"url":"http://127.0.0.2:9291/cockpit/login","networkRequestId":"33595.8"}> warning: Unable to parse event, ignoring: error: Disconnected from qemu:///system due to end of file
> warning: Unable to parse event, ignoring: events received: 8
> warning: Unable to parse event, ignoring: error: internal error: client socket is closed
> warning: Unable to parse event, ignoring: 
> log: virsh event failed: 
Unexpected journal message 'audit: type=1400 audit(1512130434.353: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(1512130434.359: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(1512130434.359: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(1512130434.359: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(1512130434.360: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(1512130548.385:54): apparmor="DENIED" operation="open" profile="libvirt-26a812a2-244b-452d-9ba6-447ab9e1b409" name="/proc/515/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512130549.306: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(1512130549.311: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(1512130549.311: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(1512130549.311: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(1512130549.311: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(1512130560.352:80): apparmor="DENIED" operation="open" profile="libvirt-1880f815-3e31-472b-9101-2ded2a8ee18d" name="/proc/1458/cmdline" pid=1442 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Wrote JS log to 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 655, in tearDown
    self.check_journal_messages()
  File "/build/cockpit/test/common/testlib.py", line 789, in check_journal_messages
    raise Error(first)
Error: audit: type=1400 audit(1512130434.353: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 112 testBasic (check_machines.TestMachines) # duration: 135s
Wrote screenshot to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.png
Wrote HTML dump to TestMachines-testBasic-debian-testing-127.0.0.2-2401-FAIL.html
Wrote JS log to 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
Killing browser (pid 33543)

First occurrence: 2017-12-01T12:16:02.344172 | revision 67cc98556d311e0f11a08947f19db82d651d0b81, 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(1512139879.455: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(1512139879.459: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(1512139879.459: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(1512139879.459: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(1512139879.460: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(1512139889.829: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(1512139889.834: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(1512139889.834: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(1512139889.834: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(1512139889.834: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(1512139879.455: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: 35s
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-01T14:51:30.925943 | revision 4db32ccdcc25ea7897164dfa605d3233fd0c6827, 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(1512139868.640:36): 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(1512139868.643:37): 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(1512139868.643:38): 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(1512139868.643:39): 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(1512139868.643:40): 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(1512139986.574:54): apparmor="DENIED" operation="open" profile="libvirt-b7214982-6efa-4cde-978f-22fe32b095eb" name="/proc/517/cmdline" pid=850 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512139987.921:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512139987.926:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512139987.926:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512139987.926:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512139987.927:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1440 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512140000.515:82): apparmor="DENIED" operation="open" profile="libvirt-11bada71-4fee-43ed-94dc-296a9e8ece89" name="/proc/1486/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(1512139868.640:36): 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: 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-01T14:53:24.014825 | revision 4db32ccdcc25ea7897164dfa605d3233fd0c6827, logs 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(1512157063.286: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(1512157063.338: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(1512157063.338: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(1512157063.338: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(1512157063.339: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-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(1512157063.286: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 4 testExternalConsole (check_machines.TestMachines) # duration: 44s
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-01T19:37:59.129226 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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(1512157068.072: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(1512157068.072: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(1512157068.072: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(1512157068.072: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(1512157068.074: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(1512157090.982: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(1512157091.032: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(1512157091.032: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(1512157091.032: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(1512157091.032: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(1512157103.142: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(1512157103.261: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(1512157103.261: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(1512157103.261: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(1512157103.263: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-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(1512157068.072: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: 69s
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-01T19:38:28.808765 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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(1512157104.247: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(1512157104.335: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(1512157104.335: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(1512157104.336: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(1512157104.336: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(1512157227.212:54): apparmor="DENIED" operation="open" profile="libvirt-d5a5b309-e8c9-4b7b-88db-67a191bafe21" name="/proc/533/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512157229.680: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(1512157229.779: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(1512157229.779: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(1512157229.781: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(1512157229.782: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(1512157249.183:82): apparmor="DENIED" operation="open" profile="libvirt-d5f1a7a1-5e81-4bbe-9b75-f2385af876a4" 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-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(1512157104.247: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: 177s
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-01T19:40:54.124767 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# 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(1512161445.874: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(1512161445.934: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(1512161445.934: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(1512161445.935: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(1512161445.935: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'
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(1512161445.874: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 81 testInlineConsole (check_machines.TestMachines) # duration: 51s
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-01T20:51:07.149150 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512161490.748: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(1512161490.833: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(1512161490.833: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(1512161490.833: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(1512161490.834: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-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(1512161490.748: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 80 testExternalConsole (check_machines.TestMachines) # duration: 57s
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-01T20:51:54.397855 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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]:2301' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512161503.658:26): 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(1512161503.749:27): 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(1512161503.750:28): 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(1512161503.750:29): 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(1512161503.751:30): 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(1512161517.066:50): apparmor="DENIED" operation="open" profile="libvirt-5058927c-d330-4b53-a062-a2c8c87a7173" name="/proc/554/cmdline" pid=853 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-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(1512161503.658:26): 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 78 testDelete (check_machines.TestMachines) # duration: 54s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-01T20:52:03.185169 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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]: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(1512161491.073: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(1512161491.143: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(1512161491.143: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(1512161491.143: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(1512161491.144: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(1512161518.069:50): 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(1512161518.130:51): 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(1512161518.130:52): 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(1512161518.131:53): 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(1512161518.132:54): 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'
Unexpected journal message 'audit: type=1400 audit(1512161529.437: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(1512161529.512: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(1512161529.512: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(1512161529.513: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(1512161529.523: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-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(1512161491.073: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 79 testDisks (check_machines.TestMachines) # duration: 78s
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-01T20:52:14.821879 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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(1512161504.792: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(1512161504.922: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(1512161504.922: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(1512161504.923: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(1512161504.923: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(1512161506.836:45): apparmor="DENIED" operation="open" profile="libvirt-f15218e6-3010-45c7-b4f6-664946a975a2" 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(1512161506.836:46): apparmor="DENIED" operation="open" profile="libvirt-f15218e6-3010-45c7-b4f6-664946a975a2" 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(1512161634.065:54): apparmor="DENIED" operation="open" profile="libvirt-f15218e6-3010-45c7-b4f6-664946a975a2" name="/proc/547/cmdline" pid=844 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512161636.023: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(1512161636.075: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(1512161636.075: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(1512161636.076: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(1512161636.077: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(1512161656.166:83): apparmor="DENIED" operation="open" profile="libvirt-d0c21157-50af-4e48-ae8a-c02139250e9d" 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(1512161504.792: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 77 testBasic (check_machines.TestMachines) # duration: 189s
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-01T20:54:21.571146 | revision a039d5856a35fcbea8a552c039ad1f5c6a8fdd9a, 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(1512184846.243:26): 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(1512184846.249:27): 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(1512184846.249:28): 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(1512184846.250:29): 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(1512184846.251:30): 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(1512184864.534: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(1512184864.540: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(1512184864.540: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(1512184864.540: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(1512184864.541: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(1512184874.943: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(1512184874.948: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(1512184874.949: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(1512184874.949: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(1512184874.949: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-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(1512184846.243:26): 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: 48s
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-02T03:21:16.751341 | 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(1512184844.397:24): 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(1512184844.403:25): 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(1512184844.403: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(1512184844.403: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(1512184844.404:28): 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(1512184972.868:52): apparmor="DENIED" operation="open" profile="libvirt-f7f715ef-099c-4aab-9593-d2d5913c1522" name="/proc/508/cmdline" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512184974.211:54): 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(1512184974.216:55): 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(1512184974.216:56): 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(1512184974.217:57): 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(1512184974.217:58): 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(1512184988.102:80): apparmor="DENIED" operation="open" profile="libvirt-b0446041-e3d3-4044-94e5-017aa568bbed" 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-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(1512184844.397:24): 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-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-02T03:23:11.624528 | 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(1512185210.931:49): 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(1512185210.935:50): 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(1512185210.935:51): 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(1512185210.935:52): 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(1512185210.935:53): 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'
Unexpected journal message 'audit: type=1400 audit(1512185221.327:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512185221.332:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512185221.332:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512185221.333:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1266 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512185221.333:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1266 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(1512185210.931:49): 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

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-02T03:27:03.435980 | 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(1512185324.346:54): apparmor="DENIED" operation="open" profile="libvirt-4cef631b-ac2b-45bf-9893-b9e3c28f3edb" name="/proc/511/cmdline" pid=846 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512185327.546: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(1512185327.551: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(1512185327.551: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(1512185327.551: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(1512185327.551: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(1512185340.038:82): apparmor="DENIED" operation="open" profile="libvirt-4558abe6-793b-4b83-8d7c-a43d18a1aa21" 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(1512185324.346:54): apparmor="DENIED" operation="open" profile="libvirt-4cef631b-ac2b-45bf-9893-b9e3c28f3edb" name="/proc/511/cmdline" pid=846 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-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-02T03:29:03.463136 | 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(1512186455.794: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(1512186455.799: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(1512186455.799: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(1512186455.799: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(1512186455.799: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(1512186470.617: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(1512186470.624: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(1512186470.624: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(1512186470.625: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(1512186470.625: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(1512186481.083: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(1512186481.086: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(1512186481.087: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(1512186481.087: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(1512186481.087: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(1512186455.794: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: 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-02T03:48:03.790117 | 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(1512186461.008: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(1512186461.011: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(1512186461.011: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(1512186461.011: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(1512186461.015: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(1512186575.378:54): apparmor="DENIED" operation="open" profile="libvirt-95fba75d-b683-427e-8edb-e56324ad6541" name="/proc/516/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512186576.145: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(1512186576.149: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(1512186576.149: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(1512186576.149: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(1512186576.149: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(1512186590.486:82): apparmor="DENIED" operation="open" profile="libvirt-dc293631-4fdf-4d32-882a-637cdb88465c" 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-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(1512186461.008: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: 142s
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-02T03:49:53.267941 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 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(1512186937.305: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(1512186937.310: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(1512186960.536: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(1512186960.541: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(1512186960.541: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(1512186960.542: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(1512186960.543: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(1512186971.992: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(1512186971.997: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(1512186971.997: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(1512186971.997: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(1512186971.998: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-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(1512186937.305: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 67 testDisks (check_machines.TestMachines) # duration: 60s
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-02T03:56:15.465747 | revision 34fa2035a61f491e6de9f1d427e930879160df87, 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(1512187090.903:50): apparmor="DENIED" operation="open" profile="libvirt-9637b477-6949-4e50-96df-32b3268fd162" name="/proc/511/cmdline" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512187092.297: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(1512187092.301: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(1512187092.301: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(1512187092.302: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(1512187092.302: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(1512187110.164:78): apparmor="DENIED" operation="open" profile="libvirt-9f3ba8a0-3c78-4371-9c58-60985af88c0a" 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(1512187090.903:50): apparmor="DENIED" operation="open" profile="libvirt-9637b477-6949-4e50-96df-32b3268fd162" name="/proc/511/cmdline" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 65 testBasic (check_machines.TestMachines) # duration: 173s
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-02T03:58:33.390624 | revision 34fa2035a61f491e6de9f1d427e930879160df87, 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(1512188701.819: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(1512188701.825: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(1512188701.825: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(1512188701.826: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(1512188701.827: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(1512188712.287: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(1512188712.301: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(1512188712.301: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(1512188712.302: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(1512188712.303: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-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(1512188701.819: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

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-02T04:25:14.715700 | 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(1512188691.139:34): 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(1512188691.146:35): 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(1512188691.146: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(1512188691.147:37): 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(1512188691.147:38): 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(1512188691.562:40): apparmor="DENIED" operation="open" profile="libvirt-5169f34c-a62e-4e36-929d-20e325974d0e" 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(1512188691.571:43): apparmor="DENIED" operation="open" profile="libvirt-5169f34c-a62e-4e36-929d-20e325974d0e" 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(1512188814.434:52): apparmor="DENIED" operation="open" profile="libvirt-5169f34c-a62e-4e36-929d-20e325974d0e" name="/proc/517/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512188816.011:54): 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(1512188816.015:55): 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(1512188816.015: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(1512188816.016:57): 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(1512188816.016:58): 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(1512188833.372:80): apparmor="DENIED" operation="open" profile="libvirt-d1362d26-b1c2-414d-b228-c5ba08b56f07" name="/proc/1470/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-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(1512188691.139:34): 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: 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-02T04:27:17.384016 | 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(1512189389.916:42): apparmor="DENIED" operation="open" profile="libvirt-177d768a-b047-49e4-b45c-bad0a3aec7ba" 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(1512189389.928:45): apparmor="DENIED" operation="open" profile="libvirt-177d768a-b047-49e4-b45c-bad0a3aec7ba" 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(1512189389.928:46): apparmor="DENIED" operation="open" profile="libvirt-177d768a-b047-49e4-b45c-bad0a3aec7ba" 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(1512189403.121: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(1512189403.125: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(1512189403.125: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(1512189403.125: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(1512189403.126: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(1512189413.584:56): 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(1512189413.591:57): 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(1512189413.591:58): 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(1512189413.591:59): 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(1512189413.592:60): 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-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(1512189389.916:42): apparmor="DENIED" operation="open" profile="libvirt-177d768a-b047-49e4-b45c-bad0a3aec7ba" name="/etc/gss/mech.d/" pid=841 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 155 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-02T04:36:56.394777 | 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(1512189392.543:35): 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(1512189392.547:36): 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(1512189392.547:37): 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(1512189392.547: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(1512189392.548:39): 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(1512189512.021:53): apparmor="DENIED" operation="open" profile="libvirt-bccbc7a6-f63a-4ddb-a8d7-da74694ff3ee" name="/proc/515/cmdline" pid=845 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512189513.041:55): 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(1512189513.045:56): 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(1512189513.045:57): 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(1512189513.045: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(1512189513.046:59): 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(1512189525.429:81): apparmor="DENIED" operation="open" profile="libvirt-d8bc1fa9-52b6-43c5-9fba-67b4deea92c1" 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-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(1512189392.543:35): 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 153 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-02T04:38:49.017984 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512190579.775:18): 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(1512190579.779:19): 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'
Journal extracted to TestMachines-testState-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(1512190579.775:18): 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 7 testState (check_machines.TestMachines) # duration: 18s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-02T04:56:27.106214 | 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]:2301' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512190589.044:42): apparmor="DENIED" operation="open" profile="libvirt-71d658e2-7375-47c9-b97f-46a9b76d306f" 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(1512190589.054:45): apparmor="DENIED" operation="open" profile="libvirt-71d658e2-7375-47c9-b97f-46a9b76d306f" 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(1512190589.054:46): apparmor="DENIED" operation="open" profile="libvirt-71d658e2-7375-47c9-b97f-46a9b76d306f" 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(1512190593.821:54): 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(1512190593.828:55): 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(1512190593.828:56): 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(1512190593.829:57): 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(1512190593.829:58): 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'
Journal extracted to TestMachines-testNetworks-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(1512190589.044:42): apparmor="DENIED" operation="open" profile="libvirt-71d658e2-7375-47c9-b97f-46a9b76d306f" name="/etc/gss/mech.d/" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

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

First occurrence: 2017-12-02T04:56:37.031498 | 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(1512190590.955:36): 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(1512190590.960:37): 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(1512190590.960:38): 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(1512190590.960:39): 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(1512190590.960:40): 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'
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(1512190590.955:36): 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 5 testInlineConsole (check_machines.TestMachines) # duration: 18s
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-02T04:56:38.236250 | 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]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512190596.821: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(1512190596.825: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(1512190596.825: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(1512190596.826: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(1512190596.826: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-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(1512190596.821: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 4 testExternalConsole (check_machines.TestMachines) # duration: 18s
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-02T04:56:43.389684 | 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(1512190607.471: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(1512190607.476: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(1512190607.476: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(1512190607.476: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(1512190607.477: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(1512190613.323:50): apparmor="DENIED" operation="open" profile="libvirt-eed72b1c-766b-477c-9c85-fd9b765b1707" name="/proc/516/cmdline" pid=832 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(1512190607.471: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 2 testDelete (check_machines.TestMachines) # duration: 21s
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-02T04:56:57.513684 | 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(1512190602.316: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(1512190602.322: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(1512190602.322: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(1512190602.322: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(1512190602.323: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(1512190616.238: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(1512190616.246: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(1512190616.246: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(1512190616.246: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(1512190616.247: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(1512190626.850: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(1512190626.855: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(1512190626.855: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(1512190626.855: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(1512190626.856: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(1512190602.316: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-02T04:57:09.046459 | 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(1512190610.544: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(1512190610.552: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(1512190610.553: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(1512190610.553: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(1512190610.554: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(1512190727.802:54): apparmor="DENIED" operation="open" profile="libvirt-23a507f3-aa94-46cf-9b3c-ef32620ef703" 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(1512190730.317: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(1512190730.324: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(1512190730.324: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(1512190730.324: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(1512190730.325: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(1512190743.494:82): apparmor="DENIED" operation="open" profile="libvirt-7e9160e2-7ecd-4470-b32d-bd630b9b8a43" 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-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(1512190610.544: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-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-02T04:59:06.192337 | 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(1512190962.933: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(1512190962.942: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(1512190962.942: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(1512190962.942: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(1512190962.943: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(1512190973.535:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1058 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512190973.539:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1058 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512190973.539:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1058 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512190973.539:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1058 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512190973.540:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1058 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(1512190962.933: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

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-02T05:02:56.973290 | 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(1512191070.168:52): apparmor="DENIED" operation="open" profile="libvirt-867ea066-5c54-46fa-8a93-9486031f278d" name="/proc/512/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512191071.840:54): 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(1512191071.846:55): 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(1512191071.846:56): 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(1512191071.846: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(1512191071.847:58): 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(1512191085.241:80): apparmor="DENIED" operation="open" profile="libvirt-df64c999-edd4-41dc-8c19-b002f494d316" name="/proc/1463/cmdline" pid=1437 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(1512191070.168:52): apparmor="DENIED" operation="open" profile="libvirt-867ea066-5c54-46fa-8a93-9486031f278d" name="/proc/512/cmdline" pid=827 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-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-02T05:04:47.572969 | 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(1512191511.145:24): 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(1512191511.150:25): 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(1512191511.150:26): 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(1512191511.151:27): 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(1512191511.151:28): 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(1512191528.564: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(1512191528.571: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(1512191528.571: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(1512191528.572: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(1512191528.572: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(1512191539.267:54): 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(1512191539.272:55): 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(1512191539.272:56): 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(1512191539.272:57): 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(1512191539.273:58): 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(1512191511.145:24): 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: 53s
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-02T05:12:22.356612 | 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(1512191528.767:38): apparmor="DENIED" operation="open" profile="libvirt-107125ac-ad7a-4521-affc-918ba51cf52f" name="/etc/gss/mech.d/" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512191528.786:41): apparmor="DENIED" operation="open" profile="libvirt-107125ac-ad7a-4521-affc-918ba51cf52f" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512191528.786:42): apparmor="DENIED" operation="open" profile="libvirt-107125ac-ad7a-4521-affc-918ba51cf52f" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512191658.394:52): apparmor="DENIED" operation="open" profile="libvirt-107125ac-ad7a-4521-affc-918ba51cf52f" name="/proc/507/cmdline" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512191660.138:54): 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(1512191660.144:55): 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(1512191660.144:56): 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(1512191660.144:57): 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(1512191660.145:58): 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(1512191682.202:78): apparmor="DENIED" operation="open" profile="libvirt-6aa13f8e-ccfd-4179-b77b-ffb0ef0cb80d" name="/proc/1476/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-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(1512191528.767:38): apparmor="DENIED" operation="open" profile="libvirt-107125ac-ad7a-4521-affc-918ba51cf52f" name="/etc/gss/mech.d/" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 174s
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-02T05:14:45.801053 | 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(1512192529.719:42): apparmor="DENIED" operation="open" profile="libvirt-a4ecc9ac-57c1-4dde-b5ab-6fff86e9bc49" 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(1512192529.726:45): apparmor="DENIED" operation="open" profile="libvirt-a4ecc9ac-57c1-4dde-b5ab-6fff86e9bc49" 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(1512192529.726:46): apparmor="DENIED" operation="open" profile="libvirt-a4ecc9ac-57c1-4dde-b5ab-6fff86e9bc49" 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(1512192544.693: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(1512192544.698: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(1512192544.698: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(1512192544.699: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(1512192544.699: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(1512192555.098: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(1512192555.103: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(1512192555.103: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(1512192555.103: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(1512192555.103: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(1512192529.719:42): apparmor="DENIED" operation="open" profile="libvirt-a4ecc9ac-57c1-4dde-b5ab-6fff86e9bc49" 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: 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-02T05:29:16.947796 | 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(1512192534.109: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(1512192534.114: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(1512192534.114: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(1512192534.114: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(1512192534.114: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(1512192534.535:36): 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(1512192534.541:37): 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(1512192662.807:54): apparmor="DENIED" operation="open" profile="libvirt-b62f6c7e-68a4-4f4a-b75e-69a117923695" 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(1512192663.949:58): 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(1512192663.953:59): 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(1512192663.953:60): 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(1512192663.954:61): 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(1512192663.954:62): 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(1512192681.433:82): apparmor="DENIED" operation="open" profile="libvirt-3b3e4d0e-7c96-4b9e-a94c-12d8afa88142" name="/proc/1480/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-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(1512192534.109: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: 160s
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-02T05:31:25.428657 | 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(1512193738.151: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(1512193738.158: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(1512193738.158: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(1512193738.158: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(1512193738.159: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(1512193752.266: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(1512193752.273: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(1512193752.273: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(1512193752.273: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(1512193752.274: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(1512193763.112: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(1512193763.117: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(1512193763.117: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(1512193763.118: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(1512193763.118: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-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(1512193738.151: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 155 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-02T05:49:25.521856 | 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(1512193914.474:24): 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(1512193914.479:25): 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(1512193914.479:26): 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(1512193914.479: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(1512193914.479:28): 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(1512193930.638:48): 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(1512193930.644:49): 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(1512193930.644:50): 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(1512193930.644:51): 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(1512193930.645:52): 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(1512193941.053: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(1512193941.059: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(1512193941.059: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(1512193941.059: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(1512193941.059: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(1512193914.474:24): 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-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-02T05:52:23.016165 | revision 34fa2035a61f491e6de9f1d427e930879160df87, 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(1512193752.035: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(1512193752.041: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(1512193752.041: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(1512193752.041: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(1512193752.042: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(1512193875.097:54): apparmor="DENIED" operation="open" profile="libvirt-99997890-8e01-4797-b138-ec634c0e7afb" 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(1512193877.765: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(1512193877.770: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(1512193877.770: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(1512193877.771: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(1512193877.771: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(1512193891.465:82): apparmor="DENIED" operation="open" profile="libvirt-ab5d4251-dd83-477c-a974-3b47dd0fff40" name="/proc/1471/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-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(1512193752.035: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 153 testBasic (check_machines.TestMachines) # duration: 154s
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-02T05:51:36.383224 | 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(1512193931.389: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(1512193931.395: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(1512193931.395: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(1512193931.396: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(1512193931.396: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(1512194047.604:54): apparmor="DENIED" operation="open" profile="libvirt-6ab8b3bd-b6dd-4b4f-8d26-c7689b166a5f" name="/proc/516/cmdline" pid=833 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512194049.391: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(1512194049.395: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(1512194049.395: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(1512194049.396: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(1512194049.396: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(1512194069.367:82): apparmor="DENIED" operation="open" profile="libvirt-34da87e9-fcbb-429d-8ba4-96a87c5a4c46" 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-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(1512193931.389: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: 152s
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-02T05:54:31.404748 | revision 34fa2035a61f491e6de9f1d427e930879160df87, 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(1512194816.397: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(1512194816.403: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(1512194816.403: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(1512194816.403: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(1512194816.403: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(1512194826.957: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(1512194826.964: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(1512194826.968: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(1512194826.968: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(1512194826.969: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-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(1512194816.397: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

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-02T06:07:08.768678 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testExternalConsole (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(1512194996.641: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(1512194996.657: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(1512194996.657: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(1512194996.659: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(1512194996.660: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'
Journal extracted to TestMachines-testExternalConsole-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(1512194996.641: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 4 testExternalConsole (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testExternalConsole-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-02T06:10:06.942561 | 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]: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(1512194807.690: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(1512194807.694: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(1512194807.694: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(1512194807.695: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(1512194807.695: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(1512194926.252:54): apparmor="DENIED" operation="open" profile="libvirt-c3ab6fa4-8b6d-4cb2-bbfd-889335e17112" 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(1512194928.469: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(1512194928.474: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(1512194928.474: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(1512194928.475: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(1512194928.476: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(1512194940.509:82): apparmor="DENIED" operation="open" profile="libvirt-bc1ff696-3928-4d4a-9ddd-5199abb00455" 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-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(1512194807.690: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: 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-02T06:09:05.394678 | 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(1512195002.726: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(1512195002.730: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(1512195002.730: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(1512195002.730: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(1512195002.730: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(1512195018.093: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(1512195018.100: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(1512195018.100: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(1512195018.101: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(1512195018.101: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(1512195028.559: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(1512195028.570: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(1512195028.570: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(1512195028.570: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(1512195028.571: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-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(1512195002.726: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: 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-02T06:10:31.070340 | 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(1512195006.629:42): apparmor="DENIED" operation="open" profile="libvirt-24bd7f5d-6dc1-47b2-a0aa-87b5a1476805" 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(1512195006.639:45): apparmor="DENIED" operation="open" profile="libvirt-24bd7f5d-6dc1-47b2-a0aa-87b5a1476805" 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(1512195006.639:46): apparmor="DENIED" operation="open" profile="libvirt-24bd7f5d-6dc1-47b2-a0aa-87b5a1476805" 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(1512195132.181:54): apparmor="DENIED" operation="open" profile="libvirt-24bd7f5d-6dc1-47b2-a0aa-87b5a1476805" 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(1512195133.107: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(1512195133.112: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(1512195133.112: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(1512195133.112: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(1512195133.112: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(1512195149.070:82): apparmor="DENIED" operation="open" profile="libvirt-62b251c2-f4a1-46a7-841c-d65b2749a12b" 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(1512195006.629:42): apparmor="DENIED" operation="open" profile="libvirt-24bd7f5d-6dc1-47b2-a0aa-87b5a1476805" name="/etc/gss/mech.d/" pid=829 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-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-02T06:12:32.739063 | 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(1512195918.844: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(1512195918.876: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(1512195918.876: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(1512195918.877: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(1512195918.877: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(1512195942.999:48): 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(1512195943.005:49): 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(1512195943.005:50): 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(1512195943.005:51): 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(1512195943.006:52): 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'
Unexpected journal message 'audit: type=1400 audit(1512195954.108:54): 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(1512195954.128:55): 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(1512195954.128:56): 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(1512195954.128:57): 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(1512195954.128:58): 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(1512195918.844: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 3 testDisks (check_machines.TestMachines) # duration: 70s
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-02T06:25:58.574335 | 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 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: 
> virsh event failed: virsh exited with code 1
> 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: """"
Unexpected journal message 'audit: type=1400 audit(1512196075.980:56): apparmor="DENIED" operation="open" profile="libvirt-e46782a6-bbdf-4233-a209-a22287862be5" name="/proc/520/cmdline" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512196079.204:58): 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(1512196079.209:59): 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(1512196079.209:60): 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(1512196079.209:61): 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(1512196079.210:62): 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(1512196101.581:82): apparmor="DENIED" operation="open" profile="libvirt-c9006749-691f-4cb3-b9d6-2bb1c26e2dcd" name="/proc/1509/cmdline" pid=1482 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(1512196075.980:56): apparmor="DENIED" operation="open" profile="libvirt-e46782a6-bbdf-4233-a209-a22287862be5" name="/proc/520/cmdline" pid=852 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 198s
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-02T06:28:25.938898 | 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(1512196753.454:24): 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(1512196753.479:25): 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(1512196753.479:26): 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(1512196753.480:27): 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(1512196753.480:28): 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(1512196785.918:48): 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(1512196785.924:49): 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(1512196785.924:50): 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(1512196785.925:51): 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(1512196785.925:52): 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'
Unexpected journal message 'audit: type=1400 audit(1512196797.126:56): 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(1512196797.131:57): 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(1512196797.131:58): 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(1512196797.131:59): 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(1512196797.131:60): 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-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(1512196753.454:24): 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: 83s
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-02T06:40:00.698645 | 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(1512196791.822:41): apparmor="DENIED" operation="open" profile="libvirt-1b4649d9-c334-4c26-9a8e-3675d27d1089" name="/etc/gss/mech.d/" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512196791.830:44): apparmor="DENIED" operation="open" profile="libvirt-1b4649d9-c334-4c26-9a8e-3675d27d1089" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512196791.831:45): apparmor="DENIED" operation="open" profile="libvirt-1b4649d9-c334-4c26-9a8e-3675d27d1089" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512196807.056:49): 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(1512196807.061:50): 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(1512196807.061:51): 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(1512196807.061: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(1512196807.062:53): 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(1512196817.461:55): 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(1512196817.465:56): 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(1512196817.465:57): 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(1512196817.466: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(1512196817.466:59): 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(1512196791.822:41): apparmor="DENIED" operation="open" profile="libvirt-1b4649d9-c334-4c26-9a8e-3675d27d1089" name="/etc/gss/mech.d/" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 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-02T06:40:19.655483 | 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(1512196920.446:54): apparmor="DENIED" operation="open" profile="libvirt-9b591268-d17f-4684-9172-4d35a2eb0354" 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(1512196921.485: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(1512196921.489: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(1512196921.489: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(1512196921.489: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(1512196921.489: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(1512196938.239:82): apparmor="DENIED" operation="open" profile="libvirt-303a8916-8f36-4184-b239-736abbb520aa" 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(1512196920.446:54): apparmor="DENIED" operation="open" profile="libvirt-9b591268-d17f-4684-9172-4d35a2eb0354" 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: 156s
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-02T06:42:21.709168 | 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(1512197626.811:40): apparmor="DENIED" operation="open" profile="libvirt-fcfd7212-ebe4-443a-abdc-3f38be5543c8" 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(1512197626.820:43): apparmor="DENIED" operation="open" profile="libvirt-fcfd7212-ebe4-443a-abdc-3f38be5543c8" 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(1512197626.820:44): apparmor="DENIED" operation="open" profile="libvirt-fcfd7212-ebe4-443a-abdc-3f38be5543c8" 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(1512197641.803: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(1512197641.808: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(1512197641.808: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(1512197641.808: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(1512197641.809: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(1512197652.209:54): 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(1512197652.217:55): 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(1512197652.217:56): 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(1512197652.217:57): 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(1512197652.217:58): 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-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(1512197626.811:40): apparmor="DENIED" operation="open" profile="libvirt-fcfd7212-ebe4-443a-abdc-3f38be5543c8" name="/etc/gss/mech.d/" pid=846 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-02T06:54:14.180994 | 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(1512197758.687:54): apparmor="DENIED" operation="open" profile="libvirt-ff228285-04e9-4716-9e05-570c3f4d3f40" name="/proc/528/cmdline" pid=857 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512197760.021:56): 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(1512197760.026:57): 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(1512197760.026:58): 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(1512197760.026:59): 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(1512197760.026:60): 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(1512197781.362:82): apparmor="DENIED" operation="open" profile="libvirt-deab5ee2-0431-446b-bf48-a8ad7daf68f0" name="/proc/1494/cmdline" pid=1474 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(1512197758.687:54): apparmor="DENIED" operation="open" profile="libvirt-ff228285-04e9-4716-9e05-570c3f4d3f40" name="/proc/528/cmdline" pid=857 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-02T06:56:24.640788 | 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(1512198098.914: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(1512198098.920: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(1512198098.920: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(1512198098.920: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(1512198098.921: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(1512198115.717: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(1512198115.722: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(1512198115.722: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(1512198115.722: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(1512198115.723: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(1512198126.097: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(1512198126.101: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(1512198126.101: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(1512198126.102: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(1512198126.102: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(1512198098.914: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: 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-02T07:02:08.858848 | 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(1512198106.781:41): apparmor="DENIED" operation="open" profile="libvirt-c593e3a8-fd93-4e44-afdf-705e33160d30" name="/etc/gss/mech.d/" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198106.791:44): apparmor="DENIED" operation="open" profile="libvirt-c593e3a8-fd93-4e44-afdf-705e33160d30" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198106.791:45): apparmor="DENIED" operation="open" profile="libvirt-c593e3a8-fd93-4e44-afdf-705e33160d30" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198225.477:53): apparmor="DENIED" operation="open" profile="libvirt-c593e3a8-fd93-4e44-afdf-705e33160d30" name="/proc/511/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198227.642:55): 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(1512198227.647:56): 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(1512198227.647:57): 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(1512198227.647: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(1512198227.647:59): 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(1512198249.419:81): apparmor="DENIED" operation="open" profile="libvirt-4b9f233a-fdd7-4b45-b41d-eadb4256af84" name="/proc/1469/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-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(1512198106.781:41): apparmor="DENIED" operation="open" profile="libvirt-c593e3a8-fd93-4e44-afdf-705e33160d30" name="/etc/gss/mech.d/" pid=835 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-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-02T07:04:12.431316 | 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(1512198356.244: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(1512198356.250: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(1512198356.250: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(1512198356.250: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(1512198356.251: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(1512198373.776: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(1512198373.783: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(1512198373.783: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(1512198373.783: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(1512198373.784: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(1512198384.633: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(1512198384.636: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(1512198384.636: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(1512198384.637: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(1512198384.637: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-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(1512198356.244: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: 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-02T07:06:26.079884 | revision 7ca8eaaeda366b5eb5db6c6af0445e372f354afe, 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(1512198360.694:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198360.699:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198360.699:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198360.700:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198360.700:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198485.045:54): apparmor="DENIED" operation="open" profile="libvirt-6a916df3-f121-41c1-9e61-e1b3d12261a2" name="/proc/514/cmdline" pid=835 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512198486.622: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(1512198486.627: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(1512198486.628: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(1512198486.628: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(1512198486.629: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(1512198503.405:82): apparmor="DENIED" operation="open" profile="libvirt-febfc7cc-9171-48d4-a953-d12a2ff239d3" name="/proc/1475/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(1512198360.694:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 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-02T07:08:26.754804 | revision 7ca8eaaeda366b5eb5db6c6af0445e372f354afe, 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(1512200957.057:34): 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(1512200957.061:35): 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(1512200957.061:36): 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(1512200957.061:37): 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(1512200957.062:38): 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'
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(1512200957.057:34): 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 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-02T07:49:24.971355 | 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]:2201' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512200959.412: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(1512200959.418: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(1512200959.418: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(1512200959.419: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(1512200959.419: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(1512200965.661:54): 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(1512200965.666:55): 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(1512200965.666:56): 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(1512200965.667:57): 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(1512200965.667:58): 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-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(1512200959.412: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 6 testNetworks (check_machines.TestMachines) # duration: 20s
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-02T07:49:28.491186 | 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(1512200961.819:36): 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(1512200961.823:37): 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(1512200961.823:38): 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(1512200961.823:39): 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(1512200961.824:40): 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'
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(1512200961.819:36): 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: 19s
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-02T07:49:30.323024 | 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]:2901' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512200964.363: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(1512200964.368: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(1512200964.368: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(1512200964.368: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(1512200964.369: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'
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(1512200964.363: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 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-02T07:49:32.184601 | 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]:2301' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512200980.808: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(1512200980.813: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(1512200980.814: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(1512200980.814: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(1512200980.815: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(1512200989.599:50): apparmor="DENIED" operation="open" profile="libvirt-86b21f2a-8b24-413d-8dd0-16651f7eb2bf" name="/proc/517/cmdline" pid=836 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-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(1512200980.808: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 2 testDelete (check_machines.TestMachines) # duration: 27s
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.png
Wrote TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testDelete-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-02T07:49:56.433235 | 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]: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(1512200970.800:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512200970.806:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512200970.806:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512200970.807:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512200970.807:30): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512200986.474:50): 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(1512200986.482:51): 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(1512200986.482:52): 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(1512200986.482:53): 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(1512200986.483:54): 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'
Unexpected journal message 'audit: type=1400 audit(1512200997.266:56): 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(1512200997.275:57): 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(1512200997.279:58): 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(1512200997.280:59): 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(1512200997.280:60): 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-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(1512200970.800:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 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-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-02T07:50:00.596573 | 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(1512200981.718: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(1512200981.723: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(1512200981.723: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(1512200981.723: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(1512200981.724: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(1512201103.956:54): apparmor="DENIED" operation="open" profile="libvirt-6f28be30-424f-455d-9305-eae19e063767" name="/proc/517/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512201105.093: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(1512201105.097: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(1512201105.097: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(1512201105.097: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(1512201105.098: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(1512201120.310:82): apparmor="DENIED" operation="open" profile="libvirt-05e7ca32-bd5c-4eff-a657-9f272622c78c" 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-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(1512200981.718: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: 153s
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-02T07:52:03.684228 | 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(1512201597.817: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(1512201597.823: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(1512201597.823: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(1512201597.824: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(1512201597.824: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(1512201614.574: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(1512201614.580: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(1512201614.580: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(1512201614.580: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(1512201614.581: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(1512201625.209: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(1512201625.213: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(1512201625.213: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(1512201625.213: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(1512201625.214: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-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(1512201597.817: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: 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-02T08:00:27.793415 | 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(1512201610.871:42): apparmor="DENIED" operation="open" profile="libvirt-16fa24e3-f7fb-479d-b12e-a7b4f6286d1d" 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(1512201610.883:45): apparmor="DENIED" operation="open" profile="libvirt-16fa24e3-f7fb-479d-b12e-a7b4f6286d1d" 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(1512201610.883:46): apparmor="DENIED" operation="open" profile="libvirt-16fa24e3-f7fb-479d-b12e-a7b4f6286d1d" 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(1512201729.104:54): apparmor="DENIED" operation="open" profile="libvirt-16fa24e3-f7fb-479d-b12e-a7b4f6286d1d" name="/proc/519/cmdline" pid=848 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512201729.958: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(1512201729.964: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(1512201729.964: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(1512201729.964: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(1512201729.964: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(1512201743.174:82): apparmor="DENIED" operation="open" profile="libvirt-7c7e0e3f-c507-4b42-b500-c71f0bd13fd8" 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(1512201610.871:42): apparmor="DENIED" operation="open" profile="libvirt-16fa24e3-f7fb-479d-b12e-a7b4f6286d1d" 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: 147s
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-02T08:02:26.493243 | 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(1512203187.559: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(1512203187.563: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(1512203187.563: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(1512203187.563: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(1512203187.564: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(1512203203.603: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(1512203203.611: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(1512203203.611: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(1512203203.611: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(1512203203.611: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(1512203214.044: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(1512203214.048: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(1512203214.048: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(1512203214.048: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(1512203214.049: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(1512203187.559: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-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-02T08:26:56.624913 | 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(1512203195.649:41): apparmor="DENIED" operation="open" profile="libvirt-48a8b514-3743-4e93-bd44-12740bed4a03" 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(1512203195.658:44): apparmor="DENIED" operation="open" profile="libvirt-48a8b514-3743-4e93-bd44-12740bed4a03" 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(1512203195.658:45): apparmor="DENIED" operation="open" profile="libvirt-48a8b514-3743-4e93-bd44-12740bed4a03" 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(1512203315.755:53): apparmor="DENIED" operation="open" profile="libvirt-48a8b514-3743-4e93-bd44-12740bed4a03" name="/proc/512/cmdline" pid=828 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203316.793:55): 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(1512203316.800:56): 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(1512203316.806:57): 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(1512203316.806: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(1512203316.807:59): 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(1512203332.462:81): apparmor="DENIED" operation="open" profile="libvirt-b1b4288b-d3f0-498e-b3d3-27c5d8f204db" 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-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(1512203195.649:41): apparmor="DENIED" operation="open" profile="libvirt-48a8b514-3743-4e93-bd44-12740bed4a03" name="/etc/gss/mech.d/" pid=828 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-02T08:28:55.573348 | 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(1512203306.591:25): 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(1512203306.597:26): 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(1512203306.597:27): 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(1512203306.597:28): 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(1512203306.597:29): 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(1512203323.549:49): 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(1512203323.558:50): 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(1512203323.558:51): 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(1512203323.558: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(1512203323.559:53): 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(1512203333.970:55): 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(1512203333.974:56): 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(1512203333.974:57): 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(1512203333.975: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(1512203333.975:59): 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-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(1512203306.591:25): 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: 46s
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-02T08:28:56.099070 | 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(1512203311.010:18): 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(1512203311.015:19): 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(1512203442.094:48): apparmor="DENIED" operation="open" profile="libvirt-0b9e0e52-cc1e-4eb2-a850-ae782df977e7" name="/proc/511/cmdline" pid=830 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203443.533:50): 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(1512203443.538:51): 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(1512203443.538:52): 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(1512203443.538:53): 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(1512203443.539:54): 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(1512203459.176:74): apparmor="DENIED" operation="open" profile="libvirt-5dc44f90-1f3b-42e3-9a75-ee9eac0ddda4" 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-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(1512203311.010:18): 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 1 testBasic (check_machines.TestMachines) # duration: 164s
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-02T08:31:02.056171 | 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(1512203441.350:50): 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(1512203441.355:51): 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(1512203441.355: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(1512203441.356:53): 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(1512203441.356:54): 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(1512203451.712:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1029 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203451.716:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1029 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203451.716:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1029 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203451.716:59): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1029 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203451.717:60): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1029 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(1512203441.350:50): 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

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-02T08:30:54.080316 | 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(1512203435.234: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(1512203435.238: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(1512203435.238: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(1512203435.238: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(1512203435.238: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(1512203559.611:54): apparmor="DENIED" operation="open" profile="libvirt-5b34521e-a514-42e4-828a-69415e8aba2e" 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(1512203560.775: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(1512203560.780: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(1512203560.780: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(1512203560.780: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(1512203560.780: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(1512203572.439:82): apparmor="DENIED" operation="open" profile="libvirt-84b8b085-1e14-4614-8e8f-29eeb5336993" 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-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(1512203435.234: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: 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-02T08:32:56.352712 | revision bdaf4b528c9d1eab0c2e592cc795b1a9afe7dcc4, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (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(1512203964.574:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203964.579:26): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203964.579:27): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203964.579:28): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203964.579:29): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512203970.157:53): 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(1512203970.162:54): 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(1512203970.162:55): 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(1512203970.162:56): 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(1512203970.163:57): 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'
Journal extracted to TestMachines-testNetworks-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(1512203964.574:25): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 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-2301-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2301-FAIL.log

First occurrence: 2017-12-02T08:39:32.898669 | 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(1512203947.444: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(1512203947.448: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(1512203947.448: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(1512203947.448: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(1512203947.449: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(1512203963.004: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(1512203963.011: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(1512203963.011: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(1512203963.012: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(1512203963.012: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(1512203973.473: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(1512203973.477: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(1512203973.477: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(1512203973.477: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(1512203973.477: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-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(1512203947.444: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 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-02T08:39:36.383039 | 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(1512203981.626: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(1512203981.632: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(1512203981.632: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(1512203981.633: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(1512203981.633: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(1512204101.465:54): apparmor="DENIED" operation="open" profile="libvirt-3322bf79-e688-4802-80fd-61f18d3732b7" name="/proc/514/cmdline" pid=837 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512204102.763: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(1512204102.768: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(1512204102.768: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(1512204102.769: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(1512204102.769: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(1512204114.456:82): apparmor="DENIED" operation="open" profile="libvirt-b81731dd-bf03-4b32-96ba-56d5d396e805" 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(1512203981.626: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: 146s
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-02T08:41:57.610869 | 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: 
> error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory

> 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(1512203951.836:23): 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(1512203951.842:24): 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(1512203951.842: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(1512203951.843:26): 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(1512203951.843:27): 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(1512204073.933:51): apparmor="DENIED" operation="open" profile="libvirt-35a4a2f4-8670-4f76-b098-f3bce1484155" 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(1512204076.522:53): 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(1512204076.527:54): 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(1512204076.527: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(1512204076.528:56): 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(1512204076.528:57): 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(1512204090.516:79): apparmor="DENIED" operation="open" profile="libvirt-8b1cf663-4ab9-4b60-b388-d623d32ce6da" 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(1512203951.836:23): 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: 153s
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-02T08:41:34.229683 | 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(1512204564.767: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(1512204564.771: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(1512204579.999:42): 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(1512204580.011:43): 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(1512204580.011:44): 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(1512204580.012:45): 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(1512204580.015:46): 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(1512204590.440:48): 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(1512204590.445:49): 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(1512204590.448:50): 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(1512204590.449:51): 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(1512204590.449:52): 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-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(1512204564.767: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: 46s
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-02T08:49:52.371594 | 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(1512204566.096:39): apparmor="DENIED" operation="open" profile="libvirt-73b34109-4f9d-484f-85bb-1275b7a04f1a" name="/etc/gss/mech.d/" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512204566.106:42): apparmor="DENIED" operation="open" profile="libvirt-73b34109-4f9d-484f-85bb-1275b7a04f1a" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512204566.106:43): apparmor="DENIED" operation="open" profile="libvirt-73b34109-4f9d-484f-85bb-1275b7a04f1a" name="/sys/devices/pci0000:00/0000:00:02.0/virtio0/host2/target2:0:2/2:0:2:0/block/sda/queue/max_segments" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512204704.280:53): apparmor="DENIED" operation="open" profile="libvirt-73b34109-4f9d-484f-85bb-1275b7a04f1a" name="/proc/516/cmdline" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512204706.277:55): 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(1512204706.283:56): 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(1512204706.283:57): 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(1512204706.283: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(1512204706.283:59): 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(1512204723.153:79): apparmor="DENIED" operation="open" profile="libvirt-b5f686f3-d5e4-49ec-9202-e08bd717137c" name="/proc/1491/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-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(1512204566.096:39): apparmor="DENIED" operation="open" profile="libvirt-73b34109-4f9d-484f-85bb-1275b7a04f1a" name="/etc/gss/mech.d/" pid=827 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 174s
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-02T08:52:06.662372 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (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(1512204808.758:54): 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(1512204808.764:55): 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(1512204808.764:56): 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(1512204808.764:57): 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(1512204808.765:58): 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-testNetworks-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(1512204808.758:54): 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

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

First occurrence: 2017-12-02T08:53:31.990426 | 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(1512204962.677:42): apparmor="DENIED" operation="open" profile="libvirt-96d94b6f-2598-400a-9e46-b2337a563d9b" 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(1512204962.696:45): apparmor="DENIED" operation="open" profile="libvirt-96d94b6f-2598-400a-9e46-b2337a563d9b" 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(1512204962.696:46): apparmor="DENIED" operation="open" profile="libvirt-96d94b6f-2598-400a-9e46-b2337a563d9b" 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(1512204978.995: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(1512204979.001: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(1512204979.001: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(1512204979.001: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(1512204979.002: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(1512204989.688: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(1512204989.692: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(1512204989.692: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(1512204989.692: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(1512204989.692: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-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(1512204962.677:42): apparmor="DENIED" operation="open" profile="libvirt-96d94b6f-2598-400a-9e46-b2337a563d9b" name="/etc/gss/mech.d/" pid=843 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 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-02T08:56:31.672518 | 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.
> 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(1512204825.556: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(1512204825.563: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(1512204825.563: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(1512204825.563: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(1512204825.564: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(1512204950.320:54): apparmor="DENIED" operation="open" profile="libvirt-f6261e79-f283-4b39-9b4b-3847d83f6c29" 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(1512204951.437: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(1512204951.440: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(1512204951.440: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(1512204951.440: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(1512204951.441: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(1512204963.358:82): apparmor="DENIED" operation="open" profile="libvirt-9af0616f-7140-44af-af3e-8819226d3e1e" 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-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(1512204825.556: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: 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-02T08:56:07.728216 | 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(1512205103.024:52): apparmor="DENIED" operation="open" profile="libvirt-16ca0367-9475-4281-9629-ff0e6be10825" 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(1512205104.316:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205104.321:55): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205104.321:56): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205104.321:57): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205104.322:58): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1458 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205117.240:78): apparmor="DENIED" operation="open" profile="libvirt-1d400c95-466c-4c0a-aed8-5e9c5cdc91e3" name="/proc/1504/cmdline" pid=1484 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(1512205103.024:52): apparmor="DENIED" operation="open" profile="libvirt-16ca0367-9475-4281-9629-ff0e6be10825" name="/proc/514/cmdline" pid=847 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0

not ok 1 testBasic (check_machines.TestMachines) # duration: 162s
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-02T08:58:40.046793 | 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(1512205376.239: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(1512205376.243: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(1512205392.034: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(1512205392.040: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(1512205392.040: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(1512205392.040: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(1512205392.041: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(1512205402.434: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(1512205402.441: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(1512205402.441: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(1512205402.442: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(1512205402.442: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-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(1512205376.239: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 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-02T09:03:25.876158 | 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(1512205271.174:47): 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(1512205271.179:48): 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(1512205271.179: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(1512205271.180:50): 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(1512205271.180:51): 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(1512205281.638:53): 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(1512205281.644:54): 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(1512205281.644: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(1512205281.644:56): 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(1512205281.645:57): 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(1512205271.174:47): 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

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-02T09:01:24.056325 | 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(1512205393.842: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(1512205393.847: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(1512205515.240:50): apparmor="DENIED" operation="open" profile="libvirt-d5165541-a8ee-41c6-9be5-0fce4b4a2014" name="/proc/522/cmdline" pid=842 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205518.049: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(1512205518.054: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(1512205518.054: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(1512205518.054: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(1512205518.055: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(1512205537.220:78): apparmor="DENIED" operation="open" profile="libvirt-e89514e5-cb8f-4e57-98ff-250bfc2d7508" 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-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(1512205393.842: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: 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-02T09:05:41.366190 | 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(1512205263.555:24): 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(1512205263.562:25): 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(1512205263.562:26): 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(1512205263.563: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(1512205263.563:28): 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(1512205384.358:52): apparmor="DENIED" operation="open" profile="libvirt-b81ca23e-cda3-4266-8d97-10c88b5db1cd" name="/proc/512/cmdline" pid=832 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205385.781:54): 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(1512205385.785:55): 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(1512205385.785:56): 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(1512205385.785:57): 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(1512205385.785:58): 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(1512205401.381:80): apparmor="DENIED" operation="open" profile="libvirt-288071aa-0141-42e2-980c-49d245e92a7b" 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(1512205263.555:24): 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: 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-02T09:03:26.617512 | 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(1512205781.853:42): apparmor="DENIED" operation="open" profile="libvirt-8ae2a877-a70c-4166-b8f4-8d91d5e8c930" 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(1512205781.863:45): apparmor="DENIED" operation="open" profile="libvirt-8ae2a877-a70c-4166-b8f4-8d91d5e8c930" 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(1512205781.863:46): apparmor="DENIED" operation="open" profile="libvirt-8ae2a877-a70c-4166-b8f4-8d91d5e8c930" 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(1512205795.683: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(1512205795.687: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(1512205795.687: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(1512205795.687: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(1512205795.688: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(1512205806.143: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(1512205806.147: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(1512205806.147: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(1512205806.147: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(1512205806.147: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-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(1512205781.853:42): apparmor="DENIED" operation="open" profile="libvirt-8ae2a877-a70c-4166-b8f4-8d91d5e8c930" 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: 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-02T09:10:08.341231 | 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(1512205766.874:18): 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(1512205766.879:19): 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(1512205774.698:42): apparmor="DENIED" operation="open" profile="libvirt-1b8807d6-760e-4d05-8898-443b7f6d6e3e" name="/proc/513/cmdline" pid=834 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(1512205766.874:18): 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 2 testDelete (check_machines.TestMachines) # duration: 25s
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-02T09:09:38.867172 | 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(1512205787.625: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(1512205787.629: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(1512205787.629: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(1512205787.629: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(1512205787.636: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(1512205902.778:54): apparmor="DENIED" operation="open" profile="libvirt-2e75c62b-2c20-4933-a49c-a278a55230a7" name="/proc/528/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205904.143: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(1512205904.149: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(1512205904.149: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(1512205904.150: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(1512205904.150: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(1512205917.522:82): apparmor="DENIED" operation="open" profile="libvirt-e12725d3-14fe-411b-815f-95b8150569d8" 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-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(1512205787.625: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: 144s
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-02T09:12:01.401950 | 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(1512205836.776: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(1512205836.781: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(1512205836.781: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(1512205836.782: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(1512205836.783: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'
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(1512205836.776: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 5 testInlineConsole (check_machines.TestMachines) # duration: 20s
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-02T09:10:45.670269 | 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(1512205862.013: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(1512205862.025: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(1512205862.025: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(1512205862.026: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(1512205862.026: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(1512205872.566: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(1512205872.571: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(1512205872.571: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(1512205872.572: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(1512205872.572: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-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(1512205862.013: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: 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-02T09:11:14.641139 | 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(1512205766.258: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(1512205766.264: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(1512205766.264: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(1512205766.264: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(1512205766.265: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(1512205887.040:52): apparmor="DENIED" operation="open" profile="libvirt-0c27df4d-1cc1-4e5f-a581-87da281e85da" name="/proc/514/cmdline" pid=834 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512205887.895:54): 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(1512205887.898:55): 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(1512205887.898:56): 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(1512205887.899:57): 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(1512205887.899:58): 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(1512205903.361:80): apparmor="DENIED" operation="open" profile="libvirt-f939f427-ef49-4f50-a7da-e3422b6febd4" 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-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(1512205766.258: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 1 testBasic (check_machines.TestMachines) # duration: 152s
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-02T09:11:46.999627 | 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: 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(1512205856.319: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(1512205856.323: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(1512205856.323: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(1512205856.324: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(1512205856.324: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(1512205971.524:50): apparmor="DENIED" operation="open" profile="libvirt-09752ad8-9081-488d-84c8-4e32a55b8dd0" 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(1512205972.499:52): 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(1512205972.503:53): 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(1512205972.503:54): 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(1512205972.503: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(1512205972.503:56): 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(1512205985.415:78): apparmor="DENIED" operation="open" profile="libvirt-2bc08be8-b5cd-4dc6-a17d-11128ac478cf" 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(1512205856.319: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 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-02T09:13:08.560933 | 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(1512206900.019: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(1512206900.022: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(1512206900.022: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(1512206900.022: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(1512206900.025: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(1512206900.265: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(1512206900.270: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(1512206900.270: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(1512206900.270: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(1512206900.270: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(1512206900.656:42): apparmor="DENIED" operation="open" profile="libvirt-925d8496-1e53-4746-b084-b6a9cf5d22f8" 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(1512206900.665:45): apparmor="DENIED" operation="open" profile="libvirt-925d8496-1e53-4746-b084-b6a9cf5d22f8" 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(1512206913.644: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(1512206913.649: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(1512206913.649: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(1512206913.649: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(1512206913.650: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(1512206924.013:56): 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(1512206924.017:57): 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(1512206924.017:58): 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(1512206924.017:59): 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(1512206924.017:60): 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-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(1512206900.019: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 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-02T09:28:47.357252 | 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(1512206905.672:42): apparmor="DENIED" operation="open" profile="libvirt-bd305349-b9fa-48d4-8e4b-c5f513f88a63" 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(1512206905.680:45): apparmor="DENIED" operation="open" profile="libvirt-bd305349-b9fa-48d4-8e4b-c5f513f88a63" 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(1512206905.680:46): apparmor="DENIED" operation="open" profile="libvirt-bd305349-b9fa-48d4-8e4b-c5f513f88a63" 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(1512207026.352:54): apparmor="DENIED" operation="open" profile="libvirt-bd305349-b9fa-48d4-8e4b-c5f513f88a63" 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(1512207027.307: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(1512207027.311: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(1512207027.311: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(1512207027.311: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(1512207027.312: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(1512207047.443:82): apparmor="DENIED" operation="open" profile="libvirt-883af38a-f6ee-4349-b990-e501a78c6c52" 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-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(1512206905.672:42): apparmor="DENIED" operation="open" profile="libvirt-bd305349-b9fa-48d4-8e4b-c5f513f88a63" 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: 155s
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-02T09:30:50.120136 | 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(1512208840.145: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(1512208840.150: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(1512208840.150: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(1512208840.150: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(1512208840.151: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(1512208850.678: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(1512208850.682: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(1512208850.682: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(1512208850.682: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(1512208850.683: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-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(1512208840.145: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: 43s
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-02T10:00:52.693501 | 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(1512208834.481:18): 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(1512208834.486:19): 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(1512208959.095:46): apparmor="DENIED" operation="open" profile="libvirt-93846256-c1fb-4495-8447-2484f98937c1" name="/proc/510/cmdline" pid=825 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512208959.926: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(1512208959.930: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(1512208959.930: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(1512208959.930: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(1512208959.930: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(1512208973.139:74): apparmor="DENIED" operation="open" profile="libvirt-1b9622e8-7b0a-48e9-895d-364a3e58431f" name="/proc/1472/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(1512208834.481:18): 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: 159s
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-02T10:02:57.453383 | 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(1512209551.582: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(1512209551.590: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(1512209551.590: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(1512209551.590: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(1512209551.591: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(1512209562.317: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(1512209562.322: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(1512209562.322: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(1512209562.322: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(1512209562.323: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-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(1512209551.582: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

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-02T10:12:44.961042 | 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(1512209546.022:34): 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(1512209546.027:35): 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(1512209546.027:36): 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(1512209546.028:37): 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(1512209546.029:38): 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(1512209664.043:52): apparmor="DENIED" operation="open" profile="libvirt-ea9cee1a-b320-4fb8-ae87-8ec29a5d3b0e" name="/proc/520/cmdline" pid=839 comm="qemu-system-x86" requested_mask="r" denied_mask="r" fsuid=64055 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209666.472:54): 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(1512209666.481:55): 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(1512209666.481:56): 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(1512209666.482:57): 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(1512209666.483:58): 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(1512209679.411:80): apparmor="DENIED" operation="open" profile="libvirt-cf6dc659-bd37-45b1-8a28-ec7f04b1cce9" 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-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(1512209546.022:34): 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: 149s
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-02T10:14:43.016264 | 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(1512209880.483:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209880.487:37): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209880.487:38): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209880.487:39): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209880.487:40): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=822 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512209894.478: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(1512209894.484: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(1512209894.484: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(1512209894.484: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(1512209894.484: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(1512209904.812: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(1512209904.815: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(1512209904.815: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(1512209904.815: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(1512209904.816: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-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(1512209880.483:36): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=822 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-02T10:18:26.784504 | 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(1512209880.286: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(1512209880.290: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(1512209880.290: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(1512209880.290: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(1512209880.290: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(1512209995.330:54): apparmor="DENIED" operation="open" profile="libvirt-d8f05d0b-bcbd-4e07-9d2b-8794508c59c3" 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(1512209996.148: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(1512209996.152: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(1512209996.152: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(1512209996.152: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(1512209996.152: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(1512210017.457:82): apparmor="DENIED" operation="open" profile="libvirt-035f0bd0-171a-4c32-9702-03fd496cb6bb" name="/proc/1480/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-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(1512209880.286: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: 150s
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-02T10:20:21.225592 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testNetworks (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(1512211050.495: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(1512211050.501: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(1512211050.501: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(1512211050.501: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(1512211050.502: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(1512211060.363: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(1512211060.371: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(1512211060.371: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(1512211060.371: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(1512211060.372: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-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(1512211050.495: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: 24s
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2601-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-02T10:37:44.554313 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs 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(1512211022.915: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(1512211022.980: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(1512211022.980: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(1512211022.980: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(1512211022.981: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-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(1512211022.915: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: 50s
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-02T10:37:20.463255 | 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(1512211042.416: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(1512211042.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(1512211042.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(1512211042.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(1512211042.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'
Unexpected journal message 'audit: type=1400 audit(1512211045.618:42): apparmor="DENIED" operation="open" profile="libvirt-5c9f667a-3583-4c82-93fc-dbed613e1003" 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(1512211045.789:45): apparmor="DENIED" operation="open" profile="libvirt-5c9f667a-3583-4c82-93fc-dbed613e1003" 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(1512211045.789:46): apparmor="DENIED" operation="open" profile="libvirt-5c9f667a-3583-4c82-93fc-dbed613e1003" 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(1512211069.139:50): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/nsswitch.conf" pid=1235 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512211069.194:51): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/host.conf" pid=1235 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512211069.194:52): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1235 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512211069.199:53): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/resolv.conf" pid=1235 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512211069.200:54): apparmor="DENIED" operation="open" profile="virt-aa-helper" name="/etc/hosts" pid=1235 comm="virt-aa-helper" requested_mask="r" denied_mask="r" fsuid=0 ouid=0'
Unexpected journal message 'audit: type=1400 audit(1512211080.403: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(1512211080.476: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(1512211080.476: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(1512211080.477: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(1512211080.477: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-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(1512211042.416: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 79 testDisks (check_machines.TestMachines) # duration: 76s
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-02T10:38:07.638801 | 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]:2401' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512211267.290:23): 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(1512211267.296:24): 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(1512211267.296: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(1512211267.296:26): 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(1512211267.297:27): 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-testState-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(1512211267.290:23): 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 7 testState (check_machines.TestMachines) # duration: 21s
Wrote TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.png
Wrote TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.html
Journal extracted to TestMachines-testState-debian-testing-127.0.0.2-2401-FAIL.log

First occurrence: 2017-12-02T10:41:15.363638 | 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]:2601' (ECDSA) to the list of known hosts.
Unexpected journal message 'audit: type=1400 audit(1512211268.819:42): apparmor="DENIED" operation="open" profile="libvirt-fa9fcbe6-490c-4e66-92f1-29cf1073f944" 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(1512211268.830:45): apparmor="DENIED" operation="open" profile="libvirt-fa9fcbe6-490c-4e66-92f1-29cf1073f944" 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(1512211268.830:46): apparmor="DENIED" operation="open" profile="libvirt-fa9fcbe6-490c-4e66-92f1-29cf1073f944" 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(1512211275.208:54): 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(1512211275.213:55): 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(1512211275.213:56): 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(1512211275.213:57): 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(1512211275.214:58): 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'
Journal extracted to TestMachines-testNetworks-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(1512211268.819:42): apparmor="DENIED" operation="open" profile="libvirt-fa9fcbe6-490c-4e66-92f1-29cf1073f944" name="/etc/gss/mech.d/" pid=840 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-2601-FAIL.png
Wrote TestMachines-testNetworks-debian-testing-127.0.0.2-2601-FAIL.html
Journal extracted to TestMachines-testNetworks-debian-testing-127.0.0.2-2601-FAIL.log

First occurrence: 2017-12-02T10:41:19.120626 | revision f99ce306b73acc9b5fb471cdc322a3d289605dc5, logs Times recorded: 1 Latest occurrences: