Started by timer Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/xalt-runtime-test/workspace [SSH] script: CI="true" ~/bin/myenv.sh mkdir xalt-home cd xalt-home rm -rf * echo "#!/bin/bash" > xalt.pbs echo "#PBS -lnodes=1:ppn=4:xe,walltime=00:05:00 -Nxaltaprun" >> xalt.pbs echo "cd ~/xalt-home/" >> xalt.pbs echo "module load xalt " >> xalt.pbs echo "XALT_TRACING=yes aprun -n 1 uptime 2>&1 | tee xalt_tracing.out" >> xalt.pbs echo "aprun -n 1 -N 1 hostname > xalt-compute-nodes" >> xalt.pbs cat -n xalt.pbs MYJOBID=`qsub xalt.pbs` echo MYJOBID=$MYJOBID ~/bin/wait_for.sh $MYJOBID echo "=== JOB RAN ON ===" # cat ~/xalt-home/xalt-compute-nodes if [ -f ~/xalt-home/xalt-compute-nodes ] then : # it's all good else echo "xalt-compute-nodes not found, pbs job likely hit walltime" cat xalt_tracing.out exit 1 fi [SSH] executing... mkdir: cannot create directory `xalt-home': File exists === RUNNING /u/system/bwjenkins/bin/myenv.sh === HOST=h2ologin2 HOME=/u/system/bwjenkins SCRATCH=/u/system/bwjenkins/scratch ls SCRATCH: bwjenkins.tgz mdtest rmg-spp rmg-spp-topo setsm_benchmark setsm_rsync SPP-PPM stripe8 sw_config SWTools-BWCI sw_workdir tests wrf wrf-spp my id: uid=49294(bwjenkins) gid=16228(BW_System) groups=16228(BW_System),999(login_user),1000(ie_user),1001(hpss_user),1009(swtools),16237(jnd) Currently Loaded Modulefiles: 1) modules/3.2.10.4 2) eswrap/1.3.3-1.020200.1280.0 3) cce/8.7.7 4) craype-network-gemini 5) craype/2.5.16 6) cray-libsci/18.12.1 7) udreg/2.3.2-1.0502.10518.2.17.gem 8) ugni/6.0-1.0502.10863.8.28.gem 9) pmi/5.0.14 10) dmapp/7.0.1-1.0502.11080.8.74.gem 11) gni-headers/4.0-1.0502.10859.7.8.gem 12) xpmem/0.1-2.0502.64982.5.3.gem 13) dvs/2.5_0.9.0-1.0502.2188.1.113.gem 14) alps/5.2.4-2.0502.9774.31.12.gem 15) rca/1.0.0-2.0502.60530.1.63.gem 16) atp/2.0.4 17) PrgEnv-cray/5.2.82 18) cray-mpich/7.7.4 19) craype-interlagos 20) torque/6.1.2 21) moab/9.1.2-sles11 22) openssh/7.5p1 23) xalt/0.7.6.local 24) scripts 25) OpenSSL/1.0.2m 26) cURL/7.59.0 27) git/2.17.0 28) wget/1.19.4 29) user-paths 30) gnuplot/5.0.5 31) darshan/3.1.3 1 #!/bin/bash 2 #PBS -lnodes=1:ppn=4:xe,walltime=00:05:00 -Nxaltaprun 3 cd ~/xalt-home/ 4 module load xalt 5 XALT_TRACING=yes aprun -n 1 uptime 2>&1 | tee xalt_tracing.out 6 aprun -n 1 -N 1 hostname > xalt-compute-nodes ERROR: You do not belong to the project or allocation or this is an invalid project. Please specify a project with a valid allocation. qsub: Your job has been administratively rejected by the queueing system. qsub: There may be a more detailed explanation prior to this notice. cat: xalt_tracing.out: No such file or directory MYJOBID= === RUNNING /u/system/bwjenkins/bin/wait_for.sh === /u/system/bwjenkins/bin/wait_for.sh: missing argument for jobid === JOB RAN ON === xalt-compute-nodes not found, pbs job likely hit walltime [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] [email protected] Finished: FAILURE