[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-check » libvirt-fedora-25 #435
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-master-check/systems=libvirt-fed...>
------------------------------------------
Started by upstream project "libvirt-python-master-check" build number 435
originally caused by:
Started by upstream project "libvirt-python-master-build" build number 460
originally caused by:
Started by user Libvirt
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-master-check/systems=libvirt-fed...>
[libvirt-python-master] $ /bin/sh -xe /tmp/hudson4559588729414848826.sh
+ python setup.py test
running test
/usr/bin/python sanitytest.py build/lib.linux-x86_64-2.7 /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml
Traceback (most recent call last):
File "setup.py", line 366, in <module>
"Programming Language :: Python :: 3",
File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "setup.py", line 318, in run
nose = self.find_nosetests_path()
File "setup.py", line 304, in find_nosetests_path
raise Exception("Cannot find any nosetests binary")
Exception: Cannot find any nosetests binary
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: virt-viewer-master-check » libvirt-fedora-24 #448
by ci@centos.org
See <https://ci.centos.org/job/virt-viewer-master-check/systems=libvirt-fedora...>
------------------------------------------
Started by upstream project "virt-viewer-master-check" build number 448
originally caused by:
Started by upstream project "virt-viewer-master-syntax-check" build number 451
originally caused by:
Started by upstream project "virt-viewer-master-build" build number 458
originally caused by:
Started by upstream project "libvirt-glib-master-build" build number 443
originally caused by:
Started by upstream project "libvirt-master-build" build number 635
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-24 (libvirt) in workspace <https://ci.centos.org/job/virt-viewer-master-check/systems=libvirt-fedora...>
[virt-viewer-master] $ /bin/sh -xe /tmp/hudson226864967496576602.sh
+ MAKE=make
++ uname
+ unamestr=Linux
+ '[' Linux = FreeBSD ']'
+ cd build
/tmp/hudson226864967496576602.sh: line 9: cd: build: No such file or directory
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-25 #442
by ci@centos.org
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...>
------------------------------------------
[...truncated 4.18 KB...]
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:67: installing 'build-aux/compile'
configure.ac:9: installing 'build-aux/config.guess'
configure.ac:9: installing 'build-aux/config.sub'
configure.ac:7: installing 'build-aux/install-sh'
configure.ac:7: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
bin/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
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... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... 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 -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... no
configure: error: static LIBC is required in order to build virt-sandbox-init-qemu
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-cim-master-build » libvirt-fedora-25 #442
by ci@centos.org
See <https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-fedora...>
------------------------------------------
Started by upstream project "libvirt-cim-master-build" build number 442
originally caused by:
Started by upstream project "libvirt-master-build" build number 638
originally caused by:
Started by user Libvirt
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-fedora...>
Cloning the remote Git repository
Cloning repository git://n64.pufty.ci.centos.org/libvirt-cim.git
> git init <https://ci.centos.org/job/libvirt-cim-master-build/systems=libvirt-fedora...> # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-cim.git
> git --version # timeout=10
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-cim.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-cim.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-cim.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-cim.git
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-cim.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 63acad058adca7ae2fa7edd57eb0c1e84998a783 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 63acad058adca7ae2fa7edd57eb0c1e84998a783
First time build. Skipping changelog.
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[libvirt-cim-master] $ /bin/sh -xe /tmp/hudson1152504100737644424.sh
+ ./autoconfiscate.sh
Running libtool ...
Running aclocal ...
Running autoheader ...
Running automake ...
configure.ac:26: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:17: installing './install-sh'
configure.ac:17: installing './missing'
Running autoconf ...
You may now run ./configure
+ ./configure --prefix=/home/jenkins/build/libvirt
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
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... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for ANSI C header files... (cached) yes
checking for popen... yes
checking for pclose... yes
checking for fgets... yes
checking for asprintf... yes
checking for vfprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for sscanf... yes
checking for xsltproc... /usr/bin/xsltproc
configure: checking for CMPI headers...
checking standard... no
checking /usr/include/cmpi... no
checking /usr/local/include/cmpi... no
checking /src/Pegasus/Provider/CMPI... no
checking /opt/tog-pegasus/include/Pegasus/Provider/CMPI... no
checking /usr/include/Pegasus/Provider/CMPI... no
checking /usr/include/openwbem... no
checking /usr/sniacimom/include... no
configure: error: Cannot find CMPI headers files.
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-tck-master-build » libvirt-fedora-25 #464
by ci@centos.org
See <https://ci.centos.org/job/libvirt-tck-master-build/systems=libvirt-fedora...>
------------------------------------------
Started by upstream project "libvirt-tck-master-build" build number 464
originally caused by:
Started by upstream project "libvirt-perl-master-build" build number 481
originally caused by:
Started by upstream project "libvirt-master-build" build number 638
originally caused by:
Started by user Libvirt
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-tck-master-build/systems=libvirt-fedora...>
> 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-tck.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-tck.git
> git --version # timeout=10
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-tck.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 140f1da092e4d0213f5f460f6f62478d77709c02 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 140f1da092e4d0213f5f460f6f62478d77709c02
First time build. Skipping changelog.
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[libvirt-tck-master] $ /bin/sh -xe /tmp/hudson8269654144967606965.sh
+ perl Build.PL install_base=/home/jenkins/build/libvirt
Can't locate Module/Build.pm in @INC (you may need to install the Module::Build module) (@INC contains: /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Build.PL line 15.
BEGIN failed--compilation aborted at Build.PL line 15.
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-test » libvirt-fedora-25 #459
by ci@centos.org
See <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...>
------------------------------------------
Started by upstream project "libvirt-perl-master-test" build number 459
originally caused by:
Started by upstream project "libvirt-perl-master-build" build number 481
originally caused by:
Started by upstream project "libvirt-master-build" build number 638
originally caused by:
Started by user Libvirt
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...>
[libvirt-perl-master] $ /bin/sh -xe /tmp/hudson2247976756282543821.sh
+ make -j3 test TEST_MAINTAINER=1
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Virt.bs blib/arch/auto/Sys/Virt/Virt.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/005-pod.t line 1.
BEGIN failed--compilation aborted at t/005-pod.t line 1.
t/005-pod.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/010-pod-coverage.t line 4.
BEGIN failed--compilation aborted at t/010-pod-coverage.t line 4.
t/010-pod-coverage.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/015-changes.t line 4.
BEGIN failed--compilation aborted at t/015-changes.t line 4.
t/015-changes.t ........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/020-constants.t line 5.
BEGIN failed--compilation aborted at t/020-constants.t line 5.
t/020-constants.t ......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/030-api-coverage.t line 7.
BEGIN failed--compilation aborted at t/030-api-coverage.t line 7.
t/030-api-coverage.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/100-connect.t line 6.
BEGIN failed--compilation aborted at t/100-connect.t line 6.
t/100-connect.t ........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/200-domains.t line 6.
BEGIN failed--compilation aborted at t/200-domains.t line 6.
t/200-domains.t ........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/300-networks.t line 6.
BEGIN failed--compilation aborted at t/300-networks.t line 6.
t/300-networks.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/400-storage-pools.t line 6.
BEGIN failed--compilation aborted at t/400-storage-pools.t line 6.
t/400-storage-pools.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/500-storage-vols.t line 6.
BEGIN failed--compilation aborted at t/500-storage-vols.t line 6.
t/500-storage-vols.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/600-interfaces.t line 6.
BEGIN failed--compilation aborted at t/600-interfaces.t line 6.
t/600-interfaces.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> <https://ci.centos.org/job/libvirt-perl-master-test/systems=libvirt-fedora...> /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /home/jenkins/build/libvirt/lib/perl5 /home/jenkins/build/libvirt/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/800-events.t line 6.
BEGIN failed--compilation aborted at t/800-events.t line 6.
t/800-events.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/005-pod.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/010-pod-coverage.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/015-changes.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/020-constants.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/030-api-coverage.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/100-connect.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/200-domains.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/300-networks.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/400-storage-pools.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/500-storage-vols.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/600-interfaces.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/800-events.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=12, Tests=0, 2 wallclock secs ( 0.08 usr 0.03 sys + 0.20 cusr 0.08 csys = 0.39 CPU)
Result: FAIL
Failed 12/12 test programs. 0/0 subtests failed.
Makefile:1018: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-python-master-build » libvirt-fedora-25 #459
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fed...>
------------------------------------------
Started by upstream project "libvirt-python-master-build" build number 459
originally caused by:
Started by upstream project "libvirt-master-build" build number 638
originally caused by:
Started by user Libvirt
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-25 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fed...>
Cloning the remote Git repository
Cloning repository git://n64.pufty.ci.centos.org/libvirt-python.git
> git init <https://ci.centos.org/job/libvirt-python-master-build/systems=libvirt-fed...> # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-python.git
> git --version # timeout=10
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-python.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt-python.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-python.git
> git fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision ecde5e5cd3e1c66e5f35f55b318f7fb03b45434f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ecde5e5cd3e1c66e5f35f55b318f7fb03b45434f
First time build. Skipping changelog.
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[libvirt-python-master] $ /bin/sh -xe /tmp/hudson160460027482476188.sh
+ python setup.py build
running build
/usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/bin/python generator.py libvirt /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml
Found 425 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 346 wrapper functions
/usr/bin/python generator.py libvirt-qemu /home/jenkins/build/libvirt/share/libvirt/api/libvirt-qemu-api.xml
Found 5 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-qemu-api.xml
Found 0 functions in libvirt-qemu-override-api.xml
Generated 3 wrapper functions
/usr/bin/pkg-config --atleast-version=1.0.2 libvirt
/usr/bin/python generator.py libvirt-lxc /home/jenkins/build/libvirt/share/libvirt/api/libvirt-lxc-api.xml
Found 4 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-lxc-api.xml
Found 0 functions in libvirt-lxc-override-api.xml
Generated 2 wrapper functions
running build_py
creating build/lib.linux-x86_64-2.7
copying build/libvirt.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'libvirtmod' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/include/python2.7 -c libvirt-override.c -o build/temp.linux-x86_64-2.7/libvirt-override.o
libvirt-override.c:20:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-fedora-24 #436
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...>
------------------------------------------
[...truncated 22.48 KB...]
CCLD test-stdlib
CCLD test-strchrnul
CCLD test-strerror
CCLD test-strerror_r
CCLD test-string
CCLD test-strings
CCLD test-strnlen
CCLD test-symlink
CCLD test-sys_ioctl
CCLD test-sys_select
CCLD test-sys_socket
CCLD test-sys_stat
CCLD test-sys_time
CCLD test-sys_types
CCLD test-sys_uio
CCLD test-sys_utsname
CCLD test-sys_wait
CCLD test-termios
CCLD test-thread_self
CCLD test-thread_create
CCLD test-time
CCLD test-ttyname_r
CCLD test-uname
CCLD test-unistd
CCLD test-unlockpt
CCLD test-unsetenv
CCLD test-usleep
CCLD test-vasnprintf
CCLD test-vasprintf
CCLD test-verify
CCLD test-vsnprintf
CCLD test-wchar
CCLD test-wcrtomb
CCLD test-wcrtomb-w32
CCLD test-wctype-h
CCLD test-write
CCLD test-xalloc-die
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make check-TESTS
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
============================================================================
Testsuite summary for libvirt 3.5.0
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
Making check in tests
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make check-TESTS
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
PASS: sockettest
PASS: virhostcputest
PASS: virbuftest
PASS: seclabeltest
PASS: commandtest
PASS: virhashtest
PASS: virconftest
PASS: viratomictest
PASS: shunloadtest
PASS: utiltest
PASS: virtimetest
PASS: viruritest
PASS: virkeyfiletest
PASS: viralloctest
PASS: virauthconfigtest
PASS: virbitmaptest
PASS: vircgrouptest
PASS: vircryptotest
PASS: virpcitest
PASS: virendiantest
PASS: virfiletest
PASS: virfirewalltest
PASS: viriscsitest
PASS: virkeycodetest
PASS: virlockspacetest
PASS: virlogtest
PASS: virshtest
PASS: virrotatingfiletest
PASS: virstringtest
PASS: virportallocatortest
PASS: sysinfotest
PASS: virkmodtest
PASS: vircapstest
PASS: domaincapstest
PASS: domainconftest
PASS: virschematest
PASS: virhostdevtest
PASS: virnetdevtest
PASS: virtypedparamtest
PASS: virnetmessagetest
FAIL: virnetsockettest
PASS: virnetdaemontest
PASS: virnetserverclienttest
PASS: fchosttest
PASS: scsihosttest
PASS: vircaps2xmltest
PASS: fdstreamtest
PASS: virdbustest
PASS: virnettlssessiontest
PASS: virpolkittest
PASS: virsystemdtest
PASS: securityselinuxtest
PASS: viridentitytest
PASS: virnettlscontexttest
PASS: securityselinuxlabeltest
PASS: virdrivermoduletest
PASS: xml2sexprtest
PASS: sexpr2xmltest
PASS: xmconfigtest
PASS: xlconfigtest
PASS: xencapstest
PASS: qemuargv2xmltest
PASS: qemuxml2argvtest
PASS: qemuhelptest
PASS: qemuxml2xmltest
PASS: domainsnapshotxml2xmltest
PASS: qemumonitortest
PASS: qemuagenttest
PASS: qemumonitorjsontest
PASS: qemucaps2xmltest
PASS: qemuhotplugtest
PASS: qemucapabilitiestest
PASS: qemumemlocktest
PASS: qemucommandutiltest
PASS: lxcxml2xmltest
PASS: lxcconf2xmltest
PASS: openvzutilstest
PASS: esxutilstest
PASS: vboxsnapshotxmltest
PASS: vmx2xmltest
PASS: xml2vmxtest
PASS: vmwarevertest
PASS: jsontest
PASS: networkxml2xmlupdatetest
PASS: networkxml2xmltest
PASS: networkxml2conftest
PASS: networkxml2firewalltest
PASS: storagebackendsheepdogtest
PASS: nwfilterxml2xmltest
PASS: nwfilterebiptablestest
PASS: nwfilterxml2firewalltest
PASS: virstorageutiltest
PASS: storagevolxml2argvtest
PASS: nsstest
PASS: virscsitest
PASS: nssguesttest
PASS: storagevolxml2xmltest
PASS: storagepoolxml2xmltest
PASS: nodedevxml2xmltest
PASS: interfacexml2xmltest
PASS: metadatatest
PASS: virstoragetest
PASS: cputest
PASS: secretxml2xmltest
PASS: virusbtest
PASS: genericxml2xmltest
PASS: virnetdevbandwidthtest
PASS: objecteventtest
PASS: virmacmaptest
PASS: libvirtd-pool
PASS: eventtest
PASS: virsh-cpuset
PASS: libvirtd-fail
SKIP: virsh-optparse
PASS: virsh-define-dev-segfault
PASS: virsh-int-overflow
PASS: virsh-schedinfo
PASS: virsh-read-non-seekable
PASS: virsh-read-bufsiz
PASS: virsh-self-test
PASS: virsh-start
PASS: virsh-undefine
PASS: virt-admin-self-test
PASS: virsh-uriprecedence
PASS: virsh-vcpupin
============================================================================
Testsuite summary for libvirt 3.5.0
============================================================================
# TOTAL: 125
# PASS: 123
# SKIP: 1
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
Makefile:5894: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
Makefile:6000: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
Makefile:6976: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/...'>
Makefile:2109: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
+ cat tests/test-suite.log
=========================================
libvirt 3.5.0: tests/test-suite.log
=========================================
# TOTAL: 125
# PASS: 123
# SKIP: 1
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: virnetsockettest
======================
TEST: virnetsockettest
.....!!!.!!! 12 FAIL
FAIL virnetsockettest (exit status: 1)
SKIP: virsh-optparse
====================
../../tests/virsh-optparse: skipping test:
This test is very expensive, so it is disabled by default.
To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1
SKIP virsh-optparse (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-centos-6 #436
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-6/4...>
------------------------------------------
[...truncated 31.36 KB...]
TEST: qemuxml2argvtest
........................................ 40
........................................ 80
........................................ 120
........................................ 160
........................................ 200
........................................ 240
........................................ 280
........................................ 320
........................................ 360
........................................ 400
........................................ 440
........................................ 480
........................................ 520
........................................ 560
........................................ 600
........................................ 640
........................................ 680
........................................ 720
...... 726 OK
PASS: qemuxml2argvtest
TEST: qemuxml2xmltest
........................................ 40
........................................ 80
........................................ 120
........................................ 160
........................................ 200
........................................ 240
........................................ 280
........................................ 320
........................................ 360
........................................ 400
........................................ 440
........................................ 480
........................................ 520
........................................ 560
........................................ 600
........................................ 640
........................................ 680
........................................ 720
........................................ 760
........................................ 800
........................................ 840
........................................ 880
........................................ 920
........................................ 960
........................................ 1000
........................................ 1040
........................................ 1080
........................................ 1120
.............................. 1150 OK
PASS: qemuxml2xmltest
TEST: qemuargv2xmltest
........................................ 40
........................................ 80
............. 93 OK
PASS: qemuargv2xmltest
TEST: qemuhelptest
....... 7 OK
PASS: qemuhelptest
TEST: domainsnapshotxml2xmltest
................. 17 OK
PASS: domainsnapshotxml2xmltest
TEST: qemumonitortest
... 3 OK
PASS: qemumonitortest
TEST: qemumonitorjsontest
........................................ 40
........................................ 80
................ 96 OK
PASS: qemumonitorjsontest
TEST: qemuhotplugtest
........................................ 40
................ 56 OK
PASS: qemuhotplugtest
TEST: qemuagenttest
........._ 10 OK
PASS: qemuagenttest
TEST: qemucapabilitiestest
.................................... 36 OK
PASS: qemucapabilitiestest
TEST: qemucaps2xmltest
.. 2 OK
PASS: qemucaps2xmltest
TEST: qemumemlocktest
.................. 18 OK
PASS: qemumemlocktest
TEST: qemucommandutiltest
................ 16 OK
PASS: qemucommandutiltest
TEST: lxcxml2xmltest
........... 11 OK
PASS: lxcxml2xmltest
TEST: lxcconf2xmltest
............. 13 OK
PASS: lxcconf2xmltest
TEST: openvzutilstest
.. 2 OK
PASS: openvzutilstest
TEST: esxutilstest
.... 4 OK
PASS: esxutilstest
TEST: vboxsnapshotxmltest
..... 5 OK
PASS: vboxsnapshotxmltest
TEST: vmx2xmltest
........................................ 40
...................... 62 OK
PASS: vmx2xmltest
TEST: xml2vmxtest
........................................ 40
............... 55 OK
PASS: xml2vmxtest
TEST: vmwarevertest
... 3 OK
PASS: vmwarevertest
TEST: jsontest
...................................... 38 OK
PASS: jsontest
TEST: networkxml2xmltest
..................................... 37 OK
PASS: networkxml2xmltest
TEST: networkxml2xmlupdatetest
........................................ 40
. 41 OK
PASS: networkxml2xmlupdatetest
TEST: networkxml2conftest
.................... 20 OK
PASS: networkxml2conftest
TEST: networkxml2firewalltest
....... 7 OK
PASS: networkxml2firewalltest
TEST: nwfilterxml2xmltest
........................................ 40
. 41 OK
PASS: nwfilterxml2xmltest
TEST: nwfilterebiptablestest
....... 7 OK
PASS: nwfilterebiptablestest
TEST: nwfilterxml2firewalltest
....................................... 39 OK
PASS: nwfilterxml2firewalltest
TEST: storagevolxml2argvtest
.......................... 26 OK
PASS: storagevolxml2argvtest
TEST: virstorageutiltest
.... 4 OK
PASS: virstorageutiltest
TEST: virstoragetest
........................................ 40
........................................ 80
........................................ 120
........................................ 160
........................................ 200
........ 208 OK
PASS: virstoragetest
TEST: virscsitest
.. 2 OK
PASS: virscsitest
TEST: nsstest
..... 5 OK
PASS: nsstest
TEST: nssguesttest
.. 2 OK
PASS: nssguesttest
TEST: storagevolxml2xmltest
.................. 18 OK
PASS: storagevolxml2xmltest
TEST: storagepoolxml2xmltest
............................. 29 OK
PASS: storagepoolxml2xmltest
TEST: nodedevxml2xmltest
............................... 31 OK
PASS: nodedevxml2xmltest
TEST: interfacexml2xmltest
.................... 20 OK
PASS: interfacexml2xmltest
TEST: cputest
........................................ 40
........................................ 80
........................................ 120
........................................ 160
........................................ 200
........................ 224 OK
PASS: cputest
TEST: metadatatest
............... 15 OK
PASS: metadatatest
TEST: secretxml2xmltest
..... 5 OK
PASS: secretxml2xmltest
TEST: genericxml2xmltest
..................... 21 OK
PASS: genericxml2xmltest
TEST: virusbtest
........... 11 OK
PASS: virusbtest
TEST: virnetdevbandwidthtest
..... 5 OK
PASS: virnetdevbandwidthtest
TEST: eventtest
............... 15 OK
PASS: eventtest
TEST: objecteventtest
............ 12 OK
PASS: objecteventtest
TEST: virmacmaptest
............ 12 OK
PASS: virmacmaptest
PASS: libvirtd-fail
PASS: libvirtd-pool
PASS: virsh-cpuset
PASS: virsh-define-dev-segfault
PASS: virsh-int-overflow
../../tests/virsh-optparse: skipping test:
This test is very expensive, so it is disabled by default.
To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1
SKIP: virsh-optparse
PASS: virsh-read-bufsiz
PASS: virsh-read-non-seekable
PASS: virsh-schedinfo
TEST: ../../tests/virsh-self-test
. 1 OK
PASS: virsh-self-test
TEST: ../../tests/virt-admin-self-test
. 1 OK
PASS: virt-admin-self-test
PASS: virsh-start
PASS: virsh-undefine
TEST: virsh-uriprecedence
_...... 7 OK
PASS: virsh-uriprecedence
PASS: virsh-vcpupin
=======================================
1 of 118 tests failed
(1 test was not run)
Please report to libvir-list(a)redhat.com
=======================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-6/w...'>
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `<https://ci.centos.org/job/libvirt-master-check/systems=libvirt-centos-6/w...'>
make: *** [check-recursive] Error 1
+ cat tests/test-suite.log
cat: tests/test-suite.log: No such file or directory
+ true
+ exit 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-debian #637
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian/637...>
Changes:
[mprivozn] qemuDomainBuildNamespace: Clean up temp files
[mprivozn] qemuDomainGetPreservedMounts: Prune nested mount points
[mprivozn] qemuDomainGetPreservedMounts: Fix suffixes for corner cases
------------------------------------------
[...truncated 171.32 KB...]
CC virkeycodetest.o
CC virlockspacetest.o
CC virlogtest.o
CC virrotatingfiletest-virrotatingfiletest.o
CC virrotatingfiletest-testutils.o
CC virschematest.o
CC virstringtest.o
CC virportallocatortest.o
CC sysinfotest.o
CC virkmodtest.o
CC vircapstest.o
CC testutilslxc.o
CC testutilsqemu.o
CC testutilsxen.o
CC domaincapstest.o
CC domainconftest.o
CC virhostdevtest.o
CC virnetdevtest-virnetdevtest.o
CC virnetdevtest-testutils.o
CC virtypedparamtest.o
CC virnetmessagetest-virnetmessagetest.o
CC virnetmessagetest-testutils.o
CC virnetsockettest.o
CC virnetdaemontest-virnetdaemontest.o
CC virnetdaemontest-testutils.o
CC virnetserverclienttest-virnetserverclienttest.o
CC virnetserverclienttest-testutils.o
CC virnettlscontexttest.o
CC virnettlshelpers.o
CC pkix_asn1_tab.o
CC virnettlssessiontest.o
CC fchosttest.o
CC scsihosttest.o
CC vircaps2xmltest.o
CC fdstreamtest.o
CC virdbustest-virdbustest.o
CC virdbustest-testutils.o
CC virsystemdtest-virsystemdtest.o
CC virsystemdtest-testutils.o
CC virpolkittest-virpolkittest.o
CC virpolkittest-testutils.o
CC securityselinuxtest.o
CC viridentitytest.o
CC securityselinuxlabeltest.o
CC virdrivermoduletest.o
CC xml2sexprtest.o
CC sexpr2xmltest.o
CC xmconfigtest.o
CC xencapstest.o
CC qemuxml2argvtest.o
CC qemuxml2xmltest.o
CC qemuargv2xmltest.o
CC qemuhelptest.o
CC domainsnapshotxml2xmltest.o
CC qemumonitortest.o
CC qemumonitorjsontest.o
CC qemuhotplugtest.o
CC qemuagenttest.o
CC qemucapabilitiestest.o
CC qemucaps2xmltest.o
CC qemumemlocktest.o
CC qemucommandutiltest.o
CC lxcxml2xmltest.o
CC lxcconf2xmltest.o
CC openvzutilstest.o
CC esxutilstest.o
CC vboxsnapshotxmltest.o
CC vmx2xmltest.o
CC xml2vmxtest.o
CC vmwarevertest.o
CC jsontest.o
CC networkxml2xmltest.o
CC networkxml2xmlupdatetest.o
CC networkxml2conftest.o
CC networkxml2firewalltest.o
CC nwfilterxml2xmltest.o
CC nwfilterebiptablestest.o
CC nwfilterxml2firewalltest.o
CC storagevolxml2argvtest.o
CC virstorageutiltest.o
CC virstoragetest.o
CC virscsitest.o
CC nsstest-nsstest.o
CC nsstest-testutils.o
CC nssguesttest-nsstest.o
CC nssguesttest-testutils.o
CC storagevolxml2xmltest.o
CC storagepoolxml2xmltest.o
CC nodedevxml2xmltest.o
CC interfacexml2xmltest.o
CC cputest.o
CC metadatatest.o
CC secretxml2xmltest.o
CC genericxml2xmltest.o
CC virusbtest.o
CC virnetdevbandwidthtest.o
CC eventtest.o
CC objecteventtest.o
CC virmacmaptest.o
CC commandhelper.o
CC ssh.o
CC qemucapsprobe.o
CC nsslinktest-nsslinktest.o
CC nssguestlinktest-nsslinktest.o
CCLD libshunload.la
CCLD virportallocatormock.la
CCLD virnetdaemonmock.la
CCLD virnetserverclientmock.la
CCLD vircgroupmock.la
CCLD virpcimock.la
CCLD virnetdevmock.la
CCLD virrandommock.la
CCLD virhostcpumock.la
CCLD domaincapsmock.la
CCLD virusbmock.la
CCLD virnetdevbandwidthmock.la
CCLD virnumamock.la
CCLD virtestmock.la
CCLD virdbusmock.la
CCLD libqemumonitortestutils.la
CCLD qemuxml2argvmock.la
CCLD qemucaps2xmlmock.la
CCLD qemucapsprobemock.la
CCLD qemucpumock.la
CCLD nssmock.la
CCLD virmacmapmock.la
CCLD libsecurityselinuxhelper.la
CCLD virshtest
CCLD sockettest
CCLD virhostcputest
CCLD virbuftest
CCLD commandtest
CCLD seclabeltest
CCLD virhashtest
CCLD virconftest
CCLD viratomictest
CCLD utiltest
CCLD shunloadtest
CCLD virtimetest
CCLD viruritest
CCLD virkeyfiletest
CCLD viralloctest
CCLD virauthconfigtest
CCLD virbitmaptest
CCLD vircgrouptest
CCLD vircryptotest
CCLD virpcitest
CCLD virendiantest
CCLD virfiletest
CCLD virfirewalltest
CCLD viriscsitest
CCLD virkeycodetest
CCLD virlockspacetest
CCLD virlogtest
CCLD virrotatingfiletest
CCLD virschematest
CCLD virstringtest
CCLD virportallocatortest
CCLD sysinfotest
CCLD virkmodtest
CCLD vircapstest
CCLD domaincapstest
CCLD domainconftest
CCLD virhostdevtest
CCLD virnetdevtest
CCLD virtypedparamtest
CCLD virnetmessagetest
CCLD virnetsockettest
CCLD virnetdaemontest
CCLD virnetserverclienttest
CCLD virnettlscontexttest
CCLD virnettlssessiontest
CCLD fchosttest
CCLD scsihosttest
CCLD vircaps2xmltest
CCLD fdstreamtest
CCLD virdbustest
CCLD virsystemdtest
CCLD virpolkittest
CCLD securityselinuxtest
CCLD viridentitytest
CCLD securityselinuxlabeltest
CCLD virdrivermoduletest
CCLD xml2sexprtest
CCLD sexpr2xmltest
CCLD xmconfigtest
CCLD xencapstest
CCLD qemuxml2argvtest
FATAL: command execution failed
org.jenkinsci.remoting.nio.FifoBuffer$CloseCause: Buffer close has been requested
at org.jenkinsci.remoting.nio.FifoBuffer.close(FifoBuffer.java:426)
at org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport.closeR(NioChannelHub.java:332)
at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:565)
Caused: java.io.IOException: Unexpected EOF while receiving the data from the channel. FIFO buffer has been already closed
at org.jenkinsci.remoting.nio.NioChannelHub$3.run(NioChannelHub.java:617)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused: java.io.IOException: Backing channel 'Channel to /172.19.1.14' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
at com.sun.proxy.$Proxy80.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1043)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1035)
at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1728)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)
Build step 'Execute shell' marked build as failure
FATAL: channel is already closed
org.jenkinsci.remoting.nio.FifoBuffer$CloseCause: Buffer close has been requested
at org.jenkinsci.remoting.nio.FifoBuffer.close(FifoBuffer.java:426)
at org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport.closeR(NioChannelHub.java:332)
at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:565)
Caused: java.io.IOException: Unexpected EOF while receiving the data from the channel. FIFO buffer has been already closed
at org.jenkinsci.remoting.nio.NioChannelHub$3.run(NioChannelHub.java:617)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused: hudson.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.Channel.send(Channel.java:605)
at hudson.remoting.Request.call(Request.java:130)
at hudson.remoting.Channel.call(Channel.java:829)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:984)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:540)
at hudson.model.Run.execute(Run.java:1728)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)
1 year, 1 month