[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd #630

ci at centos.org ci at centos.org
Wed Jun 14 15:44:34 UTC 2017


See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd/630/display/redirect?page=changes>

Changes:

[jdenemar] qemu: Introduce qemuDomainDefFromXML helper

[jdenemar] qemu: Add qemuDomainMigratableDefCheckABIStability

[jdenemar] qemu: Add qemuDomainCheckABIStability

[jdenemar] qemu: Use qemuDomainCheckABIStability where needed

------------------------------------------
[...truncated 64.56 KB...]
Creating ./gnulib/tests/.gitignore
Creating ./gnulib/tests/glthread/.gitignore
Updating ./m4/.gitignore (backup in ./m4/.gitignore~)
Finished.

You may need to add #include directives for the following .h files.
  #include <arpa/inet.h>
  #include <byteswap.h>
  #include <execinfo.h>
  #include <fcntl.h>
  #include <fnmatch.h>
  #include <locale.h>
  #include <math.h>
  #include <net/if.h>
  #include <netdb.h>
  #include <poll.h>
  #include <pthread.h>
  #include <pty.h>
  #include <regex.h>
  #include <sched.h>
  #include <signal.h>
  #include <stdarg.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
  #include <strings.h>
  #include <sys/ioctl.h>
  #include <sys/socket.h>
  #include <sys/stat.h>
  #include <sys/time.h>
  #include <sys/utsname.h>
  #include <sys/wait.h>
  #include <termios.h>
  #include <time.h>
  #include <unistd.h>
  /* Include only after all system include files.  */
  #include "areadlink.h"
  #include "base64.h"
  #include "bitrotate.h"
  #include "c-ctype.h"
  #include "c-strcase.h"
  #include "c-strcasestr.h"
  #include "configmake.h"
  #include "count-leading-zeros.h"
  #include "count-one-bits.h"
  #include "dirname.h"
  #include "getpass.h"
  #include "gettext.h"
  #include "ignore-value.h"
  #include "intprops.h"
  #include "md5.h"
  #include "mgetgroups.h"
  #include "nonblocking.h"
  #include "passfd.h"
  #include "physmem.h"
  #include "sha256.h"
  #include "stat-time.h"
  #include "verify.h"

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(GETADDRINFO_LIB)
  $(GETHOSTNAME_LIB)
  $(HOSTENT_LIB)
  $(INET_NTOP_LIB)
  $(INET_PTON_LIB)
  $(LDEXP_LIBM)
  $(LIBSOCKET)
  $(LIB_CLOCK_GETTIME)
  $(LIB_CRYPTO)
  $(LIB_EXECINFO)
  $(LIB_FDATASYNC)
  $(LIB_POLL)
  $(LIB_PTHREAD)
  $(LIB_PTHREAD_SIGMASK)
  $(LIB_SELECT)
  $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
  $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
  $(PTY_LIB)
  $(SERVENT_LIB)

Don't forget to
  - "include gnulib.mk" from within "gnulib/lib/Makefile.am",
  - "include gnulib.mk" from within "gnulib/tests/Makefile.am",
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
  - invoke gl_INIT in ./configure.ac.
running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force -I m4  --no-recursive
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: running: true --force
autoreconf-2.69: running: aclocal -I m4 --force -I m4
autoreconf-2.69: configure.ac: tracing
autoreconf-2.69: running: true --copy --force
autoreconf-2.69: running: /usr/local/bin/autoconf-2.69 --include=m4 --force
autoreconf-2.69: running: /usr/local/bin/autoheader-2.69 --include=m4 --force
autoreconf-2.69: running: automake --add-missing --copy --force-missing
configure.ac:116: installing 'build-aux/compile'
configure.ac:27: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
daemon/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf-2.69: Leaving directory `.'
./bootstrap: ln -fs ../.gnulib/build-aux/install-sh build-aux/install-sh
./bootstrap: ln -fs ../.gnulib/build-aux/depcomp build-aux/depcomp
./bootstrap: ln -fs ../.gnulib/build-aux/config.guess build-aux/config.guess
./bootstrap: ln -fs ../.gnulib/build-aux/config.sub build-aux/config.sub
./bootstrap: ln -fs .gnulib/doc/INSTALL INSTALL
./bootstrap: Creating po/Makevars from po/Makevars.template ...
./bootstrap: done.  Now you can run './configure'.
Running configure with  --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... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-freebsd10.3
checking host system type... x86_64-unknown-freebsd10.3
checking for gcc... no
checking for cc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for cc option to accept ISO C99... none needed
checking for cc option to accept ISO Standard C... (cached) none needed
configure: autobuild project... libvirt
configure: autobuild revision... v3.4.0-111-gf0a3fe1
configure: autobuild hostname... freebsd-10.n64.pufty.ci.centos.org
configure: autobuild timestamp... 20170614T154433Z
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking features.h usability... no
checking features.h presence... FATAL: command execution failed
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:714)
	at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1371)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at com.google.common.util.concurrent.ForwardingExecutorService.submit(ForwardingExecutorService.java:110)
	at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:49)
	at hudson.remoting.SingleLaneExecutorService.execute(SingleLaneExecutorService.java:105)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:595)
Caused: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport at 7bbb8673[name=Channel to /172.19.3.128]
	at org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.java:210)
	at org.jenkinsci.remoting.nio.NioChannelHub.abortAll(NioChannelHub.java:686)
	at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:663)
	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.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
	at com.sun.proxy.$Proxy83.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
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:714)
	at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1371)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at com.google.common.util.concurrent.ForwardingExecutorService.submit(ForwardingExecutorService.java:110)
	at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:49)
	at hudson.remoting.SingleLaneExecutorService.execute(SingleLaneExecutorService.java:105)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:595)
Caused: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport at 7bbb8673[name=Channel to /172.19.3.128]
	at org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.java:210)
	at org.jenkinsci.remoting.nio.NioChannelHub.abortAll(NioChannelHub.java:686)
	at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:663)
	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)




More information about the Libvirt-ci mailing list