See 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,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)/4033/display/redirect?page=changes>

Changes:

[alexr] Added `--executor_uris` flag to long lived and balloon frameworks.

[alexr] Added missing blank lines to help messages in mesos-execute.

------------------------------------------
Started by upstream project "Mesos-Buildbot" build number 4033
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H22 (couchdbtest ubuntu xenial) in workspace 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,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=autotools,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 9dee6e4458d060c8a4a4c4ded5c96d9b8addef77 (origin/master)
Commit message: "Added missing blank lines to help messages in mesos-execute."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9dee6e4458d060c8a4a4c4ded5c96d9b8addef77
 > git rev-list c65fb009e452e9a6cb0c9e2f8541423b74dd64cc # timeout=10
[e6bb3197] $ /bin/bash -xe /tmp/jenkins3269980842917303752.sh
+ '[' origin/master = origin/1.0.x ']'
+ ./support/jenkins/buildbot.sh
Requirement already satisfied: virtualenv in 
/home/jenkins/.local/lib/python2.7/site-packages
Total errors found: 0
Total errors found: 0
Checking 1187 C++ files
Virtualenv for python linter not detected ... building
Rebuilding virtualenv ...
Checking 21 Python files
+ : centos:7
+ : autotools
+ : gcc
+ : --verbose --enable-libevent --enable-ssl
+ : GLOG_v=1 MESOS_VERBOSE=1
+++ dirname 
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,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=autotools,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=autotools,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=autotools,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
+ append_dockerfile 'CMD ./bootstrap && ./configure --verbose --enable-libevent 
--enable-ssl && make -j6 distcheck 2>&1'
+ echo CMD ./bootstrap '&&' ./configure --verbose --enable-libevent 
--enable-ssl '&&' make -j6 distcheck '2>&1'
++ date +%s
+ TAG=mesos-1501591160-7986
+ docker build --no-cache=true -t mesos-1501591160-7986 .
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7f5814d47428 m=18

goroutine 0 [idle]:

goroutine 6 [running]:
runtime.systemstack_switch()
        /usr/local/go/src/runtime/asm_amd64.s:252 fp=0xc420048528 
sp=0xc420048520
runtime.gcMarkTermination()
        /usr/local/go/src/runtime/mgc.go:1272 +0x380 fp=0xc420048720 
sp=0xc420048528
runtime.gcMarkDone()
        /usr/local/go/src/runtime/mgc.go:1158 +0x21e fp=0xc420048748 
sp=0xc420048720
runtime.gcBgMarkWorker(0xc420023500)
        /usr/local/go/src/runtime/mgc.go:1505 +0x2c2 fp=0xc4200487b8 
sp=0xc420048748
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc4200487c0 
sp=0xc4200487b8
created by runtime.gcBgMarkStartWorkers
        /usr/local/go/src/runtime/mgc.go:1349 +0x98

goroutine 1 [runnable]:
strings.Count(0xc42020cb1e, 0x11, 0xbaec35, 0x1, 0xc4200103a0)
        /usr/local/go/src/strings/strings.go:77
strings.genSplit(0xc42020cb1e, 0x11, 0xbaec35, 0x1, 0x0, 0xffffffffffffffff, 
0x11, 0xc42020cb1e, 0x11)
        /usr/local/go/src/strings/strings.go:245 +0x3ce
strings.Split(0xc42020cb1e, 0x11, 0xbaec35, 0x1, 0xc42048af10, 0x81839e, 
0xaa6a80)
        /usr/local/go/src/strings/strings.go:287 +0x5b
github.com/docker/docker/pkg/fileutils.OptimizedMatches(0xc42020cb1e, 0x1d, 
0x117bc78, 0x0, 0x0, 0x117bc78, 0x0, 0x0, 0x0, 0xc420000200, ...)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/pkg/fileutils/fileutils.go:88
 +0xb2
