[Geoserver-devel] Build failed in Jenkins: geoserver-2.15.x-nightly #163

See <https://build.geoserver.org/job/geoserver-2.15.x-nightly/163/display/redirect&gt;

------------------------------------------
Started by user Andrea Aime
Building remotely on FleetCloud i-0a998146de608786e (linux-fleet) in workspace <https://build.geoserver.org/job/geoserver-2.15.x-nightly/ws/&gt;
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://github.com/geoserver/geoserver.git
  at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
  at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
  at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
  at hudson.scm.SCM.checkout(SCM.java:504)
  at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
  at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
  at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
  at hudson.model.Run.execute(Run.java:1816)
  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  at hudson.model.ResourceController.execute(ResourceController.java:97)
  at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*" returned status code 1:
stdout:
stderr: remote: Enumerating objects: 14, done.
remote: Counting objects: 7% (1/14) remote: Counting objects: 14% (2/14) remote: Counting objects: 21% (3/14) remote: Counting objects: 28% (4/14) remote: Counting objects: 35% (5/14) remote: Counting objects: 42% (6/14) remote: Counting objects: 50% (7/14) remote: Counting objects: 57% (8/14) remote: Counting objects: 64% (9/14) remote: Counting objects: 71% (10/14) remote: Counting objects: 78% (11/14) remote: Counting objects: 85% (12/14) remote: Counting objects: 92% (13/14) remote: Counting objects: 100% (14/14) remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 16% (1/6) remote: Compressing objects: 33% (2/6) remote: Compressing objects: 50% (3/6) remote: Compressing objects: 66% (4/6) remote: Compressing objects: 83% (5/6) remote: Compressing objects: 100% (6/6) remote: Compressing objects: 100% (6/6), done.
remote: Total 29 (delta 8), reused 8 (delta 8), pack-reused 15
error: cannot lock ref 'refs/remotes/origin/master': is at ceee86015e6b5e4baccb8c68429a6d1c30879274 but expected 7d1d26e460e96bf2feb5e1442e36dd692e81a0a8

From git://github.com/geoserver/geoserver

! 7d1d26e460..ceee86015e master -> origin/master (unable to update local ref)

  at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
  at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
  at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
  at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
  at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
  at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
  at hudson.remoting.UserRequest.perform(UserRequest.java:212)
  at hudson.remoting.UserRequest.perform(UserRequest.java:54)
  at hudson.remoting.Request$2.run(Request.java:369)
  at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
  at java.util.concurrent.FutureTask.run(FutureTask.java:264)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  at java.lang.Thread.run(Thread.java:834)
  Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to i-0a998146de608786e
    at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
    at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
    at hudson.remoting.Channel.call(Channel.java:957)
    at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
    at sun.reflect.GeneratedMethodAccessor651.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
    at com.sun.proxy.$Proxy89.execute(Unknown Source)
    at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
    at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
    at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
    at hudson.scm.SCM.checkout(SCM.java:504)
    at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
    at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
    at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
    at hudson.model.Run.execute(Run.java:1816)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:97)
    at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Skipped archiving because build is not successful

See <https://build.geoserver.org/job/geoserver-2.15.x-nightly/164/display/redirect?page=changes&gt;

Changes:

[Andrea Aime] GWC Azure blob community module

[Andrea Aime] Updating gwc-azure module version numbers

[Andrea Aime] Adding missing image file for the azure gwc docs

------------------------------------------
Started by user Andrea Aime
Building remotely on FleetCloud i-0a998146de608786e (linux-fleet) in workspace <https://build.geoserver.org/job/geoserver-2.15.x-nightly/ws/&gt;
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.15.x^{commit} # timeout=10
Checking out Revision 9e2b417b537ad08d3c10be1391f7854492e7c433 (origin/2.15.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9e2b417b537ad08d3c10be1391f7854492e7c433
Commit message: "Adding missing image file for the azure gwc docs"
> git rev-list --no-walk 4243ad287f621b3683a52e2bc1b102607ba1b0c1 # timeout=10
> git tag -a -f -m Jenkins Build #164 jenkins-geoserver-2.15.x-nightly-164 # timeout=10
[geoserver-master] $ mvn -f src/pom.xml -Dhudson.buildId=164 -B -U -DskipTests -Prelease -PcommunityRelease clean install assembly:attached
Unrecognized option: --batch-mode
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Build step 'Invoke top-level Maven targets' marked build as failure
Skipped archiving because build is not successful

See <https://build.geoserver.org/job/geoserver-2.15.x-nightly/165/display/redirect&gt;