Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP S17-5
-
Team:Data Release Production
Description
A test run for the decam dataset succeed yesterday morning but the periodic evening build failed with the stack trace below. Perhaps this is related to the daf_persistence changes yesterday?
https://ci.lsst.codes/job/validate_drp/dataset=decam,label=centos-7,python=py2/863/
Traceback (most recent call last):
|
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/validate_drp/master-gb01c0af08e/bin/validateDrp.py", line 97, in <module> |
validate.run(args.repo, **kwargs)
|
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/validate_drp/master-gb01c0af08e/python/lsst/validate/drp/validate.py", line 104, in run |
**kwargs)
|
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/validate_drp/master-gb01c0af08e/python/lsst/validate/drp/validate.py", line 204, in runOneFilter |
verbose=verbose)
|
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/validate_drp/master-gb01c0af08e/python/lsst/validate/drp/matchreduce.py", line 148, in __init__ |
repo, dataIds, matchRadius)
|
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/validate_drp/master-gb01c0af08e/python/lsst/validate/drp/matchreduce.py", line 208, in _loadAndMatchCatalogs |
calexpMetadata = butler.get("calexp_md", vId, immediate=True) |
File "/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/lsstsw/stack/Linux64/daf_persistence/13.0-4-g886c4ba/python/lsst/daf/persistence/butler.py", line 945, in get |
raise NoResults("No locations for get:", datasetType, dataId) |
lsst.daf.persistence.butlerExceptions.NoResults: No locations for get: datasetType:calexp_md dataId:DataId(initialdata={'filter': 'z', 'visit': 176837, 'ccdnum': 14}, tag=set([])) |
cp: cannot stat ‘/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/validate_drp/Decam_output_z.json’: No such file or directory |
/home/jenkins-slave/workspace/validate_drp/dataset/decam/label/centos-7/python/py2/archive/decam/processCcd.log: 5,072 B / 93.7 KiB = 0.053 |
Trivial changes here: https://github.com/lsst/validate_drp/pull/42
Is there a way to test by running validate_drp through Jenkins? I'm lost as to which build might actually do that.
I've "stolen" this ticket for DRP!