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
  • 9498 discussions
[Libvirt-ci] Passed: libvirt/libvirt#533 (master - 8a573f7)
by Travis CI 22 Sep '17

22 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #533 Status: Passed Duration: 6 minutes and 11 seconds Commit: 8a573f7 (master) Author: Michal Privoznik Message: libvirt_nss.c: Fix typo in aiforaf() In my previous commit of b1d87f9ad96f I've made a typo breaking the FreeBSD build. s/ipAaddr/ipAddr/ Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/eba2225bc526...8a573f7c0c34 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/278579202?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Failed: libvirt/libvirt#533 (master - 8a573f7)
by Travis CI 22 Sep '17

22 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #533 Status: Failed Duration: 34 minutes and 40 seconds Commit: 8a573f7 (master) Author: Michal Privoznik Message: libvirt_nss.c: Fix typo in aiforaf() In my previous commit of b1d87f9ad96f I've made a typo breaking the FreeBSD build. s/ipAaddr/ipAddr/ Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/eba2225bc526...8a573f7c0c34 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/278579202?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#532 (master - eba2225)
by Travis CI 22 Sep '17

22 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #532 Status: Passed Duration: 31 minutes and 44 seconds Commit: eba2225 (master) Author: Guido Günther Message: apparmor: delete profile on VM shutdown instead of only unloading it. This makes sure old profiles don't pile up in /etc/apparmor.d/libvirt and we get updates to modified templates on VM restart. Reviewed-by: Jim Fehlig <jfehlig(a)suse.com> View the changeset: https://github.com/libvirt/libvirt/compare/17825e8ae783...eba2225bc526 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/278569829?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#531 (master - 17825e8)
by Travis CI 22 Sep '17

22 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #531 Status: Errored Duration: 9 minutes and 40 seconds Commit: 17825e8 (master) Author: Laine Stump Message: util: Fix stack smashing in virNetDevGetFamilyId After commit 8708ca01c0d libvirtd consistently aborts with "stack smashing detected" when nodedev driver is initialized. This is caused by nlmsg_parse() being told that its array of nlattr* has CTRL_CMD_MAX (10) entries, when in fact it is declared to have CTRL_ATTR_MAX (8) entries. Since all the entries are initialized to NULL, the result is that nlmsg_parse is overwriting 2*(sizof(nlattr*)) bytes outside the array. Signed-off-by: Laine Stump <laine(a)laine.org> Reviewed-by: John Ferlan <jferlan(a)redhat.com> Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/b1d87f9ad96f...17825e8ae783 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/278509302?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#521 (master - 4c71b0e)
by Travis CI 21 Sep '17

21 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #521 Status: Errored Duration: 7 hours, 44 minutes, and 24 seconds Commit: 4c71b0e (master) Author: Daniel P. Berrange Message: Fix commandhelper build on win32 For win32 we need EXIT_AM_SKIP which is in testutils.h. We must define NO_LIBVIRT to prevent replacement of fprintf with virFilePrintf as we can't link to libvirt_util.la Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/eae746b2d759...4c71b0ee7c91 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/278082493?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #827
by ci@centos.org 21 Sep '17

21 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 827 originally caused by: Started by upstream project "virt-manager-master-build" build number 830 originally caused by: Started by upstream project "libvirt-python-master-build" build number 674 originally caused by: Started by upstream project "libvirt-master-build" build number 876 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-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins8719856106432836409.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 319.234s OK /tmp/jenkins8719856106432836409.sh: line 2: 6928 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-cim-master-build » libvirt-centos-6 #646
by ci@centos.org 21 Sep '17

21 Sep '17
See <https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…> ------------------------------------------ [...truncated 3.99 KB...] checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for a BSD-compatible install... /usr/bin/install -c checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for ANSI C header files... (cached) yes checking for popen... yes checking for pclose... yes checking for fgets... yes checking for asprintf... yes checking for vfprintf... yes checking for fprintf... yes checking for snprintf... yes checking for sscanf... yes checking for xsltproc... /usr/bin/xsltproc configure: checking for CMPI headers... checking standard... no checking /usr/include/cmpi... no checking /usr/local/include/cmpi... no checking /src/Pegasus/Provider/CMPI... no checking /opt/tog-pegasus/include/Pegasus/Provider/CMPI... no checking /usr/include/Pegasus/Provider/CMPI... yes checking return type for indications... CMPIStatus configure: checking for CMPI provider directory checking for ${exec_prefix}/lib/cmpi... yes configure: checking for CIM servers checking sfcbd ... no checking cimserver ... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBVIRT... yes checking for LIBXML... yes checking for LIBCU... yes checking for LIBUUID... yes checking for LIBCONFIG... yes ---------------------------------------------------------- Configuration for libvirt-cim complete. The following configuration options have been selected: CIMSERVER: pegasus PROVIDERDIR: ${exec_prefix}/lib/cmpi CPPFLAGS: -DCMPI_VERSION=100 -I/usr/include/Pegasus/Provider/CMPI -I/usr/include/libxml2 -I/usr/include/libcmpiutil -I/usr/include/uuid You can override these values by setting the corresponding configure command-line option(s); e.g. ./configure PROVIDERDIR=/home/me/lib/sblim/ ---------------------------------------------------------- configure: creating ./config.status config.status: creating base_schema/install_base_schema.sh config.status: creating base_schema/Makefile config.status: creating libxkutil/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating Makefile config.status: creating libvirt-cim.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands You may now run make + make -j3 make all-recursive make[1]: Entering directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> Making all in libxkutil make[2]: Entering directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> CC misc_util.lo CC device_parsing.lo CC cs_util_instance.lo CC capability_parsing.lo CC xmlgen.lo CC infostore.lo CC pool_parsing.lo CC acl_parsing.lo CC list_util.lo CC xml_parse_test.o CCLD libxkutil.la CCLD xml_parse_test make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> Making all in src make[2]: Entering directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> CC Virt_ComputerSystem.lo CC Virt_HostSystem.lo CC Virt_VirtualSystemSnapshotService.lo CC Virt_VSSD.lo CC Virt_Device.lo CC Virt_RASD.lo CC Virt_EnabledLogicalElementCapabilities.lo CC Virt_DevicePool.lo CC Virt_RegisteredProfile.lo CC Virt_VSMigrationCapabilities.lo CC Virt_VSMigrationSettingData.lo CC Virt_VirtualSystemSnapshotServiceCapabilities.lo CC Virt_SystemDevice.lo CC Virt_ComputerSystemIndication.lo CC Virt_ResourceAllocationSettingDataIndication.lo CC Virt_SwitchService.lo CC Virt_ComputerSystemMigrationIndication.lo CC Virt_VirtualSystemManagementCapabilities.lo CC Virt_AllocationCapabilities.lo CC Virt_ReferencedProfile.lo CC Virt_VirtualSystemManagementService.lo CC Virt_ResourcePoolConfigurationService.lo CC Virt_ResourcePoolConfigurationCapabilities.lo CC Virt_VSMigrationService.lo CC Virt_ConsoleRedirectionService.lo CC Virt_ConsoleRedirectionServiceCapabilities.lo CC Virt_KVMRedirectionSAP.lo CC Virt_SettingsDefineCapabilities.lo CC Virt_HostedDependency.lo CC Virt_ElementConformsToProfile.lo CC Virt_HostedResourcePool.lo CC Virt_ElementCapabilities.lo CC Virt_VSSDComponent.lo CC Virt_SettingsDefineState.lo CC Virt_ResourceAllocationFromPool.lo CC Virt_ElementAllocatedFromPool.lo CC Virt_HostedService.lo CC Virt_ElementSettingData.lo CC Virt_ConcreteComponent.lo CC Virt_ServiceAffectsElement.lo CC Virt_HostedAccessPoint.lo CC Virt_ServiceAccessBySAP.lo CC Virt_SAPAvailableForElement.lo CC Virt_FilterList.lo CC Virt_FilterEntry.lo CC Virt_EntriesInFilterList.lo CC Virt_NestedFilterList.lo CC Virt_HostedFilterList.lo CC Virt_AppliedFilterList.lo CCLD libVirt_HostSystem.la CCLD libVirt_VSSD.la CCLD libVirt_Device.la CCLD libVirt_EnabledLogicalElementCapabilities.la CCLD libVirt_DevicePool.la CCLD libVirt_RegisteredProfile.la CCLD libVirt_VSMigrationCapabilities.la CCLD libVirt_VSMigrationSettingData.la CCLD libVirt_VirtualSystemSnapshotServiceCapabilities.la CCLD libVirt_VirtualSystemManagementCapabilities.la CCLD libVirt_AllocationCapabilities.la CCLD libVirt_ReferencedProfile.la CCLD libVirt_ResourcePoolConfigurationCapabilities.la CCLD libVirt_ConsoleRedirectionService.la CCLD libVirt_ConsoleRedirectionServiceCapabilities.la CCLD libVirt_KVMRedirectionSAP.la CCLD libVirt_ElementConformsToProfile.la CCLD libVirt_HostedResourcePool.la CCLD libVirt_ElementAllocatedFromPool.la CCLD libVirt_ConcreteComponent.la CCLD libVirt_HostedAccessPoint.la CCLD libVirt_ServiceAccessBySAP.la CCLD libVirt_FilterEntry.la CCLD libVirt_VirtualSystemSnapshotService.la CCLD libVirt_RASD.la CCLD libVirt_FilterList.la CCLD libVirt_ComputerSystem.la CCLD libVirt_ResourcePoolConfigurationService.la CCLD libVirt_SettingsDefineCapabilities.la CCLD libVirt_VSSDComponent.la CCLD libVirt_SettingsDefineState.la CCLD libVirt_ResourceAllocationFromPool.la CCLD libVirt_ElementSettingData.la CCLD libVirt_ServiceAffectsElement.la CCLD libVirt_SAPAvailableForElement.la CCLD libVirt_EntriesInFilterList.la CCLD libVirt_NestedFilterList.la CCLD libVirt_HostedFilterList.la CCLD libVirt_AppliedFilterList.la CCLD libVirt_SystemDevice.la CCLD libVirt_ComputerSystemIndication.la CCLD libVirt_ResourceAllocationSettingDataIndication.la CCLD libVirt_SwitchService.la CCLD libVirt_ComputerSystemMigrationIndication.la CCLD libVirt_VirtualSystemManagementService.la CCLD libVirt_VSMigrationService.la CCLD libVirt_HostedDependency.la CCLD libVirt_ElementCapabilities.la CCLD libVirt_HostedService.la make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> Making all in doc make[2]: Entering directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> Generating the Web pages Generating the Web pages Generating the Web pages Generating the Web pages make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> Making all in base_schema make[2]: Entering directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> wget http://www.dmtf.org/sites/default/files/cim/cim_schema_v2210/cim_schema_2.2… --2017-09-21 09:07:23-- http://www.dmtf.org/sites/default/files/cim/cim_schema_v2210/cim_schema_2.2… Resolving www.dmtf.org... 184.73.242.247, 23.21.121.8 Connecting to www.dmtf.org|184.73.242.247|:80... connected. HTTP request sent, awaiting response... 504 GATEWAY_TIMEOUT 2017-09-21 09:07:24 ERROR 504: GATEWAY_TIMEOUT. make[2]: *** [cim_schema_2.21.0Experimental-MOFs.zip] Error 8 make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-centos-6…'> make: *** [all] Error 2 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 #824
by ci@centos.org 21 Sep '17

