You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/03/31 00:34:26 UTC

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #3099

See <https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/3099/display/redirect>

------------------------------------------
[...truncated 1.98 MB...]
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/typehints/typecheck.py",> line 60, in process
    return self.wrapper(self.dofn.process, args, kwargs)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/typehints/typecheck.py",> line 78, in wrapper
    result = method(*args, **kwargs)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/transforms/core.py",> line 719, in <lambda>
    wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)]
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/pipeline_test.py",> line 245, in check_memory
    'High memory usage: %d > %d' % (memory_usage, memory_threshold))
RuntimeError: High memory usage: 191967232 > 190788480 [while running 'oom:check']
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/direct/executor.py",> line 297, in __call__
    evaluator.process_element(value)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/direct/transform_evaluator.py",> line 355, in process_element
    self.runner.process(element)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/common.py",> line 267, in process
    self.reraise_augmented(exn)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/common.py",> line 265, in process
    self._dofn_invoker(element)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/common.py",> line 232, in _dofn_invoker
    self._dofn_per_window_invoker(element)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/runners/common.py",> line 218, in _dofn_per_window_invoker
    self._process_outputs(element, self.dofn_process(*args))
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/typehints/typecheck.py",> line 60, in process
    return self.wrapper(self.dofn.process, args, kwargs)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/typehints/typecheck.py",> line 78, in wrapper
    result = method(*args, **kwargs)
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/transforms/core.py",> line 719, in <lambda>
    wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)]
  File "<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/apache_beam/pipeline_test.py",> line 245, in check_memory
    'High memory usage: %d > %d' % (memory_usage, memory_threshold))
RuntimeError: High memory usage: 191967232 > 190788480 [while running 'oom:check']
root: WARNING: A task failed with exception.
 High memory usage: 191967232 > 190788480 [while running 'oom:check']
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1049 tests in 69.435s

FAILED (errors=1, skipped=13)
Test failed: <unittest.runner.TextTestResult run=1049 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1049 errors=1 failures=0>
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/ws/sdks/python/target/.tox/py27gcp/bin/python> setup.py test'
___________________________________ summary ____________________________________
  docs: commands succeeded
  lint: commands succeeded
  py27: commands succeeded
  py27cython: commands succeeded
