Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Gearpump #156

2016-12-21 Thread Apache Jenkins Server
See 


Changes:

[ansela] [BEAM-1000, BEAM-1050] Fixed PipelineResult.State Failed for streaming,

[ansela] Redistributed some responsibilities in order to remove

[klk] Update Dataflow worker to beam-master-20161205

[klk] Moved KeyedWorkItem and related classes to runners-core

[klk] Deprecate TimerCallback and InMemoryTimerInternals methods using it.

[klk] Add test for InMemoryTimerInternals synchronized processing time timers.

[jbonofre] [BEAM-961] Add starting number to CountingInput

[klk] BEAM-651: Rename setTypeDescriptorInternal to setTypeDescriptor

[davor] [BEAM-293] StreamingOptions doesn't extend GcpOptions

[tgroh] Add DirectGraphs to DirectRunner Tests

[tgroh] Remove getProducingTransformInternal from DirectGraphVisitorTest

[davor] Update subnetwork documentation

[davor] Improve BigQuery load error message

[klk] Improve ReduceFnRunner prefetching

[klk] Allow stateful DoFn in DataflowRunner

[davor] [BEAM-551] Add DisplayData handling of ValueProvider

[davor] [BEAM-551] Add support for native PubSubIO

[davor] [BEAM-1099] Minor typos in KafkaIO

[bchambers] [Code Health] Remove redundant projectId from DataflowPipelineJob.

[bchambers] [BEAM-1047] Add DataflowClient wrapper on top of JSON library.

[bchambers] [BEAM-1047] Update dataflow runner code to use DataflowClient 
wrapper.

[dhalperi] BigQueryIO.Read: support runtime options

[aljoscha.krettek] [FLINK-1102] Fix Aggregator Registration in Flink Batch 
Runner

[ansela] [BEAM-1094] Set test scope for Kafka IO and junit

[jbonofre] [BEAM-329] Update Spark runner README.

[tgroh] Port most of DoFnRunner Javadoc to new DoFn

[klk] Port ParDoTest from OldDoFn to new DoFn

[tgroh] Only provide expanded Inputs and Outputs

[dhalperi] [BEAM-905] Add shading config to examples archetype and enable it for

[dhalperi] [BEAM-1108] DataflowRunner: remove deprecated TEARDOWN_POLICY control

[aljoscha.krettek] [BEAM-1095] Add support set config for reuse-object on flink

[aljoscha.krettek] [BEAM-1096] Flink streaming side output optimization using 
SplitStream

[klk] Add DoFn.OnTimerContext

[klk] Add OnTimerContext parameter support to DoFnSignature

[klk] Access to OnTimerContext via DoFnInvokers.ArgumentProvider

[klk] Support OnTimerContext in ByteBuddyDoFnInvokerFactory

[klk] Move CopyOnAccessStateInternals to runners/direct

[lcwik] Remove misc occurrences of OldDoFn

[klk] Rename PTransform.apply to PTransform.expand

[klk] Add JUnit category UsesTimersInParDo

[klk] Disable tests for timers in ParDo for Apex runner

[klk] Disable tests for timers in ParDo for Flink runner

[klk] Disables tests for timers in ParDo for Spark runner

[klk] Disable tests for timers in ParDo for Dataflow runner

[klk] Disable tests for timers in ParDo for direct runner

[klk] Add basic test for timers in ParDoTest

[klk] Reject timers for ParDo in ApexRunner

[klk] Reject timers for ParDo in FlinkRunner

[klk] Reject timers for ParDo in SparkRunner

[klk] Reject timers for ParDo in DirectRunner

[klk] No longer reject timers in ParDo

[klk] [BEAM-] Reject timers for ParDo in SparkRunner streaming evaluators

[klk] Fix exclusion of UsesTimersInParDo for FlinkRunner streaming tests

[klk] [BEAM-978] Support bulk get file size in GcsUtil.

[tgroh] Fix a bug in SplittableDoFn Checkpointing

[lcwik] Add support for having an empty CountingInput/CountingSource

[lcwik] fixup! Fix CountingInput naming

[lcwik] fixup! Fix extraneous brace

[dhalperi] DataflowRunner: bump environment major version

[ansela] Remove misc uses of OldDoFn

[tgroh] Enable the DirectRunner by default in Examples Archetype

[davor] [BEAM-1093] Change Dataflow to Beam in StateInternals' Javadocs

[davor] Change Dataflow profiling option to saveProfilesToGcs

[tgroh] Copy Runner Profiles to Java8 Archetype POM

[klk] Fix LateDataDroppingDoFnRunner to not increment the counter on

[github] Update badge for new suite name.

[thw] BEAM-830 Support launch on YARN cluster.

[davor] [BEAM-551] Fix handling of TextIO.Sink

[ansela] [BEAM-921] spark-runner: register sources and coders to serialize with

[davor] [BEAM-551] Fix toString for FileBasedSource

[dhalperi] [BEAM-1120] Move some DataflowRunner configurations from code to

[dhalperi] [BEAM-551] Fix handling of default for VP

[dhalperi] Fix handling of null ValueProviders in DisplayData

[dhalperi] BigQueryIO.Write: support runtime schema and table

[klk] [BEAM-1133] Add maxNumRecords per micro-batch for Spark runner options.

[klk] [BEAM-1130] SparkRunner ResumeFromCheckpointStreamingTest Failing.

[bchambers] Enable and fix DirectRunnerTest case missing @Test

[tgroh] Migrate AppliedPTransform to use AutoValue

[tgroh] Stop expanding PValues in DirectRunner visitors

[klk] Add IntervalWindow coder to the standard registry

[klk] Factor out ShardedFile from FileChecksumMatcher

[klk] Revise WindowedWordCount for runner and execution mode 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Gearpump #156

2016-12-21 Thread Apache Jenkins Server
See 


Changes:

[ansela] [BEAM-1000, BEAM-1050] Fixed PipelineResult.State Failed for streaming,

[ansela] Redistributed some responsibilities in order to remove

[klk] Update Dataflow worker to beam-master-20161205

[klk] Moved KeyedWorkItem and related classes to runners-core

[klk] Deprecate TimerCallback and InMemoryTimerInternals methods using it.

[klk] Add test for InMemoryTimerInternals synchronized processing time timers.

[jbonofre] [BEAM-961] Add starting number to CountingInput

[klk] BEAM-651: Rename setTypeDescriptorInternal to setTypeDescriptor

[davor] [BEAM-293] StreamingOptions doesn't extend GcpOptions

[tgroh] Add DirectGraphs to DirectRunner Tests

[tgroh] Remove getProducingTransformInternal from DirectGraphVisitorTest

[davor] Update subnetwork documentation

[davor] Improve BigQuery load error message

[klk] Improve ReduceFnRunner prefetching

[klk] Allow stateful DoFn in DataflowRunner

[davor] [BEAM-551] Add DisplayData handling of ValueProvider

[davor] [BEAM-551] Add support for native PubSubIO

[davor] [BEAM-1099] Minor typos in KafkaIO

[bchambers] [Code Health] Remove redundant projectId from DataflowPipelineJob.

[bchambers] [BEAM-1047] Add DataflowClient wrapper on top of JSON library.

[bchambers] [BEAM-1047] Update dataflow runner code to use DataflowClient 
wrapper.

[dhalperi] BigQueryIO.Read: support runtime options

[aljoscha.krettek] [FLINK-1102] Fix Aggregator Registration in Flink Batch 
Runner

[ansela] [BEAM-1094] Set test scope for Kafka IO and junit

[jbonofre] [BEAM-329] Update Spark runner README.

[tgroh] Port most of DoFnRunner Javadoc to new DoFn

[klk] Port ParDoTest from OldDoFn to new DoFn

