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:26:27 UTC

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

See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,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=cmake,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/hudson8250886835358905594.sh
+ ./support/docker_build.sh
+ : centos:7
+ : cmake
+ : 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=cmake,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=cmake,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
+ CONFIGURATION=--verbose
+ CONFIGURATION=__verbose
+ CONFIGURATION=-Dverbose
+ CONFIGURATION=-DVERBOSE
+ IFS=' '
+ read -r -a array
+ CONFIGURATION=
+ for element in '"${array[@]}"'
+ CONFIGURATION=' -DVERBOSE=1'
+ append_dockerfile 'CMD ./bootstrap && mkdir build && cd build && cmake  -DVERBOSE=1 .. && make -j8 check && make -j8'
+ echo CMD ./bootstrap '&&' mkdir build '&&' cd build '&&' cmake -DVERBOSE=1 .. '&&' make -j8 check '&&' make -j8
++ date +%s
+ TAG=mesos-1466648774-32154
+ docker build --no-cache=true -t mesos-1466648774-32154 .
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7f6897680c37 m=0

goroutine 0 [idle]:

goroutine 20 [syscall]:
runtime.notetsleepg(0x21e67e0, 0xffffffffffffffff, 0xc820024a00)
	/usr/local/go/src/runtime/lock_futex.go:202 +0x4e fp=0xc82003ac60 sp=0xc82003ac38
runtime.gcBgMarkStartWorkers()
	/usr/local/go/src/runtime/mgc.go:1240 +0xb4 fp=0xc82003ac98 sp=0xc82003ac60
runtime.gc(0x0)
	/usr/local/go/src/runtime/mgc.go:934 +0xc5 fp=0xc82003af90 sp=0xc82003ac98
runtime.backgroundgc()
	/usr/local/go/src/runtime/mgc.go:897 +0x3d fp=0xc82003afc0 sp=0xc82003af90
runtime.goexit()
	/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1 fp=0xc82003afc8 sp=0xc82003afc0
created by runtime.startGC
	/usr/local/go/src/runtime/mgc.go:870 +0x186

goroutine 1 [runnable]:
os.NewFile(0x4, 0xc8200a8b60, 0xdb, 0xc800000000)
	/usr/local/go/src/os/file_unix.go:54 +0x5f
os.OpenFile(0xc8200a8b60, 0xdb, 0x0, 0x0, 0x2210ee0, 0x0, 0x0)
	/usr/local/go/src/os/file_unix.go:109 +0x21d
os.Open(0xc8200a8b60, 0xdb, 0x2210ee0, 0x0, 0x0)
	/usr/local/go/src/os/file.go:246 +0x48
github.com/docker/docker/builder.ValidateContextDirectory.func1(0xc8200a8b60, 0xdb, 0x7f68984c0528, 0xc82001ec30, 0x0, 0x0, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:61 +0x3e9
path/filepath.walk(0xc8200a8b60, 0xdb, 0x7f68984c0528, 0xc82001ec30, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:349 +0x80
path/filepath.walk(0xc8200a8460, 0xd4, 0x7f68984c0528, 0xc82001eb90, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc820106a90, 0xcd, 0x7f68984c0528, 0xc82001eb40, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc820106410, 0xc5, 0x7f68984c0528, 0xc82001eaa0, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8201e8f00, 0xc0, 0x7f68984c0528, 0xc8203ed3b0, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8201e8c00, 0xbb, 0x7f68984c0528, 0xc8203ed360, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.Walk(0xc8201e8c00, 0xbb, 0xc8201c5228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:396 +0xe1
github.com/docker/docker/builder.ValidateContextDirectory(0xc8201e8780, 0xbb, 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(0xc820305380, 0xc82000a1a0, 0x4, 0x4, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/api/client/build.go:144 +0x1e6c
reflect.callMethod(0xc8203df050, 0xc8201c5c28)
	/usr/local/go/src/reflect/value.go:628 +0x1fc
reflect.methodValueCall(0xc82000a1a0, 0x4, 0x4, 0x1, 0xc8203df050, 0x0, 0x0, 0xc8203df050, 0x0, 0x47cf14, ...)
	/usr/local/go/src/reflect/asm_amd64.s:29 +0x36
github.com/docker/docker/cli.(*Cli).Run(0xc8203de9c0, 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 18 [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    0x7f6897a09868
rcx    0xffffffffffffffff
rdx    0x6
rdi    0x4b44
rsi    0x4b44
rbp    0x1ac3ef6
rsp    0x7ffd108f4128
r8     0xa
r9     0x7f689869c880
r10    0x8
r11    0x206
r12    0x2c3e1d0
r13    0x1a6af90
r14    0x0
r15    0x8
rip    0x7f6897680c37
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » cmake,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=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/2355/changes>