You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@htrace.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/04/11 20:35:42 UTC

Build failed in Jenkins: HTrace-Master #282

See <https://builds.apache.org/job/HTrace-Master/282/display/redirect?page=changes>

Changes:

[nisala12] HTRACE-346 NOTICE.txt Zipkin Paragraph removed

[lewis.mcgibbney] Add retirement notice

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H18 (Hadoop xenial) in workspace <https://builds.apache.org/job/HTrace-Master/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/incubator-htrace.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-htrace.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-htrace.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 04ee0d686ccec0c780e922bd7531efdc77061bb1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 04ee0d686ccec0c780e922bd7531efdc77061bb1
Commit message: "Add retirement notice"
 > git rev-list --no-walk a3b503d7da4bd151bba2978ce7720ba38aa4d332 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
export=MAVEN_OPTS="-Xmx6100M -XX:-UsePerfData"

[EnvInject] - Variables injected successfully.
[HTrace-Master] $ /bin/bash -xe /tmp/jenkins6569362955637252767.sh
+ which java
/home/jenkins/tools/java/latest1.7/bin/java
+ java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
+ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 386415
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 60000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 10240
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
+ docker build -t htrace .
Sending build context to Docker daemon  7.112MB
Step 1/19 : FROM ubuntu:trusty
 ---> a35e70164dfb
Step 2/19 : MAINTAINER Apache HTrace <de...@htrace.incubator.apache.org>
 ---> Using cache
 ---> f146f9e729a9
Step 3/19 : ENV HOME /root
 ---> Using cache
 ---> d27318235648
Step 4/19 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> be2090164977
Step 5/19 : RUN apt-get update -y && apt-get dist-upgrade -y
 ---> Using cache
 ---> 3ad61b60c885
Step 6/19 : RUN apt-get install -y build-essential curl gcc git libleveldb-dev libsnappy-dev
 ---> Using cache
 ---> 0b0c3cd432aa
Step 7/19 : RUN curl -sSL http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.bz2 | tar -C /tmp -xj &&     cd /tmp/patchelf-*/ &&     ./configure --prefix=/usr &&     make install
 ---> Using cache
 ---> 6d5d00c370f6
Step 8/19 : RUN apt-get install -y software-properties-common &&     echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections &&     add-apt-repository -y ppa:webupd8team/java &&     apt-get update &&     apt-get install -y oracle-java8-installer oracle-java8-set-default
 ---> Using cache
 ---> 1b52fd7ce3fa
Step 9/19 : RUN curl -sSL http://archive.apache.org/dist/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.tar.gz | tar -C /usr/share -xz &&     mv /usr/share/apache-maven-3.0.4 /usr/share/maven &&     ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
 ---> Using cache
 ---> 484bcfb07194
Step 10/19 : RUN curl -sSL http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.6-bin.tar.gz | tar -C /usr/share -xz &&     mv /usr/share/apache-ant-1.9.6 /usr/share/ant &&     ln -s /usr/share/ant/bin/ant /usr/bin/ant
 ---> Using cache
 ---> c67df5f57595
Step 11/19 : ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
 ---> Using cache
 ---> 4c6a8901e317
Step 12/19 : ENV MAVEN_HOME /usr/share/maven
 ---> Using cache
 ---> 6fb84726d560
Step 13/19 : ENV ANT_HOME /ust/share/ant
 ---> Using cache
 ---> 1c2bde08d345
Step 14/19 : RUN curl -sSL https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz | tar -C /usr/lib/ -xz &&     mkdir -p /usr/share/go
 ---> Using cache
 ---> b3463caacbd2
Step 15/19 : ENV GOROOT /usr/lib/go
 ---> Using cache
 ---> 8461fd8cad3d
Step 16/19 : ENV GOPATH /usr/share/go
 ---> Using cache
 ---> 763655a3060f
Step 17/19 : ENV PATH ${GOROOT}/bin:${GOPATH}/bin:$PATH
 ---> Using cache
 ---> d4559af2d468