[tgroh] Only provide expanded Inputs and Outputs

[dhalperi] [BEAM-905] Add shading config to examples archetype and enable it for

[dhalperi] [BEAM-1108] DataflowRunner: remove deprecated TEARDOWN_POLICY control

[aljoscha.krettek] [BEAM-1095] Add support set config for reuse-object on flink

[aljoscha.krettek] [BEAM-1096] Flink streaming side output optimization using 
SplitStream

[klk] Add DoFn.OnTimerContext

[klk] Add OnTimerContext parameter support to DoFnSignature

[klk] Access to OnTimerContext via DoFnInvokers.ArgumentProvider

[klk] Support OnTimerContext in ByteBuddyDoFnInvokerFactory

[klk] Move CopyOnAccessStateInternals to runners/direct

[lcwik] Remove misc occurrences of OldDoFn

[klk] Rename PTransform.apply to PTransform.expand

[klk] Add JUnit category UsesTimersInParDo

[klk] Disable tests for timers in ParDo for Apex runner

[klk] Disable tests for timers in ParDo for Flink runner

[klk] Disables tests for timers in ParDo for Spark runner

[klk] Disable tests for timers in ParDo for Dataflow runner

[klk] Disable tests for timers in ParDo for direct runner

[klk] Add basic test for timers in ParDoTest

[klk] Reject timers for ParDo in ApexRunner

[klk] Reject timers for ParDo in FlinkRunner

[klk] Reject timers for ParDo in SparkRunner

[klk] Reject timers for ParDo in DirectRunner

[klk] No longer reject timers in ParDo

[klk] [BEAM-] Reject timers for ParDo in SparkRunner streaming evaluators

[klk] Fix exclusion of UsesTimersInParDo for FlinkRunner streaming tests

[klk] [BEAM-978] Support bulk get file size in GcsUtil.

[tgroh] Fix a bug in SplittableDoFn Checkpointing

[lcwik] Add support for having an empty CountingInput/CountingSource

[lcwik] fixup! Fix CountingInput naming

[lcwik] fixup! Fix extraneous brace

[dhalperi] DataflowRunner: bump environment major version

[ansela] Remove misc uses of OldDoFn

[tgroh] Enable the DirectRunner by default in Examples Archetype

[davor] [BEAM-1093] Change Dataflow to Beam in StateInternals' Javadocs

[davor] Change Dataflow profiling option to saveProfilesToGcs

[tgroh] Copy Runner Profiles to Java8 Archetype POM

[klk] Fix LateDataDroppingDoFnRunner to not increment the counter on

[github] Update badge for new suite name.

[thw] BEAM-830 Support launch on YARN cluster.

[davor] [BEAM-551] Fix handling of TextIO.Sink

[ansela] [BEAM-921] spark-runner: register sources and coders to serialize with

[davor] [BEAM-551] Fix toString for FileBasedSource

[dhalperi] [BEAM-1120] Move some DataflowRunner configurations from code to

[dhalperi] [BEAM-551] Fix handling of default for VP

[dhalperi] Fix handling of null ValueProviders in DisplayData

[dhalperi] BigQueryIO.Write: support runtime schema and table

[klk] [BEAM-1133] Add maxNumRecords per micro-batch for Spark runner options.

[klk] [BEAM-1130] SparkRunner ResumeFromCheckpointStreamingTest Failing.

[bchambers] Enable and fix DirectRunnerTest case missing @Test

[tgroh] Migrate AppliedPTransform to use AutoValue

[tgroh] Stop expanding PValues in DirectRunner visitors

[klk] Add IntervalWindow coder to the standard registry

[klk] Factor out ShardedFile from FileChecksumMatcher

[klk] Revise WindowedWordCount for runner and execution mode 

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #2196

2016-12-21 Thread Apache Jenkins Server
See 




Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #2195

2016-12-21 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Apex #87

2016-12-21 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #86