21 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 824 originally caused by: Started by upstream project "virt-manager-master-build" build number 827 originally caused by: Started by upstream project "libvirt-python-master-build" build number 672 originally caused by: Started by upstream project "libvirt-master-build" build number 874 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/virt-manager-master-check/systems=libvirt-fedora-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins8712274481492639703.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 230.074s OK Fatal Python error: PyImport_GetModuleDict: no module dictionary! /tmp/jenkins8712274481492639703.sh: line 2: 27859 Aborted (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-mingw » libvirt-fedora-rawhide #1473
by ci@centos.org 21 Sep '17

21 Sep '17
See <https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…> Changes: [berrange] Stop linking tests/commandhelper to libvirt code ------------------------------------------ [...truncated 151.50 KB...] GEN windows.html.tmp GEN formatnode.html.tmp GEN architecture.html.tmp GEN news-2005.html.tmp GEN acl.html.tmp GEN drvqemu.html.tmp GEN aclpolkit.html.tmp GEN news-2012.html.tmp GEN java.html.tmp GEN drvphyp.html.tmp GEN news-2006.html.tmp GEN bugs.html.tmp GEN drvuml.html.tmp GEN bindings.html.tmp GEN cgroups.html.tmp GEN formatcaps.html.tmp GEN formatsecret.html.tmp GEN docs.html.tmp GEN internals.html.tmp GEN pci-hotplug.html.tmp GEN remote.html.tmp GEN csharp.html.tmp GEN contact.html.tmp GEN nss.html.tmp GEN internals/locking.html.tmp GEN internals/rpc.html.tmp GEN internals/eventloop.html.tmp GEN internals/command.html.tmp GEN internals/oomtesting.html.tmp GEN search.php.tmp GEN news.html.tmp GEN hacking.html GEN uri.html GEN testsuites.html GEN drvlxc.html GEN news-2013.html GEN governance.html GEN locking-sanlock.html GEN python.html GEN news-2014.html GEN testtck.html GEN drivers.html GEN testapi.html GEN api_extension.html GEN devguide.html GEN logging.html GEN migration.html GEN errors.html GEN format.html GEN drvopenvz.html GEN drvhyperv.html GEN drvremote.html GEN drvnodedev.html GEN downloads.html GEN drvvmware.html GEN formatstorageencryption.html GEN virshcmdref.html GEN news-2009.html GEN auditlog.html GEN locking.html GEN formatstorage.html GEN api.html GEN formatnetwork.html GEN auth.html GEN news-2010.html GEN compiling.html GEN drvesx.html GEN drvvbox.html GEN contribute.html GEN formatsnapshot.html GEN index.html GEN drvxen.html GEN news-2015.html GEN secureusage.html GEN news-2008.html GEN formatdomaincaps.html GEN hooks.html GEN firewall.html GEN apps.html GEN news-2016.html GEN drvbhyve.html GEN php.html GEN drvtest.html GEN news-2007.html GEN locking-lockd.html GEN goals.html GEN formatnwfilter.html GEN 404.html GEN news-2011.html GEN storage.html GEN drvvirtuozzo.html GEN formatdomain.html GEN securityprocess.html GEN windows.html GEN formatnode.html GEN architecture.html GEN news-2005.html GEN acl.html GEN drvqemu.html GEN aclpolkit.html GEN news-2012.html GEN java.html GEN drvphyp.html GEN news-2006.html GEN bugs.html GEN drvuml.html GEN bindings.html GEN cgroups.html GEN formatcaps.html GEN formatsecret.html touch ../../docs/apibuild.py.stamp GEN docs.html GEN internals.html GEN pci-hotplug.html GEN remote.html GEN csharp.html GEN contact.html GEN nss.html GEN internals/locking.html GEN internals/rpc.html GEN internals/eventloop.html GEN internals/command.html GEN internals/oomtesting.html GEN search.php GEN ../../docs/hvsupport.html.in GEN news.html GEN html/index.html GEN ../../docs/devhelp/index.html GEN hvsupport.html.tmp GEN hvsupport.html rm internals/rpc.html.tmp drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp windows.html.tmp formatnwfilter.html.tmp news-2014.html.tmp index.html.tmp php.html.tmp locking.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp api_extension.html.tmp internals/command.html.tmp hacking.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp drvuml.html.tmp internals/oomtesting.html.tmp bugs.html.tmp drvphyp.html.tmp java.html.tmp testapi.html.tmp formatnetwork.html.tmp contribute.html.tmp locking-lockd.html.tmp formatsecret.html.tmp drvqemu.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp formatsnapshot.html.tmp drvesx.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp 404.html.tmp news-2008.html.tmp search.php.tmp hooks.html.tmp news-2015.html.tmp formatstorage.html.tmp secureusage.html.tmp python.html.tmp drvremote.html.tmp news-2009.html.tmp internals/locking.html.tmp remote.html.tmp drivers.html.tmp testtck.html.tmp compiling.html.tmp news.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp formatdomain.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp governance.html.tmp cgroups.html.tmp bindings.html.tmp api.html.tmp news-2010.html.tmp contact.html.tmp drvnodedev.html.tmp news-2011.html.tmp drvlxc.html.tmp uri.html.tmp pci-hotplug.html.tmp acl.html.tmp news-2012.html.tmp hvsupport.html.tmp locking-sanlock.html.tmp drvtest.html.tmp docs.html.tmp devguide.html.tmp news-2013.html.tmp drvbhyve.html.tmp testsuites.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp virshcmdref.html.tmp auth.html.tmp news-2007.html.tmp formatnode.html.tmp make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> Making all in gnulib/tests make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> GEN ctype.h GEN inttypes.h GEN math.h GEN spawn.h make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> Making all in . make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> Making all in tests make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> CC shunloadhelper.lo CC virportallocatormock_la-virportallocatormock.lo CC virnetdaemonmock_la-virnetdaemonmock.lo CC virnetserverclientmock_la-virnetserverclientmock.lo CC vircgroupmock_la-vircgroupmock.lo CC virpcimock_la-virpcimock.lo CC virnetdevmock_la-virnetdevmock.lo CC virrandommock_la-virrandommock.lo CC virhostcpumock_la-virhostcpumock.lo CC domaincapsmock_la-domaincapsmock.lo CC virfilecachemock_la-virfilecachemock.lo CC virdeterministichashmock_la-virdeterministichashmock.lo 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 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-virrotatingfiletest.o CC virrotatingfiletest-testutils.o CC virschematest.o CC virstringtest.o CC virportallocatortest.o CC sysinfotest.o CC virkmodtest.o CC vircapstest.o CC domaincapstest.o CC domainconftest.o CC virhostdevtest.o CC virnetdevtest-virnetdevtest.o CC virnetdevtest-testutils.o CC virtypedparamtest.o CC virnetmessagetest-virnetmessagetest.o CC virnetmessagetest-testutils.o CC virnetsockettest.o CC virnetdaemontest-virnetdaemontest.o CC virnetdaemontest-testutils.o CC virnetserverclienttest-virnetserverclienttest.o CC virnetserverclienttest-testutils.o CC virnettlscontexttest.o CC virnettlshelpers.o CC pkix_asn1_tab.o CC virnettlssessiontest.o CC esxutilstest.o CC vmx2xmltest.o CC xml2vmxtest.o CC vmwarevertest.o CC networkxml2xmltest.o CC networkxml2xmlupdatetest.o CC nwfilterxml2xmltest.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 objecteventtest.o CC commandhelper.o CC ssh.o CCLD libshunload.la CCLD virportallocatormock.la CCLD virnetdaemonmock.la ../../tests/commandhelper.c: In function 'main': ../../tests/commandhelper.c:168:12: error: 'EXIT_AM_SKIP' undeclared (first use in this function) return EXIT_AM_SKIP; ^~~~~~~~~~~~ ../../tests/commandhelper.c:168:12: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:5394: commandhelper.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> make[1]: *** [Makefile:2114: all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-mingw/systems=libvirt-fedora-rawhi…'> make: *** [Makefile:2007: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#519 (master - edaf4eb)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #519 Status: Fixed Duration: 3 hours, 33 minutes, and 43 seconds Commit: edaf4eb (master) Author: ZhiPeng Lu Message: vhost-user: add support reconnect for vhost-user ports For vhost-user ports, Open vSwitch acts as the server and QEMU the client. When OVS crashed or restart, QEMU shoule be reconnect to OVS. Signed-off-by: ZhiPeng Lu <lu.zhipeng(a)zte.com.cn> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/b06521928cca...edaf4ebe95a5 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277758422?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-rawhide #561
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 561 originally caused by: Started by upstream project "libvirt-go-master-build" build number 562 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-go-master-check/systems=libvirt-fedora-ra…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins383060358589190430.sh + go test -tags api 2017-09-20 11:53:03.895+0000: 21442: info : libvirt version: 3.8.0 2017-09-20 11:53:03.895+0000: 21442: info : hostname: fedora-rawhide.n64.pufty.ci.centos.org 2017-09-20 11:53:03.895+0000: 21442: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:53:03.898+0000: 21442: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:53:03.914+0000: 21442: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop Missing enum 'VIR_STORAGE_POOL_EVENT_CREATED' Missing enum 'VIR_STORAGE_POOL_EVENT_DELETED' --- FAIL: TestAPICoverage (1.53s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc4200980f0) /usr/lib/golang/src/testing/testing.go:711 +0x2d2 panic(0x5b5060, 0x619460) /usr/lib/golang/src/runtime/panic.go:491 +0x283 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…>:504 +0x5b1 testing.tRunner(0xc4200980f0, 0x603d70) /usr/lib/golang/src/testing/testing.go:746 +0xd0 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:789 +0x2de exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-ra…> 2.045s Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-centos-7 #561
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-centos-7/…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 561 originally caused by: Started by upstream project "libvirt-go-master-build" build number 562 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-go-master-check/systems=libvirt-centos-7/…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins7245273609587995934.sh + go test -tags api 2017-09-20 11:51:02.506+0000: 5690: info : libvirt version: 3.8.0 2017-09-20 11:51:02.506+0000: 5690: info : hostname: centos-7.n64.pufty.ci.centos.org 2017-09-20 11:51:02.506+0000: 5690: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:51:02.506+0000: 5690: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:51:02.506+0000: 5690: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop Missing enum 'VIR_STORAGE_POOL_EVENT_CREATED' Missing enum 'VIR_STORAGE_POOL_EVENT_DELETED' --- FAIL: TestAPICoverage (1.07s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc420060680) /usr/lib/golang/src/testing/testing.go:622 +0x29d panic(0x5bd7c0, 0xc420258ec0) /usr/lib/golang/src/runtime/panic.go:489 +0x2cf _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-centos-7/…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-centos-7/…>:504 +0x5f6 testing.tRunner(0xc420060680, 0x60cec8) /usr/lib/golang/src/testing/testing.go:657 +0x96 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:697 +0x2ca exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-centos-7/…> 1.280s Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-23 #561
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 561 originally caused by: Started by upstream project "libvirt-go-master-build" build number 562 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-23 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins7666958248835708273.sh + go test -tags api 2017-09-20 11:50:48.059+0000: 3721: info : libvirt version: 3.8.0 2017-09-20 11:50:48.059+0000: 3721: info : hostname: fedora-23.n64.pufty.ci.centos.org 2017-09-20 11:50:48.059+0000: 3721: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:50:48.060+0000: 3721: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:50:48.061+0000: 3721: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop Missing enum 'VIR_STORAGE_POOL_EVENT_CREATED' Missing enum 'VIR_STORAGE_POOL_EVENT_DELETED' --- FAIL: TestAPICoverage (1.39s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: testing.tRunner.func1(0xc820016090) /usr/lib/golang/src/testing/testing.go:450 +0x171 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…>:504 +0x65e testing.tRunner(0xc820016090, 0xa5be80) /usr/lib/golang/src/testing/testing.go:456 +0x98 created by testing.RunTests /usr/lib/golang/src/testing/testing.go:561 +0x86d goroutine 1 [chan receive]: testing.RunTests(0x76e5c0, 0xa5be80, 0x77, 0x77, 0x7f03b78f8001) /usr/lib/golang/src/testing/testing.go:562 +0x8ad testing.(*M).Run(0xc82003df08, 0xc82004deb0) /usr/lib/golang/src/testing/testing.go:494 +0x70 main.main() _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…>:290 +0x116 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/lib/golang/src/runtime/asm_amd64.s:1721 +0x1 exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-23…> 1.642s Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-24 #561
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-24…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 561 originally caused by: Started by upstream project "libvirt-go-master-build" build number 562 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-24 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-24…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins5880992693958987515.sh + go test -tags api 2017-09-20 11:52:11.813+0000: 5236: info : libvirt version: 3.8.0 2017-09-20 11:52:11.813+0000: 5236: info : hostname: fedora-24.n64.pufty.ci.centos.org 2017-09-20 11:52:11.813+0000: 5236: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:52:11.813+0000: 5236: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:52:11.813+0000: 5236: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop Missing enum 'VIR_STORAGE_POOL_EVENT_CREATED' Missing enum 'VIR_STORAGE_POOL_EVENT_DELETED' --- FAIL: TestAPICoverage (2.31s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 19 [running]: panic(0x6513e0, 0xc420226020) /usr/lib/golang/src/runtime/panic.go:481 +0x3e6 testing.tRunner.func1(0xc4200c8000) /usr/lib/golang/src/testing/testing.go:467 +0x192 panic(0x6513e0, 0xc420226020) /usr/lib/golang/src/runtime/panic.go:443 +0x4e9 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-24…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-24…>:504 +0x66d testing.tRunner(0xc4200c8000, 0xa7afa0) /usr/lib/golang/src/testing/testing.go:473 +0x98 created by testing.RunTests /usr/lib/golang/src/testing/testing.go:582 +0x892 exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-24…> 2.631s Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-master-check » libvirt-fedora-25 #561
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-25…> ------------------------------------------ Started by upstream project "libvirt-go-master-check" build number 561 originally caused by: Started by upstream project "libvirt-go-master-build" build number 562 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-25…> [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins7809562078154781209.sh + go test -tags api 2017-09-20 11:51:12.830+0000: 11209: info : libvirt version: 3.8.0 2017-09-20 11:51:12.830+0000: 11209: info : hostname: fedora-25.n64.pufty.ci.centos.org 2017-09-20 11:51:12.830+0000: 11209: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:51:12.830+0000: 11209: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop 2017-09-20 11:51:12.830+0000: 11209: warning : virEventRegisterImpl:245 : Ignoring attempt to replace registered event loop Missing enum 'VIR_STORAGE_POOL_EVENT_CREATED' Missing enum 'VIR_STORAGE_POOL_EVENT_DELETED' --- FAIL: TestAPICoverage (1.65s) panic: Missing symbols found [recovered] panic: Missing symbols found goroutine 5 [running]: panic(0x599660, 0xc42010a840) /usr/lib/golang/src/runtime/panic.go:500 +0x1a1 testing.tRunner.func1(0xc420078180) /usr/lib/golang/src/testing/testing.go:579 +0x25d panic(0x599660, 0xc42010a840) /usr/lib/golang/src/runtime/panic.go:458 +0x243 _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-25…> <https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-25…>:504 +0x5ff testing.tRunner(0xc420078180, 0x5ecf28) /usr/lib/golang/src/testing/testing.go:610 +0x81 created by testing.(*T).Run /usr/lib/golang/src/testing/testing.go:646 +0x2ec exit status 2 FAIL _<https://ci.centos.org/job/libvirt-go-master-check/systems=libvirt-fedora-25…> 2.185s Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-rawhide #664
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-r…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 664 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 685 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-perl-master-test/systems=libvirt-fedora-r…> [libvirt-perl-master] $ /bin/sh -xe /tmp/jenkins7010521971636112558.sh + make -j3 test TEST_MAINTAINER=1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Virt.bs blib/arch/auto/Sys/Virt/Virt.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_STORAGE_POOL_EVENT_CREATED' # at t/030-api-coverage.t line 173. # Failed test 'VIR_STORAGE_POOL_EVENT_DELETED' # at t/030-api-coverage.t line 173. # Looks like you failed 2 tests of 1597. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1597 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1597 Failed: 2) Failed tests: 1309, 1311 Non-zero exit status: 2 Files=12, Tests=1849, 76 wallclock secs ( 0.57 usr 0.08 sys + 8.18 cusr 0.74 csys = 9.57 CPU) Result: FAIL Failed 1/12 test programs. 2/1849 subtests failed. make: *** [Makefile:1018: test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-fedora-24 #636
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/63…> ------------------------------------------ [...truncated 22.92 KB...] CCLD test-strerror CCLD test-strerror_r CCLD test-string CCLD test-strings CCLD test-strnlen CCLD test-symlink CCLD test-sys_ioctl CCLD test-sys_select CCLD test-sys_socket CCLD test-sys_stat CCLD test-sys_time CCLD test-sys_types CCLD test-sys_uio CCLD test-sys_utsname CCLD test-sys_wait CCLD test-termios CCLD test-thread_self CCLD test-thread_create CCLD test-time CCLD test-ttyname_r CCLD test-uname CCLD test-unistd CCLD test-unlockpt CCLD test-unsetenv CCLD test-usleep CCLD test-vasnprintf CCLD test-vasprintf CCLD test-verify CCLD test-vsnprintf CCLD test-wchar CCLD test-wcrtomb CCLD test-wcrtomb-w32 CCLD test-wctype-h CCLD test-write CCLD test-xalloc-die make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make check-TESTS make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> PASS: sockettest PASS: virhostcputest PASS: virbuftest PASS: seclabeltest FAIL: commandtest PASS: virhashtest PASS: virconftest PASS: viratomictest PASS: shunloadtest PASS: utiltest PASS: virtimetest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: vircgrouptest PASS: vircryptotest PASS: virpcitest PASS: virendiantest PASS: virfilecachetest PASS: virfiletest PASS: viriscsitest PASS: virfirewalltest PASS: virkeycodetest PASS: virshtest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest PASS: virhostdevtest PASS: virschematest PASS: virnetdevtest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest PASS: fchosttest PASS: virnettlscontexttest PASS: virnettlssessiontest PASS: scsihosttest PASS: vircaps2xmltest PASS: virdbustest PASS: virsystemdtest PASS: fdstreamtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: sexpr2xmltest PASS: securityselinuxlabeltest PASS: xml2sexprtest PASS: xencapstest PASS: xmconfigtest PASS: xlconfigtest PASS: libxlxml2domconfigtest PASS: qemuargv2xmltest PASS: qemuxml2argvtest PASS: qemuhelptest PASS: qemuxml2xmltest PASS: domainsnapshotxml2xmltest PASS: qemumonitortest PASS: qemumonitorjsontest PASS: qemuagenttest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucapabilitiestest PASS: lxcxml2xmltest PASS: qemucommandutiltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: networkxml2xmlupdatetest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2conftest PASS: networkxml2firewalltest PASS: storagebackendsheepdogtest PASS: nwfilterxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: virscsitest PASS: nsstest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: virstoragetest PASS: metadatatest PASS: secretxml2xmltest PASS: cputest PASS: genericxml2xmltest PASS: virusbtest PASS: virnetdevbandwidthtest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: libvirtd-pool PASS: virmacmaptest PASS: virsh-define-dev-segfault PASS: virsh-cpuset SKIP: virsh-optparse PASS: libvirtd-fail PASS: virsh-int-overflow PASS: virsh-schedinfo PASS: virsh-read-non-seekable PASS: virsh-read-bufsiz PASS: virsh-self-test PASS: virsh-start PASS: virt-admin-self-test PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ Makefile:5992: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:6098: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:7088: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/ws…'> Makefile:2114: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 3.8.0: tests/test-suite.log ========================================= # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: commandtest ================= TEST: commandtest ..!!!!!!!!!!!!!!....!!..!. 26 FAIL FAIL commandtest (exit status: 1) 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 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-fedora-23 #636
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/63…> ------------------------------------------ [...truncated 22.56 KB...] CCLD test-strerror CCLD test-strerror_r CCLD test-string CCLD test-strings CCLD test-strnlen CCLD test-symlink CCLD test-sys_ioctl CCLD test-sys_select CCLD test-sys_socket CCLD test-sys_stat CCLD test-sys_time CCLD test-sys_uio CCLD test-sys_types CCLD test-sys_utsname CCLD test-sys_wait CCLD test-termios CCLD test-thread_self CCLD test-thread_create CCLD test-time CCLD test-ttyname_r CCLD test-uname CCLD test-unistd CCLD test-unlockpt CCLD test-unsetenv CCLD test-usleep CCLD test-vasnprintf CCLD test-vasprintf CCLD test-verify CCLD test-vsnprintf CCLD test-wchar CCLD test-wcrtomb CCLD test-wcrtomb-w32 CCLD test-wctype-h CCLD test-write CCLD test-xalloc-die make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make check-TESTS make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> PASS: sockettest PASS: virhostcputest PASS: virbuftest PASS: seclabeltest FAIL: commandtest PASS: virhashtest PASS: virconftest PASS: viratomictest PASS: shunloadtest PASS: utiltest PASS: virtimetest PASS: virkeyfiletest PASS: viruritest PASS: virauthconfigtest PASS: viralloctest PASS: virbitmaptest PASS: vircgrouptest PASS: vircryptotest PASS: virpcitest PASS: virendiantest PASS: virfiletest PASS: virfilecachetest PASS: viriscsitest PASS: virfirewalltest PASS: virlockspacetest PASS: virkeycodetest PASS: virshtest PASS: virlogtest PASS: virrotatingfiletest PASS: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: domaincapstest PASS: domainconftest PASS: virhostdevtest PASS: virnetdevtest PASS: virschematest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest PASS: fchosttest PASS: scsihosttest PASS: virnettlscontexttest PASS: vircaps2xmltest PASS: fdstreamtest PASS: virnettlssessiontest PASS: virdbustest PASS: virsystemdtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: securityselinuxlabeltest PASS: sexpr2xmltest PASS: xml2sexprtest PASS: xmconfigtest PASS: xencapstest PASS: libxlxml2domconfigtest PASS: qemuxml2argvtest PASS: qemuargv2xmltest PASS: qemuxml2xmltest PASS: qemuhelptest PASS: domainsnapshotxml2xmltest PASS: qemumonitortest PASS: qemumonitorjsontest PASS: qemuhotplugtest PASS: qemuagenttest PASS: qemucapabilitiestest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: lxcxml2xmltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2conftest PASS: networkxml2xmlupdatetest PASS: xlconfigtest PASS: storagebackendsheepdogtest PASS: networkxml2firewalltest PASS: nwfilterxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: virscsitest PASS: nsstest PASS: storagevolxml2xmltest PASS: nssguesttest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: virstoragetest PASS: metadatatest PASS: secretxml2xmltest PASS: cputest PASS: genericxml2xmltest PASS: virusbtest PASS: virnetdevbandwidthtest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: libvirtd-pool PASS: virmacmaptest PASS: libvirtd-fail PASS: virsh-define-dev-segfault PASS: virsh-cpuset SKIP: virsh-optparse PASS: virsh-int-overflow PASS: virsh-schedinfo PASS: virsh-read-non-seekable PASS: virsh-read-bufsiz PASS: virsh-self-test PASS: virsh-start PASS: virsh-undefine PASS: virt-admin-self-test PASS: virsh-uriprecedence PASS: virsh-vcpupin ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ Makefile:5992: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> Makefile:6098: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> Makefile:7088: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-23/ws…'> Makefile:2114: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 3.8.0: tests/test-suite.log ========================================= # TOTAL: 127 # PASS: 125 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: commandtest ================= TEST: commandtest ..!!!!!!!!!!!!!!....!!..!. 26 FAIL FAIL commandtest (exit status: 1) 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 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-centos-7 #636
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/636…> ------------------------------------------ [...truncated 22.87 KB...] CCLD test-strchrnul CCLD test-strerror CCLD test-strerror_r CCLD test-string CCLD test-strings CCLD test-strnlen CCLD test-symlink CCLD test-sys_ioctl CCLD test-sys_select CCLD test-sys_socket CCLD test-sys_stat CCLD test-sys_time CCLD test-sys_types CCLD test-sys_uio CCLD test-sys_utsname CCLD test-sys_wait CCLD test-termios CCLD test-thread_self CCLD test-thread_create CCLD test-time CCLD test-ttyname_r CCLD test-uname CCLD test-unistd CCLD test-unlockpt CCLD test-unsetenv CCLD test-usleep CCLD test-vasnprintf CCLD test-vasprintf CCLD test-verify CCLD test-vsnprintf CCLD test-wchar CCLD test-wcrtomb CCLD test-wcrtomb-w32 CCLD test-wctype-h CCLD test-write CCLD test-xalloc-die make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make check-TESTS make[4]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[5]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[6]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make all-recursive make[7]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> Making all in . make[8]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[8]: Nothing to be done for `all-am'. make[8]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[7]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[6]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> Making check in tests make[1]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[2]: Nothing to be done for `all'. make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make check-TESTS make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[3]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> PASS: virhostcputest PASS: sockettest PASS: virbuftest PASS: seclabeltest FAIL: commandtest PASS: virhashtest PASS: virconftest PASS: viratomictest PASS: shunloadtest PASS: utiltest PASS: virtimetest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: vircgrouptest PASS: vircryptotest PASS: virpcitest PASS: virendiantest PASS: virfilecachetest PASS: virfiletest PASS: virfirewalltest PASS: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virrotatingfiletest PASS: virlogtest PASS: virstringtest PASS: virshtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: virschematest PASS: domaincapstest PASS: domainconftest PASS: virnetdevtest PASS: virhostdevtest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virnetsockettest PASS: virnetdaemontest PASS: virnetserverclienttest PASS: fchosttest PASS: scsihosttest PASS: virnettlssessiontest PASS: virnettlscontexttest PASS: vircaps2xmltest PASS: fdstreamtest PASS: virdbustest PASS: virsystemdtest PASS: securityselinuxtest PASS: virpolkittest PASS: viridentitytest PASS: securityselinuxlabeltest PASS: qemuxml2argvtest PASS: qemuargv2xmltest PASS: qemuhelptest PASS: domainsnapshotxml2xmltest PASS: qemuxml2xmltest PASS: qemumonitortest PASS: qemuagenttest PASS: qemumonitorjsontest PASS: qemuhotplugtest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucapabilitiestest PASS: qemucommandutiltest PASS: lxcxml2xmltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: vboxsnapshotxmltest PASS: esxutilstest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2xmlupdatetest PASS: networkxml2conftest PASS: networkxml2firewalltest PASS: nwfilterebiptablestest PASS: nwfilterxml2xmltest PASS: nwfilterxml2firewalltest PASS: virstorageutiltest PASS: storagevolxml2argvtest PASS: virscsitest PASS: nsstest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: storagepoolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: virstoragetest PASS: metadatatest PASS: secretxml2xmltest PASS: cputest PASS: genericxml2xmltest PASS: virusbtest PASS: virnetdevbandwidthtest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: libvirtd-pool PASS: virmacmaptest PASS: libvirtd-fail PASS: virsh-define-dev-segfault PASS: virsh-cpuset SKIP: virsh-optparse PASS: virsh-int-overflow PASS: virsh-schedinfo PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-self-test PASS: virsh-start PASS: virt-admin-self-test PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin make[4]: Entering directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[4]: Nothing to be done for `all'. make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> ============================================================================ Testsuite summary for libvirt 3.8.0 ============================================================================ # TOTAL: 120 # PASS: 118 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make[1]: *** [check-am] Error 2 make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-7/ws/…'> make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 3.8.0: tests/test-suite.log ========================================= # TOTAL: 120 # PASS: 118 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: commandtest ================= TEST: commandtest ..!!!!!!!!!!!!!!....!!..!. 26 FAIL 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 + exit 1 Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-24 #664
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 664 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 685 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-24 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-perl-master] $ /bin/sh -xe /tmp/jenkins7315296492591994876.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_STORAGE_POOL_EVENT_CREATED' # at t/030-api-coverage.t line 173. # Failed test 'VIR_STORAGE_POOL_EVENT_DELETED' # at t/030-api-coverage.t line 173. # Looks like you failed 2 tests of 1597. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1597 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1597 Failed: 2) Failed tests: 1309, 1311 Non-zero exit status: 2 Files=12, Tests=1849, 42 wallclock secs ( 0.50 usr 0.07 sys + 6.64 cusr 0.41 csys = 7.62 CPU) Result: FAIL Failed 1/12 test programs. 2/1849 subtests failed. Makefile:1030: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-centos-7 #664
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-centos-7…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 664 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 685 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-perl-master-test/systems=libvirt-centos-7…> [libvirt-perl-master] $ /bin/sh -xe /tmp/jenkins3109099278834424168.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_STORAGE_POOL_EVENT_CREATED' # at t/030-api-coverage.t line 173. # Failed test 'VIR_STORAGE_POOL_EVENT_DELETED' # at t/030-api-coverage.t line 173. # Looks like you failed 2 tests of 1597. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1597 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1597 Failed: 2) Failed tests: 1309, 1311 Non-zero exit status: 2 Files=12, Tests=1849, 36 wallclock secs ( 0.37 usr 0.04 sys + 7.82 cusr 0.38 csys = 8.61 CPU) Result: FAIL Failed 1/12 test programs. 2/1849 subtests failed. make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-25 #664
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 664 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 685 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-perl-master] $ /bin/sh -xe /tmp/jenkins5782235446520668596.sh + make -j3 test TEST_MAINTAINER=1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Virt.bs blib/arch/auto/Sys/Virt/Virt.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_STORAGE_POOL_EVENT_CREATED' # at t/030-api-coverage.t line 173. # Failed test 'VIR_STORAGE_POOL_EVENT_DELETED' # at t/030-api-coverage.t line 173. # Looks like you failed 2 tests of 1597. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1597 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1597 Failed: 2) Failed tests: 1309, 1311 Non-zero exit status: 2 Files=12, Tests=1849, 62 wallclock secs ( 0.54 usr 0.05 sys + 8.39 cusr 0.59 csys = 9.57 CPU) Result: FAIL Failed 1/12 test programs. 2/1849 subtests failed. Makefile:1018: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-23 #664
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> ------------------------------------------ Started by upstream project "libvirt-perl-master-test" build number 664 originally caused by: Started by upstream project "libvirt-perl-master-build" build number 685 originally caused by: Started by upstream project "libvirt-master-build" build number 872 originally caused by: 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-23 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora-2…> [libvirt-perl-master] $ /bin/sh -xe /tmp/jenkins7754904365456910363.sh + make -j3 test TEST_MAINTAINER=1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_STORAGE_POOL_EVENT_CREATED' # at t/030-api-coverage.t line 173. # Failed test 'VIR_STORAGE_POOL_EVENT_DELETED' # at t/030-api-coverage.t line 173. # Looks like you failed 2 tests of 1597. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1597 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1597 Failed: 2) Failed tests: 1309, 1311 Non-zero exit status: 2 Files=12, Tests=1849, 50 wallclock secs ( 0.48 usr 0.05 sys + 6.65 cusr 0.36 csys = 7.54 CPU) Result: FAIL Failed 1/12 test programs. 2/1849 subtests failed. Makefile:1030: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#518 (master - b065219)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #518 Status: Fixed Duration: 4 hours, 58 minutes, and 26 seconds Commit: b065219 (master) Author: Julio Faracco Message: storage: Add new events for *PoolBuild() and *PoolDelete(). This commit adds new events for two methods and operations: *PoolBuild() and *PoolDelete(). Using the event-test and the commands set below we have the following outputs: $ sudo ./event-test Registering event callbacks myStoragePoolEventCallback EVENT: Storage pool test Defined 0 myStoragePoolEventCallback EVENT: Storage pool test Created 0 myStoragePoolEventCallback EVENT: Storage pool test Started 0 myStoragePoolEventCallback EVENT: Storage pool test Stopped 0 myStoragePoolEventCallback EVENT: Storage pool test Deleted 0 myStoragePoolEventCallback EVENT: Storage pool test Undefined 0 Another terminal: $ sudo virsh pool-define test.xml Pool test defined from test.xml $ sudo virsh pool-build test Pool test built $ sudo virsh pool-start test Pool test started $ sudo virsh pool-destroy test Pool test destroyed $ sudo virsh pool-delete test Pool test deleted $ sudo virsh pool-undefine test Pool test has been undefined This commits can be a solution for RHBZ #1475227. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1475227 Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/0dde16be73fa...b06521928cca View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277692413?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#517 (master - 0dde16b)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #517 Status: Fixed Duration: 5 hours, 2 minutes, and 15 seconds Commit: 0dde16b (master) Author: ZhiPeng Lu Message: qemu: handle reconnect on chardev hotplug The patch passes the reconnect timeout to QEMU by monitor on chardev hotplug. Signed-off-by: ZhiPeng Lu <lu.zhipeng(a)zte.com.cn> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/c120ce1609de...0dde16be73fa View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277672234?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#516 (master - c120ce1)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #516 Status: Fixed Duration: 4 hours, 49 minutes, and 51 seconds Commit: c120ce1 (master) Author: Daniel P. Berrange Message: Link libvirt_util.la with gnutls The util/vircrypto.c file uses gnutls, so we must directly link libvirt_util.la with gnutls to avoid errors on OS which do not resolve symbols against indirectly linked libraries. This fixes a build failure on Ubuntu Trusty CCLD storagevolxml2argvtest /usr/bin/ld: ../src/.libs/libvirt_util.a(libvirt_util_la-vircrypto.o): undefined reference to symbol 'gnutls_strerror@@GNUTLS_1_4' //usr/lib/x86_64-linux-gnu/libgnutls.so.26: error adding symbols: DSO missing from command line Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/dbd98380b918...c120ce1609de View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277662797?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#515 (master - dbd9838)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #515 Status: Still Failing Duration: 5 hours, 13 minutes, and 40 seconds Commit: dbd9838 (master) Author: Ashish Mittal Message: qemu: Add qemu command line generation for a VxHS block device The VxHS block device will only use the newer formatting options and avoid the legacy URI syntax. An excerpt for a sample QEMU command line is: -drive file.driver=vxhs,file.vdisk-id=eb90327c-8302-4725-9e1b-4e85ed4dc251,\ file.server.type=tcp,file.server.host=192.168.0.1,\ file.server.port=9999,format=raw,if=none,id=drive-virtio-disk0,cache=none \ -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,\ id=virtio-disk0 Update qemuxml2argvtest with a simple test. Signed-off-by: Ashish Mittal <Ashish.Mittal(a)veritas.com> Signed-off-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/747116e0b904...dbd98380b918 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277572138?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#514 (master - 747116e)
by Travis CI 20 Sep '17

20 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #514 Status: Still Failing Duration: 5 hours, 13 minutes, and 19 seconds Commit: 747116e (master) Author: Laine Stump Message: util: virPCIGetNetName(): use first netdev name when phys_port_id isn't matched The mlx4 (Mellanox) netdev driver implements the sysfs phys_port_id file for both VFs and PFs, so you can find the VF netdev plugged into the same physical port as any given PF netdev by comparing the contents of phys_port_id of the respective netdevs. That's what libvirt does when attempting to find the PF netdev for a given VF netdev (or vice versa). Most other netdev's drivers don't implement phys_port_id, so the file is visible in sysfs directory listing, but attempts to read it result in ENOTSUPP. In these cases, libvirt is unable to read phys_port_id of either the PF or the VF, so it just returns the first entry in the PF/VF's list of netdevs. But we've found that the i40e driver is in between those two situations - it implements phys_port_id for PF netdevs, but doesn't implement it for VF netdevs. So libvirt would successfully read the phys_port_id of the PF netdev, then try to find a VF netdev with matching phys_port_id, but would fail because phys_port_id is NULL for all VFs. This would result in a message like the following: Could not find network device with phys_port_id '3cfdfe9edc39' under PCI device at /sys/class/net/ens4f1/device/virtfn0 To solve this problem in a way that won't break functionality for anyone else, this patch saves the first netdev name we find for the device, and returns that if we fail to find a netdev with the desired phys_port_id. View the changeset: https://github.com/libvirt/libvirt/compare/8de85386dbcc...747116e0b904 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277569207?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #818
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 818 originally caused by: Started by upstream project "virt-manager-master-build" build number 821 originally caused by: Started by upstream project "libvirt-python-master-build" build number 666 originally caused by: Started by upstream project "libvirt-master-build" build number 868 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-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins1947119490082625500.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 368.838s OK /tmp/jenkins1947119490082625500.sh: line 2: 3280 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #816
by ci@centos.org 20 Sep '17

20 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 816 originally caused by: Started by upstream project "virt-manager-master-build" build number 819 originally caused by: Started by upstream project "libvirt-python-master-build" build number 665 originally caused by: Started by upstream project "libvirt-master-build" build number 867 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-centos-7 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins7236479644331643019.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 323.555s OK /tmp/jenkins7236479644331643019.sh: line 2: 16236 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Failed: libvirt/libvirt#513 (master - 8de8538)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #513 Status: Failed Duration: 5 hours, 8 minutes, and 48 seconds Commit: 8de8538 (master) Author: Peter Krempa Message: qemu: blockPeek: Enforce buffer filling Documentation states: "'offset' and 'size' represent an area which must lie entirely within the device or file." Enforce the that the buffer lies within fully. View the changeset: https://github.com/libvirt/libvirt/compare/eb3fc2dd2a9e...8de85386dbcc View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277372858?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Failed: libvirt/libvirt#512 (master - eb3fc2d)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #512 Status: Failed Duration: 5 hours, 2 minutes, and 48 seconds Commit: eb3fc2d (master) Author: Andrea Bolognani Message: Revert "travis: Limit git depth to 5 commits" Turns out a build job can be stuck waiting for a macOS worker to become available for a pretty long time: if more than 5 commits have been pushed in the meantime, the clone will be too shallow for the worker to find the commit it's supposed to verify, and the build job will fail. See https://travis-ci.org/libvirt/libvirt/jobs/277244110 for an example of the failure described. This reverts commit 2e975abdc9bbc9e965486e8486cc17a771cdaeb3. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> Reviewed-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f34fdd5ab606...eb3fc2dd2a9e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277359197?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Failed: libvirt/libvirt#511 (master - f34fdd5)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #511 Status: Failed Duration: 5 hours, 18 minutes, and 41 seconds Commit: f34fdd5 (master) Author: Andrea Bolognani Message: python: Don't hardcode interpreter path This is particularly useful on operating systems that don't ship Python as part of the base system (eg. FreeBSD) while still working just as well as it did before on Linux. While at it, make it explicit that our scripts are only going to work with Python 2, and remove the usage of unbuffered I/O, which as far as I can tell has no effect on the output files. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/8406769642ab...f34fdd5ab606 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277329529?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#510 (master - 8406769)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #510 Status: Errored Duration: 3 hours, 51 minutes, and 51 seconds Commit: 8406769 (master) Author: Michal Privoznik Message: qemu: Mark graphics ports used on reconnect I don't want to mask the real problem, but one can advocate that we should be marking graphics ports as already in use on qemuProcessReconnect anyway, because we already know that they are taken. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/cdd6eb99c2f9...8406769642ab View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277322615?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#509 (master - cdd6eb9)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #509 Status: Errored Duration: 3 hours, 39 minutes, and 44 seconds Commit: cdd6eb9 (master) Author: Ján Tomko Message: configure: fix check for DEVLINK_CMD_ESWITCH_GET Instead of checking for all possible constants that every kernel header with devlink support should have (and defining HAVE_DECL_DEVLINK as 1 if any of them is present due to the way AC_CHECK_DECLS works), only check for DEVLINK_CMD_ESWITCH_GET. This is the name of the constant since kernel 4.11. Between 4.8 and 4.11, the now deprecated spelling DEVLINK_CMD_ESWITCH_MODE_GET was used. Assume DEVLINK_ESWITCH_MODE_SWITCHDEV is available, since it was introduced along with the deprecated spelling. View the changeset: https://github.com/libvirt/libvirt/compare/d085197ce2e0...cdd6eb99c2f9 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277309556?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#508 (master - d085197)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #508 Status: Errored Duration: 3 hours, 21 minutes, and 56 seconds Commit: d085197 (master) Author: John Ferlan Message: storage: Use virStoragePoolObjDefUseNewDef Use the new accessor API for storage_driver. View the changeset: https://github.com/libvirt/libvirt/compare/b616ec65e244...d085197ce2e0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277296556?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-23 #861
by ci@centos.org 19 Sep '17

19 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/86…> Changes: [jferlan] nodedev: add switchdev to NIC capabilities [jferlan] docs: Update news.xml to describe switchdev offloading [jdenemar] tests: Add CPUID data for Intel(R) Xeon(R) Gold 6148 CPU [jdenemar] cpu: Add clwb/pcommit CPU features [jdenemar] cpu: Add new Skylake-Server CPU model ------------------------------------------ [...truncated 136.66 KB...] GEN locking/qemu-sanlock.conf GEN locking/libxl-sanlock.conf GEN rpc/virnetprotocol.h GEN rpc/virkeepaliveprotocol.h GEN locking/lock_protocol.c GEN logging/log_protocol.c GEN admin/admin_protocol.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 rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN libvirt.def make all-am make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/ws…'> 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 GEN libvirt_probes.o CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_lxc_la-libvirt-lxc.lo CC libvirt_admin_la-libvirt-admin.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC locking/sanlock_la-lock_driver_sanlock.lo GEN libvirt_qemu_probes.o CC secret/libvirt_driver_secret_la-secret_driver.lo CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend_sheepdog.lo CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend.lo CC util/libvirt_setuid_rpc_client_la-viralloc.lo CC util/libvirt_setuid_rpc_client_la-viratomic.lo CC util/libvirt_setuid_rpc_client_la-virbitmap.lo CC util/libvirt_setuid_rpc_client_la-virbuffer.lo CC util/libvirt_setuid_rpc_client_la-vircgroup.lo CC util/libvirt_setuid_rpc_client_la-vircommand.lo CC util/libvirt_setuid_rpc_client_la-virconf.lo CC util/libvirt_setuid_rpc_client_la-virdbus.lo CC util/libvirt_setuid_rpc_client_la-virerror.lo CC util/libvirt_setuid_rpc_client_la-virevent.lo CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo CC util/libvirt_setuid_rpc_client_la-virfile.lo CC util/libvirt_setuid_rpc_client_la-virgettext.lo CC util/libvirt_setuid_rpc_client_la-virhash.lo CC util/libvirt_setuid_rpc_client_la-virhashcode.lo CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo CC util/libvirt_setuid_rpc_client_la-virjson.lo CC util/libvirt_setuid_rpc_client_la-virlog.lo CC util/libvirt_setuid_rpc_client_la-virobject.lo CC util/libvirt_setuid_rpc_client_la-virpidfile.lo CC util/libvirt_setuid_rpc_client_la-virprocess.lo CC util/libvirt_setuid_rpc_client_la-virrandom.lo CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo CC util/libvirt_setuid_rpc_client_la-virstring.lo CC util/libvirt_setuid_rpc_client_la-virsystemd.lo CC util/libvirt_setuid_rpc_client_la-virtime.lo CC util/libvirt_setuid_rpc_client_la-virthread.lo CC util/libvirt_setuid_rpc_client_la-virthreadjob.lo CC util/libvirt_setuid_rpc_client_la-virtypedparam.lo CC util/libvirt_setuid_rpc_client_la-viruri.lo CC util/libvirt_setuid_rpc_client_la-virutil.lo CC util/libvirt_setuid_rpc_client_la-viruuid.lo CC conf/libvirt_setuid_rpc_client_la-domain_event.lo CC conf/libvirt_setuid_rpc_client_la-network_event.lo CC conf/libvirt_setuid_rpc_client_la-object_event.lo CC conf/libvirt_setuid_rpc_client_la-storage_event.lo CC conf/libvirt_setuid_rpc_client_la-node_device_event.lo CC conf/libvirt_setuid_rpc_client_la-secret_event.lo CC rpc/libvirt_setuid_rpc_client_la-virnetsocket.lo CC rpc/libvirt_setuid_rpc_client_la-virnetmessage.lo CC rpc/libvirt_setuid_rpc_client_la-virkeepalive.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclient.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_setuid_rpc_client_la-virnetprotocol.lo CC remote/libvirt_setuid_rpc_client_la-remote_driver.lo CC remote/libvirt_setuid_rpc_client_la-remote_protocol.lo CC remote/libvirt_setuid_rpc_client_la-qemu_protocol.lo CC remote/libvirt_setuid_rpc_client_la-lxc_protocol.lo CC libvirt_setuid_rpc_client_la-datatypes.lo CC libvirt_setuid_rpc_client_la-libvirt.lo CC libvirt_setuid_rpc_client_la-libvirt-domain.lo CC libvirt_setuid_rpc_client_la-libvirt-domain-snapshot.lo CC libvirt_setuid_rpc_client_la-libvirt-host.lo CC libvirt_setuid_rpc_client_la-libvirt-interface.lo CC libvirt_setuid_rpc_client_la-libvirt-network.lo CC libvirt_setuid_rpc_client_la-libvirt-nodedev.lo CC libvirt_setuid_rpc_client_la-libvirt-nwfilter.lo CC libvirt_setuid_rpc_client_la-libvirt-secret.lo CC libvirt_setuid_rpc_client_la-libvirt-storage.lo CC libvirt_setuid_rpc_client_la-libvirt-stream.lo CC libvirt_setuid_rpc_client_la-libvirt-lxc.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_logical_la-storage_backend_logical.lo CC storage/libvirt_storage_backend_iscsi_la-storage_backend_iscsi.lo CC storage/libvirt_storage_backend_scsi_la-storage_backend_scsi.lo CC storage/libvirt_storage_backend_mpath_la-storage_backend_mpath.lo CC storage/libvirt_storage_backend_disk_la-storage_backend_disk.lo CC storage/libvirt_storage_backend_rbd_la-storage_backend_rbd.lo CC storage/libvirt_storage_backend_sheepdog_la-storage_backend_sheepdog.lo CC storage/libvirt_storage_backend_gluster_la-storage_backend_gluster.lo CC util/libvirt_iohelper-iohelper.o CC network/libvirt_leaseshelper-leaseshelper.o CC storage/libvirt_parthelper-parthelper.o CC locking/libvirt_sanlock_helper-sanlock_helper.o CC lxc/libvirt_lxc-lxc_monitor_protocol.o CC lxc/libvirt_lxc-lxc_conf.o CC lxc/libvirt_lxc-lxc_container.o CC lxc/libvirt_lxc-lxc_cgroup.o CC lxc/libvirt_lxc-lxc_domain.o CC lxc/libvirt_lxc-lxc_fuse.o CC lxc/libvirt_lxc-lxc_controller.o CC libvirt_lxc-datatypes.o 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 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 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-xt.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-rfb.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 test_libvirtd_libxl.aug GEN test_libvirtd_qemu.aug GEN test_libvirtd_lxc.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_virtlogd.aug GEN test_libvirt_sanlock.aug GEN libvirt_qemu_probes.stp CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.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-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-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo ../../src/util/virnetdev.c: In function 'virNetDevSwitchdevFeature': ../../src/util/virnetdev.c:3248:18: error: 'DEVLINK_CMD_ESWITCH_GET' undeclared (first use in this function) gmsgh->cmd = DEVLINK_CMD_ESWITCH_GET; ^ ../../src/util/virnetdev.c:3248:18: note: each undeclared identifier is reported only once for each function it appears in Makefile:10465: recipe for target 'util/libvirt_util_la-virnetdev.lo' failed make[3]: *** [util/libvirt_util_la-virnetdev.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-xt.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeycode-rfb.pod util/virkeyname-win32.pod util/virkeycode-usb.pod util/virkeycode-atset2.pod make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/ws…'> Makefile:5807: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/ws…'> Makefile:2114: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/ws…'> Makefile:2007: recipe for target 'all' failed make: *** [all] Error 2 Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-7 #861
by ci@centos.org 19 Sep '17

19 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/861…> Changes: [jferlan] nodedev: add switchdev to NIC capabilities [jferlan] docs: Update news.xml to describe switchdev offloading [jdenemar] tests: Add CPUID data for Intel(R) Xeon(R) Gold 6148 CPU [jdenemar] cpu: Add clwb/pcommit CPU features [jdenemar] cpu: Add new Skylake-Server CPU model ------------------------------------------ [...truncated 135.27 KB...] GEN libvirt_probes.h GEN libvirt_probes.stp GEN libvirt_functions.stp GEN libvirt_qemu_probes.h GEN locking/qemu-lockd.conf GEN virtlockd.service GEN virtlockd.socket GEN virtlogd.service GEN virtlogd.socket GEN locking/qemu-sanlock.conf GEN rpc/virnetprotocol.h GEN rpc/virkeepaliveprotocol.h GEN locking/lock_protocol.c GEN logging/log_protocol.c GEN admin/admin_protocol.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 rpc/virnetprotocol.c GEN rpc/virkeepaliveprotocol.c GEN libvirt.def make all-am make[3]: Entering directory `<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/ws/…'> CC libvirt_driver_la-datatypes.lo CC libvirt_driver_la-driver.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 GEN libvirt_probes.o CC libvirt_qemu_la-libvirt-qemu.lo CC libvirt_lxc_la-libvirt-lxc.lo CC libvirt_admin_la-libvirt-admin.lo CC libvirt_admin_la-datatypes.lo CC locking/lockd_la-lock_driver_lockd.lo CC locking/lockd_la-lock_protocol.lo CC locking/sanlock_la-lock_driver_sanlock.lo GEN libvirt_qemu_probes.o CC secret/libvirt_driver_secret_la-secret_driver.lo CC util/libvirt_setuid_rpc_client_la-viralloc.lo CC util/libvirt_setuid_rpc_client_la-viratomic.lo CC util/libvirt_setuid_rpc_client_la-virbitmap.lo CC util/libvirt_setuid_rpc_client_la-virbuffer.lo CC util/libvirt_setuid_rpc_client_la-vircgroup.lo CC util/libvirt_setuid_rpc_client_la-vircommand.lo CC util/libvirt_setuid_rpc_client_la-virconf.lo CC util/libvirt_setuid_rpc_client_la-virdbus.lo CC util/libvirt_setuid_rpc_client_la-virerror.lo CC util/libvirt_setuid_rpc_client_la-virevent.lo CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo CC util/libvirt_setuid_rpc_client_la-virfile.lo CC util/libvirt_setuid_rpc_client_la-virgettext.lo CC util/libvirt_setuid_rpc_client_la-virhash.lo CC util/libvirt_setuid_rpc_client_la-virhashcode.lo CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo CC util/libvirt_setuid_rpc_client_la-virjson.lo CC util/libvirt_setuid_rpc_client_la-virlog.lo CC util/libvirt_setuid_rpc_client_la-virobject.lo CC util/libvirt_setuid_rpc_client_la-virpidfile.lo CC util/libvirt_setuid_rpc_client_la-virprocess.lo CC util/libvirt_setuid_rpc_client_la-virrandom.lo CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo CC util/libvirt_setuid_rpc_client_la-virstring.lo CC util/libvirt_setuid_rpc_client_la-virsystemd.lo CC util/libvirt_setuid_rpc_client_la-virtime.lo CC util/libvirt_setuid_rpc_client_la-virthread.lo CC util/libvirt_setuid_rpc_client_la-virthreadjob.lo CC util/libvirt_setuid_rpc_client_la-virtypedparam.lo CC util/libvirt_setuid_rpc_client_la-viruri.lo CC util/libvirt_setuid_rpc_client_la-virutil.lo CC util/libvirt_setuid_rpc_client_la-viruuid.lo CC conf/libvirt_setuid_rpc_client_la-domain_event.lo CC conf/libvirt_setuid_rpc_client_la-network_event.lo CC conf/libvirt_setuid_rpc_client_la-object_event.lo CC conf/libvirt_setuid_rpc_client_la-storage_event.lo CC conf/libvirt_setuid_rpc_client_la-node_device_event.lo CC conf/libvirt_setuid_rpc_client_la-secret_event.lo CC rpc/libvirt_setuid_rpc_client_la-virnetsocket.lo CC rpc/libvirt_setuid_rpc_client_la-virnetmessage.lo CC rpc/libvirt_setuid_rpc_client_la-virkeepalive.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclient.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_setuid_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_setuid_rpc_client_la-virnetprotocol.lo CC remote/libvirt_setuid_rpc_client_la-remote_driver.lo CC remote/libvirt_setuid_rpc_client_la-remote_protocol.lo CC remote/libvirt_setuid_rpc_client_la-qemu_protocol.lo CC remote/libvirt_setuid_rpc_client_la-lxc_protocol.lo CC libvirt_setuid_rpc_client_la-datatypes.lo CC libvirt_setuid_rpc_client_la-libvirt.lo CC libvirt_setuid_rpc_client_la-libvirt-domain.lo CC libvirt_setuid_rpc_client_la-libvirt-domain-snapshot.lo CC libvirt_setuid_rpc_client_la-libvirt-host.lo CC libvirt_setuid_rpc_client_la-libvirt-interface.lo CC libvirt_setuid_rpc_client_la-libvirt-network.lo CC libvirt_setuid_rpc_client_la-libvirt-nodedev.lo CC libvirt_setuid_rpc_client_la-libvirt-nwfilter.lo CC libvirt_setuid_rpc_client_la-libvirt-secret.lo CC libvirt_setuid_rpc_client_la-libvirt-storage.lo CC libvirt_setuid_rpc_client_la-libvirt-stream.lo CC libvirt_setuid_rpc_client_la-libvirt-lxc.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_logical_la-storage_backend_logical.lo CC storage/libvirt_storage_backend_iscsi_la-storage_backend_iscsi.lo CC storage/libvirt_storage_backend_scsi_la-storage_backend_scsi.lo CC storage/libvirt_storage_backend_mpath_la-storage_backend_mpath.lo CC storage/libvirt_storage_backend_disk_la-storage_backend_disk.lo CC storage/libvirt_storage_backend_rbd_la-storage_backend_rbd.lo CC storage/libvirt_storage_backend_gluster_la-storage_backend_gluster.lo CC util/libvirt_iohelper-iohelper.o CC network/libvirt_leaseshelper-leaseshelper.o CC storage/libvirt_parthelper-parthelper.o CC locking/libvirt_sanlock_helper-sanlock_helper.o CC lxc/libvirt_lxc-lxc_monitor_protocol.o CC lxc/libvirt_lxc-lxc_conf.o CC lxc/libvirt_lxc-lxc_container.o CC lxc/libvirt_lxc-lxc_cgroup.o CC lxc/libvirt_lxc-lxc_domain.o CC lxc/libvirt_lxc-lxc_fuse.o CC lxc/libvirt_lxc-lxc_controller.o CC libvirt_lxc-datatypes.o 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 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 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-xt.pod GEN util/virkeycode-xtkbd.pod GEN util/virkeycode-usb.pod GEN util/virkeycode-win32.pod GEN util/virkeycode-rfb.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 test_libvirtd_qemu.aug GEN test_libvirtd_lxc.aug GEN test_libvirt_lockd.aug GEN test_virtlockd.aug GEN test_virtlogd.aug GEN test_libvirt_sanlock.aug GEN libvirt_qemu_probes.stp CC util/libvirt_util_la-viralloc.lo CC util/libvirt_util_la-virarch.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-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-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo ../../src/util/virnetdev.c: In function 'virNetDevSwitchdevFeature': ../../src/util/virnetdev.c:3248:18: error: 'DEVLINK_CMD_ESWITCH_GET' undeclared (first use in this function) gmsgh->cmd = DEVLINK_CMD_ESWITCH_GET; ^ ../../src/util/virnetdev.c:3248:18: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [util/libvirt_util_la-virnetdev.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-xtkbd.pod util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-xt.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeycode-rfb.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/ws/…'> make[2]: *** [all] Error 2 make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/ws/…'> make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/ws/…'> make: *** [all] Error 2 Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Errored: libvirt/libvirt#507 (master - b616ec6)
by Travis CI 19 Sep '17

19 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #507 Status: Errored Duration: 3 hours, 5 minutes, and 17 seconds Commit: b616ec6 (master) Author: Erik Skultety Message: virsh: man: Describe the 'create' command a bit more So we refer to the terms 'persistent' and 'transient' across the whole man page, without describing it further, but more importantly, how the create command affects it, i.e. explicitly stating that domain created via the 'create' command are going to be transient or persistent, depending on whether there is an existing persistent domain with a matching <name> and <uuid>, in which case it will remain persistent, but will run using a one-time configuration, otherwise it's going to be transient and will vanish once destroyed. Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/776b9ac594b6...b616ec65e244 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/277244100?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #811
by ci@centos.org 18 Sep '17

18 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 811 originally caused by: Started by upstream project "virt-manager-master-build" build number 814 originally caused by: Started by upstream project "libvirt-python-master-build" build number 660 originally caused by: Started by upstream project "libvirt-master-build" build number 859 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-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins5950496580594651463.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 311.970s OK /tmp/jenkins5950496580594651463.sh: line 2: 4256 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-6 #585
by ci@centos.org 15 Sep '17

15 Sep '17
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/585/d…> ------------------------------------------ [...truncated 905.82 KB...] OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect modelibvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK PASS: genericxml2xmltest TEST: virusbtest 1) USBDeviceFind Nexus ... OK 2) USBDeviceFind Nexus wrong devnum ... libvirt: error : internal error: Did not find USB device 18d1:4e22 bus:1 device:25 OK 3) USBDeviceFind Bogus ... libvirt: error : internal error: Did not find USB device f00d:beef bus:1024 device:768 OK 4) USBDeviceFind integrated camera ... OK 5) USBDeviceFind wrong bus/devno combination ... libvirt: error : internal error: Did not find USB device bus:2 device:20 OK 6) USBDeviceFind missing bus ... libvirt: error : internal error: Did not find USB device bus:5 device:20 OK 7) USBDeviceFind missing devnum ... libvirt: error : internal error: Did not find USB device bus:1 device:158 OK 8) USBDeviceFind Nexus (multiple results) ... OK 9) USBDeviceFind Bogus vendor and product ... libvirt: error : internal error: Did not find USB device f00d:beef OK 10) USBDeviceFind Valid vendor ... libvirt: error : internal error: Did not find USB device 1d6b:beef OK 11) USB List test ... OK PASS: virusbtest TEST: virnetdevbandwidthtest 1) virNetDevBandwidthSet ... OK 2) virNetDevBandwidthSet ... OK 3) virNetDevBandwidthSet ... OK 4) virNetDevBandwidthSet ... OK 5) virNetDevBandwidthSet ... OK PASS: virnetdevbandwidthtest TEST: eventtest 1) Simple write ... OK 2) Deleted before poll ... OK 3) Interrupted during poll ... OK 4) Deleted during dispatch ... OK 5) Deleted during dispatch ... OK 6) Firing a timer ... OK 7) Deleted before poll ... OK 8) Interrupted during poll ... OK 9) Deleted during dispatch ... OK 10) Deleted during dispatch ... OK 11) Simple write ... OK 12) Simple write ... OK 13) Simple write ... OK 14) Simple write ... OK 15) Write duplicate ... OK PASS: eventtest TEST: virdrivermoduletest 1) Test driver "network" ... OK 2) Test driver "interface" ... OK 3) Test driver "storage" ... OK 4) Test driver "nodedev" ... OK 5) Test driver "secret" ... OK 6) Test driver "nwfilter" ... OK 7) Test driver "qemu" ... OK 8) Test driver "lxc" ... OK PASS: virdrivermoduletest TEST: objecteventtest 1) Domain createXML start event (old API) ... OK 2) Domain createXML start event (new API) ... OK 3) Domain createXML start event (both API) ... libvirt: Test Driver error : Domain not found: no domain with matching uuid '77a6fc12-07b5-9415-8abb-a803613f2a40' (test-domain) OK 4) Domain (un)define events ... OK 5) Domain start stop events ... OK 6) Network createXML start event ... OK 7) Network (un)define events ... OK 8) Network start stop events ... OK 9) Storage pool createXML start event ... OK 10) Storage pool (un)define events ... OK 11) Storage pool start stop events ... OK 12) Node device createXML add event ... OK PASS: objecteventtest TEST: virmacmaptest 1) Lookup "none" in "empty" ... OK 2) Remove "none" in "empty" ... OK 3) Lookup "f24" in "simple" ... OK 4) Remove "f24" in "simple" ... OK 5) Lookup "f24" in "simple2" ... OK 6) Remove "f24" in "simple2" ... OK 7) Lookup "f25" in "simple2" ... OK 8) Remove "f25" in "simple2" ... OK 9) Flush "empty" ... OK 10) Flush "simple" ... OK 11) Flush "simple2" ... OK 12) Flush "complex" ... OK PASS: virmacmaptest PASS: libvirtd-fail PASS: libvirtd-pool PASS: virsh-cpuset PASS: virsh-define-dev-segfault PASS: virsh-int-overflow PASS: virsh-optparse PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-schedinfo 1) ./virsh-self-test ... OK PASS: virsh-self-test 1) ./virt-admin-self-test ... OK PASS: virt-admin-self-test PASS: virsh-start PASS: virsh-undefine 1) User config file ... OK 2) User config file ... OK 3) LIBVIRT_DEFAULT_URI ... OK 4) LIBVIRT_DEFAULT_URI ... OK 5) VIRSH_DEFAULT_CONNECT_URI ... OK 6) VIRSH_DEFAULT_CONNECT_URI ... OK 7) Parameter ... OK 8) Parameter ... OK PASS: virsh-uriprecedence PASS: virsh-vcpupin ==================== All 117 tests passed ==================== make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> + exit 0 Processing files: libvirt-3.8.0-1.el6.x86_64 Processing files: libvirt-docs-3.8.0-1.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.k7Rkb6 + umask 022 + cd <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cd libvirt-3.8.0 + DOCDIR=<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + export DOCDIR + rm -rf <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + /bin/mkdir -p <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr AUTHORS ChangeLog.gz NEWS README TODO <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr libvirt-docs/html <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/hellolibvirt <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/object-events <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/dominfo <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/domsuspend <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/dommigrate <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/openauth <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/xml <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/rename <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/systemtap <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/admin <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libvirt-daemon-3.8.0-1.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LGlWBq + umask 022 + cd <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cd libvirt-3.8.0 + DOCDIR=<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + export DOCDIR + rm -rf <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + /bin/mkdir -p <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr daemon/libvirtd.upstart <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + cp -pr examples/polkit/libvirt-acl.rules <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> + exit 0 Provides: config(libvirt-daemon) = 3.8.0-1.el6 lockd.so()(64bit) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libaudit.so.1()(64bit) libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgnutls.so.26()(64bit) libgnutls.so.26(GNUTLS_1_4)(64bit) libnl.so.1()(64bit) libnuma.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libsasl2.so.2()(64bit) libselinux.so.1()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) libvirt-admin.so.0()(64bit) libvirt-admin.so.0(LIBVIRT_ADMIN_PRIVATE_3.8.0)(64bit) libvirt-lxc.so.0()(64bit) libvirt-lxc.so.0(LIBVIRT_LXC_1.0.2)(64bit) libvirt-qemu.so.0()(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.10.0)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.9.4)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_1.2.3)(64bit) libvirt.so.0()(64bit) libvirt.so.0(LIBVIRT_0.0.3)(64bit) libvirt.so.0(LIBVIRT_0.0.5)(64bit) libvirt.so.0(LIBVIRT_0.1.0)(64bit) libvirt.so.0(LIBVIRT_0.1.1)(64bit) libvirt.so.0(LIBVIRT_0.1.4)(64bit) libvirt.so.0(LIBVIRT_0.1.5)(64bit) libvirt.so.0(LIBVIRT_0.1.9)(64bit) libvirt.so.0(LIBVIRT_0.10.0)(64bit) libvirt.so.0(LIBVIRT_0.10.2)(64bit) libvirt.so.0(LIBVIRT_0.2.0)(64bit) libvirt.so.0(LIBVIRT_0.2.1)(64bit) libvirt.so.0(LIBVIRT_0.2.3)(64bit) libvirt.so.0(LIBVIRT_0.3.0)(64bit) libvirt.so.0(LIBVIRT_0.3.2)(64bit) libvirt.so.0(LIBVIRT_0.3.3)(64bit) libvirt.so.0(LIBVIRT_0.4.1)(64bit) libvirt.so.0(LIBVIRT_0.4.2)(64bit) libvirt.so.0(LIBVIRT_0.4.5)(64bit) libvirt.so.0(LIBVIRT_0.5.0)(64bit) libvirt.so.0(LIBVIRT_0.6.1)(64bit) libvirt.so.0(LIBVIRT_0.6.3)(64bit) libvirt.so.0(LIBVIRT_0.6.4)(64bit) libvirt.so.0(LIBVIRT_0.7.0)(64bit) libvirt.so.0(LIBVIRT_0.7.1)(64bit) libvirt.so.0(LIBVIRT_0.7.2)(64bit) libvirt.so.0(LIBVIRT_0.7.3)(64bit) libvirt.so.0(LIBVIRT_0.7.5)(64bit) libvirt.so.0(LIBVIRT_0.7.7)(64bit) libvirt.so.0(LIBVIRT_0.8.0)(64bit) libvirt.so.0(LIBVIRT_0.8.1)(64bit) libvirt.so.0(LIBVIRT_0.8.2)(64bit) libvirt.so.0(LIBVIRT_0.8.5)(64bit) libvirt.so.0(LIBVIRT_0.8.6)(64bit) libvirt.so.0(LIBVIRT_0.8.8)(64bit) libvirt.so.0(LIBVIRT_0.9.0)(64bit) libvirt.so.0(LIBVIRT_0.9.10)(64bit) libvirt.so.0(LIBVIRT_0.9.11)(64bit) libvirt.so.0(LIBVIRT_0.9.13)(64bit) libvirt.so.0(LIBVIRT_0.9.2)(64bit) libvirt.so.0(LIBVIRT_0.9.3)(64bit) libvirt.so.0(LIBVIRT_0.9.4)(64bit) libvirt.so.0(LIBVIRT_0.9.5)(64bit) libvirt.so.0(LIBVIRT_0.9.7)(64bit) libvirt.so.0(LIBVIRT_0.9.8)(64bit) libvirt.so.0(LIBVIRT_0.9.9)(64bit) libvirt.so.0(LIBVIRT_1.0.0)(64bit) libvirt.so.0(LIBVIRT_1.0.1)(64bit) libvirt.so.0(LIBVIRT_1.0.2)(64bit) libvirt.so.0(LIBVIRT_1.0.3)(64bit) libvirt.so.0(LIBVIRT_1.0.5)(64bit) libvirt.so.0(LIBVIRT_1.0.6)(64bit) libvirt.so.0(LIBVIRT_1.1.1)(64bit) libvirt.so.0(LIBVIRT_1.1.3)(64bit) libvirt.so.0(LIBVIRT_1.2.1)(64bit) libvirt.so.0(LIBVIRT_1.2.11)(64bit) libvirt.so.0(LIBVIRT_1.2.12)(64bit) libvirt.so.0(LIBVIRT_1.2.14)(64bit) libvirt.so.0(LIBVIRT_1.2.15)(64bit) libvirt.so.0(LIBVIRT_1.2.16)(64bit) libvirt.so.0(LIBVIRT_1.2.19)(64bit) libvirt.so.0(LIBVIRT_1.2.3)(64bit) libvirt.so.0(LIBVIRT_1.2.5)(64bit) libvirt.so.0(LIBVIRT_1.2.6)(64bit) libvirt.so.0(LIBVIRT_1.2.7)(64bit) libvirt.so.0(LIBVIRT_1.2.8)(64bit) libvirt.so.0(LIBVIRT_1.2.9)(64bit) libvirt.so.0(LIBVIRT_1.3.3)(64bit) libvirt.so.0(LIBVIRT_2.0.0)(64bit) libvirt.so.0(LIBVIRT_2.2.0)(64bit) libvirt.so.0(LIBVIRT_3.0.0)(64bit) libvirt.so.0(LIBVIRT_3.1.0)(64bit) libvirt.so.0(LIBVIRT_3.4.0)(64bit) libvirt.so.0(LIBVIRT_3.7.0)(64bit) libvirt.so.0(LIBVIRT_PRIVATE_3.8.0)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libyajl.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-config-network-3.8.0-1.el6.x86_64 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Processing files: libvirt-daemon-config-nwfilter-3.8.0-1.el6.x86_64 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Processing files: libvirt-daemon-driver-network-3.8.0-1.el6.x86_64 Provides: libvirt_driver_network.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libaudit.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libdbus-1.so.3()(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdl.so.2()(64bit) libnl.so.1()(64bit) libnuma.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libselinux.so.1()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libyajl.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-nwfilter-3.8.0-1.el6.x86_64 Provides: libvirt_driver_nwfilter.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdbus-1.so.3()(64bit) libdl.so.2()(64bit) libnl.so.1()(64bit) libpcap.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-nodedev-3.8.0-1.el6.x86_64 Provides: libvirt_driver_nodedev.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libpciaccess.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libudev.so.0()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-interface-3.8.0-1.el6.x86_64 Provides: libvirt_driver_interface.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libnetcf.so.1()(64bit) libnetcf.so.1(NETCF_1.0.0)(64bit) libnetcf.so.1(NETCF_1.2.0)(64bit) libnetcf.so.1(NETCF_1.3.0)(64bit) libnetcf.so.1(NETCF_1.4.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libudev.so.0()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-secret-3.8.0-1.el6.x86_64 Provides: libvirt_driver_secret.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-core-3.8.0-1.el6.x86_64 Provides: libvirt_driver_storage.so()(64bit) libvirt_storage_backend_fs.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libaudit.so.1()(64bit) libblkid.so.1()(64bit) libblkid.so.1(BLKID_1.0)(64bit) libblkid.so.1(BLKID_2.15)(64bit) libblkid.so.1(BLKID_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libdbus-1.so.3()(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdl.so.2()(64bit) libnl.so.1()(64bit) libnuma.so.1()(64bit) libparted-2.1.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libselinux.so.1()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libyajl.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-logical-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_logical.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-disk-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_disk.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-scsi-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_scsi.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-iscsi-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_iscsi.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-mpath-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_mpath.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-gluster-3.8.0-1.el6.x86_64 Provides: libvirt_storage_backend_gluster.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libacl.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_3.4.0)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libuuid.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-storage-3.8.0-1.el6.x86_64 Processing files: libvirt-daemon-driver-qemu-3.8.0-1.el6.x86_64 Provides: config(libvirt-daemon-driver-qemu) = 3.8.0-1.el6 libvirt_driver_qemu.so()(64bit) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgnutls.so.26()(64bit) libgnutls.so.26(GNUTLS_1_4)(64bit) libnl.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-driver-lxc-3.8.0-1.el6.x86_64 Provides: config(libvirt-daemon-driver-lxc) = 3.8.0-1.el6 libvirt_driver_lxc.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libaudit.so.1()(64bit) libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libblkid.so.1()(64bit) libblkid.so.1(BLKID_2.15)(64bit) libblkid.so.1(BLKID_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libdbus-1.so.3()(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgnutls.so.26()(64bit) libgnutls.so.26(GNUTLS_1_4)(64bit) libnl.so.1()(64bit) libnuma.so.1()(64bit) libnuma.so.1(libnuma_1.1)(64bit) libnuma.so.1(libnuma_1.2)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libsasl2.so.2()(64bit) libselinux.so.1()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.4)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libyajl.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-daemon-kvm-3.8.0-1.el6.x86_64 Processing files: libvirt-daemon-lxc-3.8.0-1.el6.x86_64 Processing files: libvirt-client-3.8.0-1.el6.x86_64 Provides: config(libvirt-client) = 3.8.0-1.el6 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh libacl.so.1()(64bit) libaudit.so.1()(64bit) libavahi-client.so.3()(64bit) libavahi-common.so.3()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcap-ng.so.0()(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdevmapper.so.1.02()(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgnutls.so.26()(64bit) libnl.so.1()(64bit) libnuma.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libreadline.so.6()(64bit) librt.so.1()(64bit) libsasl2.so.2()(64bit) libselinux.so.1()(64bit) libutil.so.1()(64bit) libvirt-lxc.so.0()(64bit) libvirt-lxc.so.0(LIBVIRT_LXC_1.0.2)(64bit) libvirt-lxc.so.0(LIBVIRT_LXC_1.0.4)(64bit) libvirt-lxc.so.0(LIBVIRT_LXC_2.0.0)(64bit) libvirt-qemu.so.0()(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.10.0)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_0.9.4)(64bit) libvirt-qemu.so.0(LIBVIRT_QEMU_1.2.3)(64bit) libvirt.so.0()(64bit) libvirt.so.0(LIBVIRT_0.0.3)(64bit) libvirt.so.0(LIBVIRT_0.1.0)(64bit) libvirt.so.0(LIBVIRT_0.1.1)(64bit) libvirt.so.0(LIBVIRT_0.1.4)(64bit) libvirt.so.0(LIBVIRT_0.1.5)(64bit) libvirt.so.0(LIBVIRT_0.1.9)(64bit) libvirt.so.0(LIBVIRT_0.10.0)(64bit) libvirt.so.0(LIBVIRT_0.10.2)(64bit) libvirt.so.0(LIBVIRT_0.2.0)(64bit) libvirt.so.0(LIBVIRT_0.2.1)(64bit) libvirt.so.0(LIBVIRT_0.2.3)(64bit) libvirt.so.0(LIBVIRT_0.3.0)(64bit) libvirt.so.0(LIBVIRT_0.3.2)(64bit) libvirt.so.0(LIBVIRT_0.3.3)(64bit) libvirt.so.0(LIBVIRT_0.4.0)(64bit) libvirt.so.0(LIBVIRT_0.4.1)(64bit) libvirt.so.0(LIBVIRT_0.4.5)(64bit) libvirt.so.0(LIBVIRT_0.5.0)(64bit) libvirt.so.0(LIBVIRT_0.6.1)(64bit) libvirt.so.0(LIBVIRT_0.6.3)(64bit) libvirt.so.0(LIBVIRT_0.6.4)(64bit) libvirt.so.0(LIBVIRT_0.7.0)(64bit) libvirt.so.0(LIBVIRT_0.7.1)(64bit) libvirt.so.0(LIBVIRT_0.7.2)(64bit) libvirt.so.0(LIBVIRT_0.7.3)(64bit) libvirt.so.0(LIBVIRT_0.7.5)(64bit) libvirt.so.0(LIBVIRT_0.7.7)(64bit) libvirt.so.0(LIBVIRT_0.8.0)(64bit) libvirt.so.0(LIBVIRT_0.8.1)(64bit) libvirt.so.0(LIBVIRT_0.8.2)(64bit) libvirt.so.0(LIBVIRT_0.8.5)(64bit) libvirt.so.0(LIBVIRT_0.8.6)(64bit) libvirt.so.0(LIBVIRT_0.8.8)(64bit) libvirt.so.0(LIBVIRT_0.9.0)(64bit) libvirt.so.0(LIBVIRT_0.9.10)(64bit) libvirt.so.0(LIBVIRT_0.9.11)(64bit) libvirt.so.0(LIBVIRT_0.9.13)(64bit) libvirt.so.0(LIBVIRT_0.9.2)(64bit) libvirt.so.0(LIBVIRT_0.9.3)(64bit) libvirt.so.0(LIBVIRT_0.9.4)(64bit) libvirt.so.0(LIBVIRT_0.9.5)(64bit) libvirt.so.0(LIBVIRT_0.9.7)(64bit) libvirt.so.0(LIBVIRT_0.9.8)(64bit) libvirt.so.0(LIBVIRT_0.9.9)(64bit) libvirt.so.0(LIBVIRT_1.0.0)(64bit) libvirt.so.0(LIBVIRT_1.0.1)(64bit) libvirt.so.0(LIBVIRT_1.0.2)(64bit) libvirt.so.0(LIBVIRT_1.0.3)(64bit) libvirt.so.0(LIBVIRT_1.0.5)(64bit) libvirt.so.0(LIBVIRT_1.1.0)(64bit) libvirt.so.0(LIBVIRT_1.1.1)(64bit) libvirt.so.0(LIBVIRT_1.1.3)(64bit) libvirt.so.0(LIBVIRT_1.2.1)(64bit) libvirt.so.0(LIBVIRT_1.2.11)(64bit) libvirt.so.0(LIBVIRT_1.2.12)(64bit) libvirt.so.0(LIBVIRT_1.2.14)(64bit) libvirt.so.0(LIBVIRT_1.2.15)(64bit) libvirt.so.0(LIBVIRT_1.2.16)(64bit) libvirt.so.0(LIBVIRT_1.2.17)(64bit) libvirt.so.0(LIBVIRT_1.2.19)(64bit) libvirt.so.0(LIBVIRT_1.2.3)(64bit) libvirt.so.0(LIBVIRT_1.2.5)(64bit) libvirt.so.0(LIBVIRT_1.2.6)(64bit) libvirt.so.0(LIBVIRT_1.2.7)(64bit) libvirt.so.0(LIBVIRT_1.2.8)(64bit) libvirt.so.0(LIBVIRT_1.2.9)(64bit) libvirt.so.0(LIBVIRT_1.3.3)(64bit) libvirt.so.0(LIBVIRT_2.0.0)(64bit) libvirt.so.0(LIBVIRT_2.2.0)(64bit) libvirt.so.0(LIBVIRT_3.0.0)(64bit) libvirt.so.0(LIBVIRT_3.1.0)(64bit) libvirt.so.0(LIBVIRT_3.4.0)(64bit) libvirt.so.0(LIBVIRT_3.7.0)(64bit) libvirt.so.0(LIBVIRT_PRIVATE_3.8.0)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libyajl.so.1()(64bit) rtld(GNU_HASH) Processing files: libvirt-libs-3.8.0-1.el6.x86_64 error: File must begin with "/": LGPLv2+ error: File must begin with "/": COPYING error: File must begin with "/": COPYING.LESSER RPM build errors: File must begin with "/": LGPLv2+ File must begin with "/": COPYING File must begin with "/": COPYING.LESSER Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #806
by ci@centos.org 15 Sep '17

15 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 806 originally caused by: Started by upstream project "virt-manager-master-build" build number 809 originally caused by: Started by upstream project "libvirt-python-master-build" build number 657 originally caused by: Started by upstream project "libvirt-master-build" build number 856 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-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins7735782819924077698.sh + python setup.py test running test .................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 436 tests in 398.502s OK /tmp/jenkins7735782819924077698.sh: line 2: 11863 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Failed: libvirt/libvirt#495 (v3.7-maint - d83dac0)
by Travis CI 15 Sep '17

15 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #495 Status: Failed Duration: 4 hours, 3 minutes, and 42 seconds Commit: d83dac0 (v3.7-maint) Author: Daniel Veillard Message: Release of libvirt-3.7.0 * docs/news.xml: update for release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v3.7-maint View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/275641481?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #803
by ci@centos.org 15 Sep '17

15 Sep '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 803 originally caused by: Started by upstream project "virt-manager-master-build" build number 806 originally caused by: Started by upstream project "libvirt-python-master-build" build number 656 originally caused by: Started by upstream project "libvirt-master-build" build number 855 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-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins2763799302806255210.sh + python setup.py test running test .................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 436 tests in 324.995s OK /tmp/jenkins2763799302806255210.sh: line 2: 29012 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-fedora-rawhide #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-rawhi…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-fedora-25 #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-25/85…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-fedora-24 #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-24/85…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-fedora-23 #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-23/85…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-centos-7 #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/855…>
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt-master-build » libvirt-freebsd #855
by ci@centos.org 14 Sep '17

14 Sep '17
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd/855/…>
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • ...
  • 190
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.