<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:54:56 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-12705] build fails on power9 client</title>
                <link>https://jira.whamcloud.com/browse/LU-12705</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;build fails on power9 client (littile endian) due to &apos;long long unsigned int&apos;. not only ll_decode_linkea.c, but also llsom_sync.c, lfs.c so on. both master and b2_12 gets same roblems.&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;
ll_decode_linkea.c: In function &lt;span class=&quot;code-quote&quot;&gt;&apos;decode_linkea&apos;&lt;/span&gt;:
ll_decode_linkea.c:89:4: error: format &lt;span class=&quot;code-quote&quot;&gt;&apos;%llu&apos;&lt;/span&gt; expects argument of type &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; unsigned &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&apos;&lt;/span&gt;, but argument 4 has type &lt;span class=&quot;code-quote&quot;&gt;&apos;__u64&apos;&lt;/span&gt; [-Werror=format=]
    fname, leh-&amp;gt;leh_len, size);
    ^
ll_decode_linkea.c:102:5: error: format &lt;span class=&quot;code-quote&quot;&gt;&apos;%lld&apos;&lt;/span&gt; expects argument of type &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&apos;&lt;/span&gt;, but argument 4 has type &lt;span class=&quot;code-quote&quot;&gt;&apos;__u64&apos;&lt;/span&gt; [-Werror=format=]
     fname, leh-&amp;gt;leh_len, length);
     ^
ll_decode_linkea.c:102:5: error: format &lt;span class=&quot;code-quote&quot;&gt;&apos;%lld&apos;&lt;/span&gt; expects argument of type &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&apos;&lt;/span&gt;, but argument 5 has type &lt;span class=&quot;code-quote&quot;&gt;&apos;__u64&apos;&lt;/span&gt; [-Werror=format=]
ll_decode_linkea.c:116:4: error: format &lt;span class=&quot;code-quote&quot;&gt;&apos;%lld&apos;&lt;/span&gt; expects argument of type &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&apos;&lt;/span&gt;, but argument 4 has type &lt;span class=&quot;code-quote&quot;&gt;&apos;__u64&apos;&lt;/span&gt; [-Werror=format=]
    fname, leh-&amp;gt;leh_len, length);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>master branch, b2_12</environment>
        <key id="56772">LU-12705</key>
            <summary>build fails on power9 client</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="guzheng">Gu Zheng</assignee>
                                    <reporter username="sihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 Aug 2019 11:26:03 +0000</created>
                <updated>Thu, 24 Oct 2019 14:27:04 +0000</updated>
                            <resolved>Mon, 16 Sep 2019 23:32:41 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.3</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="253677" author="sihara" created="Tue, 27 Aug 2019 11:28:38 +0000"  >&lt;p&gt;full build log is attached. &lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/33420/build-fail.log&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.whamcloud.com/secure/attachment/33420/build-fail.log&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="253679" author="simmonsja" created="Tue, 27 Aug 2019 12:21:42 +0000"  >&lt;p&gt;Yes I saw this some time ago but haven&apos;t got around to it. Its the return of PRi64 handling.&lt;/p&gt;</comment>
                            <comment id="253691" author="adilger" created="Tue, 27 Aug 2019 16:10:26 +0000"  >&lt;p&gt;I thought we build every patch on Power, how is your build different from what is done by Jenkins?&lt;/p&gt;</comment>
                            <comment id="253744" author="sihara" created="Wed, 28 Aug 2019 10:51:06 +0000"  >&lt;p&gt;I think one difference is big endian (ppc64 client on jenkins) vs little endian on my client.&lt;/p&gt;</comment>
                            <comment id="253926" author="gerrit" created="Fri, 30 Aug 2019 13:10:46 +0000"  >&lt;p&gt;Gu Zheng (gzheng@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36007&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36007&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; build: fix building fail against Power9 little endian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 89cf428dc530217a5e5bee838121e4dfe964a83f&lt;/p&gt;</comment>
                            <comment id="254769" author="gerrit" created="Mon, 16 Sep 2019 23:00:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36007/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36007/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; build: fix building fail against Power9 little endian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4eddf36ac3607c66c172668b30eb5dcf921e3de4&lt;/p&gt;</comment>
                            <comment id="254832" author="pjones" created="Mon, 16 Sep 2019 23:32:41 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="254882" author="gerrit" created="Tue, 17 Sep 2019 14:42:40 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36207&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36207&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; build: fix building fail against Power9 little endian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 94662d1cce7ffcc5bfffab74aabc4f45b7bddd73&lt;/p&gt;</comment>
                            <comment id="254950" author="gerrit" created="Wed, 18 Sep 2019 05:43:48 +0000"  >&lt;p&gt;Gu Zheng (gzheng@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36224&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36224&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; utils: cleanup unnecessary typecasting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6795d55ae1260982530f64728607fe3c0b2b01d7&lt;/p&gt;</comment>
                            <comment id="255243" author="gerrit" created="Mon, 23 Sep 2019 08:43:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36207/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36207/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; build: fix building fail against Power9 little endian&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 45f9e02c2fa07d9a94228990cf87d460241d5e01&lt;/p&gt;</comment>
                            <comment id="255513" author="gerrit" created="Fri, 27 Sep 2019 23:12:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36224/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36224/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; utils: cleanup unnecessary typecasting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d8135ad2fbe58a0fbe6984584816338542901c5c&lt;/p&gt;</comment>
                            <comment id="255548" author="gerrit" created="Sat, 28 Sep 2019 21:01:44 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36313&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36313&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; utils: cleanup unnecessary typecasting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 521c1489487b3b787d2a6074a71108c6e8f36ee3&lt;/p&gt;</comment>
                            <comment id="255951" author="gerrit" created="Fri, 4 Oct 2019 20:31:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36313/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36313/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12705&quot; title=&quot;build fails on power9 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12705&quot;&gt;&lt;del&gt;LU-12705&lt;/del&gt;&lt;/a&gt; utils: cleanup unnecessary typecasting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 67a643f2c01da72b2918fa780a28d9c05fc3b15a&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="57223">LU-12898</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="33420" name="build-fail.log" size="223084" author="sihara" created="Tue, 27 Aug 2019 11:27:59 +0000"/>
                    </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|i00lwn:</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>