Started by timer Building on master in workspace /var/lib/jenkins/workspace/Lustre_check_OST executing script: SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir" JOB_NAME="Lustre_check_OST" mkdir -p $SW_WORKDIR/$JOB_NAME cd $SW_WORKDIR/$JOB_NAME nActive=$(lfs check servers | grep active | wc -l) echo "YVALUE=$nActive" > jyc_active nInactive=$(lfs check servers | grep -v active | wc -l) if [[ "$nInactive" -gt 0 ]]; then lfs check servers | grep -v active exit -1 fi [SSH] exit-status: 0 executing script: SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir" JOB_NAME="Lustre_check_OST" mkdir -p $SW_WORKDIR/$JOB_NAME cd $SW_WORKDIR/$JOB_NAME nActive=$(lfs check servers | grep active | wc -l) echo "YVALUE=$nActive" > bw_active nInactive=$(lfs check servers | grep -v active | wc -l) if [[ "$nInactive" -gt 0 ]]; then lfs check servers | grep -v active exit -1 fi [SSH] exit-status: -1 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/workspace/Lustre_check_OST/bw_active Saving plot series data from: /var/lib/jenkins/workspace/Lustre_check_OST/jyc_active Sending e-mails to: tbouvet@illinois.edu Finished: FAILURE