<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:30:36 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-9934] support gcc7</title>
                <link>https://jira.whamcloud.com/browse/LU-9934</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre doesn&apos;t build with newer gcc7 due to many different warnings. some are easier to fix in the code. another are rather false (see an example below) and easier to supress.&lt;/p&gt;

&lt;p&gt;util/parser.c:575:25: error: &#8216;%2d&#8217; directive output may be truncated writing between 2 and 10 bytes into a region of size 4 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>gcc7</environment>
        <key id="48083">LU-9934</key>
            <summary>support gcc7</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Thu, 31 Aug 2017 07:01:07 +0000</created>
                <updated>Thu, 13 Sep 2018 18:22:50 +0000</updated>
                            <resolved>Tue, 6 Mar 2018 21:12:45 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="207030" author="gerrit" created="Thu, 31 Aug 2017 07:04:50 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28810&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: support for gcc7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5200a2f474fe049f3cf6176842e92aae2a6c5c64&lt;/p&gt;</comment>
                            <comment id="215338" author="gerrit" created="Tue, 5 Dec 2017 17:46:43 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30376&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30376&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: address issues raised by gcc7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6bb8778b2660b83f9ef83af12c5f0536f2b164a9&lt;/p&gt;</comment>
                            <comment id="216086" author="bzzz" created="Tue, 12 Dec 2017 18:42:50 +0000"  >&lt;p&gt;with the latest patch:&lt;/p&gt;