Step 18/19 : RUN apt-get clean &&     rm -rf /var/cache/apt/* &&     rm -rf /var/lib/apt/lists/* &&     rm -rf /tmp/* &&     rm -rf /var/tmp/*
 ---> Using cache
 ---> 83b4b1cbd197
Step 19/19 : WORKDIR $HOME
 ---> Using cache
 ---> c26f77245e79
Successfully built c26f77245e79
Successfully tagged htrace:latest
++ pwd
+ docker run -v <https://builds.apache.org/job/HTrace-Master/ws/>:/htrace --entrypoint /bin/bash htrace -c 'cd /htrace && mvn clean && mvn install site'
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
4/16 KB   8/16 KB   12/16 KB   16/16 KB              Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 KB at 90.1 KB/sec)
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.htrace:htrace-kudu:4.2.0-incubating-SNAPSHOT (/htrace/htrace-kudu/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.htrace:htrace:pom:4.2.0-incubating-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 18, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : 
[HTrace-Master] $ /bin/bash -xe /tmp/jenkins3920772460684668666.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[JIRA] Updating issue HTRACE-346
Not sending mail to unregistered user lewis.mcgibbney@gmail.com
Not sending mail to unregistered user nisala12@gmail.com

Build failed in Jenkins: HTrace-Master #283

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HTrace-Master/283/display/redirect?page=changes>

Changes:

[lewis.mcgibbney] Fix broken kudu module

------------------------------------------
[...truncated 1.84 MB...]
     [exec] 2018-04-11T20:45:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:45:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:45:59Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:45:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:45:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:46:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:46:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:46:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:46:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:46:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:46:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:47:29Z D: Not updating previous reaperDate of 1970-01-01T00:00:00Z.
     [exec] 2018-04-11T20:47:29Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:47:29Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:47:29Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:47:29Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:47:29Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:47:29Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:48:14Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:48:14Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:48:14Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:48:14Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:48:14Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:48:14Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:48:59Z D: Not updating previous reaperDate of 1970-01-01T00:00:00Z.
     [exec] 2018-04-11T20:48:59Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:48:59Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:48:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:48:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:48:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:48:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:49:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:49:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:49:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:49:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:49:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:49:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:50:29Z D: Not updating previous reaperDate of 1970-01-01T00:00:00Z.
     [exec] 2018-04-11T20:50:29Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:50:29Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:50:29Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:50:29Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:50:29Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:50:29Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:51:14Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:51:14Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:51:14Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:51:14Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:51:14Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:51:14Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:51:59Z D: Not updating previous reaperDate of 1970-01-01T00:00:00Z.
     [exec] 2018-04-11T20:51:59Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:51:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:51:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:51:59Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:51:59Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:51:59Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] 2018-04-11T20:52:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl2930167321/db handling heartbeat.
     [exec] 2018-04-11T20:52:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl2930167321/db.
     [exec] 2018-04-11T20:52:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl2930167321/db to reap.
     [exec] 2018-04-11T20:52:44Z T: Shard processor for /tmp/TestHrpcAdmissionsControl1861785890/db handling heartbeat.
     [exec] 2018-04-11T20:52:44Z D: Closing iterator for shard /tmp/TestHrpcAdmissionsControl1861785890/db.
     [exec] 2018-04-11T20:52:44Z D: After reaping 0 span(s), no more found in shard /tmp/TestHrpcAdmissionsControl1861785890/db to reap.
     [exec] SIGQUIT: quit
     [exec] PC=0x463931 m=0
     [exec] 
     [exec] goroutine 0 [idle]:
     [exec] runtime.futex(0x103dbb0, 0x0, 0x0, 0x0, 0x0, 0x103cfa0, 0x0, 0x0, 0x411904, 0x103dbb0, ...)
     [exec] 	/usr/local/go/src/runtime/sys_linux_amd64.s:288 +0x21
     [exec] runtime.futexsleep(0x103dbb0, 0x0, 0xffffffffffffffff)
     [exec] 	/usr/local/go/src/runtime/os1_linux.go:39 +0x53
     [exec] runtime.notesleep(0x103dbb0)
     [exec] 	/usr/local/go/src/runtime/lock_futex.go:142 +0xa4
     [exec] runtime.stopm()
     [exec] 	/usr/local/go/src/runtime/proc1.go:1128 +0x112
     [exec] runtime.findrunnable(0xc82001f500, 0x0)
     [exec] 	/usr/local/go/src/runtime/proc1.go:1530 +0x69e
     [exec] runtime.schedule()
     [exec] 	/usr/local/go/src/runtime/proc1.go:1639 +0x267
     [exec] runtime.park_m(0xc820175080)
     [exec] 	/usr/local/go/src/runtime/proc1.go:1698 +0x18b
     [exec] runtime.mcall(0x7fff03b21d50)
     [exec] 	/usr/local/go/src/runtime/asm_amd64.s:204 +0x5b
     [exec] 
     [exec] goroutine 1 [chan receive]:
     [exec] testing.RunTests(0xc43890, 0x1022080, 0x19, 0x19, 0x92f100)
     [exec] 	/usr/local/go/src/testing/testing.go:562 +0x8ad
     [exec] testing.(*M).Run(0xc820119ee8, 0x92f100)
     [exec] 	/usr/local/go/src/testing/testing.go:494 +0x70
     [exec] main.main()
     [exec] 	htrace/htraced/_test/_testmain.go:106 +0x116
     [exec] 
     [exec] goroutine 17 [syscall, locked to thread]:
     [exec] runtime.goexit()
     [exec] 	/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
     [exec] 
     [exec] goroutine 6 [syscall]:
     [exec] os/signal.loop()
     [exec] 	/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
     [exec] created by os/signal.init.1
     [exec] 	/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
     [exec] 
     [exec] goroutine 59 [semacquire]:
     [exec] sync.runtime_Semacquire(0xc820293d7c)
     [exec] 	/usr/local/go/src/runtime/sema.go:43 +0x26
     [exec] sync.(*WaitGroup).Wait(0xc820293d70)
     [exec] 	/usr/local/go/src/sync/waitgroup.go:126 +0xb4
     [exec] htrace/htraced.TestHrpcAdmissionsControl(0xc8201ebcb0)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/client_test.go:330 +0xb1c
     [exec] testing.tRunner(0xc8201ebcb0, 0x10220f8)
     [exec] 	/usr/local/go/src/testing/testing.go:456 +0x98
     [exec] created by testing.RunTests
     [exec] 	/usr/local/go/src/testing/testing.go:561 +0x86d
     [exec] 
     [exec] goroutine 62 [chan receive]:
     [exec] htrace/htraced.(*Reaper).run(0xc8202ae230)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:378 +0x72
     [exec] created by htrace/htraced.NewReaper
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:356 +0x1f6
     [exec] 
     [exec] goroutine 63 [select]:
     [exec] htrace/htraced.(*shard).processIncoming(0xc820297180)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:120 +0x9fc
     [exec] created by htrace/htraced.CreateDataStore
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:488 +0x7d1
     [exec] 
     [exec] goroutine 60 [select]:
     [exec] htrace/htraced.(*Heartbeater).run(0xc8202ae1e0)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/heartbeater.go:103 +0x9fb
     [exec] created by htrace/htraced.NewHeartbeater
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/heartbeater.go:69 +0x175
     [exec] 
     [exec] goroutine 61 [select]:
     [exec] htrace/htraced.(*Heartbeater).run(0xc8202ae280)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/heartbeater.go:103 +0x9fb
     [exec] created by htrace/htraced.NewHeartbeater
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/heartbeater.go:69 +0x175
     [exec] 
     [exec] goroutine 64 [select]:
     [exec] htrace/htraced.(*shard).processIncoming(0xc820297200)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:120 +0x9fc
     [exec] created by htrace/htraced.CreateDataStore
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/datastore.go:488 +0x7d1
     [exec] 
     [exec] goroutine 65 [IO wait]:
     [exec] net.runtime_pollWait(0x7f0f3575f010, 0x72, 0xc82000a120)
     [exec] 	/usr/local/go/src/runtime/netpoll.go:157 +0x60
     [exec] net.(*pollDesc).Wait(0xc8202a0a70, 0x72, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
     [exec] net.(*pollDesc).WaitRead(0xc8202a0a70, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
     [exec] net.(*netFD).accept(0xc8202a0a10, 0x0, 0x7f0f3575f410, 0xc820185b80)
     [exec] 	/usr/local/go/src/net/fd_unix.go:408 +0x27c
     [exec] net.(*TCPListener).AcceptTCP(0xc8201ec4a8, 0x455bc0, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
     [exec] net.(*TCPListener).Accept(0xc8201ec4a8, 0x0, 0x0, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
     [exec] net/http.(*Server).Serve(0xc820273c00, 0x7f0f3575e090, 0xc8201ec4a8, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/http/server.go:1887 +0xb3
     [exec] created by htrace/htraced.CreateRestServer
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/rest.go:365 +0x1627
     [exec] 
     [exec] goroutine 66 [IO wait]:
     [exec] net.runtime_pollWait(0x7f0f3575ef50, 0x72, 0xc82000a120)
     [exec] 	/usr/local/go/src/runtime/netpoll.go:157 +0x60
     [exec] net.(*pollDesc).Wait(0xc8202c5aa0, 0x72, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
     [exec] net.(*pollDesc).WaitRead(0xc8202c5aa0, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
     [exec] net.(*netFD).accept(0xc8202c5a40, 0x0, 0x7f0f3575f410, 0xc820185ba0)
     [exec] 	/usr/local/go/src/net/fd_unix.go:408 +0x27c
     [exec] net.(*TCPListener).AcceptTCP(0xc8201ec560, 0x2, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
     [exec] net.(*TCPListener).Accept(0xc8201ec560, 0x0, 0x0, 0x0, 0x0)
     [exec] 	/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
     [exec] htrace/htraced.(*HrpcServer).run(0xc8202c87e0)
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/hrpc.go:353 +0x1d8
     [exec] created by htrace/htraced.CreateHrpcServer
     [exec] 	/htrace/htrace-htraced/go/src/htrace/htraced/hrpc.go:336 +0x945
     [exec] 
     [exec] rax    0xca
     [exec] rbx    0x0
     [exec] rcx    0x463933
     [exec] rdx    0x0
     [exec] rdi    0x103dbb0
     [exec] rsi    0x0
     [exec] rbp    0x1
     [exec] rsp    0x7fff03b21ba8
     [exec] r8     0x0
     [exec] r9     0x0
     [exec] r10    0x0
     [exec] r11    0x286
     [exec] r12    0x14
     [exec] r13    0x4
     [exec] r14    0xb
     [exec] r15    0x7e2
     [exec] rip    0x463931
     [exec] rflags 0x286
     [exec] cs     0x33
     [exec] fs     0x0
     [exec] gs     0x0
     [exec] *** Test killed with quit: ran too long (10m0s).
     [exec] FAIL	htrace/htraced	600.007s
     [exec] ok  	htrace/htracedTool	0.010s
     [exec] ?   	htrace/test	[no test files]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HTrace ..................................... SUCCESS [28.375s]
[INFO] htrace-c .......................................... SUCCESS [1.608s]
[INFO] htrace-core4 ...................................... SUCCESS [20.890s]
[INFO] htrace-webapp ..................................... SUCCESS [3.171s]
[INFO] htrace-zipkin ..................................... SUCCESS [30.035s]
[INFO] htrace-hbase ...................................... SUCCESS [57.862s]
[INFO] htrace-flume ...................................... SUCCESS [23.525s]
[INFO] htrace-htraced .................................... FAILURE [12:05.126s]
[INFO] htrace-kudu ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:50.859s
[INFO] Finished at: Wed Apr 11 20:52:57 UTC 2018
[INFO] Final Memory: 162M/4559M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (go_test) on project htrace-htraced: An Ant BuildException has occured: exec returned: 1
[ERROR] around Ant part ...<exec failonerror="true" dir="/htrace/htrace-htraced/go" executable="bash">... @ 4:78 in /htrace/htrace-htraced/target/antrun/build-main.xml
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :htrace-htraced
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : 
[HTrace-Master] $ /bin/bash -xe /tmp/jenkins4482332298043258982.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
Not sending mail to unregistered user lewis.mcgibbney@gmail.com
Not sending mail to unregistered user nisala12@gmail.com