Skip to content
Failed

Console Output

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

#UP="$(/usr/bin/wget -qO - http://isce.ncsa.illinois.edu/tools/status.php?name=Scheduler)"
#f [ $UP -ne "2" ]
#then
#        exit 0
#fi

##scancel --state=PENDING --user bwjenkins
mkdir -p ~svchydrojenkins/hydro/ls-scratch-semilogplot
cd ~svchydrojenkins/hydro/ls-scratch-semilogplot
rm -f *

function ptime() {
  perl <<EOT
use Time::HiRes qw/time/;
my \$start = time();
system("$@");
printf STDERR "real %e\n",(time() - \$start);
EOT
}

THISLOGIN=`hostname`
echo "hostname= $THISLOGIN, PWD=$PWD"

# projects
TIMEFORLS=`ptime ls /mnt/b/projects 2>&1 | grep real | cut -dl -f2`
echo "YVALUE= $TIMEFORLS" > LSTIME.txt

# home ( ~ )
TIMEFORLS=`ptime ls ~ 2>&1 | grep real | cut -dl -f2`
echo "YVALUE= $TIMEFORLS" > LSHTIME.txt

cat -n LSTIME.txt
cat -n LSHTIME.txt

# log the Load Average while we are here
LA=`uptime | cut -d: -f5 | cut -d, -f1 `
echo "YVALUE= $LA" > LA.txt

# log some lustre status to the jenkins test console
#~arnoldg/jenkins_bin/fs_checkup.sh



[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
Recording plot data
Saving plot series data from: /var/lib/jenkins/jobs/ls_home_semilog_plot/workspace/LSTIME.txt
Saving plot series data from: /var/lib/jenkins/jobs/ls_home_semilog_plot/workspace/LSHTIME.txt
Saving plot series data from: /var/lib/jenkins/jobs/ls_home_semilog_plot/workspace/LA.txt
Saving plot series data from: /var/lib/jenkins/jobs/ls_home_semilog_plot/workspace/LSTIME.txt
Saving plot series data from: /var/lib/jenkins/jobs/ls_home_semilog_plot/workspace/LSHTIME.txt
Sending e-mails to: [email protected]
Finished: FAILURE