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/22 23:48:57 UTC

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

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

Changes:

[bmahler] Cherry-pick of MESOS-5330 to 0.27.x.

[bmahler] Cherry-pick of MESOS-5330 to 0.28.x.

[bmahler] Removed an unnecessary call to update() in the cgroups devices isolator.

[yujie.jay] Removed rootfs modules exclusion on appc provisioner test.

[yujie.jay] Reduced test linux rootfs size.

[yujie.jay] Fixed broken cni isolator test on centos7.

[yujie.jay] Added CGROUP namespace to ns helper.

[yujie.jay] Added exception for etc hostname mount in cni isolator.

[yujie.jay] Fixed memory pressure test cgroup statistics.

[yujie.jay] Fixed memory pressure test cgroup slave recovery.

[yujie.jay] Fixed portmapping isolator bind mount root non-existed case.

[yujie.jay] Fixed portmapping isolator tests ContainerId.

[yujie.jay] Added space for ROOT_NC_HostToContainerUDP shell commands.

[yujie.jay] Backported MESOS-5673 to 0.28.x branch.

------------------------------------------
Started by upstream project "Mesos" build number 2352
originally caused by:
 Started by an SCM change
 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%20--enable-libevent%20--enable-ssl,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 8ab25331eab6430e4e3c5bdbc983ae1217e8d0f2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ab25331eab6430e4e3c5bdbc983ae1217e8d0f2
 > git rev-list 589d5b260a17969889430fc84728c2a4455be552 # timeout=10
[(docker||Hadoop)&&(!ubuntu-us1)] $ /bin/bash -xe /tmp/hudson551194612746586814.sh
+ ./support/docker_build.sh
+ : centos:7
+ : autotools
+ : gcc
+ : --verbose --enable-libevent --enable-ssl
+ : 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%20--enable-libevent%20--enable-ssl,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%20--enable-libevent%20--enable-ssl,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 --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
+ case $BUILDTOOL in
+ append_dockerfile 'CMD ./bootstrap && ./configure --verbose --enable-libevent --enable-ssl && make -j8 distcheck'
+ echo CMD ./bootstrap '&&' ./configure --verbose --enable-libevent --enable-ssl '&&' make -j8 distcheck
++ date +%s
+ TAG=mesos-1466639323-15883
+ docker build --no-cache=true -t mesos-1466639323-15883 .
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7f756a5b0c37 m=5

goroutine 0 [idle]:

goroutine 8 [running]:
runtime.systemstack_switch()
	/usr/local/go/src/runtime/asm_amd64.s:216 fp=0xc82003ec98 sp=0xc82003ec90
runtime.gc(0x0)
	/usr/local/go/src/runtime/mgc.go:1174 +0x672 fp=0xc82003ef90 sp=0xc82003ec98
runtime.backgroundgc()
	/usr/local/go/src/runtime/mgc.go:897 +0x3d fp=0xc82003efc0 sp=0xc82003ef90
runtime.goexit()
	/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1 fp=0xc82003efc8 sp=0xc82003efc0
created by runtime.startGC
	/usr/local/go/src/runtime/mgc.go:870 +0x186

goroutine 1 [runnable]:
syscall.ByteSliceFromString(0xc820544ea0, 0x10b, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/local/go/src/syscall/syscall.go:53 +0x126
syscall.BytePtrFromString(0xc820544ea0, 0x10b, 0xc820544ea0, 0x0, 0x0)
	/usr/local/go/src/syscall/syscall.go:69 +0x3b
syscall.openat(0xffffffffffffff9c, 0xc820544ea0, 0x10b, 0x80000, 0x0, 0x0, 0x0, 0x0)
	/usr/local/go/src/syscall/zsyscall_linux_amd64.go:36 +0x52
syscall.Open(0xc820544ea0, 0x10b, 0x80000, 0xc800000000, 0x2c, 0x0, 0x0)
	/usr/local/go/src/syscall/syscall_linux.go:51 +0x58
os.OpenFile(0xc820544ea0, 0x10b, 0x0, 0x0, 0x2210ee0, 0x0, 0x0)
	/usr/local/go/src/os/file_unix.go:93 +0xa3
os.Open(0xc820544ea0, 0x10b, 0x2210ee0, 0x0, 0x0)
	/usr/local/go/src/os/file.go:246 +0x48
github.com/docker/docker/builder.ValidateContextDirectory.func1(0xc820544ea0, 0x10b, 0x7f756b3f0440, 0xc8204f6140, 0x0, 0x0, 0x0, 0x0)
	/usr/src/docker/.gopath/src/github.com/docker/docker/builder/context.go:61 +0x3e9
path/filepath.walk(0xc820544ea0, 0x10b, 0x7f756b3f0440, 0xc8204f6140, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:349 +0x80
path/filepath.walk(0xc820544240, 0x103, 0x7f756b3f0440, 0xc8204f7180, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8204b0800, 0xfb, 0x7f756b3f0440, 0xc8204a68c0, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8204b0400, 0xf5, 0x7f756b3f0440, 0xc8204a6820, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc820405860, 0xed, 0x7f756b3f0440, 0xc8204a64b0, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8204050e0, 0xe7, 0x7f756b3f0440, 0xc820442550, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.walk(0xc8200b3340, 0xde, 0x7f756b3f0440, 0xc8203abbd0, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:374 +0x4fc
path/filepath.Walk(0xc8200b3340, 0xde, 0xc8201af228, 0x0, 0x0)
	/usr/local/go/src/path/filepath/path.go:396 +0xe1
github.com/docker/docker/builder.ValidateContextDirectory(0xc8200b2e00, 0xde, 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(0xc820398c90, 0xc8201afc28)
	/usr/local/go/src/reflect/value.go:628 +0x1fc
reflect.methodValueCall(0xc82000a1a0, 0x4, 0x4, 0x1, 0xc820398c90, 0x0, 0x0, 0xc820398c90, 0x0, 0x47cf14, ...)
	/usr/local/go/src/reflect/asm_amd64.s:29 +0x36
github.com/docker/docker/cli.(*Cli).Run(0xc820398600, 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    0x7f756a939868
rcx    0xffffffffffffffff
rdx    0x6
rdi    0x58f7
rsi    0x58fc
rbp    0x1ac3ef6
rsp    0x7f75673ce8c8
r8     0xa
r9     0x7f75673cf700
r10    0x8
r11    0x202
r12    0x7f75500008c0
r13    0x1a6af90
r14    0x0
r15    0x8
rip    0x7f756a5b0c37
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
Build step 'Execute shell' marked build as failure

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

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