CI
Threads by month
- ----- 2026 -----
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- 2 participants
- 9440 discussions
[Libvirt-ci] Build failed in Jenkins: virt-manager-test » libvirt-centos-7 #1542
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/1542/>
------------------------------------------
[...truncated 523 lines...]
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -49,9 +49,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
@@ -106,7 +105,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -121,9 +120,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
======================================================================
FAIL: testCLI0134virt_install_kvm_rhel7 (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1013, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1012, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 270, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant rhel7.0
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-kvm-rhel7.xml
+++ Generated Output
@@ -34,7 +34,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -49,9 +49,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
@@ -106,7 +105,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -121,9 +120,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
======================================================================
FAIL: testCLI0135virt_install_kvm_centos7 (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1013, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1012, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 270, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant centos7.0
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-kvm-centos7.xml
+++ Generated Output
@@ -34,7 +34,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -49,9 +49,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
@@ -106,7 +105,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -121,9 +120,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
======================================================================
FAIL: testCLI0136virt_install_win7_uefi (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1013, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1012, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 270, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --noautoconsole --os-variant win7 --cdrom /dev/default-pool/testvol2.img --boot loader_type=pflash,loader=CODE.fd,nvram_template=VARS.fd --disk /dev/default-pool/testvol1.img
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-win7-uefi.xml
+++ Generated Output
@@ -58,7 +58,7 @@
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
@@ -133,7 +133,7 @@
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
======================================================================
FAIL: testCLI0138virt_install_solaris10_defaults (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1013, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1012, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 270, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --noautoconsole --disk size=20 --os-variant solaris10
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-solaris10-defaults.xml
+++ Generated Output
@@ -50,7 +50,7 @@
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
<image compression="off"/>
</graphics>
======================================================================
FAIL: testCLI0139virt_install_f21_kvm_remote (tests.clitest.CLITests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1013, in <lambda>
return lambda s: cmdtemplate(s, cmd)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 1012, in cmdtemplate
_cmdobj.run(self)
File "<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…",> line 270, in run
tests.fail(err)
AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --noautoconsole --connect __virtinst_test__test:///<https://ci.centos.org/job/virt-manager-test/systems=libvirt-centos-7/ws/tes…> --import --disk /dev/default-pool/testvol1.img --os-variant fedora21 --pm suspend_to_disk=yes
Conversion outputs did not match.
--- tests/cli-test-xml/compare/virt-install-f21-kvm-remote.xml
+++ Generated Output
@@ -33,7 +33,7 @@
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/dev/default-pool/testvol1.img"/>
- <target dev="vda" bus="virtio"/>
+ <target dev="hda" bus="ide"/>
</disk>
<controller type="usb" index="0" model="ich9-ehci1"/>
<controller type="usb" index="0" model="ich9-uhci1">
@@ -48,9 +48,8 @@
<interface type="bridge">
<source bridge="eth0"/>
<mac address="00:11:22:33:44:55"/>
- <model type="virtio"/>
</interface>
- <input type="tablet" bus="usb"/>
+ <input type="mouse" bus="ps2"/>
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes"/>
<console type="pty"/>
<channel type="unix">
----------------------------------------------------------------------
Ran 410 tests in 86.472s
FAILED (failures=19)
Build step 'Execute shell' marked build as failure
1
0
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-centos-7 #1540
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/154…>
------------------------------------------
[...truncated 582 lines...]
PASS: test-accept
PASS: test-arpa_inet
PASS: test-base64
PASS: test-bind
PASS: test-binary-io.sh
PASS: test-bitrotate
PASS: test-btowc2.sh
PASS: test-byteswap
PASS: test-btowc1.sh
PASS: test-c-ctype
PASS: test-c-strcase.sh
PASS: test-canonicalize-lgpl
PASS: test-chown
PASS: test-c-strcasestr
PASS: test-connect
PASS: test-cloexec
PASS: test-close
PASS: test-count-one-bits
PASS: test-md5
PASS: test-count-leading-zeros
PASS: test-ctype
PASS: test-environ
PASS: test-dup2
PASS: test-dup
PASS: test-fclose
PASS: test-errno
PASS: test-fcntl-h
PASS: test-fcntl
PASS: test-fdopen
PASS: test-fdatasync
PASS: test-fflush2.sh
PASS: test-ffsl
PASS: test-fflush
PASS: test-fgetc
PASS: test-fnmatch
PASS: test-ffs
PASS: test-fpurge
PASS: test-fread
PASS: test-float
PASS: test-fseek.sh
PASS: test-freading
PASS: test-fputc
PASS: test-fseek2.sh
PASS: test-fseeko2.sh
PASS: test-fseeko3.sh
PASS: test-fstat
PASS: test-fseeko4.sh
PASS: test-fseeko.sh
PASS: test-ftell2.sh
PASS: test-fsync
PASS: test-ftell3
PASS: test-ftello2.sh
PASS: test-ftello3
PASS: test-ftell.sh
PASS: test-ftello4.sh
PASS: test-ftruncate.sh
PASS: test-ftello.sh
PASS: test-func
PASS: test-fwrite
PASS: test-getcwd-lgpl
PASS: test-getdtablesize
PASS: test-getdelim
PASS: test-getaddrinfo
PASS: test-gethostname
PASS: test-getopt
PASS: test-getgroups
PASS: test-getline
PASS: test-getpeername
PASS: test-getsockopt
PASS: test-getsockname
PASS: test-ignore-value
PASS: test-grantpt
PASS: test-gettimeofday
PASS: test-inet_pton
PASS: test-inet_ntop
PASS: test-intprops
PASS: test-ioctl
PASS: test-inttypes
PASS: test-isnand-nolibm
PASS: test-isatty
PASS: test-isnanf-nolibm
PASS: test-langinfo
PASS: test-ldexp
PASS: test-isnanl-nolibm
PASS: test-locale
PASS: test-listen
PASS: test-localeconv
PASS: test-lseek.sh
PASS: test-lstat
PASS: test-malloca
PASS: test-math
PASS: test-mbrtowc1.sh
PASS: test-mbrtowc2.sh
PASS: test-mbrtowc4.sh
PASS: test-mbrtowc5.sh
PASS: test-mbrtowc3.sh
SKIP: test-mbrtowc-w32-2.sh
SKIP: test-mbrtowc-w32-1.sh
SKIP: test-mbrtowc-w32-3.sh
SKIP: test-mbrtowc-w32-4.sh
SKIP: test-mbrtowc-w32-5.sh
PASS: test-localename
PASS: test-mbsinit.sh
PASS: test-mbsrtowcs2.sh
PASS: test-mbsrtowcs1.sh
PASS: test-mbsrtowcs3.sh
PASS: test-mbsrtowcs4.sh
PASS: test-net_if
PASS: test-netdb
PASS: test-netinet_in
PASS: test-nl_langinfo.sh
PASS: test-nanosleep
PASS: test-memchr
PASS: test-nonblocking
PASS: test-open
PASS: test-openpty
PASS: test-passfd
PASS: test-pathmax
PASS: test-perror.sh
PASS: test-perror2
PASS: test-pipe
PASS: test-pipe2
PASS: test-poll-h
PASS: test-poll
PASS: test-posix_openpt
PASS: test-posix_spawn_file_actions_addclose
PASS: test-posix_spawn_file_actions_adddup2
PASS: test-posix_spawn_file_actions_addopen
PASS: test-posix_spawn1
PASS: test-posix_spawn2
FAIL: test-nonblocking-socket.sh
PASS: test-pthread_sigmask1
SKIP: test-ptsname
PASS: test-pthread_sigmask2
SKIP: test-ptsname_r
PASS: test-raise
PASS: test-random_r
PASS: test-rawmemchr
PASS: test-read
PASS: test-recv
PASS: test-readlink
PASS: test-sched
PASS: test-regex
PASS: test-select
PASS: test-select-out.sh
PASS: test-send
PASS: test-nonblocking-pipe.sh
PASS: test-setlocale1.sh
PASS: test-setlocale2.sh
PASS: test-setenv
PASS: test-sigaction
PASS: test-signal-h
PASS: test-select-in.sh
PASS: test-setsockopt
PASS: test-sigpipe.sh
PASS: test-signbit
PASS: test-snprintf
PASS: test-sockets
PASS: test-spawn
PASS: test-stat
PASS: test-stat-time
PASS: test-stdalign
PASS: test-stdbool
PASS: test-stddef
PASS: test-stdint
PASS: test-stdio
PASS: test-stdlib
PASS: test-strchrnul
PASS: test-sleep
PASS: test-strerror
PASS: test-sigprocmask
PASS: test-strerror_r
PASS: test-strnlen
PASS: test-symlink
PASS: test-string
PASS: test-strings
PASS: test-sys_ioctl
PASS: test-sys_select
PASS: test-sys_socket
PASS: test-sys_time
PASS: test-sys_stat
PASS: test-sys_uio
PASS: test-sys_types
PASS: test-sys_wait
PASS: test-termios
PASS: test-sys_utsname
PASS: test-thread_self
PASS: test-time
SKIP: test-ttyname_r
PASS: test-thread_create
PASS: test-uname
PASS: test-unistd
PASS: test-unsetenv
PASS: test-unlockpt
PASS: test-vasnprintf
PASS: test-vasprintf
PASS: test-init.sh
SKIP: test-vc-list-files-cvs.sh
PASS: test-verify
PASS: test-usleep
PASS: test-vsnprintf
PASS: test-wchar
PASS: test-vc-list-files-git.sh
PASS: test-wcrtomb.sh
SKIP: test-wcrtomb-w32-1.sh
SKIP: test-wcrtomb-w32-2.sh
SKIP: test-wcrtomb-w32-3.sh
SKIP: test-wcrtomb-w32-4.sh
SKIP: test-wcrtomb-w32-5.sh
PASS: test-wctype-h
PASS: test-write
PASS: test-xalloc-die.sh
PASS: test-verify.sh
make[6]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make all-recursive
make[7]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making all in .
make[8]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[7]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[6]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
============================================================================
Testsuite summary for libvirt 2.2.0
============================================================================
# TOTAL: 215
# PASS: 200
# SKIP: 14
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See gnulib/tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
make[5]: *** [test-suite.log] Error 1
make[5]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[4]: *** [check-TESTS] Error 2
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[1]: *** [check] Error 2
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-build » libvirt-freebsd #1603
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-build/systems=libvirt-freebsd/1603…>
Changes:
[mprivozn] lxcDomainCreateXMLWithFiles: Avoid crash
------------------------------------------
[...truncated 9766 lines...]
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
Generating search.php.tmp
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/internals/locking.html.in:2: I/O warning: error : failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
../../docs/search.php.in:2: ^
warning: I/O failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
error : C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
^
../../docs/sitemap.html.in:2: I/O warning: error : failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
../../docs/sitemap.html.in:2: ^
warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
Generating bindings.html.tmp
Generating formatnode.html.tmp
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/formatnode.html.in:2: warning: I/O failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
error : C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
^
../../docs/bindings.html.in:2: I/O warning: error : failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
Generating securityprocess.html.tmp
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/securityprocess.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
touch ../../docs/apibuild.py.stamp
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
Generating todo.html.tmp
missing XHTML1 DTD
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
Scripting search.php
missing XHTML1 DTD
missing XHTML1 DTD
missing XHTML1 DTD
GEN ../../docs/hvsupport.html.in
missing XHTML1 DTD
GEN html/index.html
GEN ../../docs/devhelp/index.html
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
Generating hvsupport.html.tmp
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/hvsupport.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
../../docs/sitemap.html.in:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
^
missing XHTML1 DTD
missing XHTML1 DTD
rm archnetwork.html.tmp formatsecret.html.tmp news.html.tmp drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp internals/eventloop.html.tmp internals/locking.html.tmp formatnode.html.tmp internals/oomtesting.html.tmp formatnwfilter.html.tmp drvuml.html.tmp sitemap.html.tmp apps.html.tmp php.html.tmp uri.html.tmp formatnetwork.html.tmp formatstorageencryption.html.tmp drvvbox.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp governance.html.tmp search.php.tmp internals/rpc.html.tmp hacking.html.tmp news-2008.html.tmp csharp.html.tmp cgroups.html.tmp news-2007.html.tmp architecture.html.tmp migration.html.tmp bindings.html.tmp docs.html.tmp api.html.tmp news-2014.html.tmp relatedlinks.html.tmp compiling.html.tmp windows.html.tmp index.html.tmp formatcaps.html.tmp archdomain.html.tmp archnode.html.tmp contact.html.tmp auditlog.html.tmp downloads.html.tmp drvlxc.html.tmp acl.html.tmp todo.html.tmp bugs.html.tmp drvremote.html.tmp java.html.tmp locking.html.tmp testapi.html.tmp news-2009.html.tmp news-2012.html.tmp drvtest.html.tmp hvsupport.html.tmp news-2010.html.tmp archstorage.html.tmp locking-lockd.html.tmp news-2006.html.tmp pending.html.tmp drvqemu.html.tmp drvvmware.html.tmp devguide.html.tmp news-2013.html.tmp drvvirtuozzo.html.tmp drvbhyve.html.tmp formatsnapshot.html.tmp drvesx.html.tmp internals.html.tmp drvphyp.html.tmp formatdomain.html.tmp testsuites.html.tmp nss.html.tmp news-2005.html.tmp drvxen.html.tmp news-2011.html.tmp securityprocess.html.tmp deployment.html.tmp storage.html.tmp 404.html.tmp internals/command.html.tmp api_extension.html.tmp firewall.html.tmp virshcmdref.html.tmp hooks.html.tmp news-2015.html.tmp goals.html.tmp auth.html.tmp intro.html.tmp formatstorage.html.tmp secureusage.html.tmp python.html.tmp remote.html.tmp drivers.html.tmp formatdomaincaps.html.tmp testtck.html.tmp locking-sanlock.html.tmp
gmake[2]: Leaving directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/docs'
Making all in gnulib/tests
gmake[2]: Entering directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
GEN c++defs.h
GEN warn-on-use.h
GEN test-posix_spawn1.sh
GEN arg-nonnull.h
GEN test-posix_spawn2.sh
GEN unused-parameter.h
GEN spawn.h
GEN ctype.h
GEN inttypes.h
GEN math.h
gmake all-recursive
gmake[3]: Entering directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
Making all in .
gmake[4]: Entering directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
gmake[3]: Leaving directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
gmake[2]: Leaving directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/gnulib/tests'
Making all in tests
gmake[2]: Entering directory '/usr/home/jenkins/libvirt/systems/libvirt-freebsd/build/tests'
CC shunloadhelper.lo
CC virportallocatormock_la-virportallocatormock.lo
CC virnetdaemonmock_la-virnetdaemonmock.lo
CC virnetserverclientmock_la-virnetserverclientmock.lo
CC vircgroupmock_la-vircgroupmock.lo
CC virpcimock_la-virpcimock.lo
CC virnetdevmock_la-virnetdevmock.lo
CC virrandommock_la-virrandommock.lo
CC virhostcpumock_la-virhostcpumock.lo
CC nssmock_la-nssmock.lo
CC domaincapsmock_la-domaincapsmock.lo
CC qemumonitortestutils.lo
CCLD libqemutestdriver.la
CC qemuxml2argvmock_la-qemuxml2argvmock.lo
CC qemucaps2xmlmock_la-qemucaps2xmlmock.lo
CC qemucapsprobemock_la-qemucapsprobemock.lo
CC bhyvexml2argvmock_la-bhyvexml2argvmock.lo
CC bhyveargv2xmlmock_la-bhyveargv2xmlmock.lo
CC virdbusmock_la-virdbusmock.lo
CC virshtest.o
Slave went offline during the build
Build step 'Execute shell' marked build as failure
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.Channel.send(Channel.java:578)
at hudson.remoting.Request.call(Request.java:130)
at hudson.remoting.Channel.call(Channel.java:780)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:953)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:540)
at hudson.model.Run.execute(Run.java:1738)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport@1fe9cf19[name=libvirt-freebsd]
at org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.java:208)
at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:629)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:384)
at org.jenkinsci.remoting.nio.FifoBuffer$Pointer.receive(FifoBuffer.java:137)
at org.jenkinsci.remoting.nio.FifoBuffer.receive(FifoBuffer.java:310)
at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:561)
... 6 more
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-rawhide #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…>
------------------------------------------
[...truncated 66 lines...]
Making all in .
make[6]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making all in po
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making all in examples
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making check in gnulib/lib
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making check in include/libvirt
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Making check in src
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
GEN ../../src/remote_protocol-struct
GEN ../../src/qemu_protocol-struct
GEN ../../src/lxc_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/qemu_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/remote_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/lxc_protocol-struct test
GEN ../../src/virnetprotocol-struct
GEN ../../src/virkeepaliveprotocol-struct
GEN ../../src/lxc_monitor_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/virnetprotocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/virkeepaliveprotocol-struct test
GEN ../../src/lock_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lxc_monitor_protocol-struct test
GEN ../../src/admin_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lock_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/admin_protocol-struct test
GEN check-symfile
GEN check-drivername
GEN check-symsorting
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-libxl
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Makefile:11228: recipe for target 'check-augeas-qemu' failed
make[3]: *** [check-augeas-qemu] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Makefile:10766: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Makefile:10768: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-rawhi…'>
Makefile:2004: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-centos-7 #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/153…>
------------------------------------------
[...truncated 69 lines...]
make[6]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[5]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making all in tests
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making all in po
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making all in examples
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making check in gnulib/lib
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make check-am
make[2]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making check in include/libvirt
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
Making check in src
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make check-am
make[2]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make check-local
make[3]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
GEN ../../src/remote_protocol-struct
GEN ../../src/lxc_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/remote_protocol-struct test
WARNING: install the dwarves package to get pdwtags
WARNING: you lack pdwtags; skipping the ../../src/lxc_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/qemu_protocol-struct
GEN ../../src/virnetprotocol-struct
WARNING: you lack pdwtags; skipping the ../../src/qemu_protocol-struct test
WARNING: install the dwarves package to get pdwtags
WARNING: you lack pdwtags; skipping the ../../src/virnetprotocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/virkeepaliveprotocol-struct
GEN ../../src/lxc_monitor_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/virkeepaliveprotocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/lock_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/lxc_monitor_protocol-struct test
WARNING: install the dwarves package to get pdwtags
WARNING: you lack pdwtags; skipping the ../../src/lock_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/admin_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/admin_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN check-symfile
GEN check-symsorting
GEN check-drivername
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
make[3]: *** [check-augeas-qemu] Error 1
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make[1]: *** [check] Error 2
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-7/ws/…'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-23 #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/15…>
------------------------------------------
[...truncated 66 lines...]
Making all in .
make[6]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making all in po
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making all in examples
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making check in gnulib/lib
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making check in include/libvirt
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Making check in src
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
GEN ../../src/remote_protocol-struct
GEN ../../src/lxc_protocol-struct
GEN ../../src/qemu_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lxc_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/remote_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/qemu_protocol-struct test
GEN ../../src/lxc_monitor_protocol-struct
GEN ../../src/virnetprotocol-struct
GEN ../../src/virkeepaliveprotocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lxc_monitor_protocol-struct test
GEN ../../src/lock_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/virnetprotocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/virkeepaliveprotocol-struct test
GEN ../../src/admin_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lock_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/admin_protocol-struct test
GEN check-drivername
GEN check-symsorting
GEN check-symfile
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-libxl
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Makefile:11228: recipe for target 'check-augeas-qemu' failed
make[3]: *** [check-augeas-qemu] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Makefile:10766: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Makefile:10768: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws…'>
Makefile:2004: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-centos-6 #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/153…>
------------------------------------------
[...truncated 70 lines...]
make[6]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[5]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making all in tests
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making all in po
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making all in examples
make[4]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making check in gnulib/lib
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make check-am
make[2]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making check in include/libvirt
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
Making check in src
make[1]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make check-am
make[2]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make check-local
make[3]: Entering directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
GEN ../../src/remote_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/remote_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/lxc_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/lxc_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/virnetprotocol-struct
WARNING: you lack pdwtags; skipping the ../../src/virnetprotocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/virkeepaliveprotocol-struct
GEN ../../src/qemu_protocol-struct
GEN ../../src/lxc_monitor_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/qemu_protocol-struct test
WARNING: install the dwarves package to get pdwtags
WARNING: you lack pdwtags; skipping the ../../src/lxc_monitor_protocol-struct test
WARNING: install the dwarves package to get pdwtags
WARNING: you lack pdwtags; skipping the ../../src/virkeepaliveprotocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/lock_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/lock_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN ../../src/admin_protocol-struct
WARNING: you lack pdwtags; skipping the ../../src/admin_protocol-struct test
WARNING: install the dwarves package to get pdwtags
GEN check-symfile
GEN check-symsorting
GEN check-drivername
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
make[3]: *** [check-augeas-qemu] Error 1
make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make[1]: *** [check] Error 2
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-centos-6/ws/…'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-21 #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/15…>
------------------------------------------
[...truncated 58 lines...]
Making all in docs
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making all in gnulib/tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make all-recursive
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making all in .
make[6]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making all in po
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making all in examples
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making check in gnulib/lib
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making check in include/libvirt
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Making check in src
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
GEN ../../src/lxc_protocol-struct
GEN ../../src/qemu_protocol-struct
GEN ../../src/remote_protocol-struct
GEN ../../src/virnetprotocol-struct
GEN ../../src/virkeepaliveprotocol-struct
GEN ../../src/lxc_monitor_protocol-struct
GEN ../../src/lock_protocol-struct
GEN ../../src/admin_protocol-struct
GEN check-drivername
GEN check-symsorting
GEN check-symfile
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-libxl
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Makefile:11216: recipe for target 'check-augeas-qemu' failed
make[3]: *** [check-augeas-qemu] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Makefile:10756: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Makefile:10758: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws…'>
Makefile:1994: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-22 #1530
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/15…>
------------------------------------------
[...truncated 67 lines...]
make[6]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making all in po
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making all in examples
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making check in gnulib/lib
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making check in include/libvirt
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Making check in src
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
GEN ../../src/lxc_protocol-struct
GEN ../../src/remote_protocol-struct
GEN ../../src/qemu_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/qemu_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/lxc_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/remote_protocol-struct test
GEN ../../src/virnetprotocol-struct
GEN ../../src/virkeepaliveprotocol-struct
GEN ../../src/lxc_monitor_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/lxc_monitor_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/virnetprotocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/virkeepaliveprotocol-struct test
GEN ../../src/admin_protocol-struct
GEN ../../src/lock_protocol-struct
WARNING: pdwtags appears broken; skipping the ../../src/admin_protocol-struct test
WARNING: pdwtags appears broken; skipping the ../../src/lock_protocol-struct test
GEN check-symfile
GEN check-symsorting
GEN check-drivername
GEN check-driverimpls
GEN check-aclrules
GEN check-aclperms
GEN check-admin-symfile
GEN check-admin-symsorting
GEN check-augeas-qemu
GEN check-augeas-lxc
GEN check-augeas-sanlock
GEN check-augeas-lockd
GEN check-augeas-virtlockd
GEN check-augeas-libxl
GEN check-augeas-virtlogd
Test failure:test_libvirtd_qemu.aug:69.3-147.28:
Expected:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Actual:
{
{ "vnc_listen" = "0.0.0.0" }
{ "vnc_auto_unix_socket" = "1" }
{ "vnc_tls" = "1" }
{ "vnc_tls_x509_cert_dir" = "/etc/pki/libvirt-vnc" }
{ "vnc_tls_x509_verify" = "1" }
{ "vnc_password" = "XYZ12345" }
{ "vnc_sasl" = "1" }
{ "vnc_sasl_dir" = "/some/directory/sasl2" }
{ "vnc_allow_host_audio" = "0" }
{ "spice_listen" = "0.0.0.0" }
{ "spice_tls" = "1" }
{ "spice_tls_x509_cert_dir" = "/etc/pki/libvirt-spice" }
{ "spice_auto_unix_socket" = "1" }
{ "spice_password" = "XYZ12345" }
{ "spice_sasl" = "1" }
{ "spice_sasl_dir" = "/some/directory/sasl2" }
{ "nographics_allow_host_audio" = "1" }
{ "remote_display_port_min" = "5900" }
{ "remote_display_port_max" = "65535" }
{ "remote_websocket_port_min" = "5700" }
{ "remote_websocket_port_max" = "65535" }
{ "security_driver" = "selinux" }
{ "security_default_confined" = "1" }
{ "security_require_confined" = "1" }
{ "user" = "root" }
{ "group" = "root" }
{ "dynamic_ownership" = "1" }
{ "cgroup_controllers"
{ "1" = "cpu" }
{ "2" = "devices" }
{ "3" = "memory" }
{ "4" = "blkio" }
{ "5" = "cpuset" }
{ "6" = "cpuacct" }
}
{ "cgroup_device_acl"
{ "1" = "/dev/null" }
{ "2" = "/dev/full" }
{ "3" = "/dev/zero" }
{ "4" = "/dev/random" }
{ "5" = "/dev/urandom" }
{ "6" = "/dev/ptmx" }
{ "7" = "/dev/kvm" }
{ "8" = "/dev/kqemu" }
{ "9" = "/dev/rtc" }
{ "10" = "/dev/hpet" }
{ "11" = "/dSyntax error in lens definition
Failed to load test_libvirtd_qemu.aug
ev/vfio/vfio" }
}
{ "save_image_format" = "raw" }
{ "dump_image_format" = "raw" }
{ "snapshot_image_format" = "raw" }
{ "auto_dump_path" = "/var/lib/libvirt/qemu/dump" }
{ "auto_dump_bypass_cache" = "0" }
{ "auto_start_bypass_cache" = "0" }
{ "hugetlbfs_mount" = "/dev/hugepages" }
{ "bridge_helper" = "/usr/libexec/qemu-bridge-helper" }
{ "clear_emulator_capabilities" = "1" }
{ "set_process_name" = "1" }
{ "max_processes" = "0" }
{ "max_files" = "0" }
{ "mac_filter" = "1" }
{ "relaxed_acs_check" = "1" }
{ "allow_disk_format_probing" = "1" }
{ "lock_manager" = "lockd" }
{ "max_queued" = "0" }
{ "keepalive_interval" = "5" }
{ "keepalive_count" = "5" }
{ "seccomp_sandbox" = "1" }
{ "migration_address" = "0.0.0.0" }
{ "migration_host" = "host.example.com" }
{ "migration_port_min" = "49152" }
{ "migration_port_max" = "49215" }
{ "log_timestamp" = "0" }
{ "nvram"
{ "1" = "/usr/share/OVMF/OVMF_CODE.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "2" = "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd" }
{ "3" = "/usr/share/AAVMF/AAVMF_CODE.fd:/usr/share/AAVMF/AAVMF_VARS.fd" }
}
{ "stdio_handler" = "logd" }
}
Makefile:11227: recipe for target 'check-augeas-qemu' failed
make[3]: *** [check-augeas-qemu] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Makefile:10765: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Makefile:10767: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-22/ws…'>
Makefile:2003: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-syntax-check » libvirt-fedora-rawhide #1586
by ci@centos.org 26 Oct '23
by ci@centos.org 26 Oct '23
26 Oct '23
See <https://ci.centos.org/job/libvirt-daemon-syntax-check/systems=libvirt-fedor…>
------------------------------------------
Started by upstream project "libvirt-daemon-syntax-check" build number 1586
originally caused by:
Started by upstream project "libvirt-daemon-build" build number 1593
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-daemon-syntax-check/systems=libvirt-fedor…>
[libvirt-fedora-rawhide] $ /bin/sh -xe /tmp/hudson8733185001591242512.sh
+ cd build
+ make -j3 syntax-check
GEN spacing-check
GEN test-wrap-argv
GEN prohibit-duplicate-header
GFDL_version
date: write error: No space left on device
../maint.mk:173: recipe for target 'sc_GFDL_version.m' failed
make: *** [sc_GFDL_version.m] Error 1
make: *** Waiting for unfinished jobs....
Build step 'Execute shell' marked build as failure
1
1