libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • April
  • 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
ci@lists.libvirt.org

  • 2 participants
  • 9509 discussions
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-build » libvirt-debian-8 #368
by ci@centos.org 10 Aug '18

10 Aug '18
See <https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-debian-…> ------------------------------------------ [...truncated 158.39 KB...] ^ ../../src/connect.c: In function ‘virtDBusConnectNodeGetCPUStats’: ../../src/connect.c:1476:5: error: unknown type name ‘g_autofree’ g_autofree virNodeCPUStatsPtr stats = NULL; ^ ../../src/connect.c:1476:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘stats’ g_autofree virNodeCPUStatsPtr stats = NULL; ^ ../../src/connect.c:1492:9: error: ‘stats’ undeclared (first use in this function) stats = g_new0(virNodeCPUStats, count); ^ ../../src/connect.c: In function ‘virtDBusConnectNodeGetMemoryParameters’: ../../src/connect.c:1540:5: error: implicit declaration of function ‘g_auto’ [-Werror=implicit-function-declaration] g_auto(virtDBusUtilTypedParams) params = { 0 }; ^ ../../src/connect.c:1540:5: error: nested extern declaration of ‘g_auto’ [-Werror=nested-externs] ../../src/connect.c:1540:12: error: expected expression before ‘virtDBusUtilTypedParams’ g_auto(virtDBusUtilTypedParams) params = { 0 }; ^ ../../src/connect.c:1540:37: error: expected ‘;’ before ‘params’ g_auto(virtDBusUtilTypedParams) params = { 0 }; ^ ../../src/connect.c:1551:39: error: ‘params’ undeclared (first use in this function) &params.nparams, flags); ^ ../../src/connect.c: In function ‘virtDBusConnectNodeGetMemoryStats’: ../../src/connect.c:1578:5: error: unknown type name ‘g_autofree’ g_autofree virNodeMemoryStatsPtr params = NULL; ^ ../../src/connect.c:1578:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘params’ g_autofree virNodeMemoryStatsPtr params = NULL; ^ ../../src/connect.c:1597:9: error: ‘params’ undeclared (first use in this function) params = g_new0(virNodeMemoryStats, nparams); ^ ../../src/connect.c: In function ‘virtDBusConnectNodeSetMemoryParameters’: ../../src/connect.c:1644:15: error: expected expression before ‘GVariantIter’ g_autoptr(GVariantIter) iter = NULL; ^ ../../src/connect.c:1644:29: error: expected ‘;’ before ‘iter’ g_autoptr(GVariantIter) iter = NULL; ^ ../../src/connect.c:1645:12: error: expected expression before ‘virtDBusUtilTypedParams’ g_auto(virtDBusUtilTypedParams) params = { 0 }; ^ ../../src/connect.c:1645:37: error: expected ‘;’ before ‘params’ g_auto(virtDBusUtilTypedParams) params = { 0 }; ^ ../../src/connect.c:1648:40: error: ‘iter’ undeclared (first use in this function) g_variant_get(inArgs, "(a{sv}u)", &iter, &flags); ^ ../../src/connect.c:1650:51: error: ‘params’ undeclared (first use in this function) if (!virtDBusUtilGVariantToTypedParams(iter, &params.params, ^ ../../src/connect.c: In function ‘virtDBusConnectSecretDefineXML’: ../../src/connect.c:1674:15: error: expected expression before ‘virSecret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1674:26: error: expected ‘;’ before ‘secret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1675:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1675:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1684:5: error: ‘secret’ undeclared (first use in this function) secret = virSecretDefineXML(connect->connection, xml, flags); ^ ../../src/connect.c:1688:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirSecret(secret, connect->secretPath); ^ ../../src/connect.c: In function ‘virtDBusConnectSecretLookupByUUID’: ../../src/connect.c:1703:15: error: expected expression before ‘virSecret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1703:26: error: expected ‘;’ before ‘secret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1704:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1704:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1712:5: error: ‘secret’ undeclared (first use in this function) secret = virSecretLookupByUUIDString(connect->connection, uuidstr); ^ ../../src/connect.c:1716:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirSecret(secret, connect->secretPath); ^ ../../src/connect.c: In function ‘virtDBusConnectSecretLookupByUsage’: ../../src/connect.c:1731:15: error: expected expression before ‘virSecret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1731:26: error: expected ‘;’ before ‘secret’ g_autoptr(virSecret) secret = NULL; ^ ../../src/connect.c:1732:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1732:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1741:5: error: ‘secret’ undeclared (first use in this function) secret = virSecretLookupByUsage(connect->connection, usageType, usageID); ^ ../../src/connect.c:1745:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirSecret(secret, connect->secretPath); ^ ../../src/connect.c: In function ‘virtDBusConnectStoragePoolCreateXML’: ../../src/connect.c:1760:15: error: expected expression before ‘virStoragePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1760:31: error: expected ‘;’ before ‘storagePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1761:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1761:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1770:5: error: ‘storagePool’ undeclared (first use in this function) storagePool = virStoragePoolCreateXML(connect->connection, xml, flags); ^ ../../src/connect.c:1774:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStoragePool(storagePool, ^ ../../src/connect.c: In function ‘virtDBusConnectStoragePoolDefineXML’: ../../src/connect.c:1790:15: error: expected expression before ‘virStoragePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1790:31: error: expected ‘;’ before ‘storagePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1791:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1791:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1800:5: error: ‘storagePool’ undeclared (first use in this function) storagePool = virStoragePoolDefineXML(connect->connection, xml, flags); ^ ../../src/connect.c:1804:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStoragePool(storagePool, ^ ../../src/connect.c: In function ‘virtDBusConnectStoragePoolLookupByName’: ../../src/connect.c:1820:15: error: expected expression before ‘virStoragePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1820:31: error: expected ‘;’ before ‘storagePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1821:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1821:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1829:5: error: ‘storagePool’ undeclared (first use in this function) storagePool = virStoragePoolLookupByName(connect->connection, name); ^ ../../src/connect.c:1833:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStoragePool(storagePool, ^ ../../src/connect.c: In function ‘virtDBusConnectStoragePoolLookupByUUID’: ../../src/connect.c:1849:15: error: expected expression before ‘virStoragePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1849:31: error: expected ‘;’ before ‘storagePool’ g_autoptr(virStoragePool) storagePool = NULL; ^ ../../src/connect.c:1850:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1850:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1858:5: error: ‘storagePool’ undeclared (first use in this function) storagePool = virStoragePoolLookupByUUIDString(connect->connection, ^ ../../src/connect.c:1863:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStoragePool(storagePool, ^ ../../src/connect.c: In function ‘virtDBusConnectStorageVolLookupByKey’: ../../src/connect.c:1879:15: error: expected expression before ‘virStorageVol’ g_autoptr(virStorageVol) storageVol = NULL; ^ ../../src/connect.c:1879:30: error: expected ‘;’ before ‘storageVol’ g_autoptr(virStorageVol) storageVol = NULL; ^ ../../src/connect.c:1880:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1880:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1888:5: error: ‘storageVol’ undeclared (first use in this function) storageVol = virStorageVolLookupByKey(connect->connection, key); ^ ../../src/connect.c:1892:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStorageVol(storageVol, ^ ../../src/connect.c: In function ‘virtDBusConnectStorageVolLookupByPath’: ../../src/connect.c:1908:15: error: expected expression before ‘virStorageVol’ g_autoptr(virStorageVol) storageVol = NULL; ^ ../../src/connect.c:1908:30: error: expected ‘;’ before ‘storageVol’ g_autoptr(virStorageVol) storageVol = NULL; ^ ../../src/connect.c:1910:5: error: unknown type name ‘g_autofree’ g_autofree gchar *path = NULL; ^ ../../src/connect.c:1910:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token g_autofree gchar *path = NULL; ^ ../../src/connect.c:1917:5: error: ‘storageVol’ undeclared (first use in this function) storageVol = virStorageVolLookupByPath(connect->connection, inPath); ^ ../../src/connect.c:1921:5: error: ‘path’ undeclared (first use in this function) path = virtDBusUtilBusPathForVirStorageVol(storageVol, ^ ../../src/connect.c: At top level: ../../src/connect.c:2014:48: error: expected declaration specifiers or ‘...’ before ‘virtDBusConnectFree’ G_DEFINE_AUTOPTR_CLEANUP_FUNC(virtDBusConnect, virtDBusConnectFree); ^ ../../src/connect.c: In function ‘virtDBusConnectNew’: ../../src/connect.c:2023:15: error: expected expression before ‘virtDBusConnect’ g_autoptr(virtDBusConnect) connect = NULL; ^ ../../src/connect.c:2023:32: error: expected ‘;’ before ‘connect’ g_autoptr(virtDBusConnect) connect = NULL; ^ ../../src/connect.c:2032:5: error: ‘connect’ undeclared (first use in this function) connect = g_new0(virtDBusConnect, 1); ^ cc1: all warnings being treated as errors Makefile:517: recipe for target 'connect.o' failed make[2]: *** [connect.o] Error 1 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-debian-…'> Makefile:449: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-debian-…'> Makefile:376: recipe for target 'all' failed make: *** [all] Error 2 Build step 'Execute shell' marked build as failure
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1565 (master - 5d40272)
by Travis CI 10 Aug '18

10 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1565 Status: Broken Duration: 23 mins and 28 secs Commit: 5d40272 (master) Author: Michal Privoznik Message: src: Move DLOPEN_LIBS to libraries introducing the dependency There are few places where dlopen() is called. This call means we have to link with DLOPEN_LIBS. However, instead of having each final, installable library linking with it, move the directive to the source that introduced the dependency. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Jim Fehlig <jfehlig(a)suse.com> View the changeset: https://github.com/libvirt/libvirt/compare/a8c1396a74d9...5d40272ea67c View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/414549114?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=7e783dad70964eac9…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-rawhide #1658
by ci@centos.org 10 Aug '18

10 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…> Changes: [phrdina] docs: fix iscsi-direct XML example [phrdina] conf: properly translate iscsi-direct storage pool [phrdina] conf: rename and move virStoragePoolSourceInitiatorAttr [phrdina] util: introduce virStorageSourceInitiator functions [phrdina] conf: use virStorageSourceInitiator functions [phrdina] docs: move storage initiator def into storagecommon.rng [phrdina] conf: introduce initiator IQN support for domain disks [phrdina] tests: introduce qemu disk-network-iscsi-modern test cases [phrdina] qemu: add support for domain disk initiator IQN ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1658 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change 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-master-build/systems=libvirt-fedora-rawhi…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/libvirt/libvirt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 Commit message: "qemu: add support for domain disk initiator IQN" > git rev-list --no-walk cc626ebe8d79d5fa12efd180e53d54b53c581d35 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-master] $ /bin/sh -xe /tmp/jenkins2752174658069304233.sh + mkdir build mkdir: cannot create directory ‘build’: File exists Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-28 #1658
by ci@centos.org 09 Aug '18

09 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-28/16…> Changes: [phrdina] docs: fix iscsi-direct XML example [phrdina] conf: properly translate iscsi-direct storage pool [phrdina] conf: rename and move virStoragePoolSourceInitiatorAttr [phrdina] util: introduce virStorageSourceInitiator functions [phrdina] conf: use virStorageSourceInitiator functions [phrdina] docs: move storage initiator def into storagecommon.rng [phrdina] conf: introduce initiator IQN support for domain disks [phrdina] tests: introduce qemu disk-network-iscsi-modern test cases [phrdina] qemu: add support for domain disk initiator IQN ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1658 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-28/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/libvirt/libvirt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 Commit message: "qemu: add support for domain disk initiator IQN" > git rev-list --no-walk cc626ebe8d79d5fa12efd180e53d54b53c581d35 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-master] $ /bin/sh -xe /tmp/jenkins9015421993045162308.sh + mkdir build mkdir: cannot create directory ‘build’: File exists Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-27 #1658
by ci@centos.org 09 Aug '18

09 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/16…> Changes: [phrdina] docs: fix iscsi-direct XML example [phrdina] conf: properly translate iscsi-direct storage pool [phrdina] conf: rename and move virStoragePoolSourceInitiatorAttr [phrdina] util: introduce virStorageSourceInitiator functions [phrdina] conf: use virStorageSourceInitiator functions [phrdina] docs: move storage initiator def into storagecommon.rng [phrdina] conf: introduce initiator IQN support for domain disks [phrdina] tests: introduce qemu disk-network-iscsi-modern test cases [phrdina] qemu: add support for domain disk initiator IQN ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1658 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/libvirt/libvirt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 Commit message: "qemu: add support for domain disk initiator IQN" > git rev-list --no-walk cc626ebe8d79d5fa12efd180e53d54b53c581d35 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-master] $ /bin/sh -xe /tmp/jenkins9036036991764139572.sh + mkdir build mkdir: cannot create directory ‘build’: File exists Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-7 #1658
by ci@centos.org 09 Aug '18

09 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/165…> Changes: [phrdina] docs: fix iscsi-direct XML example [phrdina] conf: properly translate iscsi-direct storage pool [phrdina] conf: rename and move virStoragePoolSourceInitiatorAttr [phrdina] util: introduce virStorageSourceInitiator functions [phrdina] conf: use virStorageSourceInitiator functions [phrdina] docs: move storage initiator def into storagecommon.rng [phrdina] conf: introduce initiator IQN support for domain disks [phrdina] tests: introduce qemu disk-network-iscsi-modern test cases [phrdina] qemu: add support for domain disk initiator IQN ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1658 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/libvirt/libvirt.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e9ce2d29001ffe3e09f79c233bc3f25d4bc9dc7 Commit message: "qemu: add support for domain disk initiator IQN" > git rev-list --no-walk cc626ebe8d79d5fa12efd180e53d54b53c581d35 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-master] $ /bin/sh -xe /tmp/jenkins1087874046625409955.sh + mkdir build mkdir: cannot create directory ‘build’: File exists Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-fedora-rawhide #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 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-go-xml-master-check/systems=libvirt-fedor…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins7581604700078936359.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (10.71s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> 10.807s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-centos-7 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins1045396976541417442.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (32.21s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> 32.369s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-fedora-28 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins7305966920754281120.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (19.38s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> 19.455s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-fedora-27 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins9118485268876975756.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (19.15s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> 19.419s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-freebsd-10 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins817539759796989023.sh + export 'TEST_ARGS=-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (7.46s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/usr<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> 7.555s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-freebsd-11 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins2251321488828571990.sh + export 'TEST_ARGS=-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (7.63s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _/usr<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-freeb…> 7.734s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-debian-9 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins2479993879154190574.sh + export TEST_ARGS=-tags xmlroundtrip + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (25.70s) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> 25.872s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-debian-8 #593
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 593 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 601 originally caused by: Started by upstream project "libvirt-master-build" build number 1657 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian-8 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins3751528409753968482.sh + export TEST_ARGS=-tags xmlroundtrip + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (10.41 seconds) xml_test.go:388: testdata/libvirt/tests/qemuxml2argvdata/disk-network-iscsi-modern.xml: /domain[0]/devices[0]/disk[5]/source[0]/initiator[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-debia…> 10.538s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-fedora-27 #328
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "libvirt-dbus-master-check" build number 328 originally caused by: Started by upstream project "libvirt-dbus-master-build" build number 362 originally caused by: Started by upstream project "libvirt-glib-master-build" build number 1318 originally caused by: Started by upstream project "libvirt-master-build" build number 1652 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…> [libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins1237318591606869511.sh + cd build + /usr/bin/gmake check Making check in data gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in docs gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in src gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> /usr/bin/gmake test_util gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> PASS: test_util FAIL: test_interface.py PASS: test_domain.py PASS: test_nodedev.py PASS: test_network.py PASS: test_connect.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.3.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:758: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[2]: *** [Makefile:866: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: *** [Makefile:979: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake: *** [Makefile:459: check-recursive] Error 1 + cat tests/test-suite.log ============================================== libvirt-dbus 1.3.0: tests/test-suite.log ============================================== # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_interface.py ======================= ============================= test session starts ============================== platform linux -- Python 3.6.6, pytest-3.2.3, py-1.4.34, pluggy-0.4.0 rootdir: <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…,> inifile: collected 5 items ../../tests/test_interface.py ..E.E ==================================== ERRORS ==================================== ____________ ERROR at setup of TestInterface.test_interface_create _____________ self = <test_interface.TestInterface object at 0x7f17d8b9d198> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_interface_create'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ________ ERROR at setup of TestInterface.test_interface_properties_type ________ self = <test_interface.TestInterface object at 0x7f17d86f01d0> @pytest.fixture def interface_create(self): """ Fixture to define dummy interface on the test driver This fixture should be used in the setup of every test manipulating with interfaces. """ path = self.connect.InterfaceDefineXML(xmldata.minimal_interface_xml, 0) obj = self.bus.get_object('org.libvirt', path) interface_obj = dbus.Interface(obj, 'org.libvirt.Interface') > interface_obj.Create(0) ../../tests/libvirttest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f17d8bdb570> bus_name = dbus.String(':1.3') object_path = dbus.ObjectPath('/org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66') dbus_interface = 'org.libvirt.Interface', method = 'Create', signature = 'u' args = (0,), timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66, iface: org.libvirt.Interface, member: Create dest: :1.3> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid /usr/lib64/python3.6/site-packages/dbus/connection.py:651: DBusException ====================== 3 passed, 2 error in 4.29 seconds ======================= FAIL test_interface.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-fedora-rawhide #326
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 326 originally caused by: Started by upstream project "virt-manager-master-build" build number 327 originally caused by: Started by upstream project "libvirt-python-master-build" build number 315 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins308991356718643071.sh + /usr/bin/python3 ./setup.py test running test Traceback (most recent call last): File "/home/jenkins/build/libvirt/lib64/python3.6/site-packages/libvirt.py", line 24, in <module> import cygvirtmod as libvirtmod ModuleNotFoundError: No module named 'cygvirtmod' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./setup.py", line 726, in <module> distclass=VMMDistribution, File "/usr/lib64/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib64/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "./setup.py", line 524, in run TestBaseCommand.run(self) File "./setup.py", line 440, in run import tests as testsmodule File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 19, in <module> from tests import utils File "<https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…",> line 11, in <module> import libvirt File "/home/jenkins/build/libvirt/lib64/python3.6/site-packages/libvirt.py", line 28, in <module> raise lib_e File "/home/jenkins/build/libvirt/lib64/python3.6/site-packages/libvirt.py", line 20, in <module> import libvirtmod ModuleNotFoundError: No module named 'libvirtmod' Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1653
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> Changes: [eskultet] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: iscsi: use VIR_AUTOPTR for aggregate types [eskultet] util: macaddr: Introduce a new virMacAddrFree helper [eskultet] util: macaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: netdev: Define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: socketaddr: Introduce virSocketAddrFree helper [eskultet] util: socketaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: socketaddr: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevip: Introduce virNetDevIPAddrFree helper [eskultet] util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: netdevip: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevmacvlan: use VIR_AUTOFREE instead of VIR_FREE for scalar [eskultet] util: netdevmacvlan: use VIR_AUTOPTR for aggregate types [eskultet] util: Drop unused cleanup label in [eskultet] util: netdevopenvswitch: use VIR_AUTOFREE instead of VIR_FREE for scalar [eskultet] util: netdevtap: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevveth: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevveth: use VIR_AUTOPTR for aggregate types [eskultet] util: netlink: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: numa: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: numa: use VIR_AUTOPTR for aggregate types [eskultet] util: perf: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: perf: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: pidfile: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: process: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: process: use VIR_AUTOPTR for aggregate types [eskultet] util: qemu: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: qemu: use VIR_AUTOPTR for aggregate types [berrange] qemu: ensure default machine types don't change if QEMU changes ------------------------------------------ [...truncated 127.32 KB...] Making all in src gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> GEN util/virkeycodetable_linux.h GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.h GEN access/viraccessapicheck.c GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN locking/lock_daemon_dispatch_stubs.h GEN locking/qemu-lockd.conf GEN admin/admin_protocol.h GEN admin/admin_client.h GEN rpc/virnetprotocol.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virkeepaliveprotocol.h GEN .esx_vi_generator.stamp GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN lxc/lxc_monitor_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN lxc/lxc_controller_dispatch.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/remote_client_bodies.h GEN remote/remote_protocol.h GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN logging/log_protocol.c GEN libvirtd.logrotate GEN locking/lock_protocol.c GEN admin/admin_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN remote/remote_protocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virjsoncompat.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlogd.8.in GEN virtlockd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_libvirtd_qemu.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virjsoncompat.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo ../../src/util/virnetdev.c:128:1: error: unused function 'virNetDevMcastEntryAutoPtrFree' [-Werror,-Wunused-function] VIR_DEFINE_AUTOPTR_FUNC(virNetDevMcastEntry, virNetDevMcastEntryFree) ^ ../../src/util/viralloc.h:612:24: note: expanded from macro 'VIR_DEFINE_AUTOPTR_FUNC' static inline void VIR_AUTOPTR_FUNC_NAME(type)(type **_ptr) \ ^ ../../src/util/viralloc.h:600:38: note: expanded from macro 'VIR_AUTOPTR_FUNC_NAME' # define VIR_AUTOPTR_FUNC_NAME(type) type##AutoPtrFree ^ <scratch space>:133:1: note: expanded from here virNetDevMcastEntryAutoPtrFree ^ 1 error generated. gmake[3]: *** [Makefile:11786: util/libvirt_util_la-virnetdev.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[2]: *** [Makefile:6945: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[1]: *** [Makefile:2110: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake: *** [Makefile:2003: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-10 #1653
by ci@centos.org 08 Aug '18

08 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…> Changes: [eskultet] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: iscsi: use VIR_AUTOPTR for aggregate types [eskultet] util: macaddr: Introduce a new virMacAddrFree helper [eskultet] util: macaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: netdev: Define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: socketaddr: Introduce virSocketAddrFree helper [eskultet] util: socketaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: socketaddr: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevip: Introduce virNetDevIPAddrFree helper [eskultet] util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: netdevip: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevmacvlan: use VIR_AUTOFREE instead of VIR_FREE for scalar [eskultet] util: netdevmacvlan: use VIR_AUTOPTR for aggregate types [eskultet] util: Drop unused cleanup label in [eskultet] util: netdevopenvswitch: use VIR_AUTOFREE instead of VIR_FREE for scalar [eskultet] util: netdevtap: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevveth: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: netdevveth: use VIR_AUTOPTR for aggregate types [eskultet] util: netlink: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: numa: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: numa: use VIR_AUTOPTR for aggregate types [eskultet] util: perf: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: perf: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: pidfile: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: process: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: process: use VIR_AUTOPTR for aggregate types [eskultet] util: qemu: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: qemu: use VIR_AUTOPTR for aggregate types [berrange] qemu: ensure default machine types don't change if QEMU changes ------------------------------------------ [...truncated 127.02 KB...] gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> Making all in src gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> GEN util/virkeycodetable_linux.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.h GEN access/viraccessapicheck.c GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN admin/admin_protocol.h GEN locking/qemu-lockd.conf GEN admin/admin_client.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virkeepaliveprotocol.h GEN rpc/virnetprotocol.h GEN .esx_vi_generator.stamp GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN lxc/lxc_monitor_dispatch.h GEN lxc/lxc_controller_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN remote/remote_protocol.h GEN remote/remote_client_bodies.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN libvirtd.logrotate GEN locking/lock_protocol.c GEN admin/admin_protocol.c GEN logging/log_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virjsoncompat.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlogd.8.in GEN virtlockd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_libvirtd_qemu.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virjsoncompat.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo ../../src/util/virnetdev.c:128:1: error: unused function 'virNetDevMcastEntryAutoPtrFree' [-Werror,-Wunused-function] VIR_DEFINE_AUTOPTR_FUNC(virNetDevMcastEntry, virNetDevMcastEntryFree) ^ ../../src/util/viralloc.h:612:24: note: expanded from macro 'VIR_DEFINE_AUTOPTR_FUNC' static inline void VIR_AUTOPTR_FUNC_NAME(type)(type **_ptr) \ ^ ../../src/util/viralloc.h:600:38: note: expanded from macro 'VIR_AUTOPTR_FUNC_NAME' # define VIR_AUTOPTR_FUNC_NAME(type) type##AutoPtrFree ^ <scratch space>:103:1: note: expanded from here virNetDevMcastEntryAutoPtrFree ^ 1 error generated. gmake[3]: *** [Makefile:11786: util/libvirt_util_la-virnetdev.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:6945: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:2110: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:2003: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#1552 (master - e63aa3c)
by Travis CI 08 Aug '18

08 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1552 Status: Fixed Duration: 19 mins and 36 secs Commit: e63aa3c (master) Author: Erik Skultety Message: Fix the build on non-linux platforms after VIR_AUTOPTR related changes Commits 7b706f33ac and 4acb7887e4 introduced some compound type *Free wrappers in order to use them with VIR_DEFINE_AUTOPTR_FUNC. However, since those were not used in the code right away, Clang complained about unused functions (static ones that are defined by the macro above). This patch puts the defined functions in use. Signed-off-by: Erik Skultety <eskultet(a)redhat.com> Reviewed-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/26cfb1a3cd39...e63aa3c66482 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/413470270?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=e14fac4676924e40a…)
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#1551 (master - 26cfb1a)
by Travis CI 07 Aug '18

07 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1551 Status: Still Failing Duration: 21 mins and 19 secs Commit: 26cfb1a (master) Author: Daniel P. Berrangé Message: qemu: ensure default machine types don't change if QEMU changes It is increasingly likely that some distro is going to change the default "x86" machine type in QEMU from "pc" to "q35". This will certainly break existing applications which write their XML on the assumption that it is using a "pc" machine by default. For example they'll lack a IDE CDROM and get PCIe instead of PCI which changes the topology radically. Libvirt promises to isolate applications from hypervisor changes that may cause incompatibilities, so we must ensure that we always use the "pc" machine type if it is available. Only use QEMU's own reported default machine type if "pc" does not exist. This issue is not x86-only, other arches are liable to change their default machine, while some arches don't report any default at all causing libvirt to pick the first machine in the list. Thus to guarantee stability to applications, declare a preferred default machine for all architectures we currently support with QEMU. Note this change assumes there will always be a "pc" alias as long as a versioned "pc-XXX" machine type exists. If QEMU were to ship a "pc-XXX" machine type but not provide the "pc" alias, it is too hard to decide which to default so. Versioned machine types are supposed to be considered opaque strings, so we can't apply any sensible ordering ourselves and QEMU isn't reporting the list of machines in any sensible ordering itself. Reviewed-by: Andrea Bolognani <abologna(a)redhat.com> Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/9d399be94963...26cfb1a3cd39 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/413167642?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=0caeefed3609461f8…)
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1550 (master - 9d399be)
by Travis CI 07 Aug '18

07 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1550 Status: Broken Duration: 20 mins and 45 secs Commit: 9d399be (master) Author: Sukrit Bhatnagar Message: util: qemu: use VIR_AUTOPTR for aggregate types By making use of GNU C's cleanup attribute handled by the VIR_AUTOPTR macro for declaring aggregate pointer variables, majority of the calls to *Free functions can be dropped, which in turn leads to getting rid of most of our cleanup sections. Signed-off-by: Sukrit Bhatnagar <skrtbhtngr(a)gmail.com> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/7c7f6f0a10d4...9d399be94963 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/413153417?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=2020e88473ad4720a…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt-python#6 (master - 0159ae0)
by Travis CI 06 Aug '18

06 Aug '18
Build Update for libvirt/libvirt-python ------------------------------------- Build: #6 Status: Errored Duration: 20 mins and 36 secs Commit: 0159ae0 (master) Author: Daniel Veillard Message: Release of libvirt-python-4.6.0 * setup.py: updated for release Signed-off-by: Daniel Veillard <veillard(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt-python/compare/7b4d6760659a...0159ae02df… View the full build log and details: https://travis-ci.org/libvirt/libvirt-python/builds/412572534?utm_source=em… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=333ad7b10f89477aa…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt-python#5 (v4.6.0 - 0159ae0)
by Travis CI 06 Aug '18

06 Aug '18
Build Update for libvirt/libvirt-python ------------------------------------- Build: #5 Status: Errored Duration: 22 mins and 48 secs Commit: 0159ae0 (v4.6.0) Author: Daniel Veillard Message: Release of libvirt-python-4.6.0 * setup.py: updated for release Signed-off-by: Daniel Veillard <veillard(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt-python/commit/0159ae02dfdd View the full build log and details: https://travis-ci.org/libvirt/libvirt-python/builds/412566664?utm_source=em… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=da46d8f6e978453f8…)
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#1541 (v4.6.0 - 1f8be8e)
by Travis CI 06 Aug '18

06 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1541 Status: Passed Duration: 37 mins and 37 secs Commit: 1f8be8e (v4.6.0) Author: Daniel Veillard Message: Release of libvirt-4.6.0 * docs/news.xml: updated for release Signed-off-by: Daniel Veillard <veillard(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v4.6.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/412566510?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=4d4ab0af3be444fe9…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-rawhide #1648
by ci@centos.org 02 Aug '18

02 Aug '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…> Changes: [pkrempa] util: jsoncompat: Stub out virJSONInitialize when compiling without [pkrempa] remote: daemon: Make sure that JSON symbols are properly loaded at [mprivozn] util: Don't overflow in virRandomBits [mprivozn] viriscsi: Request more random bits for interface name ------------------------------------------ [...truncated 173.24 KB...] gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> Making all in . gmake[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> CC test-localcharset.o CC exitfail.o CC fatal-signal.o CC getprogname.o CC math.o CC localename.o CC wait-process.o CC xmalloc.o CC xalloc-die.o CC nanosleep.o CC glthread/thread.o AR libtests.a CCLD test-localcharset gmake[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> Making all in tests gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> CC virshtest.o CC testutils.o CC sockettest.o CC virhostcputest.o CC virfilewrapper.o CC virbuftest.o CC commandtest.o CC seclabeltest.o CC virhashtest.o CC virconftest.o CC viratomictest.o CC utiltest.o CC shunloadtest.o CC shunloadhelper.lo CC virtimetest.o CC viruritest.o CC virkeyfiletest.o CC viralloctest.o CC virauthconfigtest.o CC virbitmaptest.o CC vircgrouptest.o CC vircryptotest.o CC virpcitest.o CC virendiantest.o CC virfiletest.o CC virfilecachetest.o CC virfirewalltest-virfirewalltest.o CC virfirewalltest-testutils.o CC viriscsitest.o CC virkeycodetest.o CC virlockspacetest.o CC virlogtest.o CC virrotatingfiletest.o CC virschematest.o CC virstringtest.o CC virportallocatortest.o CC sysinfotest.o CC virkmodtest.o CC vircapstest.o CC testutilslxc.o CC testutilsqemu.o CC domaincapstest.o CC testutilsxen.o CCLD libqemutestdriver.la CC domainconftest.o CC virhostdevtest.o CC virnetdevtest-virnetdevtest.o CC virnetdevtest-testutils.o CC virtypedparamtest.o CC virnetmessagetest.o CC virnetsockettest.o CC virnetdaemontest.o CC virnetserverclienttest.o CC virnettlscontexttest.o CC virnettlshelpers.o CC pkix_asn1_tab.o CC virnettlssessiontest.o CC fchosttest.o CC scsihosttest.o CC vircaps2xmltest.o CC virresctrltest.o CC fdstreamtest.o CC virdbustest-virdbustest.o CC virdbustest-testutils.o CC virsystemdtest-virsystemdtest.o CC virsystemdtest-testutils.o CC virpolkittest-virpolkittest.o CC virpolkittest-testutils.o CC securityselinuxtest.o CC securityselinuxhelper.lo CC viridentitytest.o CC securityselinuxlabeltest.o CC xlconfigtest.o CC xml2sexprtest.o CC sexpr2xmltest.o CC xmconfigtest.o CC libxlxml2domconfigtest.o CC qemuxml2argvtest.o CC qemuxml2xmltest.o CC qemuargv2xmltest.o CC domainsnapshotxml2xmltest.o CC qemumonitorjsontest.o CC qemumonitortestutils.lo CC testutilsqemuschema.lo CC qemuhotplugtest.o CC qemuagenttest.o CC qemucapabilitiestest.o CC qemucaps2xmltest.o CC qemumemlocktest.o CC qemucommandutiltest.o CC qemublocktest.o CC qemumigparamstest.o CC lxcxml2xmltest.o CC lxcconf2xmltest.o CC openvzutilstest.o CC esxutilstest.o CC vboxsnapshotxmltest.o CC vmx2xmltest.o CC xml2vmxtest.o CC vmwarevertest.o CC virjsontest.o CC networkxml2xmltest.o CC networkxml2xmlupdatetest.o CC networkxml2conftest.o CC networkxml2firewalltest.o CC storagebackendsheepdogtest.o CC nwfilterxml2xmltest.o CC virnwfilterbindingxml2xmltest.o CC nwfilterebiptablestest.o CC nwfilterxml2firewalltest.o CC storagevolxml2argvtest.o CC virstorageutiltest.o CC virstoragetest.o CC virscsitest.o CC nsstest-nsstest.o CC nsstest-testutils.o CC nssguesttest-nsstest.o CC nssguesttest-testutils.o CC storagevolxml2xmltest.o CC storagepoolxml2xmltest.o CC nodedevxml2xmltest.o CC interfacexml2xmltest.o CC cputest.o CC metadatatest.o CC secretxml2xmltest.o CC genericxml2xmltest.o CC virusbtest.o CC virnetdevbandwidthtest.o CC eventtest.o CC virdrivermoduletest.o CC objecteventtest.o CC virmacmaptest.o CC commandhelper.o CC ssh.o CC qemucapsprobe.o CC nsslinktest-nsslinktest.o CC nssguestlinktest-nsslinktest.o CC virportallocatormock.lo CC virnetdaemonmock.lo CC virnetserverclientmock.lo CC vircgroupmock.lo CC virpcimock.lo CC virnetdevmock_la-virnetdevmock.lo CC virrandommock.lo CC virhostcpumock.lo CC domaincapsmock.lo CC virfilecachemock.lo CC virusbmock.lo CC virnetdevbandwidthmock.lo CC virnumamock.lo CC virtestmock.lo CC virdbusmock_la-virdbusmock.lo CC virmocklibxl_la-virmocklibxl.lo CC qemuxml2argvmock.lo CC qemucaps2xmlmock.lo CC qemucapsprobemock.lo CC qemucpumock.lo CC nssmock.lo CC virdeterministichashmock.lo CCLD virshtest CCLD sockettest CCLD virhostcputest CCLD virbuftest CCLD commandtest CCLD seclabeltest CCLD virhashtest CCLD virconftest CCLD viratomictest CCLD utiltest CCLD libshunload.la CCLD virtimetest CCLD viruritest CCLD virkeyfiletest CCLD viralloctest CCLD virauthconfigtest CCLD virbitmaptest CCLD vircgrouptest CCLD vircryptotest CCLD virpcitest CCLD virendiantest CCLD virfiletest CCLD virfilecachetest CCLD virfirewalltest CCLD viriscsitest CCLD virkeycodetest CCLD virlockspacetest CCLD virlogtest CCLD virrotatingfiletest CCLD virschematest CCLD virstringtest CCLD virportallocatortest CCLD sysinfotest CCLD virkmodtest CCLD vircapstest CCLD domaincapstest CCLD domainconftest CCLD virhostdevtest CCLD virnetdevtest CCLD virtypedparamtest CCLD virnetmessagetest CCLD virnetsockettest CCLD virnetdaemontest CCLD virnetserverclienttest CCLD virnettlscontexttest CCLD virnettlssessiontest CCLD fchosttest CCLD scsihosttest CCLD vircaps2xmltest CCLD virresctrltest CCLD fdstreamtest CCLD virdbustest CCLD virsystemdtest CCLD virpolkittest CCLD libsecurityselinuxhelper.la CCLD xlconfigtest CCLD xml2sexprtest CCLD sexpr2xmltest CCLD xmconfigtest CCLD libxlxml2domconfigtest /usr/bin/ld: error while loading shared libraries: libbfd-2.31.1-8.fc29.so: cannot open shared object file: No such file or directory collect2: error: ld returned 127 exit status gmake[2]: *** [Makefile:5021: sexpr2xmltest] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> gmake[1]: *** [Makefile:2106: all-recursive] Error 1 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…'> gmake: *** [Makefile:1999: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-freebsd-10 #322
by ci@centos.org 01 Aug '18

01 Aug '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…> ------------------------------------------ [...truncated 3.26 KB...] gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in docs gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in src gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake test_util gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> PASS: test_util PASS: test_interface.py PASS: test_domain.py PASS: test_nodedev.py PASS: test_network.py FAIL: test_connect.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.3.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:765: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[2]: *** [Makefile:873: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: *** [Makefile:989: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake: *** [Makefile:459: check-recursive] Error 1 + cat tests/test-suite.log ============================================== libvirt-dbus 1.3.0: tests/test-suite.log ============================================== # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_connect.py ===================== ============================= test session starts ============================== platform freebsd10 -- Python 3.6.5, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 rootdir: /usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…,> inifile: collected 35 items ../../tests/test_connect.py .............................E...EE [100%] ==================================== ERRORS ==================================== ______ ERROR at setup of TestConnect.test_connect_storage_pool_create_xml ______ self = <test_connect.TestConnect object at 0x8094ef358> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_storage_pool_create_xml'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByKey-Key] self = <test_connect.TestConnect object at 0x80909eb00> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8095bff10> bus_name = dbus.String(':1.30') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.30> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid: storage pool 'foo' is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] self = <test_connect.TestConnect object at 0x80964a5c0> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8095bff10> bus_name = dbus.String(':1.30') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.30> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid: storage pool 'foo' is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException ===================== 32 passed, 3 error in 16.83 seconds ====================== FAIL test_connect.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-freebsd-10 #319
by ci@centos.org 31 Jul '18

31 Jul '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…> ------------------------------------------ Started by upstream project "libvirt-dbus-master-check" build number 319 originally caused by: Started by upstream project "libvirt-dbus-master-build" build number 353 originally caused by: Started by upstream project "libvirt-glib-master-build" build number 1310 originally caused by: Started by upstream project "libvirt-master-build" build number 1643 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…> [libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins3283964800088825456.sh + cd build + /usr/local/bin/gmake check Making check in data gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in docs gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in src gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake test_util gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> PASS: test_util PASS: test_interface.py PASS: test_domain.py PASS: test_network.py FAIL: test_connect.py PASS: test_nodedev.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.3.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:765: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[2]: *** [Makefile:873: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: *** [Makefile:989: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake: *** [Makefile:459: check-recursive] Error 1 + cat tests/test-suite.log ============================================== libvirt-dbus 1.3.0: tests/test-suite.log ============================================== # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_connect.py ===================== ============================= test session starts ============================== platform freebsd10 -- Python 3.6.5, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 rootdir: /usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…,> inifile: collected 35 items ../../tests/test_connect.py ....................E.............E [100%] ==================================== ERRORS ==================================== ________ ERROR at setup of TestConnect.test_connect_network_create_xml _________ self = <test_connect.TestConnect object at 0x8094cdb38> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_network_create_xml'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] self = <test_connect.TestConnect object at 0x809512160> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8095c3f10> bus_name = dbus.String(':1.21') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.21> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException ===================== 33 passed, 2 error in 14.50 seconds ====================== FAIL test_connect.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-freebsd-11 #319
by ci@centos.org 31 Jul '18

31 Jul '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…> ------------------------------------------ Started by upstream project "libvirt-dbus-master-check" build number 319 originally caused by: Started by upstream project "libvirt-dbus-master-build" build number 353 originally caused by: Started by upstream project "libvirt-glib-master-build" build number 1310 originally caused by: Started by upstream project "libvirt-master-build" build number 1643 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…> [libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins8665026072521524877.sh + cd build + /usr/local/bin/gmake check Making check in data gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in docs gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in src gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake test_util gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> PASS: test_util PASS: test_interface.py PASS: test_domain.py PASS: test_network.py PASS: test_nodedev.py FAIL: test_connect.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.3.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:765: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[2]: *** [Makefile:873: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake[1]: *** [Makefile:989: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…'> gmake: *** [Makefile:459: check-recursive] Error 1 + cat tests/test-suite.log ============================================== libvirt-dbus 1.3.0: tests/test-suite.log ============================================== # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_connect.py ===================== ============================= test session starts ============================== platform freebsd11 -- Python 3.6.5, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 rootdir: /usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freebsd…,> inifile: collected 35 items ../../tests/test_connect.py ....................E.............E [100%] ==================================== ERRORS ==================================== ________ ERROR at setup of TestConnect.test_connect_network_create_xml _________ self = <test_connect.TestConnect object at 0x809413ba8> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_network_create_xml'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] self = <test_connect.TestConnect object at 0x809457da0> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x809508f10> bus_name = dbus.String(':1.21') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.21> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException ===================== 33 passed, 2 error in 19.64 seconds ====================== FAIL test_connect.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Passed: libvirt/libvirt#1530 (v4.6.0-rc2 - 6f9fb4f)
by Travis CI 31 Jul '18

31 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1530 Status: Passed Duration: 19 mins and 18 secs Commit: 6f9fb4f (v4.6.0-rc2) Author: Michal Privoznik Message: Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" This reverts commit 0f80c71822d82465d558d697d3be9af2d21e3675. Turns out, our code relies on virCgroupFree(&var) setting var = NULL. Conflicts: src/util/vircgroup.c: context because 94f1855f099445d is not reverted. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v4.6.0-rc2 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/410153295?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=681917b70ba841de8…)
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#1528 (v4.6.0-rc1 - 7f6d6b9)
by Travis CI 28 Jul '18

28 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1528 Status: Passed Duration: 20 mins and 37 secs Commit: 7f6d6b9 (v4.6.0-rc1) Author: Julio Faracco Message: util: clang is failing to compile due to unused variables. After some recent patches, clang is throwing some errors related to unused variables. This is not happening when we use GCC with -Werror enabled. Only clang reports this warning. make[3]: Entering directory '/home/julio/Desktop/virt/libvirt/src' CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-virmdev.lo util/virmdev.c:373:36: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virMediatedDevice) ret = virMediatedDeviceListSteal(list, dev); ^ 1 error generated. Makefile:11579: recipe for target 'util/libvirt_util_la-virmdev.lo' failed make[3]: *** [util/libvirt_util_la-virmdev.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... util/virscsivhost.c:112:37: error: unused variable 'tmp' [-Werror,-Wunused-variable] VIR_AUTOPTR(virSCSIVHostDevice) tmp = virSCSIVHostDeviceListSteal(list, dev); ^ 1 error generated. Makefile:11411: recipe for target 'util/libvirt_util_la-virscsivhost.lo' failed make[3]: *** [util/libvirt_util_la-virscsivhost.lo] Error 1 util/virusb.c:511:31: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virUSBDevice) ret = virUSBDeviceListSteal(list, dev); Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v4.6.0-rc1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/409289711?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=ccb59561b8024960b…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-viewer-master-rpm » libvirt-fedora-27 #1299
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…> ------------------------------------------ Started by upstream project "virt-viewer-master-rpm" build number 1299 originally caused by: Started by upstream project "virt-viewer-master-check" build number 1297 originally caused by: Started by upstream project "virt-viewer-master-syntax-check" build number 1300 originally caused by: Started by upstream project "virt-viewer-master-build" build number 1316 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…> [virt-viewer-master] $ /bin/sh -xe /tmp/jenkins5526330357111559130.sh + cd build + sed -i -e 's/BuildRequires: osinfo-db.*//' virt-viewer.spec + sed -i -e 's/BuildRequires: libvirt.*devel.*//' virt-viewer.spec + sed -i -e 's/BuildRequires: pkgconfig(libvirt.*).*//' virt-viewer.spec + rm -f '*.tar.gz' + /usr/bin/gmake dist /usr/bin/gmake dist-gzip am__post_remove_distdir='@:' gmake[1]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> if test -d "virt-viewer-7.0"; then find "virt-viewer-7.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "virt-viewer-7.0" || { sleep 5 && rm -rf "virt-viewer-7.0"; }; else :; fi test -d "virt-viewer-7.0" || mkdir "virt-viewer-7.0" (cd icons && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/icons \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 16x16 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/16x16 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 22x22 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/22x22 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 24x24 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/24x24 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 32x32 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/32x32 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 48x48 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/48x48 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd 256x256 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/256x256 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd src && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd man && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/man \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd po && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/po \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> dists="Makefile.in.in POTFILES.in af.po am.po anp.po ar.po as.po ast.po bal.po be.po bg.po bn_IN.po bn.po bo.po br.po brx.po bs.po ca.po cs.po cy.po da.po de_CH.po de.po el.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po ilo.po is.po it.po ja.po ka.po kk.po km.po kn.po ko.po kw_GB.po kw(a)kkcor.po kw.po kw(a)uccor.po ky.po lt.po lv.po mai.po mk.po ml.po mn.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po nso.po or.po pa.po pl.po pt_BR.po pt.po ro.po ru.po si.po sk.po sl.po sq.po sr(a)latin.po sr.po sv.po ta.po te.po tg.po th.po tr.po tw.po uk.po ur.po vi.po wba.po yo.po zh_CN.po zh_HK.po zh_TW.po zu.po "; \ extra_dists="ChangeLog POTFILES.skip Makevars LINGUAS"; \ for file in $extra_dists; do \ test -f ../../po/$file && dists="$dists ../../po/$file"; \ done; \ for file in $dists; do \ test -f $file || file="../../po/$file"; \ ln $file ../virt-viewer-7.0/po 2> /dev/null \ || cp -p $file ../virt-viewer-7.0/po; \ done gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd data && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/data \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> (cd tests && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> /usr/bin/gmake \ top_distdir="virt-viewer-7.0" distdir="virt-viewer-7.0" \ dist-hook gmake[2]: Entering directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> if test -d .git || test -d ../.git; then \ ../build-aux/gitlog-to-changelog \ > virt-viewer-7.0/cl-t; \ rm -f virt-viewer-7.0/ChangeLog; \ mv virt-viewer-7.0/cl-t virt-viewer-7.0/ChangeLog; \ fi GEN gen-AUTHORS gmake[2]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> test -n "" \ || find "virt-viewer-7.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…> -c -m a+r {} {} \; \ || chmod -R a+r "virt-viewer-7.0" tardir=virt-viewer-7.0 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip '--no-name --best --rsyncable' -c >virt-viewer-7.0.tar.gz gmake[1]: Leaving directory '<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> if test -d "virt-viewer-7.0"; then find "virt-viewer-7.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "virt-viewer-7.0" || { sleep 5 && rm -rf "virt-viewer-7.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-fedora-27/…'> -ta virt-viewer-7.0.tar.gz error: Failed build dependencies: pkgconfig(spice-client-gtk-3.0) >= 0.35 is needed by virt-viewer-7.0-1.fc27.x86_64 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: virt-viewer-master-rpm » libvirt-centos-7 #1299
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/1…> ------------------------------------------ Started by upstream project "virt-viewer-master-rpm" build number 1299 originally caused by: Started by upstream project "virt-viewer-master-check" build number 1297 originally caused by: Started by upstream project "virt-viewer-master-syntax-check" build number 1300 originally caused by: Started by upstream project "virt-viewer-master-build" build number 1316 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…> [virt-viewer-master] $ /bin/sh -xe /tmp/jenkins2373031031593491775.sh + cd build + sed -i -e 's/BuildRequires: osinfo-db.*//' virt-viewer.spec + sed -i -e 's/BuildRequires: libvirt.*devel.*//' virt-viewer.spec + sed -i -e 's/BuildRequires: pkgconfig(libvirt.*).*//' virt-viewer.spec + rm -f '*.tar.gz' + /usr/bin/gmake dist /usr/bin/gmake dist-gzip am__post_remove_distdir='@:' gmake[1]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> if test -d "virt-viewer-7.0"; then find "virt-viewer-7.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "virt-viewer-7.0" || { sleep 5 && rm -rf "virt-viewer-7.0"; }; else :; fi test -d "virt-viewer-7.0" || mkdir "virt-viewer-7.0" (cd icons && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/icons \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 16x16 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/16x16 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 22x22 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/22x22 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 24x24 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/24x24 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 32x32 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/32x32 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 48x48 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/48x48 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd 256x256 && /usr/bin/gmake top_distdir=../../virt-viewer-7.0 distdir=../../virt-viewer-7.0/icons/256x256 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[3]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[3]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd src && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd man && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/man \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd po && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/po \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> dists="Makefile.in.in POTFILES.in af.po am.po anp.po ar.po as.po ast.po bal.po be.po bg.po bn_IN.po bn.po bo.po br.po brx.po bs.po ca.po cs.po cy.po da.po de_CH.po de.po el.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po ilo.po is.po it.po ja.po ka.po kk.po km.po kn.po ko.po kw_GB.po kw(a)kkcor.po kw.po kw(a)uccor.po ky.po lt.po lv.po mai.po mk.po ml.po mn.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po nso.po or.po pa.po pl.po pt_BR.po pt.po ro.po ru.po si.po sk.po sl.po sq.po sr(a)latin.po sr.po sv.po ta.po te.po tg.po th.po tr.po tw.po uk.po ur.po vi.po wba.po yo.po zh_CN.po zh_HK.po zh_TW.po zu.po "; \ extra_dists="ChangeLog POTFILES.skip Makevars LINGUAS"; \ for file in $extra_dists; do \ test -f ../../po/$file && dists="$dists ../../po/$file"; \ done; \ for file in $dists; do \ test -f $file || file="../../po/$file"; \ ln $file ../virt-viewer-7.0/po 2> /dev/null \ || cp -p $file ../virt-viewer-7.0/po; \ done gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd data && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/data \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> (cd tests && /usr/bin/gmake top_distdir=../virt-viewer-7.0 distdir=../virt-viewer-7.0/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> /usr/bin/gmake \ top_distdir="virt-viewer-7.0" distdir="virt-viewer-7.0" \ dist-hook gmake[2]: Entering directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> if test -d .git || test -d ../.git; then \ ../build-aux/gitlog-to-changelog \ > virt-viewer-7.0/cl-t; \ rm -f virt-viewer-7.0/ChangeLog; \ mv virt-viewer-7.0/cl-t virt-viewer-7.0/ChangeLog; \ fi GEN gen-AUTHORS gmake[2]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> test -n "" \ || find "virt-viewer-7.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…> -c -m a+r {} {} \; \ || chmod -R a+r "virt-viewer-7.0" tardir=virt-viewer-7.0 && ${TAR-tar} chof - "$tardir" | GZIP='--no-name --best --rsyncable' gzip -c >virt-viewer-7.0.tar.gz gmake[1]: Leaving directory `<https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> if test -d "virt-viewer-7.0"; then find "virt-viewer-7.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "virt-viewer-7.0" || { sleep 5 && rm -rf "virt-viewer-7.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/virt-viewer-master-rpm/systems=libvirt-centos-7/w…'> -ta virt-viewer-7.0.tar.gz error: Failed build dependencies: pkgconfig(spice-client-gtk-3.0) >= 0.35 is needed by virt-viewer-7.0-1.el7.x86_64 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-fedora-rawhide #316
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…> ------------------------------------------ [...truncated 5.92 KB...] collected 35 items ../../tests/test_connect.py ........E......E..................E [100%] ==================================== ERRORS ==================================== ERROR at setup of TestConnect.test_connect_properties_return_type[Hostname-String] self = <test_connect.TestConnect object at 0x7efdcbf6c4e0> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_properties_return_type[Hostname-String]'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ERROR at setup of TestConnect.test_connect_interface_lookup_by_property[InterfaceLookupByMAC-MAC] self = <test_connect.TestConnect object at 0x7efdcbfa6908> @pytest.fixture def interface_create(self): """ Fixture to define dummy interface on the test driver This fixture should be used in the setup of every test manipulating with interfaces. """ path = self.connect.InterfaceDefineXML(xmldata.minimal_interface_xml, 0) obj = self.bus.get_object('org.libvirt', path) interface_obj = dbus.Interface(obj, 'org.libvirt.Interface') > interface_obj.Create(0) ../../tests/libvirttest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7efdcbfa14c0> bus_name = dbus.String(':1.9') object_path = dbus.ObjectPath('/org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66') dbus_interface = 'org.libvirt.Interface', method = 'Create', signature = 'u' args = (0,), timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66, iface: org.libvirt.Interface, member: Create dest: :1.9> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid /usr/lib64/python3.6/site-packages/dbus/connection.py:651: DBusException ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] self = <test_connect.TestConnect object at 0x7efdcbfcc208> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7efdcbfa14c0> bus_name = dbus.String(':1.9') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.9> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists /usr/lib64/python3.6/site-packages/dbus/connection.py:651: DBusException ===================== 32 passed, 3 error in 20.02 seconds ====================== FAIL test_connect.py (exit status: 1) FAIL: test_network.py ===================== ============================= test session starts ============================== platform linux -- Python 3.6.5, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 rootdir: <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…,> inifile: collected 7 items ../../tests/test_network.py E.....F [100%] ==================================== ERRORS ==================================== __________ ERROR at setup of TestNetwork.test_network_properties_type __________ self = <test_network.TestNetwork object at 0x7f6ddac4d4a8> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_network_properties_type'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ---------------------------- Captured stderr setup ----------------------------- dbus-daemon[10897]: Cannot setup inotify for '/home/jenkins/.local/share/dbus-1/services'; error 'Permission denied' =================================== FAILURES =================================== TestNetwork.test_network_update[4-4-0-\n <host mac='00:16:3e:77:e2:ed' name='foo.example.com' ip='192.168.122.10'/>\n -0] self = <test_network.TestNetwork object at 0x7f6ddac53ef0>, command = '4' section = '4', parentIndex = 0 xml_str = "\n <host mac='00:16:3e:77:e2:ed' name='foo.example.com' ip='192.168.122.10'/>\n " flags = 0 @pytest.mark.parametrize("command, section, parentIndex, xml_str, flags", [ ('4', '4', 0, ip_dhcp_host_xml, 0), # add-first, ip-dhcp-host ]) def test_network_update(self, command, section, parentIndex, xml_str, flags): > _, test_network = self.get_test_network() ../../tests/test_network.py:91: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <test_network.TestNetwork object at 0x7f6ddac53ef0> def get_test_network(self): """Fetch information for the test network from test driver Returns: (dbus.proxies.ProxyObject, dbus.proxies.ProxyObject): Test Network Object, Local proxy for the test Network Object. """ > path = self.connect.ListNetworks(0)[0] E IndexError: list index out of range ../../tests/libvirttest.py:138: IndexError --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ================= 1 failed, 5 passed, 1 error in 5.15 seconds ================== FAIL test_network.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-freebsd-10 #1276
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/1…> ------------------------------------------ [...truncated 47.78 KB...] SKIP: virhostcputest PASS: sockettest PASS: virbuftest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: commandtest PASS: utiltest SKIP: shunloadtest PASS: virtimetest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest SKIP: vircgrouptest PASS: vircryptotest SKIP: virpcitest PASS: virendiantest PASS: virfiletest PASS: virfilecachetest SKIP: virfirewalltest PASS: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: viratomictest PASS: virrotatingfiletest PASS: virstringtest SKIP: virportallocatortest PASS: sysinfotest SKIP: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest SKIP: virhostdevtest SKIP: virnetdevtest PASS: virtypedparamtest PASS: virnetmessagetest FAIL: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest SKIP: virnettlscontexttest SKIP: virnettlssessiontest PASS: fdstreamtest PASS: virdbustest SKIP: virsystemdtest PASS: virpolkittest PASS: virschematest PASS: qemuxml2xmltest PASS: qemuargv2xmltest PASS: domainsnapshotxml2xmltest PASS: qemuxml2argvtest PASS: qemumonitorjsontest PASS: qemuagenttest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemublocktest PASS: qemumigparamstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: qemucapabilitiestest PASS: xml2vmxtest PASS: vmwarevertest PASS: bhyvexml2argvtest PASS: bhyvexml2xmltest PASS: virjsontest PASS: bhyveargv2xmltest PASS: networkxml2xmlupdatetest PASS: networkxml2xmltest PASS: networkxml2conftest SKIP: networkxml2firewalltest PASS: nwfilterxml2xmltest PASS: virnwfilterbindingxml2xmltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: nsstest PASS: storagevolxml2xmltest PASS: nssguesttest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: virmacmaptest PASS: cputest PASS: libvirtd-fail PASS: libvirtd-pool PASS: virsh-cpuset PASS: virsh-define-dev-segfault SKIP: virsh-optparse PASS: virsh-int-overflow PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-schedinfo PASS: virsh-self-test PASS: virt-admin-self-test PASS: virsh-start PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin PASS: virshtest ============================================================================ Testsuite summary for libvirt 4.6.0 ============================================================================ # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:5818: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:5926: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:6924: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:2106: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 4.6.0: tests/test-suite.log ========================================= # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: virhostcputest ==================== SKIP virhostcputest (exit status: 77) SKIP: shunloadtest ================== SKIP shunloadtest (exit status: 77) SKIP: vircgrouptest =================== SKIP vircgrouptest (exit status: 77) SKIP: virpcitest ================ SKIP virpcitest (exit status: 77) SKIP: virfirewalltest ===================== SKIP virfirewalltest (exit status: 77) SKIP: virportallocatortest ========================== SKIP virportallocatortest (exit status: 77) SKIP: virkmodtest ================= SKIP virkmodtest (exit status: 77) SKIP: virhostdevtest ==================== SKIP virhostdevtest (exit status: 77) SKIP: virnetdevtest =================== SKIP virnetdevtest (exit status: 77) FAIL: virnetsockettest ====================== TEST: virnetsockettest 1) Socket TCP/IPv4 Accept ... libvirt: XML-RPC error : End of file while reading data: Input/output error OK 2) Socket TCP/IPv6 Accept ... FAILED 3) Socket TCP/IPv4+IPv6 Accept ... libvirt: XML-RPC error : End of file while reading data: Input/output error OK 4) Socket TCP/IPv4+IPv6 Accept ... libvirt: XML-RPC error : End of file while reading data: Input/output error OK 5) Socket UNIX Accept ... libvirt: XML-RPC error : Cannot write data: Broken pipe OK 6) Socket UNIX Addrs ... OK 7) Socket External Command /dev/zero ... OK 8) Socket External Command /dev/does-not-exist ... libvirt: XML-RPC error : End of file while reading data: cat: /dev/does-not-exist: No such file or directory: Input/output error OK 9) SSH test 1 ... OK 10) SSH test 2 ... OK 11) SSH test 3 ... OK 12) SSH test 4 ... libvirt: XML-RPC error : End of file while reading data: Cannot connect to host nosuchhost: Input/output error OK 13) SSH test 5 ... libvirt: XML-RPC error : End of file while reading data: : Input/output error OK 14) SSH test 6 ... OK 15) SSH test 7 ... OK FAIL virnetsockettest (exit status: 1) SKIP: virnettlscontexttest ========================== SKIP virnettlscontexttest (exit status: 77) SKIP: virnettlssessiontest ========================== SKIP virnettlssessiontest (exit status: 77) SKIP: virsystemdtest ==================== SKIP virsystemdtest (exit status: 77) SKIP: networkxml2firewalltest ============================= SKIP networkxml2firewalltest (exit status: 77) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1638
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> Changes: [mprivozn] util: Rework virStringListAdd [mprivozn] lxc: Turn @veths into a string list in virLXCProcessStart [mprivozn] lxc: Use VIR_AUTOPTR for @veths in virLXCProcessStart [eskultet] util: error: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: buffer: Add struct _virBufferEscapePair typedefs [eskultet] util: buffer: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: buffer: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: buffer: use VIR_AUTOPTR for aggregate types [eskultet] util: hash: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: cgroup: modify virCgroupFree to take virCgroupPtr [eskultet] util: cgroup: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: cgroup: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: cgroup: use VIR_AUTOPTR for aggregate types [eskultet] util: mdev: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: mdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: mdev: use VIR_AUTOPTR for aggregate types [eskultet] util: firewall: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: firewall: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: firewall: use VIR_AUTOPTR for aggregate types [eskultet] util: hook: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: hook: use VIR_AUTOPTR for aggregate types [eskultet] util: pci: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: pci: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: pci: use VIR_AUTOPTR for aggregate types [eskultet] util: usb: modify virUSBDeviceListAdd to take double pointer [eskultet] util: usb: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: usb: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: usb: use VIR_AUTOPTR for aggregate types [eskultet] util: scsi: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: scsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: scsi: use VIR_AUTOPTR for aggregate types [eskultet] util: scsivhost: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: scsivhost: use VIR_AUTOPTR for aggregate types [eskultet] util: netdevvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: hostdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: hostdev: use VIR_AUTOPTR for aggregate types [eskultet] util: hostmem: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: iptables: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: kmod: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: kmod: use VIR_AUTOPTR for aggregate types [eskultet] util: lease: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: lease: use VIR_AUTOPTR for aggregate types ------------------------------------------ [...truncated 127.39 KB...] GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.h GEN access/viraccessapicheck.c GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN locking/qemu-lockd.conf GEN locking/lock_daemon_dispatch_stubs.h GEN admin/admin_protocol.h GEN admin/admin_client.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virnetprotocol.h GEN rpc/virkeepaliveprotocol.h GEN .esx_vi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN lxc/lxc_controller_dispatch.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/remote_protocol.h GEN remote/remote_client_bodies.h GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN libvirtd.logrotate GEN logging/log_protocol.c GEN locking/lock_protocol.c GEN admin/admin_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlogd.8.in GEN virtlockd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug GEN test_libvirtd_qemu.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo ../../src/util/virpci.c:2006:31: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virPCIDevice) ret = virPCIDeviceListSteal(list, dev); ^ 1 error generated. gmake[3]: *** [Makefile:11803: util/libvirt_util_la-virpci.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[2]: *** [Makefile:6893: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[1]: *** [Makefile:2106: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake: *** [Makefile:1999: all] Error 2 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-10 #1638
by ci@centos.org 28 Jul '18

28 Jul '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…> Changes: [mprivozn] util: Rework virStringListAdd [mprivozn] lxc: Turn @veths into a string list in virLXCProcessStart [mprivozn] lxc: Use VIR_AUTOPTR for @veths in virLXCProcessStart [eskultet] util: error: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: buffer: Add struct _virBufferEscapePair typedefs [eskultet] util: buffer: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: buffer: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: buffer: use VIR_AUTOPTR for aggregate types [eskultet] util: hash: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: cgroup: modify virCgroupFree to take virCgroupPtr [eskultet] util: cgroup: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: cgroup: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: cgroup: use VIR_AUTOPTR for aggregate types [eskultet] util: mdev: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: mdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: mdev: use VIR_AUTOPTR for aggregate types [eskultet] util: firewall: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: firewall: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: firewall: use VIR_AUTOPTR for aggregate types [eskultet] util: hook: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: hook: use VIR_AUTOPTR for aggregate types [eskultet] util: pci: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: pci: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: pci: use VIR_AUTOPTR for aggregate types [eskultet] util: usb: modify virUSBDeviceListAdd to take double pointer [eskultet] util: usb: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: usb: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: usb: use VIR_AUTOPTR for aggregate types [eskultet] util: scsi: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: scsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: scsi: use VIR_AUTOPTR for aggregate types [eskultet] util: scsivhost: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: scsivhost: use VIR_AUTOPTR for aggregate types [eskultet] util: netdevvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC [eskultet] util: hostdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: hostdev: use VIR_AUTOPTR for aggregate types [eskultet] util: hostmem: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: iptables: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: kmod: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: kmod: use VIR_AUTOPTR for aggregate types [eskultet] util: lease: use VIR_AUTOFREE instead of VIR_FREE for scalar types [eskultet] util: lease: use VIR_AUTOPTR for aggregate types ------------------------------------------ [...truncated 127.23 KB...] GEN util/virkeycodetable_osx.h GEN util/virkeycodetable_atset1.h GEN util/virkeycodetable_atset2.h GEN util/virkeycodetable_atset3.h GEN util/virkeycodetable_xtkbd.h GEN util/virkeycodetable_usb.h GEN util/virkeycodetable_win32.h GEN util/virkeycodetable_qnum.h GEN util/virkeynametable_linux.h GEN util/virkeynametable_osx.h GEN util/virkeynametable_win32.h GEN ../../src/access/org.libvirt.api.policy GEN access/viraccessapicheck.h GEN access/viraccessapicheck.c GEN access/viraccessapicheckqemu.h GEN access/viraccessapicheckqemu.c GEN access/viraccessapichecklxc.h GEN access/viraccessapichecklxc.c GEN libvirt_access.xml GEN libvirt_access_qemu.xml GEN libvirt_access_lxc.xml GEN logging/log_protocol.h GEN logging/log_daemon_dispatch_stubs.h GEN locking/lock_protocol.h GEN locking/lock_daemon_dispatch_stubs.h GEN locking/qemu-lockd.conf GEN admin/admin_protocol.h GEN admin/admin_client.h GEN rpc/virnetprotocol.h GEN admin/admin_server_dispatch_stubs.h GEN rpc/virkeepaliveprotocol.h GEN .esx_vi_generator.stamp GEN .hyperv_wmi_generator.stamp GEN lxc/lxc_monitor_protocol.h GEN lxc/lxc_monitor_dispatch.h GEN lxc/lxc_controller_dispatch.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.typedef GEN ../../src/hyperv/hyperv_wmi_classes.generated.h GEN ../../src/hyperv/hyperv_wmi_classes.generated.c GEN remote/remote_protocol.h GEN remote/remote_client_bodies.h GEN ../../src/esx/esx_vi_types.generated.typedef GEN ../../src/esx/esx_vi_types.generated.typeenum GEN ../../src/esx/esx_vi_types.generated.typetostring GEN ../../src/esx/esx_vi_types.generated.typefromstring GEN ../../src/esx/esx_vi_types.generated.h GEN ../../src/esx/esx_vi_types.generated.c GEN ../../src/esx/esx_vi_methods.generated.h GEN ../../src/esx/esx_vi_methods.generated.c GEN ../../src/esx/esx_vi_methods.generated.macro GEN ../../src/esx/esx_vi.generated.h GEN ../../src/esx/esx_vi.generated.c GEN remote/lxc_protocol.h GEN remote/lxc_client_bodies.h GEN remote/qemu_protocol.h GEN remote/qemu_client_bodies.h GEN remote/remote_daemon_dispatch_stubs.h GEN remote/remote_daemon_dispatch_lxc_stubs.h GEN remote/remote_daemon_dispatch_qemu_stubs.h GEN libvirt_access.syms GEN libvirt_access_qemu.syms GEN libvirt_access_lxc.syms GEN libvirt_qemu.def GEN libvirt_lxc.def GEN libvirt_admin.syms GEN libvirtd.qemu.logrotate GEN libvirtd.lxc.logrotate GEN libvirtd.libxl.logrotate GEN libvirtd.uml.logrotate GEN libvirtd.logrotate GEN logging/log_protocol.c GEN admin/admin_protocol.c GEN locking/lock_protocol.c GEN rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlockd.8.in GEN virtlogd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_libvirtd_qemu.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo ../../src/util/virpci.c:2006:31: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virPCIDevice) ret = virPCIDeviceListSteal(list, dev); ^ 1 error generated. gmake[3]: *** [Makefile:11803: util/libvirt_util_la-virpci.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:6893: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:2106: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:1999: all] Error 2 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#1527 (master - 7f6d6b9)
by Travis CI 28 Jul '18

28 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1527 Status: Fixed Duration: 18 mins and 36 secs Commit: 7f6d6b9 (master) Author: Julio Faracco Message: util: clang is failing to compile due to unused variables. After some recent patches, clang is throwing some errors related to unused variables. This is not happening when we use GCC with -Werror enabled. Only clang reports this warning. make[3]: Entering directory '/home/julio/Desktop/virt/libvirt/src' CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-virmdev.lo util/virmdev.c:373:36: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virMediatedDevice) ret = virMediatedDeviceListSteal(list, dev); ^ 1 error generated. Makefile:11579: recipe for target 'util/libvirt_util_la-virmdev.lo' failed make[3]: *** [util/libvirt_util_la-virmdev.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... util/virscsivhost.c:112:37: error: unused variable 'tmp' [-Werror,-Wunused-variable] VIR_AUTOPTR(virSCSIVHostDevice) tmp = virSCSIVHostDeviceListSteal(list, dev); ^ 1 error generated. Makefile:11411: recipe for target 'util/libvirt_util_la-virscsivhost.lo' failed make[3]: *** [util/libvirt_util_la-virscsivhost.lo] Error 1 util/virusb.c:511:31: error: unused variable 'ret' [-Werror,-Wunused-variable] VIR_AUTOPTR(virUSBDevice) ret = virUSBDeviceListSteal(list, dev); Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/11a4d593458e...7f6d6b965a87 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/409170532?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=e620658ed3df404f9…)
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#1526 (master - 11a4d59)
by Travis CI 27 Jul '18

27 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1526 Status: Still Failing Duration: 19 mins and 40 secs Commit: 11a4d59 (master) Author: Cole Robinson Message: audit: Share virtType fallback logic Signed-off-by: Cole Robinson <crobinso(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/c50f89db7161...11a4d593458e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/409094079?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=0ff2e38c2413456da…)
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#1525 (master - c50f89d)
by Travis CI 27 Jul '18

27 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1525 Status: Still Failing Duration: 19 mins and 1 sec Commit: c50f89d (master) Author: Michal Privoznik Message: virpci: Drop unused @ret in virPCIDeviceListDel So after 00dc991ca16730 the function is one line long and the line is declaring a variable which is never used in fact. Replace it with actual free() call instead of autofree. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ea0c2856f8d7...c50f89db7161 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/409012585?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=614956f20761494ab…)
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1524 (master - ea0c285)
by Travis CI 27 Jul '18

27 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1524 Status: Broken Duration: 19 mins and 25 secs Commit: ea0c285 (master) Author: Sukrit Bhatnagar Message: util: lease: use VIR_AUTOPTR for aggregate types By making use of GNU C's cleanup attribute handled by the VIR_AUTOPTR macro for declaring aggregate pointer variables, majority of the calls to *Free functions can be dropped, which in turn leads to getting rid of most of our cleanup sections. Signed-off-by: Sukrit Bhatnagar <skrtbhtngr(a)gmail.com> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/06b90ed407dd...ea0c2856f8d7 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/408994380?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=9faeb4a42879458da…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1633
by ci@centos.org 26 Jul '18

26 Jul '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> Changes: [jferlan] nwfilter: Resolve SEGV for NWFilter Snoop processing [eskultet] conf: Fix a error msg typo in virDomainVideoDefValidate [crobinso] conf: Break out virDomainDefParseCaps [crobinso] conf: Clean up virDomainDefParseCaps [crobinso] tests: qemuhotplug: Fix segfault when XML loading fails [crobinso] conf: Drop unnecessary caps parsing logic [crobinso] conf: Sync caps data even when SKIP_OSTYPE_CHECKS [crobinso] tests: Remove redundant lxc test [crobinso] conf: Replace SKIP_OSTYPE_CHECKS with SKIP_VALIDATE ------------------------------------------ [...truncated 130.35 KB...] GEN lxc/lxc_monitor_protocol.c GEN rpc/virkeepaliveprotocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlogd.8.in GEN virtlockd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_libvirtd_qemu.aug GEN test_virtlockd.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo CC util/libvirt_util_la-virportallocator.lo CC util/libvirt_util_la-virprocess.lo CC util/libvirt_util_la-virqemu.lo CC util/libvirt_util_la-virrandom.lo CC util/libvirt_util_la-virresctrl.lo CC util/libvirt_util_la-virrotatingfile.lo CC util/libvirt_util_la-virscsi.lo CC util/libvirt_util_la-virscsihost.lo CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virseclabel.lo CC util/libvirt_util_la-virsecret.lo CC util/libvirt_util_la-virsexpr.lo CC util/libvirt_util_la-virsocketaddr.lo CC util/libvirt_util_la-virstorageencryption.lo CC util/libvirt_util_la-virstoragefile.lo CC util/libvirt_util_la-virstoragefilebackend.lo CC util/libvirt_util_la-virstring.lo CC util/libvirt_util_la-virsysinfo.lo CC util/libvirt_util_la-virsystemd.lo CC util/libvirt_util_la-virthread.lo CC util/libvirt_util_la-virthreadjob.lo CC util/libvirt_util_la-virthreadpool.lo CC util/libvirt_util_la-virtime.lo CC util/libvirt_util_la-virtpm.lo CC util/libvirt_util_la-virtypedparam.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-viruri.lo CC util/libvirt_util_la-virutil.lo CC util/libvirt_util_la-viruuid.lo CC util/libvirt_util_la-virvhba.lo CC util/libvirt_util_la-virvsock.lo CC util/libvirt_util_la-virxml.lo CC util/libvirt_util_la-virmdev.lo CC util/libvirt_util_la-virfilecache.lo CC util/libvirt_iohelper-iohelper.o CC logging/virtlogd-log_daemon.o CC logging/virtlogd-log_daemon_config.o CC logging/virtlogd-log_daemon_dispatch.o CC logging/virtlogd-log_handler.o CC logging/virtlogd-log_protocol.o CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo CC rpc/libvirt_net_rpc_server_la-virnetserverprogram.lo CC rpc/libvirt_net_rpc_server_la-virnetserverservice.lo CC rpc/libvirt_net_rpc_server_la-virnetserverclient.lo CC rpc/libvirt_net_rpc_server_la-virnetservermdns.lo CC rpc/libvirt_net_rpc_server_la-virnetdaemon.lo CC rpc/libvirt_net_rpc_server_la-virnetserver.lo CC rpc/libvirt_net_rpc_la-virnetmessage.lo CC rpc/libvirt_net_rpc_la-virnettlscontext.lo CC rpc/libvirt_net_rpc_la-virnetsocket.lo CC rpc/libvirt_net_rpc_la-virkeepalive.lo CC rpc/libvirt_net_rpc_la-virnetprotocol.lo CC rpc/libvirt_net_rpc_la-virkeepaliveprotocol.lo CC rpc/libvirt_net_rpc_la-virnetsshsession.lo CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo CC rpc/libvirt_net_rpc_la-virnetlibsshsession.lo CC locking/virtlockd-lock_daemon.o CC locking/virtlockd-lock_daemon_config.o CC locking/virtlockd-lock_daemon_dispatch.o CC locking/virtlockd-lock_protocol.o CC remote/libvirtd-remote_daemon.o CC remote/libvirtd-remote_daemon_config.o CC remote/libvirtd-remote_daemon_dispatch.o CC remote/libvirtd-remote_daemon_stream.o CC conf/libvirt_conf_la-netdev_bandwidth_conf.lo CC conf/libvirt_conf_la-netdev_vport_profile_conf.lo CC conf/libvirt_conf_la-netdev_vlan_conf.lo CC conf/libvirt_conf_la-capabilities.lo CC conf/libvirt_conf_la-domain_addr.lo CC conf/libvirt_conf_la-domain_capabilities.lo CC conf/libvirt_conf_la-domain_conf.lo CC conf/libvirt_conf_la-domain_audit.lo ../../src/conf/domain_conf.c:19143:65: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare] if ((def->virtType = virDomainVirtTypeFromString(virttype)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ 1 error generated. gmake[3]: *** [Makefile:9892: conf/libvirt_conf_la-domain_conf.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[2]: *** [Makefile:6893: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[1]: *** [Makefile:2106: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake: *** [Makefile:1999: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-10 #1633
by ci@centos.org 26 Jul '18

26 Jul '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…> Changes: [jferlan] nwfilter: Resolve SEGV for NWFilter Snoop processing [eskultet] conf: Fix a error msg typo in virDomainVideoDefValidate [crobinso] conf: Break out virDomainDefParseCaps [crobinso] conf: Clean up virDomainDefParseCaps [crobinso] tests: qemuhotplug: Fix segfault when XML loading fails [crobinso] conf: Drop unnecessary caps parsing logic [crobinso] conf: Sync caps data even when SKIP_OSTYPE_CHECKS [crobinso] tests: Remove redundant lxc test [crobinso] conf: Replace SKIP_OSTYPE_CHECKS with SKIP_VALIDATE ------------------------------------------ [...truncated 130.18 KB...] GEN rpc/virkeepaliveprotocol.c GEN lxc/lxc_monitor_protocol.c GEN remote/remote_protocol.c GEN remote/lxc_protocol.c GEN remote/qemu_protocol.c GEN libvirt.syms GEN libvirt_admin.def GEN libvirt.def /usr/local/bin/gmake all-am gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> CC libvirt_lxc_la-libvirt-lxc.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC libvirt_driver_la-driver.lo CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-libvirt.lo CC libvirt_driver_la-libvirt-domain.lo CC libvirt_driver_la-libvirt-domain-snapshot.lo CC libvirt_driver_la-libvirt-host.lo CC libvirt_driver_la-libvirt-interface.lo CC libvirt_driver_la-libvirt-network.lo CC libvirt_driver_la-libvirt-nodedev.lo CC libvirt_driver_la-libvirt-nwfilter.lo CC libvirt_driver_la-libvirt-secret.lo CC libvirt_driver_la-libvirt-storage.lo CC libvirt_driver_la-libvirt-stream.lo CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_admin_la-libvirt-admin.lo CC admin/libvirt_admin_la-admin_protocol.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC network/libvirt_driver_network_impl_la-bridge_driver.lo CC network/libvirt_driver_network_impl_la-bridge_driver_platform.lo CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_nss_la-viralloc.lo CC util/libvirt_nss_la-viratomic.lo CC util/libvirt_nss_la-virbitmap.lo CC util/libvirt_nss_la-virbuffer.lo CC util/libvirt_nss_la-vircommand.lo CC util/libvirt_nss_la-virerror.lo CC util/libvirt_nss_la-virfile.lo CC util/libvirt_nss_la-virhash.lo CC util/libvirt_nss_la-virhashcode.lo CC util/libvirt_nss_la-virjson.lo CC util/libvirt_nss_la-virkmod.lo CC util/libvirt_nss_la-virlease.lo CC util/libvirt_nss_la-virlog.lo CC util/libvirt_nss_la-virmacmap.lo CC util/libvirt_nss_la-virobject.lo CC util/libvirt_nss_la-virpidfile.lo CC util/libvirt_nss_la-virprocess.lo CC util/libvirt_nss_la-virrandom.lo CC util/libvirt_nss_la-virsocketaddr.lo CC util/libvirt_nss_la-virstring.lo CC util/libvirt_nss_la-virthread.lo CC util/libvirt_nss_la-virthreadjob.lo CC util/libvirt_nss_la-virtime.lo CC util/libvirt_nss_la-virutil.lo CC storage/libvirt_storage_backend_fs_la-storage_backend_fs.lo CC storage/libvirt_storage_backend_zfs_la-storage_backend_zfs.lo CC storage/libvirt_storage_file_fs_la-storage_file_fs.lo GEN util/virkeycode-linux.pod GEN util/virkeycode-osx.pod GEN util/virkeycode-atset1.pod GEN util/virkeycode-atset2.pod GEN util/virkeycode-atset3.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-qnum.pod GEN util/virkeyname-linux.pod GEN util/virkeyname-osx.pod GEN util/virkeyname-win32.pod GEN virtlogd.8.in GEN virtlockd.8.in GEN libvirtd.8.in GEN test_virtlogd.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_libvirtd_qemu.aug GEN test_libvirtd_bhyve.aug GEN test_libvirtd.aug CC network/libvirt_leaseshelper-leaseshelper.o CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.lo CC util/libvirt_util_la-virarptable.lo CC util/libvirt_util_la-viratomic.lo CC util/libvirt_util_la-viraudit.lo CC util/libvirt_util_la-virauth.lo CC util/libvirt_util_la-virauthconfig.lo CC util/libvirt_util_la-virbitmap.lo CC util/libvirt_util_la-virbuffer.lo CC util/libvirt_util_la-virperf.lo CC util/libvirt_util_la-vircgroup.lo CC util/libvirt_util_la-virclosecallbacks.lo CC util/libvirt_util_la-vircommand.lo CC util/libvirt_util_la-virconf.lo CC util/libvirt_util_la-vircrypto.lo CC util/libvirt_util_la-virdbus.lo CC util/libvirt_util_la-virdevmapper.lo CC util/libvirt_util_la-virdnsmasq.lo CC util/libvirt_util_la-virebtables.lo CC util/libvirt_util_la-virerror.lo CC util/libvirt_util_la-virevent.lo CC util/libvirt_util_la-vireventpoll.lo CC util/libvirt_util_la-virfcp.lo CC util/libvirt_util_la-virfdstream.lo CC util/libvirt_util_la-virfile.lo CC util/libvirt_util_la-virfirewall.lo CC util/libvirt_util_la-virfirmware.lo CC util/libvirt_util_la-virgettext.lo CC util/libvirt_util_la-virgic.lo CC util/libvirt_util_la-virhash.lo CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo CC util/libvirt_util_la-virportallocator.lo CC util/libvirt_util_la-virprocess.lo CC util/libvirt_util_la-virqemu.lo CC util/libvirt_util_la-virrandom.lo CC util/libvirt_util_la-virresctrl.lo CC util/libvirt_util_la-virrotatingfile.lo CC util/libvirt_util_la-virscsi.lo CC util/libvirt_util_la-virscsihost.lo CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virseclabel.lo CC util/libvirt_util_la-virsecret.lo CC util/libvirt_util_la-virsexpr.lo CC util/libvirt_util_la-virsocketaddr.lo CC util/libvirt_util_la-virstorageencryption.lo CC util/libvirt_util_la-virstoragefile.lo CC util/libvirt_util_la-virstoragefilebackend.lo CC util/libvirt_util_la-virstring.lo CC util/libvirt_util_la-virsysinfo.lo CC util/libvirt_util_la-virsystemd.lo CC util/libvirt_util_la-virthread.lo CC util/libvirt_util_la-virthreadjob.lo CC util/libvirt_util_la-virthreadpool.lo CC util/libvirt_util_la-virtime.lo CC util/libvirt_util_la-virtpm.lo CC util/libvirt_util_la-virtypedparam.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-viruri.lo CC util/libvirt_util_la-virutil.lo CC util/libvirt_util_la-viruuid.lo CC util/libvirt_util_la-virvhba.lo CC util/libvirt_util_la-virvsock.lo CC util/libvirt_util_la-virxml.lo CC util/libvirt_util_la-virmdev.lo CC util/libvirt_util_la-virfilecache.lo CC util/libvirt_iohelper-iohelper.o CC logging/virtlogd-log_daemon.o CC logging/virtlogd-log_daemon_config.o CC logging/virtlogd-log_daemon_dispatch.o CC logging/virtlogd-log_handler.o CC logging/virtlogd-log_protocol.o CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo CC rpc/libvirt_net_rpc_server_la-virnetserverprogram.lo CC rpc/libvirt_net_rpc_server_la-virnetserverservice.lo CC rpc/libvirt_net_rpc_server_la-virnetserverclient.lo CC rpc/libvirt_net_rpc_server_la-virnetservermdns.lo CC rpc/libvirt_net_rpc_server_la-virnetdaemon.lo CC rpc/libvirt_net_rpc_server_la-virnetserver.lo CC rpc/libvirt_net_rpc_la-virnetmessage.lo CC rpc/libvirt_net_rpc_la-virnettlscontext.lo CC rpc/libvirt_net_rpc_la-virnetsocket.lo CC rpc/libvirt_net_rpc_la-virkeepalive.lo CC rpc/libvirt_net_rpc_la-virnetprotocol.lo CC rpc/libvirt_net_rpc_la-virkeepaliveprotocol.lo CC rpc/libvirt_net_rpc_la-virnetsshsession.lo CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo CC rpc/libvirt_net_rpc_la-virnetlibsshsession.lo CC locking/virtlockd-lock_daemon.o CC locking/virtlockd-lock_daemon_config.o CC locking/virtlockd-lock_daemon_dispatch.o CC locking/virtlockd-lock_protocol.o CC remote/libvirtd-remote_daemon.o CC remote/libvirtd-remote_daemon_config.o CC remote/libvirtd-remote_daemon_dispatch.o CC remote/libvirtd-remote_daemon_stream.o CC conf/libvirt_conf_la-netdev_bandwidth_conf.lo CC conf/libvirt_conf_la-netdev_vport_profile_conf.lo CC conf/libvirt_conf_la-netdev_vlan_conf.lo CC conf/libvirt_conf_la-capabilities.lo CC conf/libvirt_conf_la-domain_addr.lo CC conf/libvirt_conf_la-domain_capabilities.lo CC conf/libvirt_conf_la-domain_conf.lo CC conf/libvirt_conf_la-domain_audit.lo ../../src/conf/domain_conf.c:19143:65: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare] if ((def->virtType = virDomainVirtTypeFromString(virttype)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ 1 error generated. gmake[3]: *** [Makefile:9892: conf/libvirt_conf_la-domain_conf.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod util/virkeycode-win32.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:6893: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:2106: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:1999: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#1518 (master - 3bb7502)
by Travis CI 26 Jul '18

26 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1518 Status: Fixed Duration: 22 mins and 32 secs Commit: 3bb7502 (master) Author: Michal Privoznik Message: qemu_monitor: Fix regression in getting disk capacity In dbf990fd31e8 the qemuMonitorJSONBlockStatsUpdateCapacityOne() was split. However, due to a bug the return value was never set to something meaningful. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/9e66ecb5ea37...3bb75024da58 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/408559335?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=ac66aac75f214179a…)
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#1517 (master - 9e66ecb)
by Travis CI 26 Jul '18

26 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1517 Status: Fixed Duration: 19 mins and 53 secs Commit: 9e66ecb (master) Author: Daniel P. Berrangé Message: conf: don't use virDomainVirtType in struct field Use of enum types for struct fields is generally avoided since it causes warnings if the compiler assumes the enum is unsigned. For example commit 8e2982b5767a25e5da6533c65bfdc648c95b3c69 Author: Cole Robinson <crobinso(a)redhat.com> Date: Tue Jul 24 16:27:54 2018 -0400 conf: Clean up virDomainDefParseCaps Introduced a line: if ((def->virtType = virDomainVirtTypeFromString(virttype)) < 0) { which causes a build failure with CLang conf/domain_conf.c:19143:65: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare] as the compiler is free to optimize away the "< 0" check due to the assumption that the enum type is unsigned and always in range. Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/8c496a1d002b...9e66ecb5ea37 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/408552209?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=798ad55634504da49…)
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1516 (master - 8c496a1)
by Travis CI 26 Jul '18

26 Jul '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1516 Status: Broken Duration: 21 mins and 3 secs Commit: 8c496a1 (master) Author: Cole Robinson Message: conf: Replace SKIP_OSTYPE_CHECKS with SKIP_VALIDATE SKIP_OSTYPE_CHECKS only hides some error reporting at this point, so it can be foled into SKIP_VALIDATE Acked-by: Michal Privoznik <mprivozn(a)redhat.com> Signed-off-by: Cole Robinson <crobinso(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5229494b01ac...8c496a1d002b View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/408531366?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=00155f3ed90b4100a…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-freebsd-10 #1270
by ci@centos.org 26 Jul '18

26 Jul '18
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/1…> ------------------------------------------ [...truncated 47.73 KB...] PASS: sockettest PASS: virbuftest SKIP: virhostcputest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: commandtest PASS: utiltest SKIP: shunloadtest PASS: virtimetest PASS: viratomictest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: vircryptotest SKIP: vircgrouptest SKIP: virpcitest PASS: virendiantest PASS: virfiletest SKIP: virfirewalltest PASS: virfilecachetest PASS: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virstringtest SKIP: virportallocatortest PASS: sysinfotest SKIP: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest SKIP: virhostdevtest SKIP: virnetdevtest PASS: virtypedparamtest PASS: virnetmessagetest FAIL: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest SKIP: virnettlscontexttest SKIP: virnettlssessiontest PASS: fdstreamtest PASS: virdbustest SKIP: virsystemdtest PASS: virpolkittest PASS: virschematest PASS: qemuxml2xmltest PASS: qemuargv2xmltest PASS: domainsnapshotxml2xmltest PASS: qemuxml2argvtest PASS: qemumonitorjsontest PASS: qemuagenttest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemublocktest PASS: qemumigparamstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: bhyvexml2argvtest PASS: bhyvexml2xmltest PASS: qemucapabilitiestest PASS: bhyveargv2xmltest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2xmlupdatetest SKIP: networkxml2firewalltest PASS: networkxml2conftest PASS: nwfilterxml2xmltest PASS: virnwfilterbindingxml2xmltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: nssguesttest PASS: nsstest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: interfacexml2xmltest PASS: nodedevxml2xmltest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: virmacmaptest PASS: libvirtd-fail PASS: libvirtd-pool PASS: virsh-cpuset PASS: cputest PASS: virsh-define-dev-segfault SKIP: virsh-optparse PASS: virsh-int-overflow PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-schedinfo PASS: virsh-self-test PASS: virt-admin-self-test PASS: virsh-start PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin PASS: virshtest ============================================================================ Testsuite summary for libvirt 4.6.0 ============================================================================ # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:5818: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:5926: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:6924: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:2106: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 4.6.0: tests/test-suite.log ========================================= # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: virhostcputest ==================== SKIP virhostcputest (exit status: 77) SKIP: shunloadtest ================== SKIP shunloadtest (exit status: 77) SKIP: vircgrouptest =================== SKIP vircgrouptest (exit status: 77) SKIP: virpcitest ================ SKIP virpcitest (exit status: 77) SKIP: virfirewalltest ===================== SKIP virfirewalltest (exit status: 77) SKIP: virportallocatortest ========================== SKIP virportallocatortest (exit status: 77) SKIP: virkmodtest ================= SKIP virkmodtest (exit status: 77) SKIP: virhostdevtest ==================== SKIP virhostdevtest (exit status: 77) SKIP: virnetdevtest =================== SKIP virnetdevtest (exit status: 77) FAIL: virnetsockettest ====================== TEST: virnetsockettest 1) Socket TCP/IPv4 Accept ... FAILED 2) Socket TCP/IPv6 Accept ... libvirt: XML-RPC error : Cannot recv data: Connection reset by peer OK 3) Socket TCP/IPv4+IPv6 Accept ... libvirt: XML-RPC error : Cannot recv data: Connection reset by peer OK 4) Socket TCP/IPv4+IPv6 Accept ... libvirt: XML-RPC error : Cannot recv data: Connection reset by peer OK 5) Socket UNIX Accept ... libvirt: XML-RPC error : Cannot write data: Broken pipe OK 6) Socket UNIX Addrs ... OK 7) Socket External Command /dev/zero ... OK 8) Socket External Command /dev/does-not-exist ... libvirt: XML-RPC error : End of file while reading data: cat: /dev/does-not-exist: No such file or directory: Input/output error OK 9) SSH test 1 ... OK 10) SSH test 2 ... OK 11) SSH test 3 ... OK 12) SSH test 4 ... libvirt: XML-RPC error : End of file while reading data: Cannot connect to host nosuchhost: Input/output error OK 13) SSH test 5 ... libvirt: XML-RPC error : End of file while reading data: : Input/output error OK 14) SSH test 6 ... OK 15) SSH test 7 ... OK FAIL virnetsockettest (exit status: 1) SKIP: virnettlscontexttest ========================== SKIP virnettlscontexttest (exit status: 77) SKIP: virnettlssessiontest ========================== SKIP virnettlssessiontest (exit status: 77) SKIP: virsystemdtest ==================== SKIP virsystemdtest (exit status: 77) SKIP: networkxml2firewalltest ============================= SKIP networkxml2firewalltest (exit status: 77) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-fedora-28 #306
by ci@centos.org 25 Jul '18

25 Jul '18
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "libvirt-dbus-master-check" build number 306 originally caused by: Started by upstream project "libvirt-dbus-master-build" build number 340 originally caused by: Started by upstream project "libvirt-glib-master-build" build number 1300 originally caused by: Started by upstream project "libvirt-master-build" build number 1629 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…> [libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins8590031916593610937.sh + cd build + /usr/bin/gmake check Making check in data gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in docs gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in src gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> /usr/bin/gmake test_util gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> PASS: test_util PASS: test_interface.py PASS: test_domain.py PASS: test_network.py PASS: test_nodedev.py FAIL: test_connect.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.3.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:758: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[2]: *** [Makefile:866: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake[1]: *** [Makefile:979: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…'> gmake: *** [Makefile:459: check-recursive] Error 1 + cat tests/test-suite.log ============================================== libvirt-dbus 1.3.0: tests/test-suite.log ============================================== # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_connect.py ===================== ============================= test session starts ============================== platform linux -- Python 3.6.6, pytest-3.4.2, py-1.5.4, pluggy-0.6.0 rootdir: <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-…,> inifile: collected 35 items ../../tests/test_connect.py ....................E.............E [100%] ==================================== ERRORS ==================================== ________ ERROR at setup of TestConnect.test_connect_network_create_xml _________ self = <test_connect.TestConnect object at 0x7fa1543977f0> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_network_create_xml'>> @pytest.fixture(autouse=True) def libvirt_dbus_setup(self, request): """Start libvirt-dbus for each test function """ os.environ['LIBVIRT_DEBUG'] = '3' self.libvirt_dbus = subprocess.Popen([exe, '--session']) self.bus = dbus.SessionBus() for i in range(10): if self.bus.name_has_owner('org.libvirt'): break time.sleep(0.1) else: > raise TimeoutError('error starting libvirt-dbus') E TimeoutError: error starting libvirt-dbus ../../tests/libvirttest.py:44: TimeoutError ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] self = <test_connect.TestConnect object at 0x7fa1542e39b0> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:106: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7fa1547dfba0> bus_name = dbus.String(':1.21') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe') dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML' signature = 'su' args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0) timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.21> def call_blocking(self, bus_name, object_path, dbus_interface, method, signature, args, timeout=-1.0, byte_arrays=False, **kwargs): """Call the given method, synchronously. :Since: 0.81.0 """ if object_path == LOCAL_PATH: raise DBusException('Methods may not be called on the reserved ' 'path %s' % LOCAL_PATH) if dbus_interface == LOCAL_IFACE: raise DBusException('Methods may not be called on the reserved ' 'interface %s' % LOCAL_IFACE) # no need to validate other args - MethodCallMessage ctor will do get_args_opts = dict(byte_arrays=byte_arrays) if is_py2: get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False) elif 'utf8_strings' in kwargs: raise TypeError("unexpected keyword argument 'utf8_strings'") message = MethodCallMessage(destination=bus_name, path=object_path, interface=dbus_interface, method=method) # Add the arguments to the function try: message.append(signature=signature, *args) except Exception as e: logging.basicConfig() _logger.error('Unable to set arguments %r according to ' 'signature %r: %s: %s', args, signature, e.__class__, e) raise # make a blocking call reply_message = self.send_message_with_reply_and_block( > message, timeout) E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists /usr/lib64/python3.6/site-packages/dbus/connection.py:651: DBusException ===================== 33 passed, 2 error in 15.69 seconds ====================== FAIL test_connect.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-build » libvirt-fedora-rawhide #1224
by ci@centos.org 25 Jul '18

25 Jul '18
See <https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> Changes: [berrange] error: add helper for converting libvirt to go error objects [berrange] storage volume: add missin blank line [berrange] Rename *cfuncs.{go,h} to *wrapper.{go,h} [berrange] Use "Wrapper" or "Helper" as suffix for C functions [berrange] Change "Compat" suffix to "Wrapper" to have standard naming scheme [berrange] connect: move wrapper functions out of compat header [berrange] network: move wrapper functions out of compat header [berrange] nwfilter binding: move wrapper functions out of compat header [berrange] node device: move wrapper functions out of compat header [berrange] secret: move wrapper functions out of compat header [berrange] stream: move wrapper functions out of compat header [berrange] storage volume: move wrapper functions out of compat header [berrange] storage pool: move wrapper functions out of compat header [berrange] qemu: move wrapper functions out of compat header [berrange] lxc: move wrapper functions out of compat header [berrange] domain: move wrapper functions out of compat header [berrange] make the XXX_wrapper.h header files self-contained [berrange] Add XXX_wrapper.{h,go} for every remaining file [berrange] Standardize formatting in all wrapper headers [berrange] storage vol: fix error reporting thread safety [berrange] storage pool: fix error reporting thread safety [berrange] stream: fix error reporting thread safety [berrange] secret: fix error reporting thread safety [berrange] nwfilter: fix error reporting thread safety [berrange] nwfilter binding: fix error reporting thread safety [berrange] node device: fix error reporting thread safety [berrange] network: fix error reporting thread safety [berrange] interface: fix error reporting thread safety [berrange] domain snapshot: fix error reporting thread safety [berrange] connect: fix error reporting thread safety [berrange] domain: fix error reporting thread safety [berrange] qemu: fix error reporting thread safety [berrange] lxc: fix error reporting thread safety [berrange] events: fix error reporting thread safety [berrange] error: remove GetLastError() function [berrange] error: make GetNotImplementedError private [berrange] connect: add missing references on domain object in stats records ------------------------------------------ Started by upstream project "libvirt-go-master-build" build number 1224 originally caused by: Started by upstream project "libvirt-master-build" build number 1623 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-go-master-build/systems=libvirt-fedora-ra…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt-go.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt-go.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/libvirt/libvirt-go.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 2c9281d85d6de9b8f699c17aceee00e4419b9cc8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c9281d85d6de9b8f699c17aceee00e4419b9cc8 Commit message: "connect: add missing references on domain object in stats records" > git rev-list --no-walk 39588eb9680a3a38a7f377e7d5907115a1935e6d # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins1343396846164374629.sh + go build -v _<https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> # _<https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> inconsistent definitions for C.uint Build step 'Execute shell' marked build as failure
1 6
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-centos-7 #569
by ci@centos.org 25 Jul '18

25 Jul '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 569 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 578 originally caused by: Started by upstream project "libvirt-master-build" build number 1628 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins7360882528480645586.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip *** Test killed: ran too long (10m0s). FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-cento…> 605.057s Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-freebsd-10 #1266
by ci@centos.org 25 Jul '18

25 Jul '18
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/1…> ------------------------------------------ [...truncated 47.00 KB...] gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> Making check in tests gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> /usr/local/bin/gmake gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> /usr/local/bin/gmake check-TESTS gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> PASS: sockettest SKIP: virhostcputest PASS: virbuftest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: commandtest PASS: utiltest SKIP: shunloadtest PASS: virtimetest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: viratomictest SKIP: vircgrouptest SKIP: virpcitest PASS: vircryptotest PASS: virendiantest PASS: virfiletest SKIP: virfirewalltest PASS: virfilecachetest FAIL: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virstringtest SKIP: virportallocatortest PASS: sysinfotest SKIP: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest SKIP: virhostdevtest SKIP: virnetdevtest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest SKIP: virnettlscontexttest SKIP: virnettlssessiontest PASS: fdstreamtest PASS: virdbustest SKIP: virsystemdtest PASS: virpolkittest PASS: qemuxml2argvtest PASS: qemuxml2xmltest PASS: qemuargv2xmltest PASS: domainsnapshotxml2xmltest PASS: qemumonitorjsontest PASS: virschematest PASS: qemuagenttest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemucapabilitiestest PASS: qemublocktest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: qemumigparamstest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: bhyvexml2xmltest PASS: bhyvexml2argvtest PASS: bhyveargv2xmltest PASS: networkxml2xmltest PASS: virjsontest PASS: networkxml2xmlupdatetest PASS: networkxml2conftest SKIP: networkxml2firewalltest PASS: virnwfilterbindingxml2xmltest PASS: nwfilterxml2xmltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: nsstest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: virmacmaptest PASS: libvirtd-fail PASS: libvirtd-pool PASS: virsh-cpuset PASS: virsh-define-dev-segfault PASS: virsh-int-overflow SKIP: virsh-optparse PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-schedinfo PASS: cputest PASS: virsh-self-test PASS: virt-admin-self-test PASS: virsh-start PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin PASS: virshtest ============================================================================ Testsuite summary for libvirt 4.6.0 ============================================================================ # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:5818: test-suite.log] Error 1 gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[2]: *** [Makefile:5926: check-TESTS] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake[1]: *** [Makefile:6924: check-am] Error 2 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-freebsd-10/w…'> gmake: *** [Makefile:2106: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 4.6.0: tests/test-suite.log ========================================= # TOTAL: 109 # PASS: 94 # SKIP: 14 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: virhostcputest ==================== SKIP virhostcputest (exit status: 77) SKIP: shunloadtest ================== SKIP shunloadtest (exit status: 77) SKIP: vircgrouptest =================== SKIP vircgrouptest (exit status: 77) SKIP: virpcitest ================ SKIP virpcitest (exit status: 77) SKIP: virfirewalltest ===================== SKIP virfirewalltest (exit status: 77) FAIL: viriscsitest ================== TEST: viriscsitest 1) ISCSI get session testiqn.2004-06.example:example1:iscsi.test ... OK 2) ISCSI get (non-flash) session testiqn.2004-06.example:example1:iscsi.test ... OK 3) ISCSI get session testiqn.2009-04.example:example1:iscsi.seven ... OK 4) ISCSI get (non-flash) session testiqn.2009-04.example:example1:iscsi.seven ... OK 5) ISCSI get session testiqn.2009-04.example:example1:iscsi.eight ... OK 6) ISCSI get (non-flash) session testiqn.2009-04.example:example1:iscsi.eight ... OK 7) ISCSI scan targets ... OK 8) ISCSI login 10.20.30.40:3260,1 ... OK 9) ISCSI login 10.20.30.40:3260,1 ... libvirt: error : internal error: malformed output of iscsiadm: default tcp,<empty>,<empty>,<empty>,<empty> FAILED FAIL viriscsitest (exit status: 1) SKIP: virportallocatortest ========================== SKIP virportallocatortest (exit status: 77) SKIP: virkmodtest ================= SKIP virkmodtest (exit status: 77) SKIP: virhostdevtest ==================== SKIP virhostdevtest (exit status: 77) SKIP: virnetdevtest =================== SKIP virnetdevtest (exit status: 77) SKIP: virnettlscontexttest ========================== SKIP virnettlscontexttest (exit status: 77) SKIP: virnettlssessiontest ========================== SKIP virnettlssessiontest (exit status: 77) SKIP: virsystemdtest ==================== SKIP virsystemdtest (exit status: 77) SKIP: networkxml2firewalltest ============================= SKIP networkxml2firewalltest (exit status: 77) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 2
0 0
  • ← Newer
  • 1
  • ...
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • ...
  • 191
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.