Skip to content
Failed

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/OpenCL/workspace
[SSH] script:
NODELIST=""""

#tar xvf /var/tmp/opencl.tar   # import from galen
cd  opencl
# new hydro sw stack testing
#cp /var/tmp/checkopencl.sh .  # import from galen
# when running an opaque script like this, show it in the console output so that others can see what is happening
cat -n checkopencl.sh
if [  "$NODELIIST" == "" ]; then
  srun -n1 --partition=a100 --gpus-per-node=1  ~/opencl/checkopencl.sh
else
  srun -n1 --partition=a100 --gpus-per-node=1  --nodelist=$NODELIST ~/opencl/checkopencl.sh
fi

[SSH] executing...
[SSH] Exception:Auth fail for methods 'publickey'
com.jcraft.jsch.JSchException: Auth fail for methods 'publickey'
	at PluginClassLoader for jsch//com.jcraft.jsch.Session.connect(Session.java:521)
	at PluginClassLoader for ssh//org.jvnet.hudson.plugins.CredentialsSSHSite.createSession(CredentialsSSHSite.java:132)
	at PluginClassLoader for ssh//org.jvnet.hudson.plugins.CredentialsSSHSite.executeCommand(CredentialsSSHSite.java:208)
	at PluginClassLoader for ssh//org.jvnet.hudson.plugins.SSHBuilder.perform(SSHBuilder.java:104)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:164)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
	at hudson.model.Run.execute(Run.java:1894)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:446)
Build step 'Execute shell script on remote host using ssh' marked build as failure
Sending e-mails to: [email protected] [email protected]
Finished: FAILURE