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 -----
  • September
  • August
  • July
  • June
  • May
  • 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
  • 10211 discussions
[Libvirt-ci] Errored: libvirt/libvirt#1566 (master - 0a476f1)
by Travis CI 10 Aug '18

10 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1566 Status: Errored Duration: 18 mins and 18 secs Commit: 0a476f1 (master) Author: Pavel Hrdina Message: conf: Introduce virDomainDefPostParseMemtune Previously we were ignoring "nodeset" attribute for hugepage pages if there was no guest NUMA topology configured in the domain XML. Commit <fa6bdf6afa878b8d7c5ed71664ee72be8967cdc5> partially fixed that issue but it introduced a somehow valid regression. In case that there is no guest NUMA topology configured and the "nodeset" attribute is set to "0" it was accepted and was working properly even though it was not completely valid XML. This patch introduces a workaround that it will ignore the nodeset="0" only in case that there is no guest NUMA topology in order not to hit the validation error. After this commit the following XML configuration is valid: <memoryBacking> <hugepages> <page size='2048' unit='KiB' nodeset='0'/> </hugepages> </memoryBacking> but this configuration remains invalid: <memoryBacking> <hugepages> <page size='2048' unit='KiB' nodeset='0'/> <page size='1048576' unit='KiB'/> </hugepages> </memoryBacking> The issue with the second configuration is that it was originally working, however changing the order of the <page> elements resolved into using different page size for the guest. The code is written in a way that it expect only one page configured and always uses only the first page in case that there is no guest NUMA topology configured. See qemuBuildMemPathStr() function for details. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591235 Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5d40272ea67c...0a476f152150 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/414569698?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=a6460effde264e329…)
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#1566 (master - 0a476f1)
by Travis CI 10 Aug '18

10 Aug '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1566 Status: Still Failing Duration: 28 mins and 29 secs Commit: 0a476f1 (master) Author: Pavel Hrdina Message: conf: Introduce virDomainDefPostParseMemtune Previously we were ignoring "nodeset" attribute for hugepage pages if there was no guest NUMA topology configured in the domain XML. Commit <fa6bdf6afa878b8d7c5ed71664ee72be8967cdc5> partially fixed that issue but it introduced a somehow valid regression. In case that there is no guest NUMA topology configured and the "nodeset" attribute is set to "0" it was accepted and was working properly even though it was not completely valid XML. This patch introduces a workaround that it will ignore the nodeset="0" only in case that there is no guest NUMA topology in order not to hit the validation error. After this commit the following XML configuration is valid: <memoryBacking> <hugepages> <page size='2048' unit='KiB' nodeset='0'/> </hugepages> </memoryBacking> but this configuration remains invalid: <memoryBacking> <hugepages> <page size='2048' unit='KiB' nodeset='0'/> <page size='1048576' unit='KiB'/> </hugepages> </memoryBacking> The issue with the second configuration is that it was originally working, however changing the order of the <page> elements resolved into using different page size for the guest. The code is written in a way that it expect only one page configured and always uses only the first page in case that there is no guest NUMA topology configured. See qemuBuildMemPathStr() function for details. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591235 Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5d40272ea67c...0a476f152150 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/414569698?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=55c876cf68f34aff8…)
1 0
0 0
[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
  • ← Newer
  • 1
  • ...
  • 853
  • 854
  • 855
  • 856
  • 857
  • 858
  • 859
  • ...
  • 1022
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.