github.com/docker/docker/pkg/fileutils.Matches(0xc42020cb1e, 0x1d, 0x0, 0x0, 
0x0, 0x1d, 0x0, 0x0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/pkg/fileutils/fileutils.go:76
 +0xe5
github.com/docker/docker/builder.ValidateContextDirectory.func1(0xc42020cae0, 
0x5b, 0x113eb40, 0xc4201c2dd0, 0x0, 0x0, 0x0, 0x0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:45 
+0x23d
path/filepath.walk(0xc42020cae0, 0x5b, 0x113eb40, 0xc4201c2dd0, 0xc420012540, 
0x0, 0x0)
        /usr/local/go/src/path/filepath/path.go:351 +0x81
path/filepath.walk(0xc42047a140, 0x4f, 0x113eb40, 0xc4201c2d00, 0xc420012540, 
0x0, 0x0)
        /usr/local/go/src/path/filepath/path.go:376 +0x344
path/filepath.walk(0xc420497860, 0x48, 0x113eb40, 0xc42017f790, 0xc420012540, 
0x0, 0x0)
        /usr/local/go/src/path/filepath/path.go:376 +0x344
path/filepath.walk(0xc42047a5a0, 0x41, 0x113eb40, 0xc4201ed040, 0xc420012540, 
0x0, 0x0)
        /usr/local/go/src/path/filepath/path.go:376 +0x344
path/filepath.walk(0xc4200146c0, 0x3d, 0x113eb40, 0xc420020f70, 0xc420012540, 
0x0, 0xbaec01)
        /usr/local/go/src/path/filepath/path.go:376 +0x344
path/filepath.Walk(0xc4200146c0, 0x3d, 0xc420012540, 0x3d, 0x0)
        /usr/local/go/src/path/filepath/path.go:398 +0xd5
github.com/docker/docker/builder.ValidateContextDirectory(0xc420014440, 0x3d, 
0x0, 0x0, 0x0, 0x3d, 0xc42001a3fe)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:68 +0xe4
github.com/docker/docker/cli/command/image.runBuild(0xc42020d4a0, 
0x7ffe5046d14b, 0x1, 0x0, 0x0, 0xc4203cb020, 0xc33e88, 0xc4203cb060, 0xc34028, 
0xc4203cb040, ...)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cli/command/image/build.go:201
 +0x14b6
github.com/docker/docker/cli/command/image.NewBuildCommand.func1(0xc4203dd200, 
0xc42037f240, 0x1, 0x4, 0x0, 0x0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cli/command/image/build.go:81
 +0xa8
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0xc4203dd200,
 0xc42008e080, 0x4, 0x4, 0xc4203dd200, 0xc42008e080)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:646
 +0x26d
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc4200c38c0,
 0xc4200c3d40, 0xc420386d80, 0xc4200a8438)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:742
 +0x377
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(0xc4200c38c0,
 0xc4200c38c0, 0x11343c0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:695
 +0x2b
main.main()
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cmd/docker/docker.go:104 
+0xcb

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1

goroutine 19 [syscall]:
os/signal.signal_recv(0x0)
        /usr/local/go/src/runtime/sigqueue.go:116 +0x157
os/signal.loop()
        /usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
        /usr/local/go/src/os/signal/signal_unix.go:28 +0x41

goroutine 23 [IO wait]:
net.runtime_pollWait(0x7f5815696500, 0x72, 0x3)
        /usr/local/go/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc420414370, 0x72, 0xc42044c9d0, 0xc4200920a0)
        /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitRead(0xc420414370, 0x11375c0, 0xc4200920a0)
        /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34
net.(*netFD).Read(0xc420414310, 0xc4203ed000, 0x1000, 0x1000, 0x0, 0x11375c0, 
0xc4200920a0)
        /usr/local/go/src/net/fd_unix.go:243 +0x1a1
net.(*conn).Read(0xc4200a85a8, 0xc4203ed000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
        /usr/local/go/src/net/net.go:173 +0x70
net/http.(*persistConn).Read(0xc420364900, 0xc4203ed000, 0x1000, 0x1000, 
0x5b1940, 0xc42044cb58, 0x40921d)
        /usr/local/go/src/net/http/transport.go:1261 +0x154
bufio.(*Reader).fill(0xc420438360)
        /usr/local/go/src/bufio/bufio.go:97 +0x10c
bufio.(*Reader).Peek(0xc420438360, 0x1, 0xc42044cbbd, 0x1, 0x0, 0xc4204383c0, 
0x0)
        /usr/local/go/src/bufio/bufio.go:129 +0x62
net/http.(*persistConn).readLoop(0xc420364900)
        /usr/local/go/src/net/http/transport.go:1418 +0x1a1
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1062 +0x4e9

goroutine 24 [select]:
net/http.(*persistConn).writeLoop(0xc420364900)
        /usr/local/go/src/net/http/transport.go:1646 +0x3bd
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1063 +0x50e

rax    0x0
rbx    0x7f58150d7700
rcx    0x7f5814d47428
rdx    0x6
rdi    0x2eea
rsi    0x2efb
rbp    0xc5aa1e
rsp    0x7f57ebffea38
r8     0x7f58150d8770
r9     0x7f57ebfff700
r10    0x8
r11    0x202
r12    0x7f57e40008c0
r13    0xf3
r14    0x30
r15    0x3
rip    0x7f5814d47428
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
Build step 'Execute shell' marked build as failure

Reply via email to