<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:56:04 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-653] Fix failing weekly</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-653</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;After re-implementing the weekly after &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-641&quot; title=&quot;Optimise fitGlobalDetectorMap on full fiber density&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-641&quot;&gt;&lt;del&gt;PIPE2D-641&lt;/del&gt;&lt;/a&gt;, I found that the weekly is failing:&lt;/p&gt;
&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;
17286 INFO  2020-11-16T16:17:29.137-0500 fiberFlat: Dither values: [-4.0, -2.0, 0.0, 2.0, 4.0]
17287 INFO  2020-11-16T16:17:29.137-0500 fiberFlat: Dither values: [-4.0, -2.0, 0.0, 2.0, 4.0]
17285 INFO  2020-11-16T16:17:29.137-0500 fiberFlat: Dither values: [-4.0, -2.0, 0.0, 2.0, 4.0]
17287 INFO  2020-11-16T16:17:39.310-0500 fiberFlat: Combined 3 images &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dither 2.0
17286 INFO  2020-11-16T16:17:39.477-0500 fiberFlat: Combined 3 images &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dither -4.0
17285 INFO  2020-11-16T16:17:39.486-0500 fiberFlat: Combined 3 images &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dither 0.0
RuntimeError on tiger2-sumire.princeton.edu:17287 in run: Matched fiber to a used fiberId
Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 113, in wrapper
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; func(*args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 1070, in run
    &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; not menu[command]():
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 240, in wrapper
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; func(*args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 1088, in reduce
    result = self._processQueue(context, func, [(index, data)], *args, **kwargs)[0]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 547, in _processQueue
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; self._reduceQueue(context, None, func, queue, *args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 573, in _reduceQueue
    resultList = [func(self._getCache(context, i), data, *args, **kwargs) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i, data in queue]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 573, in &amp;lt;listcomp&amp;gt;
    resultList = [func(self._getCache(context, i), data, *args, **kwargs) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i, data in queue]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2020.46/python/pfs/drp/stella/constructFiberFlatTask.py&quot;&lt;/span&gt;, line 103, in combine
    profileData = self.profiles.run(afwImage.makeExposure(image), detMap)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2020.46/python/pfs/drp/stella/buildFiberProfiles.py&quot;&lt;/span&gt;, line 102, in run
    identifications = self.identifyFibers(profiles, centers, detectorMap, pfsConfig)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/jenkins/weekly/2020-11-16/build/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/w.2020.46/python/pfs/drp/stella/buildFiberProfiles.py&quot;&lt;/span&gt;, line 466, in identifyFibers
    raise RuntimeError(&lt;span class=&quot;code-quote&quot;&gt;&quot;Matched fiber to a used fiberId&quot;&lt;/span&gt;)
RuntimeError: Matched fiber to a used fiberId
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 3
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;
&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;
(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/pipe2d-641 $ $PFS_PIPE2D_DIR/weekly/process_weekly.sh -d /projects/HSC/PFS/weekly -r pipe2d-641 -c 10 /scratch/pprice/pipe2d-641
(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/pipe2d-641 $ constructFiberFlat.py /scratch/pprice/pipe2d-641 --calib=/scratch/pprice/pipe2d-641/CALIB --rerun=pipe2d-641/calib/brn/flat --doraise --batch-type=smp --cores=10 --id field=FLAT &lt;span class=&quot;code-quote&quot;&gt;&apos;arm=b^r^n&apos;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="15032">PIPE2D-653</key>
            <summary>Fix failing weekly</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, 16 Nov 2020 21:48:51 +0000</created>
                <updated>Mon, 4 Jan 2021 20:23:22 +0000</updated>
                            <resolved>Mon, 7 Dec 2020 21:22:17 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="18110" author="price" created="Thu, 3 Dec 2020 16:25:09 +0000"  >&lt;p&gt;This needed more fixes than just &lt;tt&gt;constructFiberFlat.py&lt;/tt&gt;, due to other features that have landed while the weekly was broken, but it works now.&lt;/p&gt;</comment>
                            <comment id="18123" author="price" created="Mon, 7 Dec 2020 19:22:39 +0000"  >&lt;p&gt;Merged to master. I&apos;ll now try a weekly run through Jenkins...&lt;/p&gt;</comment>
                            <comment id="18124" author="price" created="Mon, 7 Dec 2020 21:22:17 +0000"  >&lt;p&gt;The weekly is working now.&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|02qps2:u</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="93">2DDRP-2021 A</customfieldvalue>

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