&lt;p&gt;/home/alexey/head2/libcfs/libcfs/workitem.c: In function &#8216;cfs_wi_sched_create&#8217;:&lt;br/&gt;
/home/alexey/head2/libcfs/libcfs/workitem.c:384:37: error: &#8216;%02d&#8217; directive output may be truncated writing between 2 and 11 bytes into a region of size between 0 and 15 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
    snprintf(name, sizeof(name), &quot;%s_%02d_%02d&quot;,&lt;br/&gt;
                                     ^~~~&lt;br/&gt;
/home/alexey/head2/libcfs/libcfs/workitem.c:384:4: note: &#8216;snprintf&#8217; output between 7 and 39 bytes into a destination of size 16&lt;br/&gt;
    snprintf(name, sizeof(name), &quot;%s_%02d_%02d&quot;,&lt;br/&gt;
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
      sched-&amp;gt;ws_name, sched-&amp;gt;ws_cpt,&lt;br/&gt;
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
      sched-&amp;gt;ws_nthreads);&lt;br/&gt;
      ~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
/home/alexey/head2/libcfs/libcfs/workitem.c:388:37: error: &#8216;%02d&#8217; directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 15 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
    snprintf(name, sizeof(name), &quot;%s_%02d&quot;,&lt;br/&gt;
                                     ^~~~&lt;br/&gt;
/home/alexey/head2/libcfs/libcfs/workitem.c:388:33: note: directive argument in the range &lt;span class=&quot;error&quot;&gt;&amp;#91;0, 1073741823&amp;#93;&lt;/span&gt;&lt;br/&gt;
    snprintf(name, sizeof(name), &quot;%s_%02d&quot;,&lt;br/&gt;
                                 ^~~~~~~~~&lt;br/&gt;
/home/alexey/head2/libcfs/libcfs/workitem.c:388:4: note: &#8216;snprintf&#8217; output between 4 and 27 bytes into a destination of size 16&lt;br/&gt;
    snprintf(name, sizeof(name), &quot;%s_%02d&quot;,&lt;br/&gt;
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
      sched-&amp;gt;ws_name, sched-&amp;gt;ws_nthreads);&lt;br/&gt;
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/libcfs/libcfs/workitem.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/libcfs/libcfs&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/libcfs&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;4&amp;#93;&lt;/span&gt;: *** Waiting for unfinished jobs....&lt;br/&gt;
/home/alexey/head2/lustre/osp/lwp_dev.c: In function &#8216;lwp_notify_users&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/osp/lwp_dev.c:453:46: error: &#8216;%s&#8217; directive output may be truncated writing up to 127 bytes into a region of size 53 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;lwp_notify_%s&quot;,&lt;br/&gt;
                                              ^~&lt;br/&gt;
/home/alexey/head2/lustre/osp/lwp_dev.c:453:2: note: &#8216;snprintf&#8217; output between 12 and 139 bytes into a destination of size 64&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;lwp_notify_%s&quot;,&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    exp-&amp;gt;exp_obd-&amp;gt;obd_name);&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/osp/lwp_dev.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/lustre/osp&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** Waiting for unfinished jobs....&lt;br/&gt;
/home/alexey/head2/lustre/mdc/mdc_changelog.c: In function &#8216;mdc_changelog_cdev_init&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/mdc/mdc_changelog.c:606:38: error: &#8216;%s&#8217; directive output may be truncated writing up to 127 bytes into a region of size 22 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(name, name_len, &quot;changelog-%s&quot;, obd-&amp;gt;obd_name);&lt;br/&gt;
                                      ^~&lt;br/&gt;
/home/alexey/head2/lustre/mdc/mdc_changelog.c:606:2: note: &#8216;snprintf&#8217; output between 11 and 138 bytes into a destination of size 32&lt;br/&gt;
  snprintf(name, name_len, &quot;changelog-%s&quot;, obd-&amp;gt;obd_name);&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/mdc/mdc_changelog.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/lustre/mdc&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
/home/alexey/head2/lustre/mdd/mdd_orphans.c: In function &#8216;mdd_orphan_cleanup&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/mdd/mdd_orphans.c:597:48: error: &#8216;%s&#8217; directive output may be truncated writing up to 127 bytes into a region of size 51 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;orph_cleanup_%s&quot;,&lt;br/&gt;
                                                ^~&lt;br/&gt;
/home/alexey/head2/lustre/mdd/mdd_orphans.c:597:2: note: &#8216;snprintf&#8217; output between 14 and 141 bytes into a destination of size 64&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;orph_cleanup_%s&quot;,&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    mdd2obd_dev(d)-&amp;gt;obd_name);&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/mdd/mdd_orphans.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/lustre/mdd&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/nrs_orr.c: In function &#8216;nrs_orr_start&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/nrs_orr.c:373:42: error: &#8216;%s&#8217; directive output may be truncated writing up to 15 bytes into a region of size 12 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(name, NRS_ORR_OBJ_NAME_MAX, &quot;%s%s%s%d&quot;,&lt;br/&gt;
                                          ^~&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/nrs_orr.c:373:2: note: &#8216;snprintf&#8217; output between 10 and 36 bytes into a destination of size 16&lt;br/&gt;
  snprintf(name, NRS_ORR_OBJ_NAME_MAX, &quot;%s%s%s%d&quot;,&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    &quot;nrs_&quot;, policy-&amp;gt;pol_desc-&amp;gt;pd_name,&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    policy-&amp;gt;pol_nrs-&amp;gt;nrs_queue_type == PTLRPC_NRS_QUEUE_REG ?&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    &quot;&lt;em&gt;reg&lt;/em&gt;&quot; : &quot;&lt;em&gt;hp&lt;/em&gt;&quot;, nrs_pol2cptid(policy));&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/ptlrpc/nrs_orr.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** Waiting for unfinished jobs....&lt;br/&gt;
/home/alexey/head2/lustre/quota/qsd_reint.c: In function &#8216;qsd_start_reint_thread&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/quota/qsd_reint.c:671:48: error: &#8216;%s&#8217; directive output may be truncated writing up to 127 bytes into a region of size between 42 and 52 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;qsd_reint_%d.%s&quot;,&lt;br/&gt;
                                                ^~&lt;br/&gt;
/home/alexey/head2/lustre/quota/qsd_reint.c:671:2: note: &#8216;snprintf&#8217; output between 13 and 150 bytes into a destination of size 64&lt;br/&gt;
  snprintf(name, MTI_NAME_MAXLEN, &quot;qsd_reint_%d.%s&quot;,&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    qqi-&amp;gt;qqi_qtype, qsd-&amp;gt;qsd_svname);&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/quota/qsd_reint.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/lustre/quota&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/ptlrpcd.c: In function &#8216;ptlrpcd_ctl_init&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/ptlrpcd.c:540:19: error: &#8216;%02d&#8217; directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 5 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
     &quot;ptlrpcd_%02d_%02d&quot;, cpt, index);&lt;br/&gt;
                   ^~~~&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/ptlrpcd.c:540:5: note: directive argument in the range &lt;span class=&quot;error&quot;&gt;&amp;#91;-1, 2147483647&amp;#93;&lt;/span&gt;&lt;br/&gt;
     &quot;ptlrpcd_%02d_%02d&quot;, cpt, index);&lt;br/&gt;
     ^~~~~~~~~~~~~~~~~~~&lt;br/&gt;
/home/alexey/head2/lustre/ptlrpc/ptlrpcd.c:539:3: note: &#8216;snprintf&#8217; output between 14 and 31 bytes into a destination of size 16&lt;br/&gt;
   snprintf(pc-&amp;gt;pc_name, sizeof(pc-&amp;gt;pc_name),&lt;br/&gt;
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
     &quot;ptlrpcd_%02d_%02d&quot;, cpt, index);&lt;br/&gt;
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/ptlrpc/ptlrpcd.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;5&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:488: /home/alexey/head2/lustre/ptlrpc&amp;#93;&lt;/span&gt; Error 2&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_handler.c: In function &#8216;mgs_target_reg&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_handler.c:405:52: error: &#8216;%s&#8217; directive output may be truncated writing up to 63 bytes into a region of size 19 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
  snprintf(barrier_name, sizeof(barrier_name) - 1, &quot;%s-%s&quot;,&lt;br/&gt;
                                                    ^~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_handler.c:405:2: note: &#8216;snprintf&#8217; output between 9 and 72 bytes into a destination of size 19&lt;br/&gt;
  snprintf(barrier_name, sizeof(barrier_name) - 1, &quot;%s-%s&quot;,&lt;br/&gt;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
    mti-&amp;gt;mti_fsname, BARRIER_FILENAME);&lt;br/&gt;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
cc1: all warnings being treated as errors&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;scripts/Makefile.build:341: /home/alexey/head2/lustre/mgs/mgs_handler.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** Waiting for unfinished jobs....&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c: In function &#8216;mgs_write_log_target&#8217;:&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2499:27: error: &#8216;%s&#8217; directive output may be truncated writing up to 63 bytes into a region of size 40 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
                          &quot;%s_UUID&quot;, mti-&amp;gt;mti_svname);&lt;br/&gt;
                           ^~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2498:17: note: &#8216;snprintf&#8217; output between 6 and 69 bytes into a destination of size 40&lt;br/&gt;
                 snprintf(mti-&amp;gt;mti_uuid, sizeof(mti-&amp;gt;mti_uuid),&lt;br/&gt;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
                          &quot;%s_UUID&quot;, mti-&amp;gt;mti_svname);&lt;br/&gt;
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2768:27: error: &#8216;%s&#8217; directive output may be truncated writing up to 63 bytes into a region of size 40 &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-truncation=&amp;#93;&lt;/span&gt;&lt;br/&gt;
                          &quot;%s_UUID&quot;, mti-&amp;gt;mti_svname);&lt;br/&gt;
                           ^~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2767:17: note: &#8216;snprintf&#8217; output between 6 and 69 bytes into a destination of size 40&lt;br/&gt;
                 snprintf(mti-&amp;gt;mti_uuid, sizeof(mti-&amp;gt;mti_uuid),&lt;br/&gt;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
                          &quot;%s_UUID&quot;, mti-&amp;gt;mti_svname);&lt;br/&gt;
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2813:44: error: &#8216;sprintf&#8217; may write a terminating nul past the end of the destination &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=format-overflow=&amp;#93;&lt;/span&gt;&lt;br/&gt;
                         sprintf(mdt_index, &quot;-MDT%04x&quot;, i);&lt;br/&gt;
                                            ^~~~~~~~~~&lt;br/&gt;
