<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:29:41 UTC 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-9833] New gcc compiler generates a lot of format-truncation warnings</title>
                <link>https://jira.whamcloud.com/browse/LU-9833</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This mostly looks harmless so I imagine we should just disable the option?&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_rsync_data&#1041;&#9472;&#8805;:
lustre_rsync.c:316:55: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4085 [-Wformat-truncation=]
                 snprintf(cmd, PATH_MAX, &quot;%s --inplace %s %s&quot;, rsync, info-&amp;gt;src,
                                                       ^~
lustre_rsync.c:316:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 13 or more bytes (assuming 8205) into a destination of size 4096
                 snprintf(cmd, PATH_MAX, &quot;%s --inplace %s %s&quot;, rsync, info-&amp;gt;src
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         info-&amp;gt;dest);
                         ~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_cascade_move&#1041;&#9472;&#8805;:
lustre_rsync.c:679:47: warning: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output may be truncated before the last format character [-Wformat-truncation=]
                         snprintf(d, PATH_MAX, &quot;%s/%s&quot;, dest,
                                               ^~~~~~~
lustre_rsync.c:679:25: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4097) into a destination of size 4096
                         snprintf(d, PATH_MAX, &quot;%s/%s&quot;, dest,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                  curr-&amp;gt;pc_log.pcl_name);
                                  ~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_rm_recursive&#1041;&#9472;&#8805;:
lustre_rsync.c:763:47: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4089 [-Wformat-truncation=]
         snprintf(info-&amp;gt;cmd, PATH_MAX, &quot;rm -rf %s&quot;, info-&amp;gt;dest);
                                               ^~
lustre_rsync.c:763:9: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output between 8 and 4104 bytes into a destination of size 4096
         snprintf(info-&amp;gt;cmd, PATH_MAX, &quot;rm -rf %s&quot;, info-&amp;gt;dest);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_create&#1041;&#9472;&#8805;:
lustre_rsync.c:822:51: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4096 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s%s&quot;, info-&amp;gt;path, info-&amp;gt;name);
                                                   ^~
lustre_rsync.c:822:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output between 1 and 4352 bytes into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s%s&quot;, info-&amp;gt;path, info-&amp;gt;name);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c:824:48: warning: &#1041;&#9472;&#8804;/&#1041;&#9472;&#8805; directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;, info-&amp;gt;path, info-&amp;gt;name);
                                                ^~~~~~~
lustre_rsync.c:824:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output between 2 and 4353 bytes into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;, info-&amp;gt;path, info-&amp;gt;name;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c:837:38: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
   snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;, status-&amp;gt;ls_targets[0],
                                      ^~
lustre_rsync.c:837:3: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
   snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;, status-&amp;gt;ls_targets[0],
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    info-&amp;gt;path);
    ~~~~~~~~~~~
lustre_rsync.c:847:52: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                                                    ^~
lustre_rsync.c:847:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         status-&amp;gt;ls_targets[info-&amp;gt;target_no], info-&amp;gt;savedpath);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_remove&#1041;&#9472;&#8805;:
lustre_rsync.c:886:52: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s/%s&quot;,
                                                    ^~
lustre_rsync.c:886:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 3 or more bytes (assuming 4354) into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s/%s&quot;,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         status-&amp;gt;ls_targets[info-&amp;gt;target_no], info-&amp;gt;path,
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         info-&amp;gt;name);
                         ~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_move&#1041;&#9472;&#8805;:
lustre_rsync.c:929:60: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                         snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                                                            ^~
lustre_rsync.c:929:25: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
                         snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 status-&amp;gt;ls_targets[info-&amp;gt;target_no],
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     info-&amp;gt;path);
     ~~~~~~~~~~~          
lustre_rsync.c:935:68: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s/%s&quot;,
                                                                    ^~