2016-12-21 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam1(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #85

2016-12-21 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam1(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #84

2016-12-21 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam1 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam1(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #83

2016-12-21 Thread Apache Jenkins Server
See 


--
[...truncated 388 lines...]
 + e6442d2...9680e87 refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + e880c72...164001b refs/pull/1526/head -> origin/pr/1526/head  (forced update)
 + fc47625...dee68cf refs/pull/1526/merge -> origin/pr/1526/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
 + e7719f5...8a6625a refs/pull/1552/merge -> origin/pr/1552/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + 6c0f372...253185f refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + 5ca5f57...9073c74 refs/pull/1559/merge -> origin/pr/1559/merge  (forced 
update)
 + 3832128...bbe66fb refs/pull/1561/merge -> origin/pr/1561/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + 1942428...d302414 refs/pull/1569/head -> origin/pr/1569/head  (forced update)
 + 10b9b52...2f2ef65 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 81b61ba...7233c22 refs/pull/1574/merge -> origin/pr/1574/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + d4ec07e...1f018ab refs/pull/1581/head -> origin/pr/1581/head  (forced update)
 + 4f9c6ba...206c2af refs/pull/1582/head -> origin/pr/1582/head  (forced update)
 + 2063ff2...39b4945 refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + d3437ac...e1ac18e refs/pull/1587/merge -> origin/pr/1587/merge  (forced 
update)
 + 61a2934...265858a refs/pull/1588/merge -> origin/pr/1588/merge  (forced 
update)
 + 8a03246...239045f refs/pull/1589/merge -> origin/pr/1589/merge  (forced 
update)
 + d9cd947...d168e7d refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + 5a57b66...ee6e50a refs/pull/1594/head -> origin/pr/1594/head  (forced update)
 + 6a259d4...28592d4 refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 5b07516...1dba328 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + 66fedde...ab99ad8 refs/pull/1608/head -> origin/pr/1608/head  (forced update)
 + 61977cd...1d0ecf1 refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + 8038a91...b1f0a47 refs/pull/1611/merge -> origin/pr/1611/merge  (forced 
update)
 + 21a300c...41e7595 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 + 6d1ab08...bd2d98b refs/pull/1615/merge -> origin/pr/1615/merge  (forced 
update)
 + ec8599c...c534973 refs/pull/1624/merge -> origin/pr/1624/merge  (forced 
update)
 + 2f62aae...3eec17a refs/pull/1627/merge -> origin/pr/1627/merge  (forced 
update)
 + bb9ae8d...17227f7 refs/pull/1632/merge -> origin/pr/1632/merge  (forced 
update)
 + 72e336d...28586e2 refs/pull/1633/merge -> origin/pr/1633/merge  (forced 
update)
 + be6f3f8...770e324 refs/pull/1638/merge -> origin/pr/1638/merge  (forced 
update)
   0e70078..669077f  refs/pull/1639/head -> origin/pr/1639/head
 + ba5dd80...e5406a7 refs/pull/1639/merge -> origin/pr/1639/merge  (forced 
update)
 + 4cb88a1...fc6a05f refs/pull/1645/merge -> origin/pr/1645/merge  (forced 
update)
 + 33a3509...c0beb71 refs/pull/1646/merge -> origin/pr/1646/merge  (forced 
update)
 + d2cfbb0...427ab69 refs/pull/1647/merge -> origin/pr/1647/merge  (forced 
update)
 + 9b2920f...92e1ef9 refs/pull/1651/merge -> origin/pr/1651/merge  (forced 
update)
 + 557d2d7...69d2c47 refs/pull/1652/head -> origin/pr/1652/head  (forced update)
 + 2ee243c...8fae349 refs/pull/1653/merge -> origin/pr/1653/merge  (forced 
update)
 + 4045639...7c54c07 refs/pull/1654/merge -> origin/pr/1654/merge  (forced 
update)
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
 * [new ref] refs/pull/1658/head -> origin/pr/1658/head
 * [new ref] refs/pull/1658/merge -> origin/pr/1658/merge
 * [new ref] refs/pull/1659/head -> origin/pr/1659/head
 * [new ref] refs/pull/1660/head -> 

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #519

2016-12-21 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #519

2016-12-21 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #518

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 3134 lines...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in 
org.apache.beam.sdk.transforms.WithKeysTest
Running org.apache.beam.sdk.transforms.CountTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in 
org.apache.beam.sdk.transforms.CountTest
Running org.apache.beam.sdk.transforms.FlattenTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec - in 
org.apache.beam.sdk.transforms.FlattenTest
Running org.apache.beam.sdk.transforms.KeysTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in 
org.apache.beam.sdk.transforms.KeysTest
Running org.apache.beam.sdk.transforms.LatestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in 
org.apache.beam.sdk.transforms.LatestTest
Running org.apache.beam.sdk.transforms.MapElementsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in 
org.apache.beam.sdk.transforms.MapElementsTest
Running org.apache.beam.sdk.transforms.WithTimestampsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in 
org.apache.beam.sdk.transforms.WithTimestampsTest
Running org.apache.beam.sdk.transforms.TopTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec - in 
org.apache.beam.sdk.transforms.TopTest
Running org.apache.beam.sdk.transforms.FlatMapElementsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in 
org.apache.beam.sdk.transforms.FlatMapElementsTest
Running org.apache.beam.sdk.transforms.ApproximateUniqueTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.867 sec - in 
org.apache.beam.sdk.transforms.ApproximateUniqueTest
Running org.apache.beam.sdk.transforms.ViewTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.922 sec - in 
org.apache.beam.sdk.transforms.ViewTest
Running org.apache.beam.sdk.transforms.CombineFnsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in 
org.apache.beam.sdk.transforms.CombineFnsTest
Running org.apache.beam.sdk.transforms.GroupByKeyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in 
org.apache.beam.sdk.transforms.GroupByKeyTest
Running org.apache.beam.sdk.transforms.FilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec - in 
org.apache.beam.sdk.transforms.FilterTest
Running org.apache.beam.sdk.transforms.ParDoLifecycleTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec - in 
org.apache.beam.sdk.transforms.ParDoLifecycleTest
Running org.apache.beam.sdk.transforms.ApproximateQuantilesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec - in 
org.apache.beam.sdk.transforms.ApproximateQuantilesTest
Running org.apache.beam.sdk.transforms.join.CoGroupByKeyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec - in 
org.apache.beam.sdk.transforms.join.CoGroupByKeyTest
Running org.apache.beam.sdk.transforms.DoFnTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in 
org.apache.beam.sdk.transforms.DoFnTest
Running org.apache.beam.sdk.transforms.windowing.WindowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in 
org.apache.beam.sdk.transforms.windowing.WindowTest
Running org.apache.beam.sdk.transforms.windowing.WindowingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec - in 
org.apache.beam.sdk.transforms.windowing.WindowingTest
Running org.apache.beam.sdk.transforms.ValuesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in 
org.apache.beam.sdk.transforms.ValuesTest
Running org.apache.beam.sdk.transforms.SplittableDoFnTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 sec - in 
org.apache.beam.sdk.transforms.SplittableDoFnTest
Running org.apache.beam.sdk.transforms.RegexTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 sec - in 
org.apache.beam.sdk.transforms.RegexTest
Running org.apache.beam.sdk.transforms.PartitionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in 
org.apache.beam.sdk.transforms.PartitionTest
Running org.apache.beam.sdk.transforms.ParDoTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.105 sec - in 
org.apache.beam.sdk.transforms.ParDoTest
Running org.apache.beam.sdk.transforms.CreateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in 
org.apache.beam.sdk.transforms.CreateTest
Running org.apache.beam.sdk.transforms.DistinctTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in 
org.apache.beam.sdk.transforms.DistinctTest
Running 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #518

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 3135 lines...]
Running org.apache.beam.sdk.transforms.CountTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in 
org.apache.beam.sdk.transforms.CountTest
Running org.apache.beam.sdk.transforms.FlattenTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec - in 
org.apache.beam.sdk.transforms.FlattenTest
Running org.apache.beam.sdk.transforms.KeysTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in 
org.apache.beam.sdk.transforms.KeysTest
Running org.apache.beam.sdk.transforms.LatestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in 
org.apache.beam.sdk.transforms.LatestTest
Running org.apache.beam.sdk.transforms.MapElementsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in 
org.apache.beam.sdk.transforms.MapElementsTest
Running org.apache.beam.sdk.transforms.WithTimestampsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in 
org.apache.beam.sdk.transforms.WithTimestampsTest
Running org.apache.beam.sdk.transforms.TopTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec - in 
org.apache.beam.sdk.transforms.TopTest
Running org.apache.beam.sdk.transforms.FlatMapElementsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in 
org.apache.beam.sdk.transforms.FlatMapElementsTest
Running org.apache.beam.sdk.transforms.ApproximateUniqueTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.867 sec - in 
org.apache.beam.sdk.transforms.ApproximateUniqueTest
Running org.apache.beam.sdk.transforms.ViewTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.922 sec - in 
org.apache.beam.sdk.transforms.ViewTest
Running org.apache.beam.sdk.transforms.CombineFnsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in 
org.apache.beam.sdk.transforms.CombineFnsTest
Running org.apache.beam.sdk.transforms.GroupByKeyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in 
org.apache.beam.sdk.transforms.GroupByKeyTest
Running org.apache.beam.sdk.transforms.FilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec - in 
org.apache.beam.sdk.transforms.FilterTest
Running org.apache.beam.sdk.transforms.ParDoLifecycleTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec - in 
org.apache.beam.sdk.transforms.ParDoLifecycleTest
Running org.apache.beam.sdk.transforms.ApproximateQuantilesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec - in 
org.apache.beam.sdk.transforms.ApproximateQuantilesTest
Running org.apache.beam.sdk.transforms.join.CoGroupByKeyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec - in 
org.apache.beam.sdk.transforms.join.CoGroupByKeyTest
Running org.apache.beam.sdk.transforms.DoFnTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in 
org.apache.beam.sdk.transforms.DoFnTest
Running org.apache.beam.sdk.transforms.windowing.WindowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in 
org.apache.beam.sdk.transforms.windowing.WindowTest
Running org.apache.beam.sdk.transforms.windowing.WindowingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec - in 
org.apache.beam.sdk.transforms.windowing.WindowingTest
Running org.apache.beam.sdk.transforms.ValuesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in 
org.apache.beam.sdk.transforms.ValuesTest
Running org.apache.beam.sdk.transforms.SplittableDoFnTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 sec - in 
org.apache.beam.sdk.transforms.SplittableDoFnTest
Running org.apache.beam.sdk.transforms.RegexTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 sec - in 
org.apache.beam.sdk.transforms.RegexTest
Running org.apache.beam.sdk.transforms.PartitionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in 
org.apache.beam.sdk.transforms.PartitionTest
Running org.apache.beam.sdk.transforms.ParDoTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.105 sec - in 
org.apache.beam.sdk.transforms.ParDoTest
Running org.apache.beam.sdk.transforms.CreateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in 
org.apache.beam.sdk.transforms.CreateTest
Running org.apache.beam.sdk.transforms.DistinctTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in 
org.apache.beam.sdk.transforms.DistinctTest
Running org.apache.beam.sdk.transforms.CombineTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 sec - in 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #517

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 1545 lines...]
2016-12-21T00:28:48.973 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3/gson-2.3.jar 
(203 KB at 1254.7 KB/sec)
2016-12-21T00:28:48.973 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.3.Final/netty-handler-4.1.3.Final.jar
2016-12-21T00:28:48.988 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.5.0/okhttp-2.5.0.jar
 (311 KB at 1763.8 KB/sec)
2016-12-21T00:28:48.988 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.3.Final/netty-buffer-4.1.3.Final.jar
2016-12-21T00:28:48.988 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.6.0/google-auth-library-credentials-0.6.0.jar
 (6 KB at 31.6 KB/sec)
2016-12-21T00:28:48.991 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.3.Final/netty-common-4.1.3.Final.jar
2016-12-21T00:28:49.006 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-lite/3.0.1/protobuf-lite-3.0.1.jar
 (241 KB at 1240.8 KB/sec)
2016-12-21T00:28:49.006 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.3.Final/netty-transport-4.1.3.Final.jar
2016-12-21T00:28:49.012 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.6.0/google-auth-library-oauth2-http-0.6.0.jar
 (51 KB at 254.9 KB/sec)
2016-12-21T00:28:49.012 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.3.Final/netty-resolver-4.1.3.Final.jar
2016-12-21T00:28:49.045 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.3.Final/netty-resolver-4.1.3.Final.jar
 (26 KB at 107.5 KB/sec)
2016-12-21T00:28:49.045 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.3.Final/netty-codec-4.1.3.Final.jar
2016-12-21T00:28:49.057 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.3.Final/netty-transport-4.1.3.Final.jar
 (408 KB at 1664.4 KB/sec)
2016-12-21T00:28:49.057 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-pubsub-v1/0.1.0/grpc-google-pubsub-v1-0.1.0.jar
2016-12-21T00:28:49.058 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.3.Final/netty-buffer-4.1.3.Final.jar
 (245 KB at 991.9 KB/sec)
2016-12-21T00:28:49.058 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/0.1.0/grpc-google-common-protos-0.1.0.jar
2016-12-21T00:28:49.059 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.3.Final/netty-handler-4.1.3.Final.jar
 (296 KB at 1197.4 KB/sec)
2016-12-21T00:28:49.059 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-iam-v1/0.1.0/grpc-google-iam-v1-0.1.0.jar
2016-12-21T00:28:49.079 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.3.Final/netty-common-4.1.3.Final.jar
 (653 KB at 2444.1 KB/sec)
2016-12-21T00:28:49.079 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
2016-12-21T00:28:49.092 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-iam-v1/0.1.0/grpc-google-iam-v1-0.1.0.jar
 (78 KB at 275.9 KB/sec)
2016-12-21T00:28:49.092 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-bigquery/v2-rev295-1.22.0/google-api-services-bigquery-v2-rev295-1.22.0.jar
2016-12-21T00:28:49.102 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.3.Final/netty-codec-4.1.3.Final.jar
 (293 KB at 1007.1 KB/sec)
2016-12-21T00:28:49.102 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v1-rev6-1.22.0/google-api-services-cloudresourcemanager-v1-rev6-1.22.0.jar
2016-12-21T00:28:49.104 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-pubsub-v1/0.1.0/grpc-google-pubsub-v1-0.1.0.jar
 (262 KB at 896.7 KB/sec)
2016-12-21T00:28:49.104 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-pubsub/v1-rev10-1.22.0/google-api-services-pubsub-v1-rev10-1.22.0.jar
2016-12-21T00:28:49.121 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
 (195 KB at 629.2 KB/sec)
2016-12-21T00:28:49.121 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-storage/v1-rev71-1.22.0/google-api-services-storage-v1-rev71-1.22.0.jar
2016-12-21T00:28:49.124 [INFO] Downloaded: 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #517

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 1544 lines...]
2016-12-21T00:28:48.973 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.6.0/google-auth-library-oauth2-http-0.6.0.jar
2016-12-21T00:28:48.973 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3/gson-2.3.jar 
(203 KB at 1254.7 KB/sec)
2016-12-21T00:28:48.973 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.3.Final/netty-handler-4.1.3.Final.jar
2016-12-21T00:28:48.988 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.5.0/okhttp-2.5.0.jar
 (311 KB at 1763.8 KB/sec)
