Skip to content
Failed

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Shifter16-BW/workspace
[SSH] script:

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

rm -rf shifter16-bw
mkdir shifter16-bw
cd shifter16-bw
echo "#!/bin/bash" > shifter16.pbs
echo "#PBS -l nodes=2:ppn=32,gres=shifter16 -v UDI=\"centos:6.9\"" >> shifter16.pbs
echo >> shifter16.pbs
echo "export CRAY_ROOTFS=SHIFTER" >> shifter16.pbs
echo >> shifter16.pbs
echo "cd \$PBS_O_WORKDIR" >> shifter16.pbs
echo "aprun -n 2 -N 1 -b -- hostname > shifter16-bw.hostlist" >> shifter16.pbs
echo "aprun -n 2 -N 1 -b -- cat /etc/centos-release > shifter16-bw.log" >> shifter16.pbs

cat -n shifter16.pbs

MYJOBID=`qsub shifter16.pbs`
echo MYJOBID=$MYJOBID
~arnoldg/ior/wait_for.sh $MYJOBID

echo "=== JOB RAN ON ==="
cat shifter16-bw.hostlist | grep ^nid
grep CentOS shifter16-bw.log
if [ $? != 0 ]
then
    echo "Shifter job has failed."
    exit 1
fi

[SSH] executing...
'shifter16' has been deprecated or discontinued.'
Documentation can be found here: http://bluewaters.ncsa.illinois.edu/shifter
Please update your script and resubmit your job
qsub: Your job has been administratively rejected by the queueing system.
qsub: There may be a more detailed explanation prior to this notice.
cat: shifter16-bw.hostlist: No such file or directory
grep: shifter16-bw.log: No such file or directory
     1	#!/bin/bash
     2	#PBS -l nodes=2:ppn=32,gres=shifter16 -v UDI="centos:6.9"
     3	
     4	export CRAY_ROOTFS=SHIFTER
     5	
     6	cd $PBS_O_WORKDIR
     7	aprun -n 2 -N 1 -b -- hostname > shifter16-bw.hostlist
     8	aprun -n 2 -N 1 -b -- cat /etc/centos-release > shifter16-bw.log
MYJOBID=
=== RUNNING /u/staff/arnoldg/ior/wait_for.sh ===
/u/staff/arnoldg/ior/wait_for.sh: missing argument for jobid
=== JOB RAN ON ===
Shifter job has failed.

[SSH] completed
[SSH] exit-status: 1

Build step 'Execute shell script on remote host using ssh' marked build as failure
Sending e-mails to: [email protected]
Finished: FAILURE