<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:29:04 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-16677] wirecheck.c not compilable and has diverged from wiretest.c</title>
                <link>https://jira.whamcloud.com/browse/LU-16677</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;[zam@rocky utils]$ make wirecheck
gcc -DHAVE_CONFIG_H -I. -I../..  -DCC=&quot;\&quot;gcc\&quot;&quot; -include /home/zam/work/git/lustre-wc-rel/undef.h -include /home/zam/work/git/lustre-wc-rel/config.h -I/home/zam/work/git/lustre-wc-rel/lnet/include/uapi -I/home/zam/work/git/lustre-wc-rel/lustre/include/uapi -I/home/zam/work/git/lustre-wc-rel/libcfs/include -I/home/zam/work/git/lustre-wc-rel/lnet/utils/ -I/home/zam/work/git/lustre-wc-rel/lustre/include  -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1  -g -O2 -Wall -Werror -MT wirecheck-wirecheck.o -MD -MP -MF .deps/wirecheck-wirecheck.Tpo -c -o wirecheck-wirecheck.o `test -f &apos;wirecheck.c&apos; || echo &apos;./&apos;`wirecheck.c
wirecheck.c: In function &apos;check_lustre_msg_v2&apos;:
wirecheck.c:419:30: error: &apos;struct lustre_msg_v2&apos; has no member named &apos;lm_padding_2&apos;; did you mean &apos;lm_padding_3&apos;?
  CHECK_MEMBER(lustre_msg_v2, lm_padding_2);
                              ^~~~~~~~~~~~
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:156:2: note: in expansion of macro &apos;CHECK_MEMBER_OFFSET&apos;
  CHECK_MEMBER_OFFSET(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:419:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(lustre_msg_v2, lm_padding_2);
  ^~~~~~~~~~~~
wirecheck.c:419:30: error: &apos;struct lustre_msg_v2&apos; has no member named &apos;lm_padding_2&apos;; did you mean &apos;lm_padding_3&apos;?
  CHECK_MEMBER(lustre_msg_v2, lm_padding_2);
                              ^~~~~~~~~~~~
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:157:2: note: in expansion of macro &apos;CHECK_MEMBER_SIZEOF&apos;
  CHECK_MEMBER_SIZEOF(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:419:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(lustre_msg_v2, lm_padding_2);
  ^~~~~~~~~~~~
wirecheck.c: In function &apos;check_nodemap_cluster_rec&apos;:
wirecheck.c:2648:15: error: attempt to take address of bit-field structure member &apos;ncr_flags&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags);
               ^~~~~~~~~~~~~~~~~~~
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:156:2: note: in expansion of macro &apos;CHECK_MEMBER_OFFSET&apos;
  CHECK_MEMBER_OFFSET(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:2648:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags);
  ^~~~~~~~~~~~
wirecheck.c:140:25: error: &apos;sizeof&apos; applied to a bit-field
  CHECK_VALUE((int)sizeof(((struct s *)0)-&amp;gt;m));  \
                         ^
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:157:2: note: in expansion of macro &apos;CHECK_MEMBER_SIZEOF&apos;
  CHECK_MEMBER_SIZEOF(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:2648:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags);
  ^~~~~~~~~~~~
wirecheck.c:2649:15: error: attempt to take address of bit-field structure member &apos;ncr_flags2&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags2);
               ^~~~~~~~~~~~~~~~~~~
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:156:2: note: in expansion of macro &apos;CHECK_MEMBER_OFFSET&apos;
  CHECK_MEMBER_OFFSET(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:2649:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags2);
  ^~~~~~~~~~~~
wirecheck.c:140:25: error: &apos;sizeof&apos; applied to a bit-field
  CHECK_VALUE((int)sizeof(((struct s *)0)-&amp;gt;m));  \
                         ^
wirecheck.c:97:38: note: in definition of macro &apos;CHECK_VALUE&apos;
   &quot; (long long)&quot;#a&quot;);\n&quot;, (long long)a);  \
                                      ^
wirecheck.c:157:2: note: in expansion of macro &apos;CHECK_MEMBER_SIZEOF&apos;
  CHECK_MEMBER_SIZEOF(s, m);    \
  ^~~~~~~~~~~~~~~~~~~
wirecheck.c:2649:2: note: in expansion of macro &apos;CHECK_MEMBER&apos;
  CHECK_MEMBER(nodemap_cluster_rec, ncr_flags2);
  ^~~~~~~~~~~~
make: *** [Makefile:2165: wirecheck-wirecheck.o] Error 1
[zam@rocky utils]$ &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="75298">LU-16677</key>
            <summary>wirecheck.c not compilable and has diverged from wiretest.c</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="zam">Alexander Zarochentsev</assignee>
                                    <reporter username="zam">Alexander Zarochentsev</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Mar 2023 16:43:00 +0000</created>
                <updated>Thu, 11 May 2023 00:36:07 +0000</updated>
                            <resolved>Tue, 11 Apr 2023 21:58:17 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="367584" author="gerrit" created="Tue, 28 Mar 2023 16:50:18 +0000"  >&lt;p&gt;&quot;Alexander Zarochentsev &amp;lt;alexander.zarochentsev@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50456&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50456&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16677&quot; title=&quot;wirecheck.c not compilable and has diverged from wiretest.c&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16677&quot;&gt;&lt;del&gt;LU-16677&lt;/del&gt;&lt;/a&gt; utils: synchonize wirecheck.c and wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8e61d3419fe498e243516cd71cd89d1099a2653e&lt;/p&gt;</comment>
                            <comment id="367953" author="gerrit" created="Fri, 31 Mar 2023 02:43:06 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50479&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16677&quot; title=&quot;wirecheck.c not compilable and has diverged from wiretest.c&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16677&quot;&gt;&lt;del&gt;LU-16677&lt;/del&gt;&lt;/a&gt; utils: add bitfields and ifdefs to wiretest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3928da7f2d9680ef955ddf0dae1469c046224475&lt;/p&gt;</comment>
                            <comment id="369142" author="gerrit" created="Tue, 11 Apr 2023 20:11:24 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50456/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50456/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16677&quot; title=&quot;wirecheck.c not compilable and has diverged from wiretest.c&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16677&quot;&gt;&lt;del&gt;LU-16677&lt;/del&gt;&lt;/a&gt; utils: synchronize wirecheck.c and wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d43eb211995e0afb35690946c78ef6c82b9f86ad&lt;/p&gt;</comment>
                            <comment id="369144" author="gerrit" created="Tue, 11 Apr 2023 20:12:09 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50479/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16677&quot; title=&quot;wirecheck.c not compilable and has diverged from wiretest.c&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16677&quot;&gt;&lt;del&gt;LU-16677&lt;/del&gt;&lt;/a&gt; utils: add bitfields and ifdefs to wiretest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5a730827147714136b7d5035ca6115545a6b5ef0&lt;/p&gt;</comment>
                            <comment id="369171" author="pjones" created="Tue, 11 Apr 2023 21:58:17 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="75162">LU-16655</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i03hgf:</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>