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 2016/06/23 02:27:02 UTC

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

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

Changes:

[josephwu] Fix socket leak in SSL_ENABLE_DOWNGRADE code path.

------------------------------------------
Started by upstream project "Mesos" build number 2354
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > 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 --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* # timeout=60
Checking out Revision e6a9fd57425043f8fdbdc5be3a3d2c0aef43c098 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e6a9fd57425043f8fdbdc5be3a3d2c0aef43c098
 > git rev-list 8ab25331eab6430e4e3c5bdbc983ae1217e8d0f2 # timeout=10
[(docker||Hadoop)&&(!ubuntu-us1)] $ /bin/bash -xe /tmp/hudson2330239207504525676.sh
+ ./support/docker_build.sh
+ : centos:7
+ : autotools
+ : gcc
+ : --verbose
+ : GLOG_v=1 MESOS_VERBOSE=1
+++ dirname ./support/docker_build.sh
++ cd ./support/..
++ pwd
+ MESOS_DIRECTORY='<https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ws/'>
+ cd '<https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/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 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 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'
+ echo ENV DISTCHECK_CONFIGURE_FLAGS --verbose
+ append_dockerfile 'ENV GLOG_v=1 MESOS_VERBOSE=1'
+ echo ENV GLOG_v=1 MESOS_VERBOSE=1
+ case $BUILDTOOL in
+ append_dockerfile 'CMD ./bootstrap && ./configure --verbose && make -j8 distcheck'
+ echo CMD ./bootstrap '&&' ./configure --verbose '&&' make -j8 distcheck
++ date +%s
+ TAG=mesos-1466648809-2580
+ docker build --no-cache=true -t mesos-1466648809-2580 .
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7fba74a4ac37 m=0

goroutine 0 [idle]:

goroutine 8 [running]:
runtime.systemstack_switch()
	/usr/local/go/src/runtime/asm_amd64.s:216 fp=0xc82003cc98 sp=0xc82003cc90
runtime.gc(0x0)
	/usr/local/go/src/runtime/mgc.go:1006 +0x1db fp=0xc82003cf90 sp=0xc82003cc98
runtime.backgroundgc()
	/usr/local/go/src/runtime/mgc.go:897 +0x3d fp=0xc82003cfc0 sp=0xc82003cf90
runtime.goexit()
	/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1 fp=0xc82003cfc8 sp=0xc82003cfc0
created by runtime.startGC
	/usr/local/go/src/runtime/mgc.go:870 +0x186

