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

Keyboard Shortcuts

Thread View

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

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

January 2018

  • 2 participants
  • 135 discussions
[Libvirt-ci] Fixed: libvirt/libvirt#835 (master - bcc5710)
by Travis CI 20 Jan '18

20 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #835 Status: Fixed Duration: 19 minutes and 24 seconds Commit: bcc5710 (master) Author: Jiri Denemark Message: qemu: Fix crash in offline migration When migrating a shutoff domain (i.e., offline migration), we have no statistics to report and thus jobInfo will be NULL in qemuMigrationFinish. Broken by me in v3.10.0-183-ge8784e7868. https://bugzilla.redhat.com/show_bug.cgi?id=1536351 Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/6d4a3cd42781...bcc5710708ec View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330737166?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#839 (master - 71d56a3)
by Travis CI 20 Jan '18

20 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #839 Status: Passed Duration: 14 hours, 33 minutes, and 10 seconds Commit: 71d56a3 (master) Author: Jim Fehlig Message: nodedev: Fix failing to parse PCI address for non-PCI network devices Commit 8708ca01c added virNetDevSwitchdevFeature() to check if a network device has Switchdev capabilities. virNetDevSwitchdevFeature() attempts to retrieve the PCI device associated with the network device, ignoring non-PCI devices. It does so via the following call chain virNetDevSwitchdevFeature()->virNetDevGetPCIDevice()-> virPCIGetDeviceAddressFromSysfsLink() For non-PCI network devices (qeth, Xen vif, etc), virPCIGetDeviceAddressFromSysfsLink() will report an error when virPCIDeviceAddressParse() fails. virPCIDeviceAddressParse() also logs an error. After commit 8708ca01c there are now two errors reported for each non-PCI network device even though the errors are harmless. To avoid the errors, introduce virNetDevIsPCIDevice() and use it in virNetDevGetPCIDevice() before attempting to retrieve the associated PCI device. virNetDevIsPCIDevice() uses the 'subsystem' property of the device to determine if it is PCI. See the sysfs rules in kernel documentation for more details https://www.kernel.org/doc/html/latest/admin-guide/sysfs-rules.html View the changeset: https://github.com/libvirt/libvirt/compare/72adaf2f1050...71d56a397925 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330911283?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#838 (master - 72adaf2)
by Travis CI 20 Jan '18

20 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #838 Status: Passed Duration: 19 minutes and 35 seconds Commit: 72adaf2 (master) Author: Michal Privoznik Message: Revert "qemu: monitor: do not report error on shutdown" https://bugzilla.redhat.com/show_bug.cgi?id=1536461 This reverts commit aeda1b8c56dc58b0a413acc61bbea938b40499e1. Problem is that we need mon->lastError to be set because it's used all over the place. Also, there's nothing wrong with reporting error if one occurred. I mean, if there's a thread executing an API and which currently is talking on monitor it definitely wants the error reported. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/9160dfbfc513...72adaf2f1050 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330815871?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#837 (v4.0.0 - 9160dfb)
by Travis CI 19 Jan '18

19 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #837 Status: Passed Duration: 10 hours, 15 minutes, and 21 seconds Commit: 9160dfb (v4.0.0) Author: Daniel Veillard Message: Release of libvirt-4.0.0 * docs/news.xml: update for release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v4.0.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330758609?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#836 (master - 9160dfb)
by Travis CI 19 Jan '18

19 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #836 Status: Passed Duration: 19 minutes and 27 seconds Commit: 9160dfb (master) Author: Daniel Veillard Message: Release of libvirt-4.0.0 * docs/news.xml: update for release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/bcc5710708ec...9160dfbfc513 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330758590?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-sandbox-master-build » libvirt-debian-9 #848
by ci@centos.org 18 Jan '18

18 Jan '18
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…> Changes: [berrange] Search for standalone xdr library [berrange] Improve check for static lzma/zlib [berrange] Require rpcgen/libtirpc ------------------------------------------ [...truncated 10.76 KB...] checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-attribute=pure... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-default... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunsafe-loop-optimizations... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-sign-conversion... yes checking whether C compiler handles -Wno-conversion... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -fstack-protector-all... yes checking whether C compiler handles --param=ssp-buffer-size=4... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -funit-at-a-time... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO_UNIX... yes checking for GOBJECT... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking for LIBVIRT_GOBJECT... yes checking for LIBVIRT_GCONFIG... yes checking for ZLIB... yes checking for LZMA... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for capng_updatev in -lcap-ng... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for perl... /usr/bin/perl checking for rpcgen... /usr/bin/rpcgen checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for fgetfilecon in -lselinux... yes checking for library containing xdrmem_create... none required checking where to find <rpc/rpc.h>... none checking for static LIBC... yes checking for static LZMA... yes checking for static ZLIB... yes checking for ldd... /usr/bin/ldd checking for gobject-introspection... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.24.1 checking for XML::Parser... ok checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libvirt-sandbox/Makefile config.status: creating libvirt-sandbox/tests/Makefile config.status: creating libvirt-sandbox/image/Makefile config.status: creating libvirt-sandbox/image/sources/Makefile config.status: creating bin/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/libvirt-sandbox/Makefile config.status: creating po/Makefile.in config.status: creating libvirt-sandbox.spec config.status: creating libvirt-sandbox-1.0.pc config.status: creating config.h config.status: linking ../GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: configure: Configuration summary configure: ===================== configure: configure: configure: Libraries: configure: configure: LZMA: -llzma configure: ZLIB: -lz configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgobject-2.0 -lglib-2.0 configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -I/home/jenkins/build/libvirt/include -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt configure: Now type 'make' to compile libvirt-sandbox. + make -j3 make all-recursive make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Making all in libvirt-sandbox make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> GEN libvirt-sandbox-enum-types.h GEN libvirt-sandbox-protocol.h GEN libvirt-sandbox-enum-types.c GEN libvirt-sandbox-protocol.c make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Making all in tests make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Making all in image make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Making all in sources make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o CC libvirt_sandbox_init_common-libvirt-sandbox-util.o CC libvirt_sandbox_init_common-libvirt-sandbox-config.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o CCLD libvirt-sandbox-1.0.la CCLD libvirt-sandbox-init-common CCLD libvirt-sandbox-init-qemu CCLD libvirt-sandbox-init-lxc gcc: error: none: No such file or directory gcc: error: required: No such file or directory Makefile:963: recipe for target 'libvirt-sandbox-init-common' failed make[4]: *** [libvirt-sandbox-init-common] Error 1 make[4]: *** Waiting for unfinished jobs.... ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Makefile:1744: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Makefile:841: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Makefile:567: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-debi…'> Makefile:474: recipe for target 'all' failed make: *** [all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-26 #848
by ci@centos.org 18 Jan '18

