<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:00:56 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[PIPE2D-994] Fix weekly breakage 2022-02-27</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-994</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
+ mergeArms.py /scratch/pprice/jenkins/weekly/2022-02-27/process --calib=/scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB --rerun=science/pipeline --doraise -j10 --id &lt;span class=&quot;code-quote&quot;&gt;&apos;visit=1000^1001^1004^1005&apos;&lt;/span&gt;
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/registry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
root INFO: Running: /scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/bin/mergeArms.py /scratch/pprice/jenkins/weekly/2022-02-27/process --calib=/scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB --rerun=science/pipeline --doraise -j10 --id visit=1000^1001^1004^1005
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/registry.sqlite3
CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/registry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2022-02-27/process/CALIB/calibRegistry.sqlite3
multiprocessing.pool.RemoteTraceback: 
&quot;&quot;&quot;
Traceback (most recent call last):
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/lib/python3.7/multiprocessing/pool.py&quot;&lt;/span&gt;, line 121, in worker
   result = (True, func(*args, **kwds))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/lib/python3.7/multiprocessing/pool.py&quot;&lt;/span&gt;, line 44, in mapstar
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; list(map(*args))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 385, in __call__
   result = self.runTask(task, dataRef, kwargs)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/pipe_base/18.1.0/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 447, in runTask
   &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; task.runDataRef(dataRef, **kwargs)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/python/pfs/drp/stella/mergeArms.py&quot;&lt;/span&gt;, line 196, in runDataRef
   results = self.run(spectra, pfsConfig, lsfList)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/python/pfs/drp/stella/mergeArms.py&quot;&lt;/span&gt;, line 148, in run
   sky1d.append(self.skySubtraction(ss, pfsConfig))
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/python/pfs/drp/stella/mergeArms.py&quot;&lt;/span&gt;, line 461, in skySubtraction
   sky1d = self.fitSkyModel.run(skySpectra, skyConfig)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/python/pfs/drp/stella/fitFocalPlane.py&quot;&lt;/span&gt;, line 96, in run
   **fitParams)
 File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2022-02-27/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2022.09/python/pfs/drp/stella/focalPlaneFunction.py&quot;&lt;/span&gt;, line 65, in fit
   f&lt;span class=&quot;code-quote&quot;&gt;&quot;Length mismatch between spectra ({len(spectra)}) and pfsConfig ({len(pfsConfig)})&quot;&lt;/span&gt;)
RuntimeError: Length mismatch between spectra (121) and pfsConfig (478)
&quot;&quot;&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="22655">PIPE2D-994</key>
            <summary>Fix weekly breakage 2022-02-27</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="price">price</assignee>
                                    <reporter username="price">price</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Feb 2022 18:22:28 +0000</created>
                <updated>Wed, 2 Mar 2022 17:41:53 +0000</updated>
                            <resolved>Wed, 2 Mar 2022 17:41:53 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="30528" author="price" created="Mon, 28 Feb 2022 23:41:35 +0000"  >&lt;p&gt;Relatively simple fix.&lt;/p&gt;</comment>
                            <comment id="30532" author="hassan" created="Tue, 1 Mar 2022 14:03:48 +0000"  >&lt;p&gt;No problems with suggested fix.&lt;/p&gt;</comment>
                            <comment id="30539" author="price" created="Wed, 2 Mar 2022 17:41:53 +0000"  >&lt;p&gt;Merged.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|02qpq3:r3s000000000065</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hassan</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="134">2DDRP-2022 B</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>