[
https://issues.apache.org/jira/browse/HBASE-20314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420101#comment-16420101
]
Mike Drob commented on HBASE-20314:
-----------------------------------
It ran as https://builds.apache.org/job/PreCommit-HBASE-Build/12216 but didn't
post to the jira for some reason...
{noformat}
02:10:57.641 FATAL: command execution failed
02:10:57.642 java.io.IOException
02:10:57.642 at hudson.remoting.Channel.close(Channel.java:1402)
02:10:57.642 at hudson.remoting.Channel.close(Channel.java:1358)
02:10:57.642 at
hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:737)
02:10:57.642 at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:704)
02:10:57.642 at
hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:88)
02:10:57.642 at jenkins.model.Jenkins.access$2000(Jenkins.java:304)
02:10:57.642 at jenkins.model.Jenkins$20.run(Jenkins.java:3367)
02:10:57.642 at hudson.model.Queue._withLock(Queue.java:1373)
02:10:57.642 at hudson.model.Queue.withLock(Queue.java:1250)
02:10:57.642 at
jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3361)
02:10:57.642 at jenkins.model.Jenkins.cleanUp(Jenkins.java:3237)
02:10:57.642 at hudson.WebAppMain.contextDestroyed(WebAppMain.java:379)
02:10:57.642 at
org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4690)
02:10:57.642 at
org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5327)
02:10:57.642 at
org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
02:10:57.642 at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1441)
02:10:57.642 at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1430)
02:10:57.642 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02:10:57.642 at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
02:10:57.642 at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
02:10:57.642 at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:997)
02:10:57.642 at
org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
02:10:57.642 at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1441)
02:10:57.642 at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1430)
02:10:57.642 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02:10:57.643 at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
02:10:57.643 at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
02:10:57.643 at
org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:997)
02:10:57.643 at
org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
02:10:57.643 at
org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
02:10:57.643 at
org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
02:10:57.643 at
org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
02:10:57.643 at
org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
02:10:57.643 at org.apache.catalina.startup.Catalina.stop(Catalina.java:744)
02:10:57.643 at
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:845)
02:10:57.643 Caused: hudson.remoting.ChannelClosedException: Remote call on H1
failed. The channel is closing down or has closed down
02:10:57.643 at hudson.remoting.Channel.call(Channel.java:901)
02:10:57.643 at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
02:10:57.643 at com.sun.proxy.$Proxy144.isAlive(Unknown Source)
02:10:57.643 at
hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1138)
02:10:57.643 at
hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1130)
02:10:57.643 at
hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
02:10:57.643 at
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
02:10:57.643 at
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
02:10:57.643 at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
02:10:57.643 at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
02:10:57.643 at hudson.model.Build$BuildExecution.build(Build.java:206)
02:10:57.643 at hudson.model.Build$BuildExecution.doRun(Build.java:163)
02:10:57.643 at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
02:10:57.643 at hudson.model.Run.execute(Run.java:1724)
02:10:57.643 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
02:10:57.718 at
hudson.model.ResourceController.execute(ResourceController.java:97)
02:10:57.718 at hudson.model.Executor.run(Executor.java:429)
{noformat}
Thanks for re-uploading, Duo. Yours is running at
https://builds.apache.org/job/PreCommit-HBASE-Build/12224/console in case it
disappears again.
> Pre commit build for master branch fails
> ----------------------------------------
>
> Key: HBASE-20314
> URL: https://issues.apache.org/jira/browse/HBASE-20314
> Project: HBase
> Issue Type: Bug
> Reporter: Duo Zhang
> Priority: Major
> Attachments: HBASE-20314.patch, HBASE-20314.v2.patch,
> HBASE-20314.v2.patch
>
>
> See here
> https://builds.apache.org/job/PreCommit-HBASE-Build/12208/artifact/patchprocess/patch-unit-hbase-client.txt
> All the surefire tests are failed with
> {noformat}
> [ERROR] Please refer to /testptch/hbase/hbase-client/target/surefire-reports
> for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
> [date].dumpstream and [date]-jvmRun[N].dumpstream.
> [ERROR] ExecutionException The forked VM terminated without properly saying
> goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd /testptch/hbase/hbase-client &&
> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -enableassertions
> -Dhbase.build.id=2018-03-29T14:24:09Z -Xmx2800m
> -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
> -Djava.awt.headless=true -jar
> /testptch/hbase/hbase-client/target/surefire/surefirebooter6093376455951697188.jar
> /testptch/hbase/hbase-client/target/surefire 2018-03-29T14-24-22_719-jvmRun1
> surefire3061343808153644548tmp surefire_07554325011124878578tmp
> [ERROR] Error occurred in starting fork, check output in log
> [ERROR] Process Exit Code: 1
> [ERROR] ExecutionException The forked VM terminated without properly saying
> goodbye. VM crash or System.exit called?
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)