Started by an SCM change
Building remotely on build3 (digibib) in workspace /mnt/data/jenkins/workspace/lab-prerelease
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-T2WblJ3sPo3m/agent.11733
SSH_AGENT_PID=11735
[ssh-agent] Started.
$ ssh-add /mnt/data/jenkins/workspace/lab-prerelease@tmp/private_key_1133379351968206967.key
Identity added: /mnt/data/jenkins/workspace/lab-prerelease@tmp/private_key_1133379351968206967.key (/mnt/data/jenkins/workspace/lab-prerelease@tmp/private_key_1133379351968206967.key)
[ssh-agent] Using credentials git (git for projects.gwdg.de)
Cloning the remote Git repository
Cloning repository git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git
 > /usr/bin/git init /mnt/data/jenkins/workspace/lab-prerelease # timeout=10
Fetching upstream changes from git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git
 > /usr/bin/git --version # timeout=10
using GIT_SSH to set credentials git for projects.gwdg.de
 > /usr/bin/git fetch --tags --progress git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git # timeout=10
Fetching upstream changes from git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git
using GIT_SSH to set credentials git for projects.gwdg.de
 > /usr/bin/git fetch --tags --progress git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6125dca3fb0785e697980e4ce4c7ee176e832630 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 6125dca3fb0785e697980e4ce4c7ee176e832630
Commit message: "Merge branch 'release/3.2'"
 > /usr/bin/git rev-list --no-walk 6125dca3fb0785e697980e4ce4c7ee176e832630 # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git submodule sync # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > /usr/bin/git config --get submodule.textgridlab-dependencies.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.textgridlab-dependencies.path # timeout=10
 > /usr/bin/git submodule update --init --recursive textgridlab-dependencies
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to build3
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor947.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.$Proxy132.execute(Unknown Source)
		at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:108)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1238)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		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:1724)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "/usr/bin/git submodule update --init --recursive textgridlab-dependencies" returned status code 1:
stdout: 
stderr: Cloning into '/mnt/data/jenkins/workspace/lab-prerelease/textgridlab-dependencies'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@git.projects.gwdg.de:textgridlab-dependencies.git' into submodule path '/mnt/data/jenkins/workspace/lab-prerelease/textgridlab-dependencies' failed
Failed to clone 'textgridlab-dependencies'. Retry scheduled
Cloning into '/mnt/data/jenkins/workspace/lab-prerelease/textgridlab-dependencies'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@git.projects.gwdg.de:textgridlab-dependencies.git' into submodule path '/mnt/data/jenkins/workspace/lab-prerelease/textgridlab-dependencies' failed
Failed to clone 'textgridlab-dependencies' a second time, aborting

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1996)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1715)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1161)
	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:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Could not perform submodule update
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:113)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1238)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	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:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Archiving artifacts
[description-setter] Description set: 
SSH: Current build result is [FAILURE], not going to run.
IRC notifier plugin: Sending notification to: #textgrid
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Notifying upstream projects of job completion
Finished: FAILURE