lustre_rsync.c:935:33: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 3 or more bytes (assuming 4354) into a destination of size 4096
                                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s/%s&quot;,
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                         status-&amp;gt;ls_targets[info-&amp;gt;target_no],
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      info-&amp;gt;path, info-&amp;gt;name);
      ~~~~~~~~~~~~~~~~~~~~~~~     
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_link&#1041;&#9472;&#8805;:
lustre_rsync.c:1022:45: warning: &#1041;&#9472;&#8804;/&#1041;&#9472;&#8805; directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
    snprintf(info-&amp;gt;dest, sizeof(info-&amp;gt;dest), &quot;%s/%s/%s&quot;,
                                             ^~~~~~~~~~
lustre_rsync.c:1022:4: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 3 or more bytes (assuming 4354) into a destination of size 4097
    snprintf(info-&amp;gt;dest, sizeof(info-&amp;gt;dest), &quot;%s/%s/%s&quot;,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      status-&amp;gt;ls_targets[info-&amp;gt;target_no],
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      info-&amp;gt;path, info-&amp;gt;name);
      ~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c:1042:43: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
    snprintf(srcpath, sizeof(srcpath), &quot;%s/%s&quot;,
                                           ^~
lustre_rsync.c:1042:4: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
    snprintf(srcpath, sizeof(srcpath), &quot;%s/%s&quot;,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      status-&amp;gt;ls_targets[info-&amp;gt;target_no],
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      info-&amp;gt;path);
      ~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_setattr&#1041;&#9472;&#8805;:
lustre_rsync.c:1096:52: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                                                    ^~
lustre_rsync.c:1096:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          status-&amp;gt;ls_targets[info-&amp;gt;target_no], info-&amp;gt;path);
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_setxattr&#1041;&#9472;&#8805;:
lustre_rsync.c:1127:52: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing up to 4096 bytes into a region of size 4095 [-Wformat-truncation=]
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                                                    ^~
lustre_rsync.c:1127:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output 2 or more bytes (assuming 4098) into a destination of size 4096
                 snprintf(info-&amp;gt;dest, PATH_MAX, &quot;%s/%s&quot;,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         status-&amp;gt;ls_targets[info-&amp;gt;target_no], info-&amp;gt;path);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lustre_rsync.c: In function &#1041;&#9472;&#8804;lr_replicate&#1041;&#9472;&#8805;:
lustre_rsync.c:1509:68: warning: &#1041;&#9472;&#8804;%s&#1041;&#9472;&#8805; directive output may be truncated writing 8 bytes into a region of size between 0 and 64 [-Wformat-truncation=]
                 snprintf(status-&amp;gt;ls_mdt_device, LR_NAME_MAXLEN, &quot;%s%s&quot;,
                                                                    ^~
lustre_rsync.c:1509:17: note: &#1041;&#9472;&#8804;snprintf&#1041;&#9472;&#8805; output between 9 and 73 bytes into a destination of size 64
                 snprintf(status-&amp;gt;ls_mdt_device, LR_NAME_MAXLEN, &quot;%s%s&quot;,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         status-&amp;gt;ls_source_fs, DEFAULT_MDT);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="47665">LU-9833</key>
            <summary>New gcc compiler generates a lot of format-truncation warnings</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="simmonsja">James A Simmons</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Aug 2017 18:21:32 +0000</created>
                <updated>Mon, 26 Feb 2018 19:34:49 +0000</updated>
                            <resolved>Thu, 25 Jan 2018 05:06:53 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="204479" author="gerrit" created="Fri, 4 Aug 2017 18:25:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28361&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9833&quot; title=&quot;New gcc compiler generates a lot of format-truncation warnings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9833&quot;&gt;&lt;del&gt;LU-9833&lt;/del&gt;&lt;/a&gt; utils: Make format-truncation nonfatal&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b03ac7087ff3387b87ec361494c200c7c553edf3&lt;/p&gt;</comment>
                            <comment id="215321" author="gerrit" created="Tue, 5 Dec 2017 16:27:23 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30373&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30373&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9833&quot; title=&quot;New gcc compiler generates a lot of format-truncation warnings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9833&quot;&gt;&lt;del&gt;LU-9833&lt;/del&gt;&lt;/a&gt; utils: resolve buffer over runs in lustre_rsync&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: efb753c59b6a6c7142e226b753bd591186df0c75&lt;/p&gt;</comment>
                            <comment id="219085" author="gerrit" created="Thu, 25 Jan 2018 04:47:37 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30373/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30373/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9833&quot; title=&quot;New gcc compiler generates a lot of format-truncation warnings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9833&quot;&gt;&lt;del&gt;LU-9833&lt;/del&gt;&lt;/a&gt; utils: resolve buffer over runs in lustre_rsync&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b9bdd849f076302550221ff195e83e31dd7bddfc&lt;/p&gt;</comment>
                            <comment id="219110" author="pjones" created="Thu, 25 Jan 2018 05:06:53 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="219153" author="gerrit" created="Thu, 25 Jan 2018 16:28:24 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31014&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31014&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9833&quot; title=&quot;New gcc compiler generates a lot of format-truncation warnings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9833&quot;&gt;&lt;del&gt;LU-9833&lt;/del&gt;&lt;/a&gt; utils: resolve buffer over runs in lustre_rsync&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ff31cf3a1acb0dd0329ead19c5b74d8cd1929170&lt;/p&gt;</comment>
                            <comment id="221694" author="gerrit" created="Mon, 26 Feb 2018 18:46:42 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31014/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31014/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9833&quot; title=&quot;New gcc compiler generates a lot of format-truncation warnings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9833&quot;&gt;&lt;del&gt;LU-9833&lt;/del&gt;&lt;/a&gt; utils: resolve buffer over runs in lustre_rsync&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1216051bace3b341f59fef0925ccc458abb03b12&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="48083">LU-9934</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzhu7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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