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
  • ----- 2025 -----
  • 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

September 2017

  • 2 participants
  • 102 discussions
[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
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 11
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.