2016-12-21T00:28:48.988 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.3.Final/netty-buffer-4.1.3.Final.jar
2016-12-21T00:28:48.988 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.6.0/google-auth-library-credentials-0.6.0.jar
 (6 KB at 31.6 KB/sec)
2016-12-21T00:28:48.991 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.3.Final/netty-common-4.1.3.Final.jar
2016-12-21T00:28:49.006 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-lite/3.0.1/protobuf-lite-3.0.1.jar
 (241 KB at 1240.8 KB/sec)
2016-12-21T00:28:49.006 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.3.Final/netty-transport-4.1.3.Final.jar
2016-12-21T00:28:49.012 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.6.0/google-auth-library-oauth2-http-0.6.0.jar
 (51 KB at 254.9 KB/sec)
2016-12-21T00:28:49.012 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.3.Final/netty-resolver-4.1.3.Final.jar
2016-12-21T00:28:49.045 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.3.Final/netty-resolver-4.1.3.Final.jar
 (26 KB at 107.5 KB/sec)
2016-12-21T00:28:49.045 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.3.Final/netty-codec-4.1.3.Final.jar
2016-12-21T00:28:49.057 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.3.Final/netty-transport-4.1.3.Final.jar
 (408 KB at 1664.4 KB/sec)
2016-12-21T00:28:49.057 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-pubsub-v1/0.1.0/grpc-google-pubsub-v1-0.1.0.jar
2016-12-21T00:28:49.058 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.3.Final/netty-buffer-4.1.3.Final.jar
 (245 KB at 991.9 KB/sec)
2016-12-21T00:28:49.058 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/0.1.0/grpc-google-common-protos-0.1.0.jar
2016-12-21T00:28:49.059 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.3.Final/netty-handler-4.1.3.Final.jar
 (296 KB at 1197.4 KB/sec)
2016-12-21T00:28:49.059 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-iam-v1/0.1.0/grpc-google-iam-v1-0.1.0.jar
2016-12-21T00:28:49.079 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.3.Final/netty-common-4.1.3.Final.jar
 (653 KB at 2444.1 KB/sec)
2016-12-21T00:28:49.079 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
2016-12-21T00:28:49.092 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-iam-v1/0.1.0/grpc-google-iam-v1-0.1.0.jar
 (78 KB at 275.9 KB/sec)
2016-12-21T00:28:49.092 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-bigquery/v2-rev295-1.22.0/google-api-services-bigquery-v2-rev295-1.22.0.jar
2016-12-21T00:28:49.102 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.3.Final/netty-codec-4.1.3.Final.jar
 (293 KB at 1007.1 KB/sec)
2016-12-21T00:28:49.102 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v1-rev6-1.22.0/google-api-services-cloudresourcemanager-v1-rev6-1.22.0.jar
2016-12-21T00:28:49.104 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-pubsub-v1/0.1.0/grpc-google-pubsub-v1-0.1.0.jar
 (262 KB at 896.7 KB/sec)
