You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/18 15:54:14 UTC

Build failed in Jenkins: Mesos-Buildbot » autotools,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2) #3692

See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/3692/display/redirect?page=changes>

Changes:

[yujie.jay] Updated the outdated network isolator configure flag.

------------------------------------------
[...truncated 173.56 KB...]
Step 12 : RUN chown -R mesos /mesos
 ---> Running in 61a98ccd6d41
 ---> 735738334b7e
Removing intermediate container 61a98ccd6d41
Step 13 : USER mesos
 ---> Running in 65535a74f727
 ---> a9330d2338cf
Removing intermediate container 65535a74f727
Step 14 : ENV GTEST_OUTPUT xml:report.xml
 ---> Running in 90285ac03e70
 ---> 502ed60f94e7
Removing intermediate container 90285ac03e70
Step 15 : ENV DISTCHECK_CONFIGURE_FLAGS --verbose
 ---> Running in 55887e74ca45
 ---> 046b3845422d
Removing intermediate container 55887e74ca45
Step 16 : ENV GLOG_v 1 MESOS_VERBOSE 1
 ---> Running in f21086a9558d
 ---> ad6478979058
Removing intermediate container f21086a9558d
Step 17 : CMD ./bootstrap && ./configure --verbose && make -j6 distcheck 2>&1
 ---> Running in 6f299e92de3e
 ---> 675f7f0ff23c
Removing intermediate container 6f299e92de3e
Successfully built 675f7f0ff23c
+ trap 'docker rmi mesos-1495122661-21750' EXIT
+ docker run --privileged --rm mesos-1495122661-21750
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all -I m4
autoreconf: configure.ac: tracing
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
aclocal.m4:625: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:1429: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
configure.ac:1429: the top level
configure.ac:1895: warning: AC_RUN_IFELSE called without default to allow cross compiling
../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
configure.ac:1895: the top level
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `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'
autoreconf: running: /usr/bin/autoconf --warnings=all
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized option: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:57: warning: back quotes and double quotes must not be escaped in: unrecognized argument: $[1]
configure.ac:57: Try \`$[0] --help' for more information.
m4/libtool.m4:609: LT_OUTPUT is expanded from...
configure.ac:57: the top level
configure.ac:1429: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
configure.ac:1429: the top level
configure.ac:1895: warning: AC_RUN_IFELSE called without default to allow cross compiling
../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
configure.ac:1895: the top level
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --no-force --warnings=all
configure.ac:50: installing './ar-lib'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:46: installing './install-sh'
configure.ac:46: installing './missing'
3rdparty/Makefile.am: installing './depcomp'
3rdparty/Makefile.am:190: warning: variable 'GLOG_LDFLAGS' is defined but no program or
3rdparty/Makefile.am:190: library has 'GLOG' as canonical name (possible typo)
autoreconf: Leaving directory `.'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 g++ accepts -g... yes
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 ln -s works... yes
checking for C++ compiler vendor... gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for C++ compiler version... 4.8.5
checking for C++ compiler vendor... (cached) gnu
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 for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /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 the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 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 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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for gzread in -lz... yes
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-2.b11.el7_3.x86_64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.131-2.b11.el7_3.x86_64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for nl_has_capability in -lnl-3... no
configure: error: cannot find libnl-3
-------------------------------------------------------------------
We need libnl-3 for building network isolator!

Please install libnl3 (version 3.2.26 or higher):
https://github.com/thom311/libnl/releases
-------------------------------------------------------------------
  
+ docker rmi mesos-1495122661-21750
Untagged: mesos-1495122661-21750:latest
Deleted: sha256:675f7f0ff23c484122cb6f22476e94d6cdfa78b1d651c243846f45b3b5e5c0e2
Deleted: sha256:ad6478979058f8852ebbfdd08cadbc060367be9685c5a373ebcfe10c7b9f504c
Deleted: sha256:046b3845422d62685866336b53a963d0a5da03f8d5dbfe3c5bf77df73194373b
Deleted: sha256:502ed60f94e7075b93c936dece75db0f7e7e0162e971cd21139c8d5e233e14f3
Deleted: sha256:a9330d2338cf3bdd20162e33881d77367b7e4035d247b623f21133ce39d55c65
Deleted: sha256:735738334b7e54d4ff2a6ae49f71dabd18542a87136170ced10664d7c0477c14
Deleted: sha256:e6b73db664310902913e95be695050e4e66cf179f1ea32096bd37945606792f2
Deleted: sha256:152b4c79b77b841a3114240a2dbbc1d9369f4b467c94f9b8b53538e040e6d0b0
Deleted: sha256:a5fab61ef4528c16e406c6426ca9a14d8d4a2c43d00e35723a737e4d0a5d71b5
Deleted: sha256:c46bab9a5b29f2da253eedb3a64a15742c904150e722c64b0ac9a428445ea01a
Deleted: sha256:17dea88cabc602d6efc569e33641cbd3445d9f3df8373d1061d478a5538cca37
Deleted: sha256:5df3b689b574130fce3b7f9bd8a4ae3d231e71c71580002d192dce87a8710d35
Deleted: sha256:7dbf26fa20c81413fc15821a59564370cb9cfd03cdc02774b631000c92e9d950
Deleted: sha256:01180fea4e770df4f98519614deb984d82d51ff7776a97731220466a34778f8a
Deleted: sha256:47b0bd33ba7ee08a068912781e207d3913f782c62f58fbf833434f2f06432c8f
Deleted: sha256:b012b235cf6d5c18cf07a69d8895598c1a089952a6003563defe090935bdea04
Deleted: sha256:4828325b6c45a7c2bfed012070f3d0f43f1029de871f6e5f12b6b8a230daea1d
Deleted: sha256:8e30a908d9f557a584bf2d5d07a0e18ef740638e4e4c66fb6647f907304a8fd1
Deleted: sha256:3187c93e0e2ece597fce67018cf39a6a6362a9853b14e7e274ed25b93b72b25c
Deleted: sha256:62f32e04742012e50e59ed1070d88ee7cdb9fb04f1e75e5b3e4f8471c80b4cca
Deleted: sha256:e32eba2aafdf9cb28ee3b5ab0d23c5367c06262b391a4a90c10c56cd426d6b7f
Deleted: sha256:45b321d9e65cef5d756557a09c517a103cb5e8223dfafaf6ded471775379651f
Deleted: sha256:76bf006edde5bba6ef15c3d7766008bb16bed97f3584cfaecc013e59eebe2994
Deleted: sha256:053bdfd227aa1bd51dc349868f3f002911f17717736cf2689ad72e0b1d0e3e44
Deleted: sha256:2df6ab7183f22028b99cb3d990afa16849e113536fa924eb0ee0ed5f32420ba6
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yujie.jay@gmail.com

Jenkins build is back to normal : Mesos-Buildbot » autotools,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2) #3693

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/3693/display/redirect?page=changes>