goroutine 1 [runnable]:
github.com/docker/docker/pkg/fileutils.Matches(0xc820514400, 0xe, 0x0, 0x0, 0x0, 0xe, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/pkg/fileutils/fileutils.go:63
github.com/docker/docker/builder.ValidateContextDirectory.func1(0xc820514340, 0xce, 0x7fba7588a440, 0xc8204e9720, 0x0, 0x0, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:35 +0xf7
path/filepath.walk(0xc820514340, 0xce, 0x7fba7588a440, 0xc8204e9720, 0xc8201ad228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:349 +0x80
path/filepath.walk(0xc8204edc70, 0xc4, 0x7fba7588a440, 0xc8204e8f50, 0xc8201ad228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8203ab040, 0xbf, 0x7fba7588a440, 0xc8203adbd0, 0xc8201ad228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.Walk(0xc8203ab040, 0xbf, 0xc8201ad228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:396 +0xe1
github.com/docker/docker/builder.ValidateContextDirectory(0xc8200c6900, 0xbf, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:68 +0xde
github.com/docker/docker/api/client.(*DockerCli).CmdBuild(0xc820205c80, 0xc82000a1a0, 0x4, 0x4, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/api/client/build.go:144 +0x1e6c
reflect.callMethod(0xc82039cc90, 0xc8201adc28)
	/usr/local/go/src/reflect/value.go:628 +0x1fc
reflect.methodValueCall(0xc82000a1a0, 0x4, 0x4, 0x1, 0xc82039cc90, 0x0, 0x0, 0xc82039cc90, 0x0, 0x47cf14, ...)
	/usr/local/go/src/reflect/asm_amd64.s:29 +0x36
github.com/docker/docker/cli.(*Cli).Run(0xc82039c600, 0xc82000a190, 0x5, 0x5, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/cli/cli.go:89 +0x383
main.main()
	/usr/src/docker/docker/docker.go:63 +0x43c

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

goroutine 6 [syscall]:
os/signal.loop()
	/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
	/usr/local/go/src/os/signal/signal_unix.go:28 +0x37

rax    0x0
rbx    0x7fba74dd3868
rcx    0xffffffffffffffff
rdx    0x6
rdi    0x4c05
rsi    0x4c05
rbp    0x1ac3ef6
rsp    0x7fff0b3c82f8
r8     0xa
r9     0x7fba75a66880
r10    0x8
r11    0x206
r12    0x37751d0
r13    0x1a6af90
r14    0x0
r15    0x8
rip    0x7fba74a4ac37
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
Build step 'Execute shell' marked build as failure

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

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

Changes:

[toenshoff] Removed a superfluous future repair invocation.

[toenshoff] Improved formatting of Slave::authorizeSandboxAccess for readability.

------------------------------------------
Started by upstream project "Mesos" build number 2355
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > 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 --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* # timeout=60
Checking out Revision d1b681f140fbae58001f96b4b4b8a4a0cadb6a6b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1b681f140fbae58001f96b4b4b8a4a0cadb6a6b
 > git rev-list e6a9fd57425043f8fdbdc5be3a3d2c0aef43c098 # timeout=10
[(docker||Hadoop)&&(!ubuntu-us1)] $ /bin/bash -xe /tmp/hudson338108563083172979.sh
+ ./support/docker_build.sh
+ : centos:7
+ : autotools
+ : gcc
+ : --verbose
+ : GLOG_v=1 MESOS_VERBOSE=1
+++ dirname ./support/docker_build.sh
++ cd ./support/..
++ pwd
+ MESOS_DIRECTORY='<https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/ws/'>
+ cd '<https://builds.apache.org/job/Mesos/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/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 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 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'
+ echo ENV DISTCHECK_CONFIGURE_FLAGS --verbose
+ append_dockerfile 'ENV GLOG_v=1 MESOS_VERBOSE=1'
+ echo ENV GLOG_v=1 MESOS_VERBOSE=1
+ case $BUILDTOOL in
+ append_dockerfile 'CMD ./bootstrap && ./configure --verbose && make -j8 distcheck'
+ echo CMD ./bootstrap '&&' ./configure --verbose '&&' make -j8 distcheck
++ date +%s
+ TAG=mesos-1466652106-14398
+ docker build --no-cache=true -t mesos-1466652106-14398 .
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7fe90a595c37 m=0

goroutine 0 [idle]:

goroutine 8 [running]:
runtime.systemstack_switch()
	/usr/local/go/src/runtime/asm_amd64.s:216 fp=0xc82003cc98 sp=0xc82003cc90
runtime.gc(0x0)
	/usr/local/go/src/runtime/mgc.go:1006 +0x1db fp=0xc82003cf90 sp=0xc82003cc98
runtime.backgroundgc()
	/usr/local/go/src/runtime/mgc.go:897 +0x3d fp=0xc82003cfc0 sp=0xc82003cf90
runtime.goexit()
	/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1 fp=0xc82003cfc8 sp=0xc82003cfc0
created by runtime.startGC
	/usr/local/go/src/runtime/mgc.go:870 +0x186

goroutine 1 [runnable]:
os.Lstat(0xc820524780, 0xec, 0x2, 0xc820524780, 0xec, 0x0)
	/usr/local/go/src/os/file_unix.go:165
path/filepath.walk(0xc820493a40, 0xd4, 0x7fe90b3d5440, 0xc8204cb7c0, 0xc8201a1228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:368 +0x3a3
path/filepath.walk(0xc8204028f0, 0xce, 0x7fe90b3d5440, 0xc82048c190, 0xc8201a1228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc820402270, 0xc8, 0x7fe90b3d5440, 0xc82042e230, 0xc8201a1228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8203a7040, 0xbf, 0x7fe90b3d5440, 0xc8203a9bd0, 0xc8201a1228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.Walk(0xc8203a7040, 0xbf, 0xc8201a1228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:396 +0xe1
github.com/docker/docker/builder.ValidateContextDirectory(0xc8200ba900, 0xbf, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:68 +0xde
github.com/docker/docker/api/client.(*DockerCli).CmdBuild(0xc8201f9c80, 0xc82000a1a0, 0x4, 0x4, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/api/client/build.go:144 +0x1e6c
reflect.callMethod(0xc820396c90, 0xc8201a1c28)
	/usr/local/go/src/reflect/value.go:628 +0x1fc
reflect.methodValueCall(0xc82000a1a0, 0x4, 0x4, 0x1, 0xc820396c90, 0x0, 0x0, 0xc820396c90, 0x0, 0x47cf14, ...)
	/usr/local/go/src/reflect/asm_amd64.s:29 +0x36
github.com/docker/docker/cli.(*Cli).Run(0xc820396600, 0xc82000a190, 0x5, 0x5, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/cli/cli.go:89 +0x383
main.main()
	/usr/src/docker/docker/docker.go:63 +0x43c

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

goroutine 6 [syscall]:
os/signal.loop()
	/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
	/usr/local/go/src/os/signal/signal_unix.go:28 +0x37

rax    0x0
rbx    0x7fe90a91e868
rcx    0xffffffffffffffff
rdx    0x6
rdi    0x662c
rsi    0x662c
rbp    0x1ac3ef6
rsp    0x7ffcd32fcde8
r8     0xa
r9     0x7fe90b5b1880
r10    0x8
r11    0x202
r12    0x3d7d040
r13    0x1a6af90
r14    0x0
r15    0x8
rip    0x7fe90a595c37
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
Build step 'Execute shell' marked build as failure