/home/alexey/head2/lustre/mgs/mgs_llog.c:2813:25: note: &#8216;sprintf&#8217; output between 9 and 10 bytes into a destination of size 9&lt;br/&gt;
                         sprintf(mdt_index, &quot;-MDT%04x&quot;, i);&lt;br/&gt;
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/p&gt;</comment>
                            <comment id="219086" author="gerrit" created="Thu, 25 Jan 2018 04:47:42 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30376/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: address issues raised by gcc7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 61743b88672687f789f9c609c85a351e1595118b&lt;/p&gt;</comment>
                            <comment id="219111" author="pjones" created="Thu, 25 Jan 2018 05:08:15 +0000"  >&lt;p&gt;Alex&lt;/p&gt;

&lt;p&gt;Does your patch need to land too or was James&apos;s sufficient?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="219116" author="bzzz" created="Thu, 25 Jan 2018 05:10:49 +0000"  >&lt;p&gt;going to check in my setup today.&lt;/p&gt;</comment>
                            <comment id="219133" author="bzzz" created="Thu, 25 Jan 2018 12:20:55 +0000"  >&lt;p&gt;I&apos;m still getting those errors with gcc7.. will it be another patch?&lt;/p&gt;</comment>
                            <comment id="219134" author="bzzz" created="Thu, 25 Jan 2018 12:57:16 +0000"  >&lt;p&gt;what&apos;s wrong with -Wno-format-truncation ?&lt;/p&gt;</comment>
                            <comment id="219139" author="bzzz" created="Thu, 25 Jan 2018 15:01:05 +0000"  >&lt;p&gt;I&apos;ve updated my patch (now much smaller) to be able to build with gcc7&lt;br/&gt;
