Is it just me or have there been Jenkins failures left and right for the
last week or so?

Gary

---------- Forwarded message ----------
From: Apache Jenkins Server <jenk...@builds.apache.org>
Date: Mon, Jun 19, 2017 at 1:47 PM
Subject: Build failed in Jenkins: Commons-Compress PullRequest Builder #56
To: notificati...@commons.apache.org


See <https://builds.apache.org/job/Commons-Compress%
20PullRequest%20Builder/56/display/redirect>

------------------------------------------
GitHub pull request #38 to apache/commons-compress
[EnvInject] - Loading node environment variables.
Building remotely on H14 (ubuntu xenial) in workspace <
https://builds.apache.org/job/Commons-Compress%20PullRequest%20Builder/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git
# timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git
+refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master
FATAL: Could not checkout master with start point origin/master
hudson.plugins.git.GitException: Command "git checkout -b master
origin/master" returned status code 1:
stdout: src/test/java/org/apache/commons/compress/compressors/xz/
XZCompressorOutputStreamTest.java: needs merge
src/test/java/org/apache/commons/compress/utils/
ChecksumCalculatingInputStreamTest.java: needs merge

stderr: error: you need to resolve your current index first

        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
launchCommandIn(CliGitAPIImpl.java:1903)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
access$800(CliGitAPIImpl.java:71)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.
execute(CliGitAPIImpl.java:2188)
        at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.
checkoutBranch(AbstractGitAPIImpl.java:81)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
checkoutBranch(CliGitAPIImpl.java:71)
        at sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(
RemoteInvocationHandler.java:895)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(
RemoteInvocationHandler.java:870)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(
RemoteInvocationHandler.java:829)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at hudson.remoting.InterceptingExecutorService$1.call(
InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused: hudson.plugins.git.GitException: Could not checkout master with
start point origin/master
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.
execute(CliGitAPIImpl.java:2209)
        at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.
checkoutBranch(AbstractGitAPIImpl.java:81)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
checkoutBranch(CliGitAPIImpl.java:71)
        at sun.reflect.GeneratedMethodAccessor418.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(
RemoteInvocationHandler.java:895)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(
RemoteInvocationHandler.java:870)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(
RemoteInvocationHandler.java:829)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at hudson.remoting.InterceptingExecutorService$1.call(
InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at ......remote call to H14(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(
Channel.java:1545)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel.call(Channel.java:830)
        at hudson.remoting.RemoteInvocationHandler.invoke(
RemoteInvocationHandler.java:257)
        at com.sun.proxy.$Proxy103.checkoutBranch(Unknown Source)
        at org.jenkinsci.plugins.gitclient.RemoteGitImpl.
checkoutBranch(RemoteGitImpl.java:324)
        at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.
getCandidateRevisions(BuildChooserImpl.java:78)
        at hudson.plugins.git.GitSCM.determineRevisionToBuild(
GitSCM.java:1001)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)
        at hudson.scm.SCM.checkout(SCM.java:496)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1281)
        at hudson.model.AbstractBuild$AbstractBuildExecution.
defaultCheckout(AbstractBuild.java:604)
        at jenkins.scm.SCMCheckoutStrategy.checkout(
SCMCheckoutStrategy.java:86)
        at hudson.model.AbstractBuild$AbstractBuildExecution.run(
AbstractBuild.java:529)
        at hudson.model.Run.execute(Run.java:1728)
        at hudson.maven.MavenModuleSetBuild.run(
MavenModuleSetBuild.java:542)
        at hudson.model.ResourceController.execute(
ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:405)
Putting comment on the pull request

Reply via email to