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/07/13 05:07:36 UTC

Build failed in Jenkins: Mesos-Buildbot » cmake,gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2) #3906

See <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/3906/display/redirect>

------------------------------------------
Started by upstream project "Mesos-Buildbot" build number 3906
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode1 (ubuntu) in workspace <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/mesos.git
 > git init <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e068e84c50970f88b00fd55e4b1683455bd52640 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e068e84c50970f88b00fd55e4b1683455bd52640
 > git rev-list e068e84c50970f88b00fd55e4b1683455bd52640 # timeout=10
[16f3452c] $ /bin/bash -xe /tmp/hudson1903997092343056410.sh
+ '[' origin/master = origin/1.0.x ']'
+ ./support/jenkins/buildbot.sh
Collecting virtualenv
  Using cached virtualenv-15.1.0-py2.py3-none-any.whl
Installing collected packages: virtualenv
Successfully installed virtualenv-15.1.0
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Total errors found: 0
Total errors found: 0
Checking 1179 C++ files
Virtualenv for python linter not detected ... building
Rebuilding virtualenv ...
Checking 17 Python files
+ : centos:7
+ : cmake
+ : gcc
+ : --verbose --enable-libevent --enable-ssl
+ : GLOG_v=1 MESOS_VERBOSE=1
+++ dirname <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/support/docker-build.sh>
++ cd <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/support/..>
++ pwd
+ MESOS_DIRECTORY=<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
+ cd <https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/>
+ DOCKERFILE=Dockerfile
+ rm -f Dockerfile
+ case $OS in
+ append_dockerfile 'FROM centos:7'
+ echo FROM centos:7
+ append_dockerfile 'RUN yum install -y which'
+ echo RUN yum install -y which
+ append_dockerfile 'RUN yum groupinstall -y '\''Development Tools'\'''
+ echo RUN yum groupinstall -y ''\''Development' 'Tools'\'''
+ append_dockerfile 'RUN yum install -y epel-release'
+ echo RUN yum install -y epel-release
+ append_dockerfile 'RUN yum install -y clang git maven cmake'
+ echo RUN yum install -y clang git maven cmake
+ append_dockerfile 'RUN yum install -y java-1.8.0-openjdk-devel python-devel python-six zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-utils-devel libevent-devel libev-devel'
+ echo RUN yum install -y java-1.8.0-openjdk-devel python-devel python-six zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-utils-devel libevent-devel libev-devel
+ append_dockerfile 'RUN adduser mesos'
+ echo RUN adduser mesos
+ case $COMPILER in
+ append_dockerfile 'ENV CC gcc'
+ echo ENV CC gcc
+ append_dockerfile 'ENV CXX g++'
+ echo ENV CXX g++
+ append_dockerfile 'WORKDIR mesos'
+ echo WORKDIR mesos
+ append_dockerfile 'COPY . /mesos/'
+ echo COPY . /mesos/
+ append_dockerfile 'RUN chown -R mesos /mesos'
+ echo RUN chown -R mesos /mesos
+ append_dockerfile 'USER mesos'
+ echo USER mesos
+ append_dockerfile 'ENV GTEST_OUTPUT xml:report.xml'
+ echo ENV GTEST_OUTPUT xml:report.xml
+ append_dockerfile 'ENV DISTCHECK_CONFIGURE_FLAGS --verbose --enable-libevent --enable-ssl'
+ echo ENV DISTCHECK_CONFIGURE_FLAGS --verbose --enable-libevent --enable-ssl
+ append_dockerfile 'ENV GLOG_v=1 MESOS_VERBOSE=1'
+ echo ENV GLOG_v=1 MESOS_VERBOSE=1
+ '[' -n '' ']'
+ case $BUILDTOOL in
+ CONFIGURATION='--verbose --enable-libevent --enable-ssl'
+ CONFIGURATION='__verbose __enable_libevent __enable_ssl'
+ CONFIGURATION='-Dverbose -Denable_libevent -Denable_ssl'
+ CONFIGURATION='-DVERBOSE -DENABLE_LIBEVENT -DENABLE_SSL'
+ IFS=' '
+ read -r -a array
+ CONFIGURATION=
+ for element in '"${array[@]}"'
+ CONFIGURATION=' -DVERBOSE=1'
+ for element in '"${array[@]}"'
+ CONFIGURATION=' -DVERBOSE=1 -DENABLE_LIBEVENT=1'
+ for element in '"${array[@]}"'
+ CONFIGURATION=' -DVERBOSE=1 -DENABLE_LIBEVENT=1 -DENABLE_SSL=1'
+ append_dockerfile 'CMD mkdir build && cd build && cmake  -DVERBOSE=1 -DENABLE_LIBEVENT=1 -DENABLE_SSL=1 .. && make -j6 check'
+ echo CMD mkdir build '&&' cd build '&&' cmake -DVERBOSE=1 -DENABLE_LIBEVENT=1 -DENABLE_SSL=1 .. '&&' make -j6 check
++ date +%s
+ TAG=mesos-1499904778-31153
+ docker build --no-cache=true -t mesos-1499904778-31153 .
Build timed out (after 300 minutes). Marking the build as failed.
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)/ws/support/docker-build.sh>: line 178: 12473 Terminated              docker build --no-cache=true -t $TAG .
Build was aborted
Not sending mail to unregistered user yujie.jay@gmail.com
Not sending mail to unregistered user zhq527725@gmail.com

Jenkins build is back to normal : Mesos-Buildbot » cmake,gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2) #3907

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