[PIPE2D-707] Fix weekly Created: 02/Feb/21  Updated: 02/Feb/21  Resolved: 02/Feb/21

Status: Done
Project: DRP 2-D Pipeline
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Story Priority: Normal
Reporter: price Assignee: price
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Reviewers: hassan

 Description   

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


 Comments   
Comment by price [ 02/Feb/21 ]

The weekly is running now. I fixed the module loading problems directly on master when I thought it might be a quick fix, before I created the ticket. There was only one outstanding problem, a small oversight in a new module.

Comment by price [ 02/Feb/21 ]

Merged to master.

Generated at Sat Feb 10 15:56:45 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.