18 Jan '18
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…> Changes: [berrange] Search for standalone xdr library [berrange] Improve check for static lzma/zlib [berrange] Require rpcgen/libtirpc ------------------------------------------ [...truncated 10.71 KB...] checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-attribute=pure... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-default... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunsafe-loop-optimizations... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-sign-conversion... yes checking whether C compiler handles -Wno-conversion... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -fstack-protector-all... yes checking whether C compiler handles --param=ssp-buffer-size=4... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -funit-at-a-time... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO_UNIX... yes checking for GOBJECT... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking for LIBVIRT_GOBJECT... yes checking for LIBVIRT_GCONFIG... yes checking for ZLIB... yes checking for LZMA... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for capng_updatev in -lcap-ng... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for perl... /usr/bin/perl checking for rpcgen... /usr/bin/rpcgen checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for fgetfilecon in -lselinux... yes checking for library containing xdrmem_create... none required checking where to find <rpc/rpc.h>... none checking for static LIBC... yes checking for static LZMA... yes checking for static ZLIB... yes checking for ldd... /usr/bin/ldd checking for gobject-introspection... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.24.3 checking for XML::Parser... ok checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libvirt-sandbox/Makefile config.status: creating libvirt-sandbox/tests/Makefile config.status: creating libvirt-sandbox/image/Makefile config.status: creating libvirt-sandbox/image/sources/Makefile config.status: creating bin/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/libvirt-sandbox/Makefile config.status: creating po/Makefile.in config.status: creating libvirt-sandbox.spec config.status: creating libvirt-sandbox-1.0.pc config.status: creating config.h config.status: linking ../GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: configure: Configuration summary configure: ===================== configure: configure: configure: Libraries: configure: configure: LZMA: -llzma -pthread configure: ZLIB: -lz configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0 configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt configure: Now type 'make' to compile libvirt-sandbox. + make -j3 make all-recursive make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in libvirt-sandbox make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> GEN libvirt-sandbox-enum-types.h GEN libvirt-sandbox-enum-types.c GEN libvirt-sandbox-protocol.h GEN libvirt-sandbox-protocol.c make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in tests make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in image make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in sources make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o CC libvirt_sandbox_init_common-libvirt-sandbox-util.o CC libvirt_sandbox_init_common-libvirt-sandbox-config.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o CCLD libvirt-sandbox-init-common CCLD libvirt-sandbox-init-lxc CCLD libvirt-sandbox-1.0.la CCLD libvirt-sandbox-init-qemu gcc: error: none: No such file or directory gcc: error: required: No such file or directory make[4]: *** [Makefile:963: libvirt-sandbox-init-common] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[3]: *** [Makefile:1743: all-recursive] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[2]: *** [Makefile:840: all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[1]: *** [Makefile:566: all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make: *** [Makefile:473: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-27 #848
by ci@centos.org 18 Jan '18

18 Jan '18
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…> Changes: [berrange] Search for standalone xdr library [berrange] Improve check for static lzma/zlib [berrange] Require rpcgen/libtirpc ------------------------------------------ [...truncated 10.71 KB...] checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-attribute=pure... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-default... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunsafe-loop-optimizations... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-sign-conversion... yes checking whether C compiler handles -Wno-conversion... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -fstack-protector-all... yes checking whether C compiler handles --param=ssp-buffer-size=4... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -funit-at-a-time... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO_UNIX... yes checking for GOBJECT... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking for LIBVIRT_GOBJECT... yes checking for LIBVIRT_GCONFIG... yes checking for ZLIB... yes checking for LZMA... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for capng_updatev in -lcap-ng... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for perl... /usr/bin/perl checking for rpcgen... /usr/bin/rpcgen checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for fgetfilecon in -lselinux... yes checking for library containing xdrmem_create... none required checking where to find <rpc/rpc.h>... none checking for static LIBC... yes checking for static LZMA... yes checking for static ZLIB... yes checking for ldd... /usr/bin/ldd checking for gobject-introspection... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libvirt-sandbox/Makefile config.status: creating libvirt-sandbox/tests/Makefile config.status: creating libvirt-sandbox/image/Makefile config.status: creating libvirt-sandbox/image/sources/Makefile config.status: creating bin/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/libvirt-sandbox/Makefile config.status: creating po/Makefile.in config.status: creating libvirt-sandbox.spec config.status: creating libvirt-sandbox-1.0.pc config.status: creating config.h config.status: linking ../GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: configure: Configuration summary configure: ===================== configure: configure: configure: Libraries: configure: configure: LZMA: -llzma -pthread configure: ZLIB: -lz configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0 configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt configure: Now type 'make' to compile libvirt-sandbox. + make -j3 make all-recursive make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in libvirt-sandbox make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> GEN libvirt-sandbox-enum-types.h GEN libvirt-sandbox-enum-types.c GEN libvirt-sandbox-protocol.h GEN libvirt-sandbox-protocol.c make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in tests make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in image make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in sources make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o CC libvirt_sandbox_init_common-libvirt-sandbox-util.o CC libvirt_sandbox_init_common-libvirt-sandbox-config.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o CCLD libvirt-sandbox-init-common CCLD libvirt-sandbox-init-qemu CCLD libvirt-sandbox-init-lxc CCLD libvirt-sandbox-1.0.la gcc: error: none: No such file or directory gcc: error: required: No such file or directory make[4]: *** [Makefile:963: libvirt-sandbox-init-common] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[3]: *** [Makefile:1743: all-recursive] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[2]: *** [Makefile:840: all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[1]: *** [Makefile:566: all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make: *** [Makefile:473: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#832 (master - bc251ea)
by Travis CI 18 Jan '18

18 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #832 Status: Still Failing Duration: 22 minutes and 10 seconds Commit: bc251ea (master) Author: Daniel P. Berrange Message: qemu: avoid denial of service reading from QEMU monitor (CVE-2018-5748) We read from QEMU until seeing a \r\n pair to indicate a completed reply or event. To avoid memory denial-of-service though, we must have a size limit on amount of data we buffer. 10 MB is large enough that it ought to cope with normal QEMU replies, and small enough that we're not consuming unreasonable mem. Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ff609286a771...bc251ea91bcf View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330266496?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-sandbox-master-build » libvirt-fedora-rawhide #843
by ci@centos.org 18 Jan '18

18 Jan '18
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…> ------------------------------------------ [...truncated 8.50 KB...] checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wclobbered... yes checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Wcoverage-mismatch... yes checking whether C compiler handles -Wcpp... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wenum-compare... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... yes checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-nonliteral... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wfree-nonheap-object... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winline... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wjump-misses-init... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Wmaybe-uninitialized... yes checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-field-initializers... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-parameter-type... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Wold-style-declaration... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-attribute=pure... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-default... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunsafe-loop-optimizations... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-sign-conversion... yes checking whether C compiler handles -Wno-conversion... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -fstack-protector-all... yes checking whether C compiler handles --param=ssp-buffer-size=4... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -funit-at-a-time... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO_UNIX... yes checking for GOBJECT... yes checking for LIBVIRT... yes checking for LIBVIRT_GLIB... yes checking for LIBVIRT_GOBJECT... yes checking for LIBVIRT_GCONFIG... yes checking for ZLIB... yes checking for LZMA... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for capng_updatev in -lcap-ng... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for perl... /usr/bin/perl checking for rpcgen... /usr/bin/rpcgen checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for fgetfilecon in -lselinux... yes checking for static LIBC... yes checking for ldd... /usr/bin/ldd checking for gobject-introspection... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libvirt-sandbox/Makefile config.status: creating libvirt-sandbox/tests/Makefile config.status: creating libvirt-sandbox/image/Makefile config.status: creating libvirt-sandbox/image/sources/Makefile config.status: creating bin/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/libvirt-sandbox/Makefile config.status: creating po/Makefile.in config.status: creating libvirt-sandbox.spec config.status: creating libvirt-sandbox-1.0.pc config.status: creating config.h config.status: linking ../GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: configure: Configuration summary configure: ===================== configure: configure: configure: Libraries: configure: configure: LZMA: -llzma -pthread configure: ZLIB: -lz configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0 configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt configure: Now type 'make' to compile libvirt-sandbox. + make -j3 make all-recursive make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in libvirt-sandbox make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> GEN libvirt-sandbox-enum-types.h GEN libvirt-sandbox-enum-types.c GEN libvirt-sandbox-protocol.h GEN libvirt-sandbox-protocol.c make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in tests make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in image make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> Making all in sources make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo In file included from ../../libvirt-sandbox/libvirt-sandbox-rpcpacket.h:26:0, from ../../libvirt-sandbox/libvirt-sandbox-console-rpc.c:34: ./libvirt-sandbox-protocol.h:9:10: fatal error: rpc/rpc.h: No such file or directory #include <rpc/rpc.h> ^~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:1101: libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[3]: *** [Makefile:1736: all-recursive] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[2]: *** [Makefile:833: all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make[1]: *** [Makefile:563: all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fedo…'> make: *** [Makefile:470: all] Error 2 Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Broken: libvirt/libvirt#831 (master - ff60928)
by Travis CI 18 Jan '18

18 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #831 Status: Broken Duration: 23 minutes and 6 seconds Commit: ff60928 (master) Author: Andrea Bolognani Message: news: Update for 4.0.0 As usual, a bunch of changes slipped through the cracks during the development cycle. Update the release notes to include at least the most notable ones. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/029e02477042...ff609286a771 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329959795?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#830 (master - 029e024)
by Travis CI 18 Jan '18

18 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #830 Status: Errored Duration: 8 hours, 28 minutes, and 4 seconds Commit: 029e024 (master) Author: Marc Hartmayer Message: qemu: qemuDomainNamespaceUnlinkPaths: Return 0 in case of success Commit 7a931a4204af refactored the code and probably forgot to add this line. Signed-off-by: Marc Hartmayer <mhartmay(a)linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/904cdd09bcb4...029e02477042 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329946324?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#828 (master - 9720298)
by Travis CI 17 Jan '18

17 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #828 Status: Errored Duration: 6 hours, 44 minutes, and 59 seconds Commit: 9720298 (master) Author: Marc Hartmayer Message: qemu: Fix segmentation fault when attaching a non iSCSI host device Add a check if it's a iSCSI hostdev and if it's not then don't use the union member 'iscsi'. The segmentation fault occured when accessing secinfo->type, but this can vary from case to case. Signed-off-by: Marc Hartmayer <mhartmay(a)linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/2efd35a30713...97202988d9dd View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329910411?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-glib-master-build » libvirt-fedora-rawhide #848
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…> ------------------------------------------ [...truncated 7.83 KB...] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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... yes 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... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether the C compiler's -Wformat allows NULL strings... yes checking whether pragma GCC diagnostic push works... yes checking whether the C compiler's -Wlogical-op gives bogus warnings... no checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -W... yes checking whether C compiler handles -Waddress... yes checking whether C compiler handles -Waggressive-loop-optimizations... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Warray-bounds... yes checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Wclobbered... yes checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Wcoverage-mismatch... yes checking whether C compiler handles -Wcpp... yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Wformat-contains-nul... yes checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Wfree-nonheap-object... yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winline... yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Winvalid-memory-model... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wjump-misses-init... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Wmaybe-uninitialized... yes checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-field-initializers... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-parameter-type... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Wold-style-declaration... yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... yes checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Wpacked-bitfield-compat... yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Wreturn-local-addr... yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... yes checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=noreturn... yes checking whether C compiler handles -Wsuggest-attribute=pure... yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... yes checking whether C compiler handles -Wunused-but-set-variable... yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wframe-larger-than=4096... yes checking whether C compiler handles -fstack-protector-strong... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... 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 virDomainOpenGraphicsFD... yes checking for virNetworkGetDHCPLeases... yes checking for GLIB2... yes checking for GTHREAD2... yes checking for GOBJECT2... yes checking for GIO2... yes checking for LIBXML2... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.26.1 checking for XML::Parser... ok checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... yes checking for GTKDOC_DEPS... yes checking for gobject-introspection... yes checking for vapigen... /usr/bin/vapigen checking /usr/bin/vapigen support for --metadatadir... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libvirt-glib/Makefile config.status: creating libvirt-gconfig/Makefile config.status: creating libvirt-gconfig/tests/Makefile config.status: creating libvirt-gobject/Makefile config.status: creating examples/Makefile config.status: creating vapi/Makefile config.status: creating docs/Makefile config.status: creating docs/libvirt-glib/Makefile config.status: creating docs/libvirt-glib/version.xml config.status: creating docs/libvirt-gobject/Makefile config.status: creating docs/libvirt-gconfig/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating libvirt-glib-1.0.pc config.status: creating libvirt-gconfig-1.0.pc config.status: creating libvirt-gobject-1.0.pc config.status: creating libvirt-glib.spec config.status: creating mingw-libvirt-glib.spec config.status: creating config.h config.status: linking ../GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands Now type 'make' to compile libvirt-glib. + make -j3 make all-recursive make[1]: Entering directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> Making all in libvirt-glib make[2]: Entering directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> CC libvirt_glib_1_0_la-libvirt-glib-error.lo CC libvirt_glib_1_0_la-libvirt-glib-event.lo CC libvirt_glib_1_0_la-libvirt-glib-main.lo CCLD libvirt-glib-1.0.la GISCAN LibvirtGLib-1.0.gir GICOMP LibvirtGLib-1.0.gir make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> Making all in libvirt-gconfig make[2]: Entering directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> GEN libvirt-gconfig-enum-types.h GEN libvirt-gconfig-enum-types.c make all-recursive make[3]: Entering directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> Making all in . make[4]: Entering directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> CC libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo CC libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.lo CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.lo ../../libvirt-gconfig/libvirt-gconfig-object.c: In function 'gvir_config_object_set_node_content': ../../libvirt-gconfig/libvirt-gconfig-object.c:575:14: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] node = g_object_ref(G_OBJECT(object)); ^ ../../libvirt-gconfig/libvirt-gconfig-object.c: In function 'gvir_config_object_attach': ../../libvirt-gconfig/libvirt-gconfig-object.c:899:26: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] child->priv->doc = g_object_ref(G_OBJECT(parent->priv->doc)); ^ cc1: all warnings being treated as errors make[4]: *** [Makefile:978: libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> make[3]: *** [Makefile:1662: all-recursive] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> make[2]: *** [Makefile:793: all] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> make[1]: *** [Makefile:559: all-recursive] Error 1 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-master-build/systems=libvirt-fedora-…'> make: *** [Makefile:460: all] Error 2 Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-master-check » libvirt-fedora-rawhide #105
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> ------------------------------------------ Started by upstream project "libvirt-go-xml-master-check" build number 105 originally caused by: Started by upstream project "libvirt-go-xml-master-build" build number 110 originally caused by: Started by upstream project "libvirt-master-build" build number 1113 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 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 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 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 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 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 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 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 Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> [libvirt-go-xml-master] $ /bin/sh -xe /tmp/jenkins5543066025796949441.sh + MAKE=make ++ uname + unamestr=Linux + '[' Linux = FreeBSD ']' + export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip # _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> ./domain_test.go:3804: Fatal call has possible formatting directive %s ./xml_test.go:394: Errorf call needs 1 arg but has 2 args FAIL _<https://ci.centos.org/job/libvirt-go-xml-master-check/systems=libvirt-fedor…> [build failed] Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Errored: libvirt/libvirt#825 (v4.0.0-rc2 - 75cfb84)
by Travis CI 17 Jan '18

17 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #825 Status: Errored Duration: ? Commit: 75cfb84 (v4.0.0-rc2) Author: Dan Zheng Message: nodedev: Add the missing PCI dev checks for 'mdev_types' capability Similar to commit @f44ec9c1, commit @500cbc06 introduced a new nested 'mdev_types' capability, however the mentioned commit didn't adjust virNodeDeviceNumOfCaps and virNodeDeviceListCaps functions accordingly to provide proper support for this capability. After applying this patch the following python snippet returns the expected results: import libvirt conn = libvirt.openReadOnly('qemu:///system') devs = conn.listAllDevices() for dev in devs: if 'mdev_types' in dev.listCaps(): print dev.name(),dev.numOfCaps(),dev.listCaps() Signed-off-by: Dan Zheng <dzheng(a)redhat.com> Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v4.0.0-rc2 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329795662?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-build » libvirt-fedora-rawhide #766
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> ------------------------------------------ Started by upstream project "libvirt-go-master-build" build number 766 originally caused by: Started by upstream project "libvirt-master-build" build number 1113 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 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 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 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 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 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 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 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 Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-go.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-go.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-go.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 6917086f8d2c6f329e8400f94add2ddd86e5cb71 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6917086f8d2c6f329e8400f94add2ddd86e5cb71 Commit message: "fix DomainSchedulerParameters variable types" > git rev-list 6917086f8d2c6f329e8400f94add2ddd86e5cb71 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [libvirt-go-master] $ /bin/sh -xe /tmp/jenkins4776002725236171826.sh + MAKE=make ++ uname + unamestr=Linux + '[' Linux = FreeBSD ']' + export PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + PATH=/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/home/jenkins/build/libvirt/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jenkins/.local/bin:/home/jenkins/bin + export 'TEST_ARGS=-tags api' + TEST_ARGS='-tags api' + go build -v _<https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> # _<https://ci.centos.org/job/libvirt-go-master-build/systems=libvirt-fedora-ra…> ./qemu.go:170: cannot use _Ctype_virConnectDomainEventGenericCallback(callbackPtr) (type _Ctype_virConnectDomainEventGenericCallback) as type _Ctype_virConnectDomainQemuMonitorEventCallback in argument to func literal Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1115
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1115 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-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:825) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1212) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491) at hudson.model.Run.execute(Run.java:1737) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:421) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: Unable to look up n64.pufty.ci.centos.org (port 9418) (hostname nor servname provided, or not known) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1689) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:380) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) at hudson.remoting.UserRequest.perform(UserRequest.java:208) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:360) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1$1.run(Engine.java:98) at java.lang.Thread.run(Thread.java:748) at ......remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:40493(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1654) at hudson.remoting.UserResponse.retrieve(UserRequest.java:311) at hudson.remoting.Channel.call(Channel.java:905) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy90.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:823) ... 11 more ERROR: Error fetching remote repo 'origin'
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-10 #1115
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…> ------------------------------------------ Started by upstream project "libvirt-master-build" build number 1115 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-freebsd-10 (libvirt) in workspace <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/w…> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt.git # timeout=10 Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt.git > git --version # timeout=10 > git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/* ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:825) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1092) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1123) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1212) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491) at hudson.model.Run.execute(Run.java:1737) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:421) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: Unable to look up n64.pufty.ci.centos.org (port 9418) (hostname nor servname provided, or not known) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1689) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:380) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) at hudson.remoting.UserRequest.perform(UserRequest.java:208) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:360) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1$1.run(Engine.java:98) at java.lang.Thread.run(Thread.java:748) at ......remote call to JNLP4-connect connection from n64.pufty.ci.centos.org/172.19.3.128:48179(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1654) at hudson.remoting.UserResponse.retrieve(UserRequest.java:311) at hudson.remoting.Channel.call(Channel.java:905) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy90.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:823) ... 11 more ERROR: Error fetching remote repo 'origin'
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-rawhide #750
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…> ------------------------------------------ [...truncated 119.31 KB...] 3512 translated messages, 208 fuzzy translations, 6080 untranslated messages. cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po 330 translated messages, 715 fuzzy translations, 8755 untranslated messages. 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po 5976 translated messages, 297 fuzzy translations, 3527 untranslated messages. cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po 46 translated messages, 494 fuzzy translations, 9260 untranslated messages. cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po 6624 translated messages, 719 fuzzy translations, 2457 untranslated messages. 139 translated messages, 644 fuzzy translations, 9017 untranslated messages. cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po 2750 translated messages, 771 fuzzy translations, 6279 untranslated messages. cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 5552 translated messages, 503 fuzzy translations, 3745 untranslated messages. cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po 360 translated messages, 410 fuzzy translations, 9030 untranslated messages. 2835 translated messages5935 translated messages, 280 fuzzy translations, 3585 untranslated messages. , 774 fuzzy translations, 6191 untranslated messages. cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po 6045 translated messages, 311 fuzzy translations, 3444 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po 5634 translated messages, 372 fuzzy translations, 3794 untranslated messages. cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. 645 translated messages, 980 fuzzy translations, 8175 untranslated messages. cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 645 translated messages, 980 fuzzy translations, 8175 untranslated messages. 705 translated messages, 381 fuzzy translations, 8714 untranslated messages. cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po 6220 translated messages, 583 fuzzy translations, 2997 untranslated messages. cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po 5911 translated messages, 301 fuzzy translations, 3588 untranslated messages. cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. 8581 translated messages, 720 fuzzy translations, 499 untranslated messages. cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po 2429 translated messages, 1319 fuzzy translations, 6052 untranslated messages. cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po 0 translated messages, 9800 untranslated messages. 0 translated messages, 9800 untranslated messages. 6321 translated messages, 365 fuzzy translations, 3114 untranslated messages. cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po cd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po 0 translated messages, 9800 untranslated messages. 278 translated messages, 744 fuzzy translations, 8778 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> test ! -f ../../po/libvirt.pot || \ test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[4]: '../../po/af.gmo' is up to date. make[4]: '../../po/am.gmo' is up to date. make[4]: '../../po/anp.gmo' is up to date. make[4]: '../../po/ar.gmo' is up to date. make[4]: '../../po/as.gmo' is up to date. make[4]: '../../po/ast.gmo' is up to date. make[4]: '../../po/bal.gmo' is up to date. make[4]: '../../po/be.gmo' is up to date. make[4]: '../../po/bg.gmo' is up to date. make[4]: '../../po/bn.gmo' is up to date. make[4]: '../../po/bn_IN.gmo' is up to date. make[4]: '../../po/bo.gmo' is up to date. make[4]: '../../po/br.gmo' is up to date. make[4]: '../../po/brx.gmo' is up to date. make[4]: '../../po/bs.gmo' is up to date. make[4]: '../../po/ca.gmo' is up to date. make[4]: '../../po/cs.gmo' is up to date. make[4]: '../../po/cy.gmo' is up to date. make[4]: '../../po/da.gmo' is up to date. make[4]: '../../po/de.gmo' is up to date. make[4]: '../../po/de_CH.gmo' is up to date. make[4]: '../../po/el.gmo' is up to date. make[4]: '../../po/en_GB.gmo' is up to date. make[4]: '../../po/eo.gmo' is up to date. make[4]: '../../po/es.gmo' is up to date. make[4]: '../../po/et.gmo' is up to date. make[4]: '../../po/eu.gmo' is up to date. make[4]: '../../po/fa.gmo' is up to date. make[4]: '../../po/fi.gmo' is up to date. make[4]: '../../po/fr.gmo' is up to date. make[4]: '../../po/gl.gmo' is up to date. make[4]: '../../po/gu.gmo' is up to date. make[4]: '../../po/he.gmo' is up to date. make[4]: '../../po/hi.gmo' is up to date. make[4]: '../../po/hr.gmo' is up to date. make[4]: '../../po/hu.gmo' is up to date. make[4]: '../../po/ia.gmo' is up to date. make[4]: '../../po/id.gmo' is up to date. make[4]: '../../po/ilo.gmo' is up to date. make[4]: '../../po/is.gmo' is up to date. make[4]: '../../po/it.gmo' is up to date. make[4]: '../../po/ja.gmo' is up to date. make[4]: '../../po/ka.gmo' is up to date. make[4]: '../../po/kk.gmo' is up to date. make[4]: '../../po/km.gmo' is up to date. make[4]: '../../po/kn.gmo' is up to date. make[4]: '../../po/ko.gmo' is up to date. make[4]: '../../po/kw.gmo' is up to date. make[4]: '../../po/kw(a)kkcor.gmo' is up to date. make[4]: '../../po/kw(a)uccor.gmo' is up to date. make[4]: '../../po/kw_GB.gmo' is up to date. make[4]: '../../po/ky.gmo' is up to date. make[4]: '../../po/lt.gmo' is up to date. make[4]: '../../po/lv.gmo' is up to date. make[4]: '../../po/mai.gmo' is up to date. make[4]: '../../po/mk.gmo' is up to date. make[4]: '../../po/ml.gmo' is up to date. make[4]: '../../po/mn.gmo' is up to date. make[4]: '../../po/mr.gmo' is up to date. make[4]: '../../po/ms.gmo' is up to date. make[4]: '../../po/nb.gmo' is up to date. make[4]: '../../po/nds.gmo' is up to date. make[4]: '../../po/ne.gmo' is up to date. make[4]: '../../po/nl.gmo' is up to date. make[4]: '../../po/nn.gmo' is up to date. make[4]: '../../po/nso.gmo' is up to date. make[4]: '../../po/or.gmo' is up to date. make[4]: '../../po/pa.gmo' is up to date. make[4]: '../../po/pl.gmo' is up to date. make[4]: '../../po/pt.gmo' is up to date. make[4]: '../../po/pt_BR.gmo' is up to date. make[4]: '../../po/ro.gmo' is up to date. make[4]: '../../po/ru.gmo' is up to date. make[4]: '../../po/si.gmo' is up to date. make[4]: '../../po/sk.gmo' is up to date. make[4]: '../../po/sl.gmo' is up to date. make[4]: '../../po/sq.gmo' is up to date. make[4]: '../../po/sr.gmo' is up to date. make[4]: '../../po/sr(a)latin.gmo' is up to date. make[4]: '../../po/sv.gmo' is up to date. make[4]: '../../po/ta.gmo' is up to date. make[4]: '../../po/te.gmo' is up to date. make[4]: '../../po/tg.gmo' is up to date. make[4]: '../../po/th.gmo' is up to date. make[4]: '../../po/tr.gmo' is up to date. make[4]: '../../po/tw.gmo' is up to date. make[4]: '../../po/uk.gmo' is up to date. make[4]: '../../po/ur.gmo' is up to date. make[4]: '../../po/vi.gmo' is up to date. make[4]: '../../po/wba.gmo' is up to date. make[4]: '../../po/yo.gmo' is up to date. make[4]: '../../po/zh_CN.gmo' is up to date. make[4]: '../../po/zh_HK.gmo' is up to date. make[4]: '../../po/zh_TW.gmo' is up to date. make[4]: '../../po/zu.gmo' is up to date. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> touch stamp-po dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \ if test "libvirt" = "gettext-tools"; then \ dists="$dists Makevars.template"; \ fi; \ if test -f ../../po/libvirt.pot; then \ dists="$dists libvirt.pot stamp-po"; \ fi; \ if test -f ../../po/ChangeLog; then \ dists="$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f ../../po/ChangeLog.$i; then \ dists="$dists ChangeLog.$i"; \ fi; \ done; \ if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \ for file in $dists; do \ if test -f $file; then \ cp -p $file ../libvirt-4.0.0/po || exit 1; \ else \ cp -p ../../po/$file ../libvirt-4.0.0/po || exit 1; \ fi; \ done make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> (cd examples && make top_distdir=../libvirt-4.0.0 distdir=../libvirt-4.0.0/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> make \ top_distdir="libvirt-4.0.0" distdir="libvirt-4.0.0" \ dist-hook make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> GEN gen-ChangeLog GEN gen-AUTHORS make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> test -n "" \ || find "libvirt-4.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…> -c -m a+r {} {} \; \ || chmod -R a+r "libvirt-4.0.0" tardir=libvirt-4.0.0 && tar --format=posix -chf - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >libvirt-4.0.0.tar.xz (stdin): 12.5 MiB / 214.6 MiB = 0.058, 3.0 MiB/s, 1:10 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> if test -d "libvirt-4.0.0"; then find "libvirt-4.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libvirt-4.0.0" || { sleep 5 && rm -rf "libvirt-4.0.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhide…'> -ta libvirt-4.0.0.tar.xz error: Failed build dependencies: bash-completion >= 2.0 is needed by libvirt-4.0.0-1.fc28.x86_64 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-26 #749
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/749/…> ------------------------------------------ [...truncated 117.33 KB...] 3512 translated messages, 207 fuzzy translations, 6078 untranslated messages. cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po 5956 translated messages, 287 fuzzy translations, 3554 untranslated messages. cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po 0 translated messages0 translated messages, 9797 untranslated messages. , 9797 untranslated messages. cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po 0 translated messages, 9797 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po 330 translated messages, 714 fuzzy translations, 8753 untranslated messages. cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po 5976 translated messages, 296 fuzzy translations, 3525 untranslated messages. cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po 6624 translated messages, 718 fuzzy translations, 2455 untranslated messages. cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po 46 translated messages, 493 fuzzy translations, 9258 untranslated messages. cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po 139 translated messages, 643 fuzzy translations, 9015 untranslated messages. cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po 0 translated messages, 9797 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po 2750 translated messages, 770 fuzzy translations, 6277 untranslated messages. cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 2835 translated messages, 773 fuzzy translations, 6189 untranslated messages. 5552 translated messages, 502 fuzzy translations, 3743 untranslated messages. cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po 5935 translated messages, 279 fuzzy translations, 3583 untranslated messages. cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po 360 translated messages, 410 fuzzy translations, 9027 untranslated messages. cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po 6045 translated messages, 310 fuzzy translations, 3442 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po 5634 translated messages, 371 fuzzy translations, 3792 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po 0 translated messages, 9797 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. 705 translated messages, 381 fuzzy translations, 8711 untranslated messages. cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po 6220 translated messages, 582 fuzzy translations, 2995 untranslated messages. cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po 5911 translated messages, 300 fuzzy translations, 3586 untranslated messages. cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po 8581 translated messages, 718 fuzzy translations, 498 untranslated messages. cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po 2429 translated messages, 1318 fuzzy translations, 6050 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po 278 translated messages, 743 fuzzy translations, 8776 untranslated messages. 6321 translated messages, 364 fuzzy translations, 3112 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> test ! -f ../../po/libvirt.pot || \ test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make[4]: '../../po/af.gmo' is up to date. make[4]: '../../po/am.gmo' is up to date. make[4]: '../../po/anp.gmo' is up to date. make[4]: '../../po/ar.gmo' is up to date. make[4]: '../../po/as.gmo' is up to date. make[4]: '../../po/ast.gmo' is up to date. make[4]: '../../po/bal.gmo' is up to date. make[4]: '../../po/be.gmo' is up to date. make[4]: '../../po/bg.gmo' is up to date. make[4]: '../../po/bn.gmo' is up to date. make[4]: '../../po/bn_IN.gmo' is up to date. make[4]: '../../po/bo.gmo' is up to date. make[4]: '../../po/br.gmo' is up to date. make[4]: '../../po/brx.gmo' is up to date. make[4]: '../../po/bs.gmo' is up to date. make[4]: '../../po/ca.gmo' is up to date. make[4]: '../../po/cs.gmo' is up to date. make[4]: '../../po/cy.gmo' is up to date. make[4]: '../../po/da.gmo' is up to date. make[4]: '../../po/de.gmo' is up to date. make[4]: '../../po/de_CH.gmo' is up to date. make[4]: '../../po/el.gmo' is up to date. make[4]: '../../po/en_GB.gmo' is up to date. make[4]: '../../po/eo.gmo' is up to date. make[4]: '../../po/es.gmo' is up to date. make[4]: '../../po/et.gmo' is up to date. make[4]: '../../po/eu.gmo' is up to date. make[4]: '../../po/fa.gmo' is up to date. make[4]: '../../po/fi.gmo' is up to date. make[4]: '../../po/fr.gmo' is up to date. make[4]: '../../po/gl.gmo' is up to date. make[4]: '../../po/gu.gmo' is up to date. make[4]: '../../po/he.gmo' is up to date. make[4]: '../../po/hi.gmo' is up to date. make[4]: '../../po/hr.gmo' is up to date. make[4]: '../../po/hu.gmo' is up to date. make[4]: '../../po/ia.gmo' is up to date. make[4]: '../../po/id.gmo' is up to date. make[4]: '../../po/ilo.gmo' is up to date. make[4]: '../../po/is.gmo' is up to date. make[4]: '../../po/it.gmo' is up to date. make[4]: '../../po/ja.gmo' is up to date. make[4]: '../../po/ka.gmo' is up to date. make[4]: '../../po/kk.gmo' is up to date. make[4]: '../../po/km.gmo' is up to date. make[4]: '../../po/kn.gmo' is up to date. make[4]: '../../po/ko.gmo' is up to date. make[4]: '../../po/kw.gmo' is up to date. make[4]: '../../po/kw(a)kkcor.gmo' is up to date. make[4]: '../../po/kw(a)uccor.gmo' is up to date. make[4]: '../../po/kw_GB.gmo' is up to date. make[4]: '../../po/ky.gmo' is up to date. make[4]: '../../po/lt.gmo' is up to date. make[4]: '../../po/lv.gmo' is up to date. make[4]: '../../po/mai.gmo' is up to date. make[4]: '../../po/mk.gmo' is up to date. make[4]: '../../po/ml.gmo' is up to date. make[4]: '../../po/mn.gmo' is up to date. make[4]: '../../po/mr.gmo' is up to date. make[4]: '../../po/ms.gmo' is up to date. make[4]: '../../po/nb.gmo' is up to date. make[4]: '../../po/nds.gmo' is up to date. make[4]: '../../po/ne.gmo' is up to date. make[4]: '../../po/nl.gmo' is up to date. make[4]: '../../po/nn.gmo' is up to date. make[4]: '../../po/nso.gmo' is up to date. make[4]: '../../po/or.gmo' is up to date. make[4]: '../../po/pa.gmo' is up to date. make[4]: '../../po/pl.gmo' is up to date. make[4]: '../../po/pt.gmo' is up to date. make[4]: '../../po/pt_BR.gmo' is up to date. make[4]: '../../po/ro.gmo' is up to date. make[4]: '../../po/ru.gmo' is up to date. make[4]: '../../po/si.gmo' is up to date. make[4]: '../../po/sk.gmo' is up to date. make[4]: '../../po/sl.gmo' is up to date. make[4]: '../../po/sq.gmo' is up to date. make[4]: '../../po/sr.gmo' is up to date. make[4]: '../../po/sr(a)latin.gmo' is up to date. make[4]: '../../po/sv.gmo' is up to date. make[4]: '../../po/ta.gmo' is up to date. make[4]: '../../po/te.gmo' is up to date. make[4]: '../../po/tg.gmo' is up to date. make[4]: '../../po/th.gmo' is up to date. make[4]: '../../po/tr.gmo' is up to date. make[4]: '../../po/tw.gmo' is up to date. make[4]: '../../po/uk.gmo' is up to date. make[4]: '../../po/ur.gmo' is up to date. make[4]: '../../po/vi.gmo' is up to date. make[4]: '../../po/wba.gmo' is up to date. make[4]: '../../po/yo.gmo' is up to date. make[4]: '../../po/zh_CN.gmo' is up to date. make[4]: '../../po/zh_HK.gmo' is up to date. make[4]: '../../po/zh_TW.gmo' is up to date. make[4]: '../../po/zu.gmo' is up to date. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> touch stamp-po dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \ if test "libvirt" = "gettext-tools"; then \ dists="$dists Makevars.template"; \ fi; \ if test -f ../../po/libvirt.pot; then \ dists="$dists libvirt.pot stamp-po"; \ fi; \ if test -f ../../po/ChangeLog; then \ dists="$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f ../../po/ChangeLog.$i; then \ dists="$dists ChangeLog.$i"; \ fi; \ done; \ if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \ for file in $dists; do \ if test -f $file; then \ cp -p $file ../libvirt-4.0.0/po || exit 1; \ else \ cp -p ../../po/$file ../libvirt-4.0.0/po || exit 1; \ fi; \ done make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> (cd examples && make top_distdir=../libvirt-4.0.0 distdir=../libvirt-4.0.0/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> make \ top_distdir="libvirt-4.0.0" distdir="libvirt-4.0.0" \ dist-hook make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> GEN gen-ChangeLog GEN gen-AUTHORS make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> test -n "" \ || find "libvirt-4.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…> -c -m a+r {} {} \; \ || chmod -R a+r "libvirt-4.0.0" tardir=libvirt-4.0.0 && tar --format=posix -chf - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >libvirt-4.0.0.tar.xz (stdin): 916.3 KiB / 354.8 MiB = 0.003, 3.6 MiB/s, 1:38 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> if test -d "libvirt-4.0.0"; then find "libvirt-4.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libvirt-4.0.0" || { sleep 5 && rm -rf "libvirt-4.0.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-26/ws/b…'> -ta libvirt-4.0.0.tar.xz error: Failed to read spec file from libvirt-4.0.0.tar.xz Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-27 #749
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/749/…> ------------------------------------------ [...truncated 117.29 KB...] cd ../../po && rm -f kw(a)kkcor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)kkcor.gmo kw(a)kkcor.po cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po 5956 translated messages, 287 fuzzy translations, 3554 untranslated messages. cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po 330 translated messages, 714 fuzzy translations, 8753 untranslated messages. cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po 5976 translated messages, 296 fuzzy translations, 3525 untranslated messages. cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po 46 translated messages, 493 fuzzy translations, 9258 untranslated messages. cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po 6624 translated messages, 718 fuzzy translations, 2455 untranslated messages. cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po 139 translated messages, 643 fuzzy translations, 9015 untranslated messages. cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po 2750 translated messages, 770 fuzzy translations, 6277 untranslated messages. cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 5552 translated messages, 502 fuzzy translations, 3743 untranslated messages. cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po 5935 translated messages, 279 fuzzy translations, 3583 untranslated messages. 2835 translated messages, 773 fuzzy translations, 6189 untranslated messages. cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po 360 translated messages, 410 fuzzy translations, 9027 untranslated messages. cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po 6045 translated messages, 310 fuzzy translations, 3442 untranslated messages. cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po 5634 translated messages, 371 fuzzy translations, 3792 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. 705 translated messages, 381 fuzzy translations, 8711 untranslated messages. cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po 6220 translated messages, 582 fuzzy translations, 2995 untranslated messages. 5911 translated messages, 300 fuzzy translations, 3586 untranslated messages. cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po 2429 translated messages, 1318 fuzzy translations, 6050 untranslated messages. 8581 translated messages, 718 fuzzy translations, 498 untranslated messages. cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po 6321 translated messages, 364 fuzzy translations, 3112 untranslated messages. 0 translated messagescd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po , 9797 untranslated messages. cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po 0 translated messages, 9797 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. 278 translated messages, 743 fuzzy translations, 8776 untranslated messages. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> test ! -f ../../po/libvirt.pot || \ test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make[4]: '../../po/af.gmo' is up to date. make[4]: '../../po/am.gmo' is up to date. make[4]: '../../po/anp.gmo' is up to date. make[4]: '../../po/ar.gmo' is up to date. make[4]: '../../po/as.gmo' is up to date. make[4]: '../../po/ast.gmo' is up to date. make[4]: '../../po/bal.gmo' is up to date. make[4]: '../../po/be.gmo' is up to date. make[4]: '../../po/bg.gmo' is up to date. make[4]: '../../po/bn.gmo' is up to date. make[4]: '../../po/bn_IN.gmo' is up to date. make[4]: '../../po/bo.gmo' is up to date. make[4]: '../../po/br.gmo' is up to date. make[4]: '../../po/brx.gmo' is up to date. make[4]: '../../po/bs.gmo' is up to date. make[4]: '../../po/ca.gmo' is up to date. make[4]: '../../po/cs.gmo' is up to date. make[4]: '../../po/cy.gmo' is up to date. make[4]: '../../po/da.gmo' is up to date. make[4]: '../../po/de.gmo' is up to date. make[4]: '../../po/de_CH.gmo' is up to date. make[4]: '../../po/el.gmo' is up to date. make[4]: '../../po/en_GB.gmo' is up to date. make[4]: '../../po/eo.gmo' is up to date. make[4]: '../../po/es.gmo' is up to date. make[4]: '../../po/et.gmo' is up to date. make[4]: '../../po/eu.gmo' is up to date. make[4]: '../../po/fa.gmo' is up to date. make[4]: '../../po/fi.gmo' is up to date. make[4]: '../../po/fr.gmo' is up to date. make[4]: '../../po/gl.gmo' is up to date. make[4]: '../../po/gu.gmo' is up to date. make[4]: '../../po/he.gmo' is up to date. make[4]: '../../po/hi.gmo' is up to date. make[4]: '../../po/hr.gmo' is up to date. make[4]: '../../po/hu.gmo' is up to date. make[4]: '../../po/ia.gmo' is up to date. make[4]: '../../po/id.gmo' is up to date. make[4]: '../../po/ilo.gmo' is up to date. make[4]: '../../po/is.gmo' is up to date. make[4]: '../../po/it.gmo' is up to date. make[4]: '../../po/ja.gmo' is up to date. make[4]: '../../po/ka.gmo' is up to date. make[4]: '../../po/kk.gmo' is up to date. make[4]: '../../po/km.gmo' is up to date. make[4]: '../../po/kn.gmo' is up to date. make[4]: '../../po/ko.gmo' is up to date. make[4]: '../../po/kw.gmo' is up to date. make[4]: '../../po/kw(a)kkcor.gmo' is up to date. make[4]: '../../po/kw(a)uccor.gmo' is up to date. make[4]: '../../po/kw_GB.gmo' is up to date. make[4]: '../../po/ky.gmo' is up to date. make[4]: '../../po/lt.gmo' is up to date. make[4]: '../../po/lv.gmo' is up to date. make[4]: '../../po/mai.gmo' is up to date. make[4]: '../../po/mk.gmo' is up to date. make[4]: '../../po/ml.gmo' is up to date. make[4]: '../../po/mn.gmo' is up to date. make[4]: '../../po/mr.gmo' is up to date. make[4]: '../../po/ms.gmo' is up to date. make[4]: '../../po/nb.gmo' is up to date. make[4]: '../../po/nds.gmo' is up to date. make[4]: '../../po/ne.gmo' is up to date. make[4]: '../../po/nl.gmo' is up to date. make[4]: '../../po/nn.gmo' is up to date. make[4]: '../../po/nso.gmo' is up to date. make[4]: '../../po/or.gmo' is up to date. make[4]: '../../po/pa.gmo' is up to date. make[4]: '../../po/pl.gmo' is up to date. make[4]: '../../po/pt.gmo' is up to date. make[4]: '../../po/pt_BR.gmo' is up to date. make[4]: '../../po/ro.gmo' is up to date. make[4]: '../../po/ru.gmo' is up to date. make[4]: '../../po/si.gmo' is up to date. make[4]: '../../po/sk.gmo' is up to date. make[4]: '../../po/sl.gmo' is up to date. make[4]: '../../po/sq.gmo' is up to date. make[4]: '../../po/sr.gmo' is up to date. make[4]: '../../po/sr(a)latin.gmo' is up to date. make[4]: '../../po/sv.gmo' is up to date. make[4]: '../../po/ta.gmo' is up to date. make[4]: '../../po/te.gmo' is up to date. make[4]: '../../po/tg.gmo' is up to date. make[4]: '../../po/th.gmo' is up to date. make[4]: '../../po/tr.gmo' is up to date. make[4]: '../../po/tw.gmo' is up to date. make[4]: '../../po/uk.gmo' is up to date. make[4]: '../../po/ur.gmo' is up to date. make[4]: '../../po/vi.gmo' is up to date. make[4]: '../../po/wba.gmo' is up to date. make[4]: '../../po/yo.gmo' is up to date. make[4]: '../../po/zh_CN.gmo' is up to date. make[4]: '../../po/zh_HK.gmo' is up to date. make[4]: '../../po/zh_TW.gmo' is up to date. make[4]: '../../po/zu.gmo' is up to date. make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> touch stamp-po dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \ if test "libvirt" = "gettext-tools"; then \ dists="$dists Makevars.template"; \ fi; \ if test -f ../../po/libvirt.pot; then \ dists="$dists libvirt.pot stamp-po"; \ fi; \ if test -f ../../po/ChangeLog; then \ dists="$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f ../../po/ChangeLog.$i; then \ dists="$dists ChangeLog.$i"; \ fi; \ done; \ if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \ for file in $dists; do \ if test -f $file; then \ cp -p $file ../libvirt-4.0.0/po || exit 1; \ else \ cp -p ../../po/$file ../libvirt-4.0.0/po || exit 1; \ fi; \ done make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> (cd examples && make top_distdir=../libvirt-4.0.0 distdir=../libvirt-4.0.0/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> make \ top_distdir="libvirt-4.0.0" distdir="libvirt-4.0.0" \ dist-hook make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> GEN gen-ChangeLog GEN gen-AUTHORS make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> test -n "" \ || find "libvirt-4.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…> -c -m a+r {} {} \; \ || chmod -R a+r "libvirt-4.0.0" tardir=libvirt-4.0.0 && tar --format=posix -chf - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >libvirt-4.0.0.tar.xz (stdin): 373.3 KiB / 337.1 MiB = 0.001, 4.1 MiB/s, 1:21 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> if test -d "libvirt-4.0.0"; then find "libvirt-4.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libvirt-4.0.0" || { sleep 5 && rm -rf "libvirt-4.0.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-27/ws/b…'> -ta libvirt-4.0.0.tar.xz error: Failed to read spec file from libvirt-4.0.0.tar.xz Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-6 #750
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/750/d…> ------------------------------------------ [...truncated 118.73 KB...] 3512 translated messages, 208 fuzzy translations, 6080 untranslated messages. cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po 5956 translated messages, 288 fuzzy translations, 3556 untranslated messages. cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po 330 translated messages, 715 fuzzy translations, 8755 untranslated messages. cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po 5976 translated messages, 297 fuzzy translations, 3527 untranslated messages. 6624 translated messages, 719 fuzzy translations, 2457 untranslated messages. cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po 46 translated messages, 494 fuzzy translations, 9260 untranslated messages. cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po 139 translated messages, 644 fuzzy translations, 9017 untranslated messages. cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 2750 translated messages, 771 fuzzy translations, 6279 untranslated messages. cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 5552 translated messages, 503 fuzzy translations, 3745 untranslated messages. 5935 translated messages, 280 fuzzy translations, 3585 untranslated messages. cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po 2835 translated messages, 774 fuzzy translations, 6191 untranslated messages. cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po 360 translated messages, 410 fuzzy translations, 9030 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po 6045 translated messages, 311 fuzzy translations, 3444 untranslated messages. cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po 5634 translated messages, 372 fuzzy translations, 3794 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po 645 translated messages, 980 fuzzy translations, 8175 untranslated messages. cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 705 translated messages, 381 fuzzy translations, 8714 untranslated messages. 645 translated messages, 980 fuzzy translations, 8175 untranslated messages. cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po 6220 translated messages, 583 fuzzy translations, 2997 untranslated messages. cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po 5911 translated messages, 301 fuzzy translations, 3588 untranslated messages. cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po 8581 translated messages, 720 fuzzy translations, 499 untranslated messages. cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po 2429 translated messages, 1319 fuzzy translations, 6052 untranslated messages. cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po 0 translated messages, 9800 untranslated messages. 0 translated messages, 9800 untranslated messages. cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po cd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po 6321 translated messages, 365 fuzzy translations, 3114 untranslated messages. cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po 0 translated messages, 9800 untranslated messages. 278 translated messages, 744 fuzzy translations, 8778 untranslated messages. 218 translated messages, 674 fuzzy translations, 8908 untranslated messages. make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> test ! -f ../../po/libvirt.pot || \ test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo make[3]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make[3]: `../../po/af.gmo' is up to date. make[3]: `../../po/am.gmo' is up to date. make[3]: `../../po/anp.gmo' is up to date. make[3]: `../../po/ar.gmo' is up to date. make[3]: `../../po/as.gmo' is up to date. make[3]: `../../po/ast.gmo' is up to date. make[3]: `../../po/bal.gmo' is up to date. make[3]: `../../po/be.gmo' is up to date. make[3]: `../../po/bg.gmo' is up to date. make[3]: `../../po/bn.gmo' is up to date. make[3]: `../../po/bn_IN.gmo' is up to date. make[3]: `../../po/bo.gmo' is up to date. make[3]: `../../po/br.gmo' is up to date. make[3]: `../../po/brx.gmo' is up to date. make[3]: `../../po/bs.gmo' is up to date. make[3]: `../../po/ca.gmo' is up to date. make[3]: `../../po/cs.gmo' is up to date. make[3]: `../../po/cy.gmo' is up to date. make[3]: `../../po/da.gmo' is up to date. make[3]: `../../po/de.gmo' is up to date. make[3]: `../../po/de_CH.gmo' is up to date. make[3]: `../../po/el.gmo' is up to date. make[3]: `../../po/en_GB.gmo' is up to date. make[3]: `../../po/eo.gmo' is up to date. make[3]: `../../po/es.gmo' is up to date. make[3]: `../../po/et.gmo' is up to date. make[3]: `../../po/eu.gmo' is up to date. make[3]: `../../po/fa.gmo' is up to date. make[3]: `../../po/fi.gmo' is up to date. make[3]: `../../po/fr.gmo' is up to date. make[3]: `../../po/gl.gmo' is up to date. make[3]: `../../po/gu.gmo' is up to date. make[3]: `../../po/he.gmo' is up to date. make[3]: `../../po/hi.gmo' is up to date. make[3]: `../../po/hr.gmo' is up to date. make[3]: `../../po/hu.gmo' is up to date. make[3]: `../../po/ia.gmo' is up to date. make[3]: `../../po/id.gmo' is up to date. make[3]: `../../po/ilo.gmo' is up to date. make[3]: `../../po/is.gmo' is up to date. make[3]: `../../po/it.gmo' is up to date. make[3]: `../../po/ja.gmo' is up to date. make[3]: `../../po/ka.gmo' is up to date. make[3]: `../../po/kk.gmo' is up to date. make[3]: `../../po/km.gmo' is up to date. make[3]: `../../po/kn.gmo' is up to date. make[3]: `../../po/ko.gmo' is up to date. make[3]: `../../po/kw.gmo' is up to date. make[3]: `../../po/kw(a)kkcor.gmo' is up to date. make[3]: `../../po/kw(a)uccor.gmo' is up to date. make[3]: `../../po/kw_GB.gmo' is up to date. make[3]: `../../po/ky.gmo' is up to date. make[3]: `../../po/lt.gmo' is up to date. make[3]: `../../po/lv.gmo' is up to date. make[3]: `../../po/mai.gmo' is up to date. make[3]: `../../po/mk.gmo' is up to date. make[3]: `../../po/ml.gmo' is up to date. make[3]: `../../po/mn.gmo' is up to date. make[3]: `../../po/mr.gmo' is up to date. make[3]: `../../po/ms.gmo' is up to date. make[3]: `../../po/nb.gmo' is up to date. make[3]: `../../po/nds.gmo' is up to date. make[3]: `../../po/ne.gmo' is up to date. make[3]: `../../po/nl.gmo' is up to date. make[3]: `../../po/nn.gmo' is up to date. make[3]: `../../po/nso.gmo' is up to date. make[3]: `../../po/or.gmo' is up to date. make[3]: `../../po/pa.gmo' is up to date. make[3]: `../../po/pl.gmo' is up to date. make[3]: `../../po/pt.gmo' is up to date. make[3]: `../../po/pt_BR.gmo' is up to date. make[3]: `../../po/ro.gmo' is up to date. make[3]: `../../po/ru.gmo' is up to date. make[3]: `../../po/si.gmo' is up to date. make[3]: `../../po/sk.gmo' is up to date. make[3]: `../../po/sl.gmo' is up to date. make[3]: `../../po/sq.gmo' is up to date. make[3]: `../../po/sr.gmo' is up to date. make[3]: `../../po/sr(a)latin.gmo' is up to date. make[3]: `../../po/sv.gmo' is up to date. make[3]: `../../po/ta.gmo' is up to date. make[3]: `../../po/te.gmo' is up to date. make[3]: `../../po/tg.gmo' is up to date. make[3]: `../../po/th.gmo' is up to date. make[3]: `../../po/tr.gmo' is up to date. make[3]: `../../po/tw.gmo' is up to date. make[3]: `../../po/uk.gmo' is up to date. make[3]: `../../po/ur.gmo' is up to date. make[3]: `../../po/vi.gmo' is up to date. make[3]: `../../po/wba.gmo' is up to date. make[3]: `../../po/yo.gmo' is up to date. make[3]: `../../po/zh_CN.gmo' is up to date. make[3]: `../../po/zh_HK.gmo' is up to date. make[3]: `../../po/zh_TW.gmo' is up to date. make[3]: `../../po/zu.gmo' is up to date. make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> touch stamp-po dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \ if test "libvirt" = "gettext-tools"; then \ dists="$dists Makevars.template"; \ fi; \ if test -f ../../po/libvirt.pot; then \ dists="$dists libvirt.pot stamp-po"; \ fi; \ if test -f ../../po/ChangeLog; then \ dists="$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f ../../po/ChangeLog.$i; then \ dists="$dists ChangeLog.$i"; \ fi; \ done; \ if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \ for file in $dists; do \ if test -f $file; then \ cp -p $file ../libvirt-4.0.0/po || exit 1; \ else \ cp -p ../../po/$file ../libvirt-4.0.0/po || exit 1; \ fi; \ done make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> (cd examples && make top_distdir=../libvirt-4.0.0 distdir=../libvirt-4.0.0/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> make \ top_distdir="libvirt-4.0.0" distdir="libvirt-4.0.0" \ dist-hook make[1]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> GEN gen-ChangeLog GEN gen-AUTHORS make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> test -n "" \ || find "libvirt-4.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…> -c -m a+r {} {} \; \ || chmod -R a+r "libvirt-4.0.0" tardir=libvirt-4.0.0 && tar --format=posix -chf - "$tardir" | xz -c >libvirt-4.0.0.tar.xz (stdin): 11.5 MiB / 217.3 MiB = 0.053, 1.2 MiB/s, 3:08 { test ! -d "libvirt-4.0.0" || { find "libvirt-4.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "libvirt-4.0.0"; }; } ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/ws/bu…'> -ta libvirt-4.0.0.tar.xz error: Failed build dependencies: bash-completion >= 2.0 is needed by libvirt-4.0.0-1.el6.x86_64 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-7 #749
by ci@centos.org 17 Jan '18

17 Jan '18
See <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/749/d…> ------------------------------------------ [...truncated 117.11 KB...] cd ../../po && rm -f kw(a)kkcor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)kkcor.gmo kw(a)kkcor.po 5956 translated messages, 287 fuzzy translations, 3554 untranslated messages. cd ../../po && rm -f kw_GB.gmo && /usr/bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po cd ../../po && rm -f kw(a)uccor.gmo && /usr/bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po 0 translated messages, 9797 untranslated messages. 0 translated messages, 9797 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f ky.gmo && /usr/bin/msgfmt -c --statistics -o ky.gmo ky.po cd ../../po && rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po cd ../../po && rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po 0 translated messages, 9797 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f mai.gmo && /usr/bin/msgfmt -c --statistics -o mai.gmo mai.po cd ../../po && rm -f mk.gmo && /usr/bin/msgfmt -c --statistics -o mk.gmo mk.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 0 translated messages, 9797 untranslated messages. 330 translated messages, 714 fuzzy translations, 8753 untranslated messages. cd ../../po && rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po cd ../../po && rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po 5976 translated messages, 296 fuzzy translations, 3525 untranslated messages. cd ../../po && rm -f ms.gmo && /usr/bin/msgfmt -c --statistics -o ms.gmo ms.po 0 translated messages, 9797 untranslated messages. 6624 translated messages, 718 fuzzy translations, 2455 untranslated messages. cd ../../po && rm -f nb.gmo && /usr/bin/msgfmt -c --statistics -o nb.gmo nb.po cd ../../po && rm -f nds.gmo && /usr/bin/msgfmt -c --statistics -o nds.gmo nds.po 46 translated messages, 493 fuzzy translations, 9258 untranslated messages. cd ../../po && rm -f ne.gmo && /usr/bin/msgfmt -c --statistics -o ne.gmo ne.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po 139 translated messages, 643 fuzzy translations, 9015 untranslated messages. cd ../../po && rm -f nn.gmo && /usr/bin/msgfmt -c --statistics -o nn.gmo nn.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f nso.gmo && /usr/bin/msgfmt -c --statistics -o nso.gmo nso.po 2750 translated messages, 770 fuzzy translations, 6277 untranslated messages. cd ../../po && rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 5552 translated messages, 502 fuzzy translations, 3743 untranslated messages. cd ../../po && rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po 5935 translated messages, 279 fuzzy translations, 3583 untranslated messages. 2835 translated messages, 773 fuzzy translations, 6189 untranslated messages. cd ../../po && rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po 360 translated messages, 410 fuzzy translations, 9027 untranslated messages. cd ../../po && rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po cd ../../po && rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po 6045 translated messages, 310 fuzzy translations, 3442 untranslated messages. cd ../../po && rm -f si.gmo && /usr/bin/msgfmt -c --statistics -o si.gmo si.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po 5634 translated messages, 371 fuzzy translations, 3792 untranslated messages. cd ../../po && rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sq.gmo && /usr/bin/msgfmt -c --statistics -o sq.gmo sq.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po cd ../../po && rm -f sr(a)latin.gmo && /usr/bin/msgfmt -c --statistics -o sr(a)latin.gmo sr(a)latin.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. cd ../../po && rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 645 translated messages, 979 fuzzy translations, 8173 untranslated messages. cd ../../po && rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po 705 translated messages, 381 fuzzy translations, 8711 untranslated messages. cd ../../po && rm -f tg.gmo && /usr/bin/msgfmt -c --statistics -o tg.gmo tg.po 5911 translated messages, 300 fuzzy translations, 3586 untranslated messages. cd ../../po && rm -f th.gmo && /usr/bin/msgfmt -c --statistics -o th.gmo th.po 6220 translated messages, 582 fuzzy translations, 2995 untranslated messages. cd ../../po && rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f tw.gmo && /usr/bin/msgfmt -c --statistics -o tw.gmo tw.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f ur.gmo && /usr/bin/msgfmt -c --statistics -o ur.gmo ur.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. cd ../../po && rm -f wba.gmo && /usr/bin/msgfmt -c --statistics -o wba.gmo wba.po 8581 translated messages, 718 fuzzy translations, 498 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f yo.gmo && /usr/bin/msgfmt -c --statistics -o yo.gmo yo.po cd ../../po && rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po 2429 translated messages, 1318 fuzzy translations, 6050 untranslated messages. cd ../../po && rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po 0 translated messages, 9797 untranslated messages. 0 translated messages, 9797 untranslated messages. cd ../../po && rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po cd ../../po && rm -f zu.gmo && /usr/bin/msgfmt -c --statistics -o zu.gmo zu.po 6321 translated messages, 364 fuzzy translations, 3112 untranslated messages. 278 translated messages, 743 fuzzy translations, 8776 untranslated messages. 218 translated messages, 673 fuzzy translations, 8906 untranslated messages. make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make[3]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> test ! -f ../../po/libvirt.pot || \ test -z "../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo" || make ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo make[4]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make[4]: `../../po/af.gmo' is up to date. make[4]: `../../po/am.gmo' is up to date. make[4]: `../../po/anp.gmo' is up to date. make[4]: `../../po/ar.gmo' is up to date. make[4]: `../../po/as.gmo' is up to date. make[4]: `../../po/ast.gmo' is up to date. make[4]: `../../po/bal.gmo' is up to date. make[4]: `../../po/be.gmo' is up to date. make[4]: `../../po/bg.gmo' is up to date. make[4]: `../../po/bn.gmo' is up to date. make[4]: `../../po/bn_IN.gmo' is up to date. make[4]: `../../po/bo.gmo' is up to date. make[4]: `../../po/br.gmo' is up to date. make[4]: `../../po/brx.gmo' is up to date. make[4]: `../../po/bs.gmo' is up to date. make[4]: `../../po/ca.gmo' is up to date. make[4]: `../../po/cs.gmo' is up to date. make[4]: `../../po/cy.gmo' is up to date. make[4]: `../../po/da.gmo' is up to date. make[4]: `../../po/de.gmo' is up to date. make[4]: `../../po/de_CH.gmo' is up to date. make[4]: `../../po/el.gmo' is up to date. make[4]: `../../po/en_GB.gmo' is up to date. make[4]: `../../po/eo.gmo' is up to date. make[4]: `../../po/es.gmo' is up to date. make[4]: `../../po/et.gmo' is up to date. make[4]: `../../po/eu.gmo' is up to date. make[4]: `../../po/fa.gmo' is up to date. make[4]: `../../po/fi.gmo' is up to date. make[4]: `../../po/fr.gmo' is up to date. make[4]: `../../po/gl.gmo' is up to date. make[4]: `../../po/gu.gmo' is up to date. make[4]: `../../po/he.gmo' is up to date. make[4]: `../../po/hi.gmo' is up to date. make[4]: `../../po/hr.gmo' is up to date. make[4]: `../../po/hu.gmo' is up to date. make[4]: `../../po/ia.gmo' is up to date. make[4]: `../../po/id.gmo' is up to date. make[4]: `../../po/ilo.gmo' is up to date. make[4]: `../../po/is.gmo' is up to date. make[4]: `../../po/it.gmo' is up to date. make[4]: `../../po/ja.gmo' is up to date. make[4]: `../../po/ka.gmo' is up to date. make[4]: `../../po/kk.gmo' is up to date. make[4]: `../../po/km.gmo' is up to date. make[4]: `../../po/kn.gmo' is up to date. make[4]: `../../po/ko.gmo' is up to date. make[4]: `../../po/kw.gmo' is up to date. make[4]: `../../po/kw(a)kkcor.gmo' is up to date. make[4]: `../../po/kw(a)uccor.gmo' is up to date. make[4]: `../../po/kw_GB.gmo' is up to date. make[4]: `../../po/ky.gmo' is up to date. make[4]: `../../po/lt.gmo' is up to date. make[4]: `../../po/lv.gmo' is up to date. make[4]: `../../po/mai.gmo' is up to date. make[4]: `../../po/mk.gmo' is up to date. make[4]: `../../po/ml.gmo' is up to date. make[4]: `../../po/mn.gmo' is up to date. make[4]: `../../po/mr.gmo' is up to date. make[4]: `../../po/ms.gmo' is up to date. make[4]: `../../po/nb.gmo' is up to date. make[4]: `../../po/nds.gmo' is up to date. make[4]: `../../po/ne.gmo' is up to date. make[4]: `../../po/nl.gmo' is up to date. make[4]: `../../po/nn.gmo' is up to date. make[4]: `../../po/nso.gmo' is up to date. make[4]: `../../po/or.gmo' is up to date. make[4]: `../../po/pa.gmo' is up to date. make[4]: `../../po/pl.gmo' is up to date. make[4]: `../../po/pt.gmo' is up to date. make[4]: `../../po/pt_BR.gmo' is up to date. make[4]: `../../po/ro.gmo' is up to date. make[4]: `../../po/ru.gmo' is up to date. make[4]: `../../po/si.gmo' is up to date. make[4]: `../../po/sk.gmo' is up to date. make[4]: `../../po/sl.gmo' is up to date. make[4]: `../../po/sq.gmo' is up to date. make[4]: `../../po/sr.gmo' is up to date. make[4]: `../../po/sr(a)latin.gmo' is up to date. make[4]: `../../po/sv.gmo' is up to date. make[4]: `../../po/ta.gmo' is up to date. make[4]: `../../po/te.gmo' is up to date. make[4]: `../../po/tg.gmo' is up to date. make[4]: `../../po/th.gmo' is up to date. make[4]: `../../po/tr.gmo' is up to date. make[4]: `../../po/tw.gmo' is up to date. make[4]: `../../po/uk.gmo' is up to date. make[4]: `../../po/ur.gmo' is up to date. make[4]: `../../po/vi.gmo' is up to date. make[4]: `../../po/wba.gmo' is up to date. make[4]: `../../po/yo.gmo' is up to date. make[4]: `../../po/zh_CN.gmo' is up to date. make[4]: `../../po/zh_HK.gmo' is up to date. make[4]: `../../po/zh_TW.gmo' is up to date. make[4]: `../../po/zu.gmo' is up to date. make[4]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> touch stamp-po dists="Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars POTFILES.in ../../po/af.po ../../po/am.po ../../po/anp.po ../../po/ar.po ../../po/as.po ../../po/ast.po ../../po/bal.po ../../po/be.po ../../po/bg.po ../../po/bn.po ../../po/bn_IN.po ../../po/bo.po ../../po/br.po ../../po/brx.po ../../po/bs.po ../../po/ca.po ../../po/cs.po ../../po/cy.po ../../po/da.po ../../po/de.po ../../po/de_CH.po ../../po/el.po ../../po/en_GB.po ../../po/eo.po ../../po/es.po ../../po/et.po ../../po/eu.po ../../po/fa.po ../../po/fi.po ../../po/fr.po ../../po/gl.po ../../po/gu.po ../../po/he.po ../../po/hi.po ../../po/hr.po ../../po/hu.po ../../po/ia.po ../../po/id.po ../../po/ilo.po ../../po/is.po ../../po/it.po ../../po/ja.po ../../po/ka.po ../../po/kk.po ../../po/km.po ../../po/kn.po ../../po/ko.po ../../po/kw.po ../../po/kw(a)kkcor.po ../../po/kw(a)uccor.po ../../po/kw_GB.po ../../po/ky.po ../../po/lt.po ../../po/lv.po ../../po/mai.po ../../po/mk.po ../../po/ml.po ../../po/mn.po ../../po/mr.po ../../po/ms.po ../../po/nb.po ../../po/nds.po ../../po/ne.po ../../po/nl.po ../../po/nn.po ../../po/nso.po ../../po/or.po ../../po/pa.po ../../po/pl.po ../../po/pt.po ../../po/pt_BR.po ../../po/ro.po ../../po/ru.po ../../po/si.po ../../po/sk.po ../../po/sl.po ../../po/sq.po ../../po/sr.po ../../po/sr(a)latin.po ../../po/sv.po ../../po/ta.po ../../po/te.po ../../po/tg.po ../../po/th.po ../../po/tr.po ../../po/tw.po ../../po/uk.po ../../po/ur.po ../../po/vi.po ../../po/wba.po ../../po/yo.po ../../po/zh_CN.po ../../po/zh_HK.po ../../po/zh_TW.po ../../po/zu.po ../../po/af.gmo ../../po/am.gmo ../../po/anp.gmo ../../po/ar.gmo ../../po/as.gmo ../../po/ast.gmo ../../po/bal.gmo ../../po/be.gmo ../../po/bg.gmo ../../po/bn.gmo ../../po/bn_IN.gmo ../../po/bo.gmo ../../po/br.gmo ../../po/brx.gmo ../../po/bs.gmo ../../po/ca.gmo ../../po/cs.gmo ../../po/cy.gmo ../../po/da.gmo ../../po/de.gmo ../../po/de_CH.gmo ../../po/el.gmo ../../po/en_GB.gmo ../../po/eo.gmo ../../po/es.gmo ../../po/et.gmo ../../po/eu.gmo ../../po/fa.gmo ../../po/fi.gmo ../../po/fr.gmo ../../po/gl.gmo ../../po/gu.gmo ../../po/he.gmo ../../po/hi.gmo ../../po/hr.gmo ../../po/hu.gmo ../../po/ia.gmo ../../po/id.gmo ../../po/ilo.gmo ../../po/is.gmo ../../po/it.gmo ../../po/ja.gmo ../../po/ka.gmo ../../po/kk.gmo ../../po/km.gmo ../../po/kn.gmo ../../po/ko.gmo ../../po/kw.gmo ../../po/kw(a)kkcor.gmo ../../po/kw(a)uccor.gmo ../../po/kw_GB.gmo ../../po/ky.gmo ../../po/lt.gmo ../../po/lv.gmo ../../po/mai.gmo ../../po/mk.gmo ../../po/ml.gmo ../../po/mn.gmo ../../po/mr.gmo ../../po/ms.gmo ../../po/nb.gmo ../../po/nds.gmo ../../po/ne.gmo ../../po/nl.gmo ../../po/nn.gmo ../../po/nso.gmo ../../po/or.gmo ../../po/pa.gmo ../../po/pl.gmo ../../po/pt.gmo ../../po/pt_BR.gmo ../../po/ro.gmo ../../po/ru.gmo ../../po/si.gmo ../../po/sk.gmo ../../po/sl.gmo ../../po/sq.gmo ../../po/sr.gmo ../../po/sr(a)latin.gmo ../../po/sv.gmo ../../po/ta.gmo ../../po/te.gmo ../../po/tg.gmo ../../po/th.gmo ../../po/tr.gmo ../../po/tw.gmo ../../po/uk.gmo ../../po/ur.gmo ../../po/vi.gmo ../../po/wba.gmo ../../po/yo.gmo ../../po/zh_CN.gmo ../../po/zh_HK.gmo ../../po/zh_TW.gmo ../../po/zu.gmo "; \ if test "libvirt" = "gettext-tools"; then \ dists="$dists Makevars.template"; \ fi; \ if test -f ../../po/libvirt.pot; then \ dists="$dists libvirt.pot stamp-po"; \ fi; \ if test -f ../../po/ChangeLog; then \ dists="$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f ../../po/ChangeLog.$i; then \ dists="$dists ChangeLog.$i"; \ fi; \ done; \ if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \ for file in $dists; do \ if test -f $file; then \ cp -p $file ../libvirt-4.0.0/po || exit 1; \ else \ cp -p ../../po/$file ../libvirt-4.0.0/po || exit 1; \ fi; \ done make[3]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> (cd examples && make top_distdir=../libvirt-4.0.0 distdir=../libvirt-4.0.0/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> make \ top_distdir="libvirt-4.0.0" distdir="libvirt-4.0.0" \ dist-hook make[2]: Entering directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> GEN gen-ChangeLog GEN gen-AUTHORS make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> test -n "" \ || find "libvirt-4.0.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…> -c -m a+r {} {} \; \ || chmod -R a+r "libvirt-4.0.0" tardir=libvirt-4.0.0 && tar --format=posix -chf - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >libvirt-4.0.0.tar.xz (stdin): 10.2 MiB / 1694.8 MiB = 0.006, 8.4 MiB/s, 3:20 make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> if test -d "libvirt-4.0.0"; then find "libvirt-4.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libvirt-4.0.0" || { sleep 5 && rm -rf "libvirt-4.0.0"; }; else :; fi ++ pwd + rpmbuild --define '_topdir <https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/ws/bu…'> -ta libvirt-4.0.0.tar.xz error: Failed to read spec file from libvirt-4.0.0.tar.xz Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Passed: libvirt/libvirt#826 (master - 5209781)
by Travis CI 17 Jan '18

17 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #826 Status: Passed Duration: 21 minutes and 48 seconds Commit: 5209781 (master) Author: Pavel Hrdina Message: spec: enable bash completion only on new enough distros RHEL-6 doesn't have bash-completion package by default, it has to be installed from EPEL. Reviewed-by: Daniel P. Berrange <berrange(a)redhat.com> Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/75cfb8434eab...5209781f674c View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329824548?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
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.