Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_mpexec
-
Labels:
-
Team:Data Access and Database
-
Urgent?:No
Description
Running at USDF.
$ pipetask --long-log --log-level=VERBOSE run -b /sdf/group/rubin/repo/main/butler.yaml -i HSC/runs/RC2/w_2022_28/PREOPS-1225 --output u/hchiang2/w_2022_28/test/e -p ${DRP_PIPE_DIR}/pipelines/HSC/DRP-RC2.yaml#skyCorr -d "exposure = 27130"
|
WARNING: version mismatch between CFITSIO header (v4.000999999999999) and linked library (v4.01).
|
WARNING: version mismatch between CFITSIO header (v4.000999999999999) and linked library (v4.01).
|
WARNING: version mismatch between CFITSIO header (v4.000999999999999) and linked library (v4.01).
|
INFO 2022-07-27T12:01:54.004-07:00 lsst.ctrl.mpexec.cmdLineFwk ()(cmdLineFwk.py:621) - QuantumGraph contains 1 quanta for 1 tasks, graph ID: '1658948513.9922206-3161'
|
WARNING 2022-07-27T12:02:06.026-07:00 py.warnings (skyCorr:{instrument: 'HSC', visit: 27130, ...})(warnings.py:109) - /cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/obs_base/g3bd52df914+19cbc93ed3/python/lsst/obs/base/formatters/fitsExposure.py:660: UserWarning: Reading file:///sdf/group/rubin/repo/main/HSC/calib/DM-32378/HSC-Z/20150322/20220303T175812Z/sky/z/HSC-Z/sky_HSC_z_HSC-Z_1_55_HSC_calib_DM-32378_HSC-Z_20150322_20220303T175812Z.fits with data ID {instrument: 'HSC', detector: 2, physical_filter: 'HSC-Z', ...}: filter label mismatch (file is None, data ID is FilterLabel(band="z", physical="HSC-Z")). This is probably a bug in the code that produced it.
|
warnings.warn(
|
ERROR 2022-07-27T12:02:06.027-07:00 lsst.ctrl.mpexec.singleQuantumExecutor (skyCorr:{instrument: 'HSC', visit: 27130, ...})(singleQuantumExecutor.py:220) - Execution of task 'skyCorr' on quantum {instrument: 'HSC', visit: 27130, ...} failed. Exception AttributeError: 'NoneType' object has no attribute 'datasetType'
|
ERROR 2022-07-27T12:02:06.044-07:00 lsst.ctrl.mpexec.mpGraphExecutor ()(mpGraphExecutor.py:500) - Task <TaskDef(lsst.pipe.drivers.skyCorrection.SkyCorrectionTask, label=skyCorr) dataId={instrument: 'HSC', visit: 27130, ...}> failed; processing will continue for remaining tasks.
|
Traceback (most recent call last):
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/mpGraphExecutor.py", line 470, in _executeQuantaInProcess
|
self.quantumExecutor.execute(qnode.taskDef, qnode.quantum, butler)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/singleQuantumExecutor.py", line 140, in execute
|
result = self._execute(taskDef, quantum, butler)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/singleQuantumExecutor.py", line 218, in _execute
|
self.runQuantum(runTask, quantum, taskDef, butler)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/singleQuantumExecutor.py", line 582, in runQuantum
|
task.runQuantum(butlerQC, inputRefs, outputRefs)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/pipe_drivers/g613e996a0d+e1c447f2e0/python/lsst/pipe/drivers/skyCorrection.py", line 220, in runQuantum
|
inputs = butlerQC.get(inputRefs)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/pipe_base/ge25eb00a14+a240ee9c6f/python/lsst/pipe/base/butlerQuantumContext.py", line 161, in get
|
val.append(self._get(r))
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/pipe_base/ge25eb00a14+a240ee9c6f/python/lsst/pipe/base/butlerQuantumContext.py", line 99, in _get
|
self._checkMembership(ref, self.allInputs)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/pipe_base/ge25eb00a14+a240ee9c6f/python/lsst/pipe/base/butlerQuantumContext.py", line 288, in _checkMembership
|
if (r.datasetType, r.dataId) not in inout:
|
AttributeError: 'NoneType' object has no attribute 'datasetType'
|
INFO 2022-07-27T12:02:06.221-07:00 lsst.ctrl.mpexec.mpGraphExecutor ()(mpGraphExecutor.py:516) - Executed 0 quanta successfully, 1 failed and 0 remain out of total 1 quanta.
|
ERROR 2022-07-27T12:02:06.222-07:00 lsst.daf.butler.cli.utils ()(utils.py:1049) - Caught an exception, details are in traceback:
|
Traceback (most recent call last):
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/cli/cmd/commands.py", line 131, in run
|
script.run(qgraphObj=qgraph, **kwargs)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/cli/script/run.py", line 187, in run
|
f.runPipeline(qgraphObj, taskFactory, args)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/cmdLineFwk.py", line 749, in runPipeline
|
executor.execute(graph, butler)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/mpGraphExecutor.py", line 401, in execute
|
self._executeQuantaInProcess(graph, butler, self.report)
|
File "/cvmfs/sw.lsst.eu/linux-x86_64/lsst_distrib/w_2022_28/conda/envs/lsst-scipipe-4.0.1/share/eups/Linux64/ctrl_mpexec/g269e72b56f+25247a063c/python/lsst/ctrl/mpexec/mpGraphExecutor.py", line 526, in _executeQuantaInProcess
|
raise MPGraphExecutorError("One or more tasks failed during execution.")
|
lsst.ctrl.mpexec.mpGraphExecutor.MPGraphExecutorError: One or more tasks failed during execution.
|
Tim Jenness, it should be ready for review. The change is trivial, and I added a unit test. Jenkins looks happy.
PR: https://github.com/lsst/pipe_base/pull/269