Started by upstream project "link-rewriter" build number 52 originally caused by: Started by an SCM change Building remotely on wrzh075 (indigo helios) in workspace /mnt/data/jenkins/workspace/Aggregator > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@git.projects.gwdg.de:aggregator.git # timeout=10 Fetching upstream changes from git@git.projects.gwdg.de:aggregator.git > git --version # timeout=10 using GIT_SSH to set credentials git for projects.gwdg.de > git fetch --tags --progress git@git.projects.gwdg.de:aggregator.git +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/develop Seen branch in repository origin/feature/basket Seen branch in repository origin/feature/export-by-list Seen branch in repository origin/feature/faust-rendering Seen branch in repository origin/feature/instrumentation Seen branch in repository origin/feature/license Seen branch in repository origin/feature/new-structure Seen branch in repository origin/feature/tei-xsl-7 Seen branch in repository origin/feature/tei-xsl-update Seen branch in repository origin/feature/tei-xsl7-corpus Seen branch in repository origin/feature/tei-xsl7-groups Seen branch in repository origin/feature/xslmanager Seen branch in repository origin/feature/zip-config Seen branch in repository origin/feature/zip-performance Seen branch in repository origin/master Seen branch in repository origin/package-tei-xsl Seen branch in repository origin/refactor-html Seen branch in repository origin/refactor-it Seen 18 remote branches Checking out Revision 5be228a3c3ff7961d2251230b9364e879d289584 (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 5be228a3c3ff7961d2251230b9364e879d289584 # timeout=10 > git branch -a # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 > git rev-parse remotes/origin/develop^{commit} # timeout=10 > git rev-parse remotes/origin/feature/basket^{commit} # timeout=10 > git rev-parse remotes/origin/feature/export-by-list^{commit} # timeout=10 > git rev-parse remotes/origin/feature/faust-rendering^{commit} # timeout=10 > git rev-parse remotes/origin/feature/instrumentation^{commit} # timeout=10 > git rev-parse remotes/origin/feature/license^{commit} # timeout=10 > git rev-parse remotes/origin/feature/new-structure^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl-7^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl-update^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl7-corpus^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl7-groups^{commit} # timeout=10 > git rev-parse remotes/origin/feature/xslmanager^{commit} # timeout=10 > git rev-parse remotes/origin/feature/zip-config^{commit} # timeout=10 > git rev-parse remotes/origin/feature/zip-performance^{commit} # timeout=10 > git rev-parse remotes/origin/master^{commit} # timeout=10 > git rev-parse remotes/origin/package-tei-xsl^{commit} # timeout=10 > git rev-parse remotes/origin/refactor-html^{commit} # timeout=10 > git rev-parse remotes/origin/refactor-it^{commit} # timeout=10 > git checkout -b origin/develop 5be228a3c3ff7961d2251230b9364e879d289584 > git rev-list 5be228a3c3ff7961d2251230b9364e879d289584 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursive FATAL: Command "git submodule update --init --recursive" returned status code 1: stdout: Cloning into 'src/main/webapp/WEB-INF/tei-stylesheets'... stderr: error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt while accessing https://github.com/TEIC/Stylesheets.git/info/refs?service=git-upload-pack fatal: HTTP request failed Clone of 'https://github.com/TEIC/Stylesheets.git' into submodule path 'src/main/webapp/WEB-INF/tei-stylesheets' failed hudson.plugins.git.GitException: Command "git submodule update --init --recursive" returned status code 1: stdout: Cloning into 'src/main/webapp/WEB-INF/tei-stylesheets'... stderr: error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt while accessing https://github.com/TEIC/Stylesheets.git/info/refs?service=git-upload-pack fatal: HTTP request failed Clone of 'https://github.com/TEIC/Stylesheets.git' into submodule path 'src/main/webapp/WEB-INF/tei-stylesheets' failed at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1442) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:85) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$6.execute(CliGitAPIImpl.java:766) 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:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) 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:744) at ......remote call to wrzh075(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:752) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145) at sun.reflect.GeneratedMethodAccessor1306.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131) at $Proxy85.execute(Unknown Source) at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:83) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1003) at hudson.scm.SCM.checkout(SCM.java:484) at hudson.model.AbstractProject.checkout(AbstractProject.java:1259) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528) at hudson.model.Run.execute(Run.java:1759) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)