Started by an SCM change Started by an SCM change Building remotely on wrzh075 (indigo helios) in workspace /mnt/data/jenkins/workspace/Aggregator Cloning the remote Git repository Cloning repository git@git.projects.gwdg.de:aggregator.git > git init /mnt/data/jenkins/workspace/Aggregator # 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/* > git config remote.origin.url git@git.projects.gwdg.de:aggregator.git # timeout=10 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 628d9dfc660fe721106cde0b91e0233140cd49ff (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 628d9dfc660fe721106cde0b91e0233140cd49ff # timeout=10 > git branch -a # 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/master 628d9dfc660fe721106cde0b91e0233140cd49ff > git rev-list 7467dcb62759310418943656198a9975001831ac # 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:1437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:87) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$6.execute(CliGitAPIImpl.java:761) 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:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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)