ERROR:   py27gcp: commands failed
2017-03-31T00:33:48.873 [ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711)
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
[JENKINS] Archiving disabled
2017-03-31T00:33:49.421 [INFO]                                                                         
2017-03-31T00:33:49.421 [INFO] ------------------------------------------------------------------------
2017-03-31T00:33:49.421 [INFO] Skipping Apache Beam :: Parent
2017-03-31T00:33:49.421 [INFO] This project has been banned from the build due to previous failures.
2017-03-31T00:33:49.421 [INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
2017-03-31T00:34:05.655 [INFO] ------------------------------------------------------------------------
2017-03-31T00:34:05.655 [INFO] Reactor Summary:
2017-03-31T00:34:05.655 [INFO] 
2017-03-31T00:34:05.655 [INFO] Apache Beam :: Parent .............................. SUCCESS [ 25.907 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Java :: Build Tools ......... SUCCESS [ 11.119 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs ................................ SUCCESS [  5.710 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Common ...................... SUCCESS [  3.701 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Common :: Fn API ............ SUCCESS [ 25.964 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Common :: Runner API ........ SUCCESS [ 14.681 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Java ........................ SUCCESS [  1.783 s]
2017-03-31T00:34:05.655 [INFO] Apache Beam :: SDKs :: Java :: Core ................ SUCCESS [03:22 min]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO .................. SUCCESS [  1.662 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Common ........ SUCCESS [  5.257 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners ............................. SUCCESS [  1.780 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Core Java Construction ... SUCCESS [ 15.300 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Core Java ................ SUCCESS [ 57.651 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Direct Java .............. SUCCESS [03:11 min]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Elasticsearch . SUCCESS [ 48.253 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Google Cloud Dataflow .... SUCCESS [ 40.763 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform SUCCESS [05:12 min]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Hadoop Common . SUCCESS [ 19.632 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: HBase ......... SUCCESS [ 31.009 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: HDFS .......... SUCCESS [ 33.454 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: JDBC .......... SUCCESS [ 26.655 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: JMS ........... SUCCESS [ 22.782 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kafka ......... SUCCESS [ 24.107 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kinesis ....... SUCCESS [ 23.088 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: MongoDB ....... SUCCESS [ 32.268 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: IO :: MQTT .......... SUCCESS [ 20.153 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes .... SUCCESS [  1.478 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Starter SUCCESS [ 15.048 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Examples SUCCESS [ 23.654 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Examples - Java 8 SUCCESS [ 26.544 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Extensions .......... SUCCESS [  1.476 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Jackson SUCCESS [ 13.970 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Join library SUCCESS [ 15.458 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Sorter  SUCCESS [ 29.294 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Harness ............. SUCCESS [ 32.153 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Java 8 Tests ........ SUCCESS [ 10.269 s]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Python ...................... FAILURE [07:08 min]
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Flink .................... SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Flink :: Core ............ SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Flink :: Examples ........ SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Spark .................... SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Runners :: Apex ..................... SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Examples ............................ SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Examples :: Java .................... SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: Examples :: Java 8 .................. SKIPPED
2017-03-31T00:34:05.656 [INFO] Apache Beam :: SDKs :: Java :: Aggregated Javadoc .. SKIPPED
2017-03-31T00:34:05.656 [INFO] ------------------------------------------------------------------------
2017-03-31T00:34:05.656 [INFO] BUILD FAILURE
2017-03-31T00:34:05.656 [INFO] ------------------------------------------------------------------------
2017-03-31T00:34:05.656 [INFO] Total time: 30:52 min
2017-03-31T00:34:05.656 [INFO] Finished at: 2017-03-31T00:34:05+00:00
2017-03-31T00:34:06.489 [INFO] Final Memory: 219M/1479M
2017-03-31T00:34:06.489 [INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
2017-03-31T00:34:22.529 [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (setuptools-test) on project beam-sdks-python: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (setuptools-test) on project beam-sdks-python: Command execution failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 31 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
	at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
	at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764)
	at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711)
	at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289)
	... 33 more
2017-03-31T00:34:22.530 [ERROR] 
2017-03-31T00:34:22.530 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2017-03-31T00:34:22.530 [ERROR] 
2017-03-31T00:34:22.530 [ERROR] For more information about the errors and possible solutions, please read the following articles:
2017-03-31T00:34:22.530 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
2017-03-31T00:34:22.530 [ERROR] 
2017-03-31T00:34:22.530 [ERROR] After correcting the problems, you can resume the build with the command
2017-03-31T00:34:22.530 [ERROR]   mvn <goals> -rf :beam-sdks-python
channel stopped

Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #3101

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


Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #3100

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java_MavenInstall/3100/display/redirect>

------------------------------------------
[...truncated 219.29 KB...]
 x [deleted]         (none)     -> origin/pr/942/head
 x [deleted]         (none)     -> origin/pr/942/merge
 x [deleted]         (none)     -> origin/pr/943/head
 x [deleted]         (none)     -> origin/pr/943/merge
 x [deleted]         (none)     -> origin/pr/944/head
 x [deleted]         (none)     -> origin/pr/945/head
 x [deleted]         (none)     -> origin/pr/945/merge
 x [deleted]         (none)     -> origin/pr/946/head
 x [deleted]         (none)     -> origin/pr/946/merge
 x [deleted]         (none)     -> origin/pr/947/head
 x [deleted]         (none)     -> origin/pr/947/merge
 x [deleted]         (none)     -> origin/pr/948/head
 x [deleted]         (none)     -> origin/pr/948/merge
 x [deleted]         (none)     -> origin/pr/949/head
 x [deleted]         (none)     -> origin/pr/949/merge
 x [deleted]         (none)     -> origin/pr/95/head
 x [deleted]         (none)     -> origin/pr/95/merge
 x [deleted]         (none)     -> origin/pr/950/head
 x [deleted]         (none)     -> origin/pr/951/head
 x [deleted]         (none)     -> origin/pr/951/merge
 x [deleted]         (none)     -> origin/pr/952/head
 x [deleted]         (none)     -> origin/pr/952/merge
 x [deleted]         (none)     -> origin/pr/953/head
 x [deleted]         (none)     -> origin/pr/954/head
 x [deleted]         (none)     -> origin/pr/954/merge
 x [deleted]         (none)     -> origin/pr/955/head
 x [deleted]         (none)     -> origin/pr/955/merge
 x [deleted]         (none)     -> origin/pr/956/head
 x [deleted]         (none)     -> origin/pr/957/head
 x [deleted]         (none)     -> origin/pr/958/head
 x [deleted]         (none)     -> origin/pr/959/head
 x [deleted]         (none)     -> origin/pr/959/merge
 x [deleted]         (none)     -> origin/pr/96/head
 x [deleted]         (none)     -> origin/pr/96/merge
 x [deleted]         (none)     -> origin/pr/960/head
 x [deleted]         (none)     -> origin/pr/960/merge
 x [deleted]         (none)     -> origin/pr/961/head
 x [deleted]         (none)     -> origin/pr/962/head
 x [deleted]         (none)     -> origin/pr/962/merge
 x [deleted]         (none)     -> origin/pr/963/head
 x [deleted]         (none)     -> origin/pr/963/merge
 x [deleted]         (none)     -> origin/pr/964/head
 x [deleted]         (none)     -> origin/pr/965/head
 x [deleted]         (none)     -> origin/pr/965/merge
 x [deleted]         (none)     -> origin/pr/966/head
 x [deleted]         (none)     -> origin/pr/967/head
 x [deleted]         (none)     -> origin/pr/967/merge
 x [deleted]         (none)     -> origin/pr/968/head
 x [deleted]         (none)     -> origin/pr/968/merge
 x [deleted]         (none)     -> origin/pr/969/head
 x [deleted]         (none)     -> origin/pr/969/merge
 x [deleted]         (none)     -> origin/pr/97/head
 x [deleted]         (none)     -> origin/pr/97/merge
 x [deleted]         (none)     -> origin/pr/970/head
 x [deleted]         (none)     -> origin/pr/970/merge
 x [deleted]         (none)     -> origin/pr/971/head
 x [deleted]         (none)     -> origin/pr/971/merge
 x [deleted]         (none)     -> origin/pr/972/head
 x [deleted]         (none)     -> origin/pr/973/head
 x [deleted]         (none)     -> origin/pr/974/head
 x [deleted]         (none)     -> origin/pr/974/merge
 x [deleted]         (none)     -> origin/pr/975/head
 x [deleted]         (none)     -> origin/pr/975/merge
 x [deleted]         (none)     -> origin/pr/976/head
 x [deleted]         (none)     -> origin/pr/976/merge
 x [deleted]         (none)     -> origin/pr/977/head
 x [deleted]         (none)     -> origin/pr/977/merge
 x [deleted]         (none)     -> origin/pr/978/head
 x [deleted]         (none)     -> origin/pr/978/merge
 x [deleted]         (none)     -> origin/pr/979/head
 x [deleted]         (none)     -> origin/pr/979/merge
 x [deleted]         (none)     -> origin/pr/98/head
 x [deleted]         (none)     -> origin/pr/980/head
 x [deleted]         (none)     -> origin/pr/980/merge
 x [deleted]         (none)     -> origin/pr/981/head
 x [deleted]         (none)     -> origin/pr/982/head
 x [deleted]         (none)     -> origin/pr/982/merge
 x [deleted]         (none)     -> origin/pr/983/head
 x [deleted]         (none)     -> origin/pr/983/merge
 x [deleted]         (none)     -> origin/pr/984/head
 x [deleted]         (none)     -> origin/pr/984/merge
 x [deleted]         (none)     -> origin/pr/985/head
 x [deleted]         (none)     -> origin/pr/985/merge
 x [deleted]         (none)     -> origin/pr/986/head
 x [deleted]         (none)     -> origin/pr/986/merge
 x [deleted]         (none)     -> origin/pr/987/head
 x [deleted]         (none)     -> origin/pr/988/head
 x [deleted]         (none)     -> origin/pr/988/merge
 x [deleted]         (none)     -> origin/pr/989/head
 x [deleted]         (none)     -> origin/pr/989/merge
 x [deleted]         (none)     -> origin/pr/99/head
 x [deleted]         (none)     -> origin/pr/99/merge
 x [deleted]         (none)     -> origin/pr/990/head
 x [deleted]         (none)     -> origin/pr/990/merge
 x [deleted]         (none)     -> origin/pr/991/head
 x [deleted]         (none)     -> origin/pr/991/merge
 x [deleted]         (none)     -> origin/pr/992/head
 x [deleted]         (none)     -> origin/pr/992/merge
 x [deleted]         (none)     -> origin/pr/993/head
 x [deleted]         (none)     -> origin/pr/993/merge
 x [deleted]         (none)     -> origin/pr/994/head
 x [deleted]         (none)     -> origin/pr/994/merge
 x [deleted]         (none)     -> origin/pr/995/head
 x [deleted]         (none)     -> origin/pr/995/merge
 x [deleted]         (none)     -> origin/pr/996/head
 x [deleted]         (none)     -> origin/pr/996/merge
 x [deleted]         (none)     -> origin/pr/997/head
 x [deleted]         (none)     -> origin/pr/997/merge
 x [deleted]         (none)     -> origin/pr/998/head
 x [deleted]         (none)     -> origin/pr/999/head
 x [deleted]         (none)     -> origin/pr/999/merge
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to beam2(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/beam.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/* --prune" returned status code 128:
stdout: 
stderr: error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to beam2(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/beam.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1070)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1101)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/* --prune" returned status code 128:
stdout: 
stderr: error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1519)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:315)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to beam2(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:822)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.GeneratedMethodAccessor699.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at com.sun.proxy.$Proxy97.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:804)
	... 11 more
ERROR: null