2016-12-21T00:28:49.104 [INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-pubsub/v1-rev10-1.22.0/google-api-services-pubsub-v1-rev10-1.22.0.jar
2016-12-21T00:28:49.121 [INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
 (195 KB at 629.2 KB/sec)
2016-12-21T00:28:49.121 [INFO] Downloading: 

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #2185

2016-12-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #514

2016-12-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #514

2016-12-20 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #513

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 314 lines...]
 + c375f9b...17c8b26 refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...83aa637 refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + e5424b6...9dd5d21 refs/pull/1250/merge -> origin/pr/1250/merge  (forced 
update)
 + d40a4ab...b8f3df8 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...00dbbc9 refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
 + 60283e9...f1d276b refs/pull/1396/merge -> origin/pr/1396/merge  (forced 
update)
 + 4ba1643...8daee59 refs/pull/1412/head -> origin/pr/1412/head  (forced update)
 + 972abd4...ee1b17b refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
   da31f73..fc8dadb  refs/pull/1439/head -> origin/pr/1439/head
 + fab18c1...33edead refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...04dd8c5 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 545c488...6f26387 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...ab32f27 refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + f90ce8a...48435ee refs/pull/1467/merge -> origin/pr/1467/merge  (forced 
update)
 + 4b90494...d77911f refs/pull/1468/merge -> origin/pr/1468/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 156c1c7...9d88aab refs/pull/1485/merge -> origin/pr/1485/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + b2b31c5...84d0cae refs/pull/1522/head -> origin/pr/1522/head  (forced update)
 + e6442d2...9680e87 refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + e880c72...ebb9334 refs/pull/1526/head -> origin/pr/1526/head  (forced update)
 + fc47625...52d5ac1 refs/pull/1526/merge -> origin/pr/1526/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
 + e7719f5...8a6625a refs/pull/1552/merge -> origin/pr/1552/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + 6c0f372...fb8d267 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + 1942428...ca8d906 refs/pull/1569/head -> origin/pr/1569/head  (forced update)
 + 10b9b52...a58b7e2 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 81b61ba...7233c22 refs/pull/1574/merge -> origin/pr/1574/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + d4ec07e...1f018ab refs/pull/1581/head -> origin/pr/1581/head  (forced update)
 + 4f9c6ba...194b818 refs/pull/1582/head -> origin/pr/1582/head  (forced update)
 + 2063ff2...4e5193f refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + d9cd947...c90da65 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + 6a259d4...346eceb refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 5b07516...cf9eb86 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + 66fedde...ab99ad8 refs/pull/1608/head -> origin/pr/1608/head  (forced update)
 + 61977cd...a3ef0ef refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + 21a300c...52f0817 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 + 6d1ab08...bd2d98b refs/pull/1615/merge -> origin/pr/1615/merge  (forced 
update)
 + ec8599c...cf040f3 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #513

2016-12-20 Thread Apache Jenkins Server
See 


--
[...truncated 314 lines...]
 + c375f9b...17c8b26 refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...83aa637 refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + e5424b6...9dd5d21 refs/pull/1250/merge -> origin/pr/1250/merge  (forced 
update)
 + d40a4ab...b8f3df8 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...00dbbc9 refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
 + 60283e9...f1d276b refs/pull/1396/merge -> origin/pr/1396/merge  (forced 
update)
 + 4ba1643...8daee59 refs/pull/1412/head -> origin/pr/1412/head  (forced update)
 + 972abd4...ee1b17b refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
   da31f73..fc8dadb  refs/pull/1439/head -> origin/pr/1439/head
 + fab18c1...33edead refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...04dd8c5 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 545c488...6f26387 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...ab32f27 refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + f90ce8a...48435ee refs/pull/1467/merge -> origin/pr/1467/merge  (forced 
update)
 + 4b90494...d77911f refs/pull/1468/merge -> origin/pr/1468/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 156c1c7...9d88aab refs/pull/1485/merge -> origin/pr/1485/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + b2b31c5...84d0cae refs/pull/1522/head -> origin/pr/1522/head  (forced update)
 + e6442d2...9680e87 refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + e880c72...ebb9334 refs/pull/1526/head -> origin/pr/1526/head  (forced update)
 + fc47625...52d5ac1 refs/pull/1526/merge -> origin/pr/1526/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
 + e7719f5...8a6625a refs/pull/1552/merge -> origin/pr/1552/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + 6c0f372...fb8d267 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + 1942428...ca8d906 refs/pull/1569/head -> origin/pr/1569/head  (forced update)
 + 10b9b52...a58b7e2 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 81b61ba...7233c22 refs/pull/1574/merge -> origin/pr/1574/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + d4ec07e...1f018ab refs/pull/1581/head -> origin/pr/1581/head  (forced update)
 + 4f9c6ba...194b818 refs/pull/1582/head -> origin/pr/1582/head  (forced update)
 + 2063ff2...4e5193f refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + d9cd947...c90da65 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + 6a259d4...346eceb refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 5b07516...cf9eb86 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + 66fedde...ab99ad8 refs/pull/1608/head -> origin/pr/1608/head  (forced update)
 + 61977cd...a3ef0ef refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + 21a300c...52f0817 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 + 6d1ab08...bd2d98b refs/pull/1615/merge -> origin/pr/1615/merge  (forced 
update)
 + ec8599c...cf040f3 

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #1866

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #1866

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Apex #68

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #2175

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Dataflow #1865

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Dataflow #1865

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Apex #67

2016-12-19 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #2174

2016-12-19 Thread Apache Jenkins Server
See 

--
[...truncated 9041 lines...]
 [java] at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
 [java] at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
 [java] at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
 [java] at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
 [java] at edu.umd.cs.findbugs.filter.Filter.parse(Filter.java:226)
 [java] at edu.umd.cs.findbugs.filter.Filter.parse(Filter.java:207)
 [java] at edu.umd.cs.findbugs.filter.Filter.(Filter.java:132)
 [java] at 
edu.umd.cs.findbugs.FindBugs.configureFilter(FindBugs.java:516)
 [java] at edu.umd.cs.findbugs.FindBugs2.addFilter(FindBugs2.java:374)
 [java] at 
edu.umd.cs.findbugs.FindBugs2.configureFilters(FindBugs2.java:521)
 [java] at 
edu.umd.cs.findbugs.FindBugs2.setUserPreferences(FindBugs2.java:475)
 [java] at 
edu.umd.cs.findbugs.TextUICommandLine.configureEngine(TextUICommandLine.java:685)
 [java] at 
edu.umd.cs.findbugs.FindBugs.processCommandLine(FindBugs.java:361)
 [java] at edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1188)
 [java] Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.lang.StringEscapeUtils
 [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 [java] ... 25 more
[WARNING] Cannot calculate digest of mojo class, because mojo wasn't loaded 
from a jar, but from: 

[WARNING] Cannot calculate digest of mojo class, because mojo wasn't loaded 
from a jar, but from: 

[WARNING] Cannot calculate digest of mojo class, because mojo wasn't loaded 
from a jar, but from: 

2016-12-20T00:17:50.333 [INFO] 

2016-12-20T00:17:50.333 [INFO] Reactor Summary:
2016-12-20T00:17:50.333 [INFO] 
2016-12-20T00:17:50.333 [INFO] Apache Beam :: Parent 
.. SUCCESS [ 23.778 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: Build Tools 
. SUCCESS [  3.756 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs 
 SUCCESS [  6.421 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java 
 SUCCESS [  1.432 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: Core 
 SUCCESS [02:48 min]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: Runners 
. SUCCESS [  1.666 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: Runners :: Core Java 
 SUCCESS [ 34.695 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: Runners :: Direct Java 
.. SUCCESS [01:58 min]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: Runners :: Google Cloud Dataflow 
 SUCCESS [ 23.420 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO 
.. SUCCESS [  1.265 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: Google 
Cloud Platform SUCCESS [05:54 min]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: HDFS 
.. SUCCESS [ 35.459 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: JMS 
... SUCCESS [ 15.818 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kafka 
. SUCCESS [ 15.160 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kinesis 
... SUCCESS [ 18.293 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: MongoDB 
... SUCCESS [ 28.662 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: IO :: JDBC 
.. SUCCESS [ 19.756 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes 
 SUCCESS [  1.650 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes 
:: Starter SUCCESS [ 15.322 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes 
:: Examples SUCCESS [ 12.919 s]
2016-12-20T00:17:50.333 [INFO] Apache Beam :: SDKs :: Java 

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #504

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #504

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Flink #1187

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Flink #1187

2016-12-19 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1186

2016-12-19 Thread Apache Jenkins Server
See 


--
[...truncated 299 lines...]
Resolving deltas:  74% (536/721)   
Resolving deltas:  75% (542/721)   
Resolving deltas:  76% (548/721)   
Resolving deltas:  77% (556/721)   
Resolving deltas:  78% (563/721)   
Resolving deltas:  79% (570/721)   
Resolving deltas:  80% (577/721)   
Resolving deltas:  81% (585/721)   
Resolving deltas:  82% (592/721)   
Resolving deltas:  83% (599/721)   
Resolving deltas:  84% (606/721)   
Resolving deltas:  85% (613/721)   
Resolving deltas:  86% (621/721)   
Resolving deltas:  87% (629/721)   
Resolving deltas:  89% (643/721)   
Resolving deltas:  90% (654/721)   
Resolving deltas:  91% (657/721)   
Resolving deltas:  92% (664/721)   
Resolving deltas:  93% (671/721)   
Resolving deltas:  94% (678/721)   
Resolving deltas:  95% (685/721)   
Resolving deltas:  96% (693/721)   
Resolving deltas:  97% (700/721)   
Resolving deltas:  98% (707/721)   
Resolving deltas:  99% (715/721)   
Resolving deltas: 100% (721/721)   
Resolving deltas: 100% (721/721), completed with 294 local objects.
>From https://github.com/apache/incubator-beam
   d13f11f..28d7913  master -> origin/master
 + 5f836aa...5f4ebe8 refs/pull/1015/merge -> origin/pr/1015/merge  (forced 
update)
 + c375f9b...410ad8b refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...73296bb refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + d40a4ab...28e1511 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...725734d refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
   4ba1643..280f895  refs/pull/1412/head -> origin/pr/1412/head
 + a6c4234...7b823c6 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + fab18c1...2438ec9 refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...2b76345 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 3ecb1d1...498c235 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...2edb7fc refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + e6442d2...b229a7a refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + d9b5b93...fb8d267 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + d9cefe0...82da0f0 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + 9c986f4...3a49685 refs/pull/1581/merge -> origin/pr/1581/merge  (forced 
update)
 + f40b3c3...a3f8753 refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + 47df78b...dc59074 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + 74a65bb...dfe5364 refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 51ae22c...5c068c6 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + 66fedde...b91552e refs/pull/1608/head -> origin/pr/1608/head  (forced update)
 + bea7012...10f287e refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + d127a47...57123b4 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1186

2016-12-19 Thread Apache Jenkins Server
See 


--
[...truncated 299 lines...]
Resolving deltas:  74% (536/721)   
Resolving deltas:  75% (542/721)   
Resolving deltas:  76% (548/721)   
Resolving deltas:  77% (556/721)   
Resolving deltas:  78% (563/721)   
Resolving deltas:  79% (570/721)   
Resolving deltas:  80% (577/721)   
Resolving deltas:  81% (585/721)   
Resolving deltas:  82% (592/721)   
Resolving deltas:  83% (599/721)   
Resolving deltas:  84% (606/721)   
Resolving deltas:  85% (613/721)   
Resolving deltas:  86% (621/721)   
Resolving deltas:  87% (629/721)   
Resolving deltas:  89% (643/721)   
Resolving deltas:  90% (654/721)   
Resolving deltas:  91% (657/721)   
Resolving deltas:  92% (664/721)   
Resolving deltas:  93% (671/721)   
Resolving deltas:  94% (678/721)   
Resolving deltas:  95% (685/721)   
Resolving deltas:  96% (693/721)   
Resolving deltas:  97% (700/721)   
Resolving deltas:  98% (707/721)   
Resolving deltas:  99% (715/721)   
Resolving deltas: 100% (721/721)   
Resolving deltas: 100% (721/721), completed with 294 local objects.
>From https://github.com/apache/incubator-beam
   d13f11f..28d7913  master -> origin/master
 + 5f836aa...5f4ebe8 refs/pull/1015/merge -> origin/pr/1015/merge  (forced 
update)
 + c375f9b...410ad8b refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...73296bb refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + d40a4ab...28e1511 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...725734d refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
   4ba1643..280f895  refs/pull/1412/head -> origin/pr/1412/head
 + a6c4234...7b823c6 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + fab18c1...2438ec9 refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...2b76345 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 3ecb1d1...498c235 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...2edb7fc refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + e6442d2...b229a7a refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + d9b5b93...fb8d267 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + d9cefe0...82da0f0 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + 9c986f4...3a49685 refs/pull/1581/merge -> origin/pr/1581/merge  (forced 
update)
 + f40b3c3...a3f8753 refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + 47df78b...dc59074 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + 74a65bb...dfe5364 refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 51ae22c...5c068c6 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + 66fedde...b91552e refs/pull/1608/head -> origin/pr/1608/head  (forced update)
 + bea7012...10f287e refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + d127a47...57123b4 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #503

2016-12-19 Thread Apache Jenkins Server
See 


Changes:

[joshualitt] Change counter name in TestDataflowRunner

[bchambers] Change counter name in TestDataflowRunner

[lcwik] [BEAM-59] initial interfaces and classes of Beam FileSystem.

--
[...truncated 2349 lines...]
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at hudson.Util.getDigestOf(Util.java:800)
at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:100)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #503

2016-12-19 Thread Apache Jenkins Server
See 


Changes:

[joshualitt] Change counter name in TestDataflowRunner

[bchambers] Change counter name in TestDataflowRunner

[lcwik] [BEAM-59] initial interfaces and classes of Beam FileSystem.

--
[...truncated 2350 lines...]
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at hudson.Util.getDigestOf(Util.java:800)
at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:100)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

 (No such 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #495

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #495

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #502

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #502

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #501

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #500

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 57, done.
remote: Compressing objects:   4% (1/24)   
remote: Compressing objects:   8% (2/24)   
remote: Compressing objects:  12% (3/24)   
remote: Compressing objects:  16% (4/24)   
remote: Compressing objects:  20% (5/24)   
remote: Compressing objects:  25% (6/24)   
remote: Compressing objects:  29% (7/24)   
remote: Compressing objects:  33% (8/24)   
remote: Compressing objects:  37% (9/24)   
remote: Compressing objects:  41% (10/24)   
remote: Compressing objects:  45% (11/24)   
remote: Compressing objects:  50% (12/24)   
remote: Compressing objects:  54% (13/24)   
remote: Compressing objects:  58% (14/24)   
remote: Compressing objects:  62% (15/24)   
remote: Compressing objects:  66% (16/24)   
remote: Compressing objects:  70% (17/24)   
remote: Compressing objects:  75% (18/24)   
remote: Compressing objects:  79% (19/24)   
remote: Compressing objects:  83% (20/24)   
remote: Compressing objects:  87% (21/24)   
remote: Compressing objects:  91% (22/24)   
remote: Compressing objects:  95% (23/24)   
remote: Compressing objects: 100% (24/24)   
remote: Compressing objects: 100% (24/24), done.
remote: Total 57 (delta 7), reused 4 (delta 4), pack-reused 2
>From https://github.com/apache/incubator-beam
 + 1840119...d53dc54 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + 5231c19...6435cdc refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #500

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 57, done.
remote: Compressing objects:   4% (1/24)   
remote: Compressing objects:   8% (2/24)   
remote: Compressing objects:  12% (3/24)   
remote: Compressing objects:  16% (4/24)   
remote: Compressing objects:  20% (5/24)   
remote: Compressing objects:  25% (6/24)   
remote: Compressing objects:  29% (7/24)   
remote: Compressing objects:  33% (8/24)   
remote: Compressing objects:  37% (9/24)   
remote: Compressing objects:  41% (10/24)   
remote: Compressing objects:  45% (11/24)   
remote: Compressing objects:  50% (12/24)   
remote: Compressing objects:  54% (13/24)   
remote: Compressing objects:  58% (14/24)   
remote: Compressing objects:  62% (15/24)   
remote: Compressing objects:  66% (16/24)   
remote: Compressing objects:  70% (17/24)   
remote: Compressing objects:  75% (18/24)   
remote: Compressing objects:  79% (19/24)   
remote: Compressing objects:  83% (20/24)   
remote: Compressing objects:  87% (21/24)   
remote: Compressing objects:  91% (22/24)   
remote: Compressing objects:  95% (23/24)   
remote: Compressing objects: 100% (24/24)   
remote: Compressing objects: 100% (24/24), done.
remote: Total 57 (delta 7), reused 4 (delta 4), pack-reused 2
>From https://github.com/apache/incubator-beam
 + 1840119...d53dc54 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + 5231c19...6435cdc refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #499

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #499

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #498

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #498

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #497

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 4, done.
remote: Compressing objects:  50% (1/2)   
remote: Compressing objects: 100% (2/2)   
remote: Compressing objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 1 (delta 1), pack-reused 1
>From https://github.com/apache/incubator-beam
   4f97efc..28d7913  master -> origin/master
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #497

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 4, done.
remote: Compressing objects:  50% (1/2)   
remote: Compressing objects: 100% (2/2)   
remote: Compressing objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 1 (delta 1), pack-reused 1
>From https://github.com/apache/incubator-beam
   4f97efc..28d7913  master -> origin/master
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #496

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #496

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #494

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #487

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #494

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #493

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #493

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #492

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #491

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #492

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #491

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #490

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #490

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #489

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #489

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #487

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #486

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #486

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #485

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #485

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #484

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #484

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #483

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #483

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #482

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #481

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #482

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #481

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #480

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 5, done.
remote: Compressing objects:  33% (1/3)   
remote: Compressing objects:  66% (2/3)   
remote: Compressing objects: 100% (3/3)   
remote: Compressing objects: 100% (3/3), done.
remote: Total 5 (delta 3), reused 1 (delta 1), pack-reused 1
>From https://github.com/apache/incubator-beam
 + 04c621b...93cff8d refs/pull/1632/merge -> origin/pr/1632/merge  (forced 
update)
 + 4fc0939...55a125d refs/pull/1633/merge -> origin/pr/1633/merge  (forced 
update)
 + 5d82275...13d0ee2 refs/pull/1651/merge -> origin/pr/1651/merge  (forced 
update)
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #477

2016-12-19 Thread Apache Jenkins Server
See 


Changes:

[klk] Fix seed job fetch spec

[bchambers] Add RunnableOnService test for Metrics

[klk] More escaping in Jenkins timestamp spec

--
[...truncated 3781 lines...]
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at hudson.Util.getDigestOf(Util.java:800)
at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:100)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #479

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #480

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: remote: Counting objects: 5, done.
remote: Compressing objects:  33% (1/3)   
remote: Compressing objects:  66% (2/3)   
remote: Compressing objects: 100% (3/3)   
remote: Compressing objects: 100% (3/3), done.
remote: Total 5 (delta 3), reused 1 (delta 1), pack-reused 1
>From https://github.com/apache/incubator-beam
 + 04c621b...93cff8d refs/pull/1632/merge -> origin/pr/1632/merge  (forced 
update)
 + 4fc0939...55a125d refs/pull/1633/merge -> origin/pr/1633/merge  (forced 
update)
 + 5d82275...13d0ee2 refs/pull/1651/merge -> origin/pr/1651/merge  (forced 
update)
error: unable to resolve reference refs/remotes/origin/pr/1656/head: Not a 
directory
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #479

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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 beam3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #478

2016-12-19 Thread Apache Jenkins Server
See 


--
[...truncated 425 lines...]
Resolving deltas:  73% (341/462)   
Resolving deltas:  74% (346/462)   
Resolving deltas:  75% (350/462)   
Resolving deltas:  76% (353/462)   
Resolving deltas:  77% (356/462)   
Resolving deltas:  78% (361/462)   
Resolving deltas:  79% (365/462)   
Resolving deltas:  80% (370/462)   
Resolving deltas:  81% (375/462)   
Resolving deltas:  82% (379/462)   
Resolving deltas:  83% (384/462)   
Resolving deltas:  84% (390/462)   
Resolving deltas:  85% (393/462)   
Resolving deltas:  86% (398/462)   
Resolving deltas:  87% (402/462)   
Resolving deltas:  89% (413/462)   
Resolving deltas:  90% (417/462)   
Resolving deltas:  91% (421/462)   
Resolving deltas:  92% (426/462)   
Resolving deltas:  93% (430/462)   
Resolving deltas:  94% (436/462)   
Resolving deltas:  95% (439/462)   
Resolving deltas:  96% (444/462)   
Resolving deltas:  97% (450/462)   
Resolving deltas:  98% (453/462)   
Resolving deltas:  99% (459/462)   
Resolving deltas: 100% (462/462)   
Resolving deltas: 100% (462/462), completed with 203 local objects.
>From https://github.com/apache/incubator-beam
   d13f11f..4f97efc  master -> origin/master
 + 5f836aa...5f4ebe8 refs/pull/1015/merge -> origin/pr/1015/merge  (forced 
update)
 + c375f9b...410ad8b refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...73296bb refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + d40a4ab...28e1511 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...725734d refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
   e59b107..245fff7  refs/pull/1412/head -> origin/pr/1412/head
 + 1996d1f...1840119 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + fab18c1...2438ec9 refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...2b76345 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 3ecb1d1...498c235 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...2edb7fc refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + e6442d2...b229a7a refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + ef4ba81...f8ad8e1 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + 554cb47...82da0f0 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + b51fd4b...257ef52 refs/pull/1581/merge -> origin/pr/1581/merge  (forced 
update)
 + fe21cf5...a3f8753 refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + 6eced67...dc59074 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + d2fa476...dfe5364 refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 89466a4...5c068c6 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + a39a1d7...5231c19 refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + 3f69ac4...57123b4 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 + 6d1ab08...bd2d98b refs/pull/1615/merge -> 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #477

2016-12-19 Thread Apache Jenkins Server
See 


Changes:

[klk] Fix seed job fetch spec

[bchambers] Add RunnableOnService test for Metrics

[klk] More escaping in Jenkins timestamp spec

--
[...truncated 3780 lines...]
at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:100)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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.Maven32Main.launch(Maven32Main.java:186)
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:136)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at hudson.Util.getDigestOf(Util.java:800)
at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:100)
at 
hudson.maven.Maven3Builder$MavenExecutionListener.sessionEnded(Maven3Builder.java:471)
at 
hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:287)
at 
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
at 
org.apache.maven.eventspy.internal.EventSpyExecutionListener.sessionEnded(EventSpyExecutionListener.java:61)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:64)
at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:137)
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.Maven32Launcher.main(Maven32Launcher.java:132)
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 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #478

2016-12-19 Thread Apache Jenkins Server
See 


--
[...truncated 425 lines...]
Resolving deltas:  73% (341/462)   
Resolving deltas:  74% (346/462)   
Resolving deltas:  75% (350/462)   
Resolving deltas:  76% (353/462)   
Resolving deltas:  77% (356/462)   
Resolving deltas:  78% (361/462)   
Resolving deltas:  79% (365/462)   
Resolving deltas:  80% (370/462)   
Resolving deltas:  81% (375/462)   
Resolving deltas:  82% (379/462)   
Resolving deltas:  83% (384/462)   
Resolving deltas:  84% (390/462)   
Resolving deltas:  85% (393/462)   
Resolving deltas:  86% (398/462)   
Resolving deltas:  87% (402/462)   
Resolving deltas:  89% (413/462)   
Resolving deltas:  90% (417/462)   
Resolving deltas:  91% (421/462)   
Resolving deltas:  92% (426/462)   
Resolving deltas:  93% (430/462)   
Resolving deltas:  94% (436/462)   
Resolving deltas:  95% (439/462)   
Resolving deltas:  96% (444/462)   
Resolving deltas:  97% (450/462)   
Resolving deltas:  98% (453/462)   
Resolving deltas:  99% (459/462)   
Resolving deltas: 100% (462/462)   
Resolving deltas: 100% (462/462), completed with 203 local objects.
>From https://github.com/apache/incubator-beam
   d13f11f..4f97efc  master -> origin/master
 + 5f836aa...5f4ebe8 refs/pull/1015/merge -> origin/pr/1015/merge  (forced 
update)
 + c375f9b...410ad8b refs/pull/1184/merge -> origin/pr/1184/merge  (forced 
update)
 + 8e945af...d70e36b refs/pull/1229/merge -> origin/pr/1229/merge  (forced 
update)
 + 7ca40bd...73296bb refs/pull/1232/merge -> origin/pr/1232/merge  (forced 
update)
 + d40a4ab...28e1511 refs/pull/1293/merge -> origin/pr/1293/merge  (forced 
update)
 + 6326e10...ab987ba refs/pull/1348/merge -> origin/pr/1348/merge  (forced 
update)
 + 201a49e...25c689d refs/pull/1350/merge -> origin/pr/1350/merge  (forced 
update)
 + c91b7c5...725734d refs/pull/1369/merge -> origin/pr/1369/merge  (forced 
update)
   e59b107..245fff7  refs/pull/1412/head -> origin/pr/1412/head
 + 1996d1f...1840119 refs/pull/1412/merge -> origin/pr/1412/merge  (forced 
update)
 + fab18c1...2438ec9 refs/pull/1439/merge -> origin/pr/1439/merge  (forced 
update)
 + 12956fa...fe7a354 refs/pull/1441/merge -> origin/pr/1441/merge  (forced 
update)
 + ce3b6a5...2b76345 refs/pull/1451/merge -> origin/pr/1451/merge  (forced 
update)
 + 59bbb83...7372f2e refs/pull/1452/merge -> origin/pr/1452/merge  (forced 
update)
 + 3ecb1d1...498c235 refs/pull/1462/merge -> origin/pr/1462/merge  (forced 
update)
 + f1aaac5...2edb7fc refs/pull/1464/merge -> origin/pr/1464/merge  (forced 
update)
 + 4cd8956...e781a15 refs/pull/1470/merge -> origin/pr/1470/merge  (forced 
update)
 + 844e818...376bbca refs/pull/1479/merge -> origin/pr/1479/merge  (forced 
update)
 + 955ab99...af89f49 refs/pull/1495/merge -> origin/pr/1495/merge  (forced 
update)
 + aee80cc...7ca48b0 refs/pull/1504/merge -> origin/pr/1504/merge  (forced 
update)
 + 82b1b04...3ec46a8 refs/pull/1506/merge -> origin/pr/1506/merge  (forced 
update)
 + 54ca242...d162f79 refs/pull/1511/merge -> origin/pr/1511/merge  (forced 
update)
 + e6442d2...b229a7a refs/pull/1522/merge -> origin/pr/1522/merge  (forced 
update)
 + 98a2561...6ce6ed6 refs/pull/1543/merge -> origin/pr/1543/merge  (forced 
update)
 + 2c1230e...d9daf04 refs/pull/1547/merge -> origin/pr/1547/merge  (forced 
update)
 + d4c4df4...5e380f0 refs/pull/1549/merge -> origin/pr/1549/merge  (forced 
update)
   4690e45..60e080b  refs/pull/1558/head -> origin/pr/1558/head
 + ef4ba81...f8ad8e1 refs/pull/1558/merge -> origin/pr/1558/merge  (forced 
update)
 + db9cc13...21afd46 refs/pull/1568/merge -> origin/pr/1568/merge  (forced 
update)
 + 554cb47...82da0f0 refs/pull/1569/merge -> origin/pr/1569/merge  (forced 
update)
 + d649a20...ed6ba3e refs/pull/1570/merge -> origin/pr/1570/merge  (forced 
update)
 + 0ab375c...afcf7e7 refs/pull/1575/merge -> origin/pr/1575/merge  (forced 
update)
 + 575e86e...74c08f9 refs/pull/1576/merge -> origin/pr/1576/merge  (forced 
update)
 + b51fd4b...257ef52 refs/pull/1581/merge -> origin/pr/1581/merge  (forced 
update)
 + fe21cf5...a3f8753 refs/pull/1582/merge -> origin/pr/1582/merge  (forced 
update)
 + abced0a...75a8043 refs/pull/1583/merge -> origin/pr/1583/merge  (forced 
update)
 + e91bfd9...0f1c5d6 refs/pull/1586/merge -> origin/pr/1586/merge  (forced 
update)
 + 6eced67...dc59074 refs/pull/1590/merge -> origin/pr/1590/merge  (forced 
update)
 + 2c2e74f...56fb945 refs/pull/1593/merge -> origin/pr/1593/merge  (forced 
update)
 + d2fa476...dfe5364 refs/pull/1594/merge -> origin/pr/1594/merge  (forced 
update)
 + 89466a4...5c068c6 refs/pull/1604/merge -> origin/pr/1604/merge  (forced 
update)
 + a39a1d7...5231c19 refs/pull/1608/merge -> origin/pr/1608/merge  (forced 
update)
 + 3f69ac4...57123b4 refs/pull/1613/merge -> origin/pr/1613/merge  (forced 
update)
 + 944f1b5...65c00ac refs/pull/1614/merge -> origin/pr/1614/merge  (forced 
update)
 + 6d1ab08...bd2d98b refs/pull/1615/merge -> 

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Dataflow #1863

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Dataflow #1863

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Flink #1184

2016-12-19 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Flink #1184

2016-12-19 Thread Apache Jenkins Server
See 




Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1183

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1183

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1182

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1181

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1182

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1180

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1181

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1179

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1179

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1178

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1178

2016-12-19 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace 

 > 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/incubator-beam.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/apache/incubator-beam.git 
 > +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://github.com/apache/incubator-beam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
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:1741)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true 
fetch --tags --progress https://github.com/apache/incubator-beam.git 
+refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/*" 
returned status code 1:
stdout: 
stderr: error: unable to resolve reference refs/remotes/origin/pr/1656/head: 
Not a directory
>From https://github.com/apache/incubator-beam
 ! [new ref] refs/pull/1656/head -> origin/pr/1656/head  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1656/merge: Not a 
directory
 ! [new ref] refs/pull/1656/merge -> origin/pr/1656/merge  (unable to 
update local ref)
error: unable to resolve reference refs/remotes/origin/pr/1657/head: Not a 
directory
 ! [new ref] refs/pull/1657/head -> origin/pr/1657/head  (unable to 
update local ref)
error: some local refs could not be updated; try running
 'git remote prune https://github.com/apache/incubator-beam.git' to remove any 
old, conflicting branches

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor761.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:131)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse 

  1   2   3   4   5   6   7   8   9   10   >