notice #include &amp;lt;sys/sysmacros.h&amp;gt;&lt;br/&gt;
w/o that I&apos;m getting this:&lt;/p&gt;

&lt;p&gt;libmount_utils_ldiskfs.c: In function &#8216;tune_block_dev&#8217;:&lt;br/&gt;
libmount_utils_ldiskfs.c:1234:13: error: In the GNU C Library, &quot;major&quot; is defined&lt;br/&gt;
 by &amp;lt;sys/sysmacros.h&amp;gt;. For historical compatibility, it is&lt;br/&gt;
 currently defined by &amp;lt;sys/types.h&amp;gt; as well, but we plan to&lt;br/&gt;
 remove this soon. To use &quot;major&quot;, include &amp;lt;sys/sysmacros.h&amp;gt;&lt;br/&gt;
 directly. If you did not intend to use a system-defined macro&lt;br/&gt;
 &quot;major&quot;, you should undefine it after including &amp;lt;sys/types.h&amp;gt;. &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror&amp;#93;&lt;/span&gt;&lt;br/&gt;
  if (major(st.st_rdev) == LOOP_MAJOR)&lt;br/&gt;
             ^~~~~~~~~~~~~~~~~~~~~~~~~                      &lt;/p&gt;</comment>
                            <comment id="219259" author="simmonsja" created="Fri, 26 Jan 2018 15:38:49 +0000"  >&lt;p&gt;Thanks. I also see another patch just landed that break Ubuntu17 builds again &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&#160;Its in lnetconfig library.&lt;/p&gt;</comment>
                            <comment id="222602" author="gerrit" created="Tue, 6 Mar 2018 19:13:58 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28810/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28810/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: support for gcc7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4b67e5a8150309f4bbeb43a9095f12243be6dcfa&lt;/p&gt;</comment>
                            <comment id="222632" author="pjones" created="Tue, 6 Mar 2018 21:12:45 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="224599" author="gerrit" created="Tue, 27 Mar 2018 07:08:14 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31791&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31791&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: fix gcc7 complains in lprocfs_status_server.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca080cc5877ed4bb521c03466f92324760d5ff9f&lt;/p&gt;</comment>
                            <comment id="233475" author="gerrit" created="Thu, 13 Sep 2018 18:22:50 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33160&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33160&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9934&quot; title=&quot;support gcc7&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9934&quot;&gt;&lt;del&gt;LU-9934&lt;/del&gt;&lt;/a&gt; build: address issues raised by gcc7&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3b90539df347a9669bda22691855f98b4f7c06b1&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="47665">LU-9833</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="39663">LU-8587</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|hzzjdj:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>