-
Type:
Story
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
The weekly failed because it's having trouble loading python modules.
Started by user pprice Running as SYSTEM Building remotely on tiger2-sumire_pprice in workspace <https://jenkins.princeton.edu/job/Sumire/job/Prime%20Focus%20Spectrograph/job/weekly/ws/> [weekly] $ /bin/sh -xe /tmp/jenkins2576019667309364323.sh + mkdir -p /scratch/pprice/jenkins/weekly + cd /scratch/pprice/jenkins/weekly + '[' -e pfs_pipe2d ']' + cd pfs_pipe2d + git fetch + git reset --hard origin/master HEAD is now at c21d57b Merge branch 'tickets/DAMD-96' + export PYTHONPATH=:/scratch/pprice/jenkins/weekly/pfs_pipe2d/python + PYTHONPATH=:/scratch/pprice/jenkins/weekly/pfs_pipe2d/python + export OMP_NUM_THREADS=1 + OMP_NUM_THREADS=1 + export BRANCH + export TAG + ./jenkins/jenkins_weekly.sh Running weekly with TAG=w.2021.05 BRANCH=master ./jenkins/jenkins_weekly.sh: line 18: type: eups: not found No eups in environment. # Build the pipeline mkdir -p $WORKDIR/build export SCONSFLAGS="-j $CORES" $HERE/jenkins/release_pipe2d.py -m "Automated weekly build" -b $BRANCH $TAG # Create release Traceback (most recent call last): File "/scratch/pprice/jenkins/weekly/pfs_pipe2d//jenkins/release_pipe2d.py", line 4, in <module> from pfs.pipe2d.jenkins.github import tagPackage File "/scratch/pprice/jenkins/weekly/pfs_pipe2d/python/pfs/__init__.py", line 1, in <module> import pkgutil, lsstimport ModuleNotFoundError: No module named 'lsstimport' Build step 'Execute shell' marked build as failure