<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:52:54 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-12474] racer can&apos;t be found on Ubuntu 18.04</title>
                <link>https://jira.whamcloud.com/browse/LU-12474</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;For Ubuntu 18.04, racer test suite is skipped due to not being able to find the executable. &lt;/p&gt;

&lt;p&gt;Looking at the skipped test suite suite_log at &lt;a href=&quot;https://testing.whamcloud.com/test_sets/9b4f1cec-272c-11e9-a318-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/9b4f1cec-272c-11e9-a318-52540065bddc&lt;/a&gt; , &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;PATH=/usr/lib64/lustre/tests:/usr/lib/lustre/tests:/usr/lib64/lustre/tests:/opt/iozone/bin:/opt/iozone/bin:/usr/lib64/lustre/tests/mpi:/usr/lib64/lustre/tests/racer:/usr/lib64/lustre/../lustre-iokit/sgpdd-survey:/usr/lib64/lustre/tests:/usr/lib64/lustre/utils/gss:/usr/lib64/lustre/utils:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/sbin:/sbin::/sbin:/bin:/usr/sbin: NAME=autotest_config bash rpc.sh _check_progs_installed /usr/lib64/lustre/tests/racer/racer.sh 
trevis-5vm9: trevis-5vm9.trevis.whamcloud.com: executing _check_progs_installed /usr/lib64/lustre/tests/racer/racer.sh
trevis-5vm10: trevis-5vm10.trevis.whamcloud.com: executing _check_progs_installed /usr/lib64/lustre/tests/racer/racer.sh
trevis-5vm10: /usr/lib64/lustre/tests/test-framework.sh: line 2620: /usr/lib64/lustre/tests/racer/racer.sh: bad substitution
trevis-5vm9: /usr/lib64/lustre/tests/test-framework.sh: line 2620: /usr/lib64/lustre/tests/racer/racer.sh: bad substitution

 SKIP: racer  /usr/lib64/lustre/tests/racer/racer.sh not found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="55082">LU-12474</key>
            <summary>racer can&apos;t be found on Ubuntu 18.04</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="green">Oleg Drokin</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>rhel8</label>
                            <label>ubuntu</label>
                    </labels>
                <created>Wed, 6 Mar 2019 19:54:46 +0000</created>
                <updated>Tue, 25 Feb 2020 12:56:17 +0000</updated>
                            <resolved>Wed, 10 Jul 2019 20:22:52 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.4</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="250003" author="green" created="Tue, 25 Jun 2019 17:36:14 +0000"  >&lt;p&gt;This seems to be a generic problem in newer distros of the arcane indirect variable feature in bash: &lt;/p&gt;
{!blah}

&lt;p&gt;In the end I suspect the use of check_progs_installed() in racer.sh is in error as it was never fully designed to be used with full pathnames?&lt;/p&gt;

&lt;p&gt;added by 3a84f1d934e471f2ca6fb4c68a0e674651adf73e in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1187&quot; title=&quot;DNE Phase 1: Remote Directories&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1187&quot;&gt;&lt;del&gt;LU-1187&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead since we always have the full pathname, we should just at most check the path is valid?&lt;/p&gt;

&lt;p&gt;even more, the test seems to be superfluous since we check for racer/racer.sh from racer.sh...&lt;/p&gt;</comment>
                            <comment id="250035" author="gerrit" created="Wed, 26 Jun 2019 02:24:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35327&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35327&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12474&quot; title=&quot;racer can&amp;#39;t be found on Ubuntu 18.04&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12474&quot;&gt;&lt;del&gt;LU-12474&lt;/del&gt;&lt;/a&gt; tests: Do not run check_progs_installed for racer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ed188eacabc35e0a129cbc0886a0b521d6347fea&lt;/p&gt;</comment>
                            <comment id="250948" author="gerrit" created="Wed, 10 Jul 2019 15:16:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35327/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35327/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12474&quot; title=&quot;racer can&amp;#39;t be found on Ubuntu 18.04&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12474&quot;&gt;&lt;del&gt;LU-12474&lt;/del&gt;&lt;/a&gt; tests: Do not run check_progs_installed for racer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e7b7433571a748cdc651c5f50f01ff5ee0656c28&lt;/p&gt;</comment>
                            <comment id="250965" author="pjones" created="Wed, 10 Jul 2019 20:22:52 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="262155" author="yujian" created="Wed, 29 Jan 2020 19:17:43 +0000"  >&lt;p&gt;The failure also occurred on Lustre b2_12 branch with RHEL 8.1 client:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/7678e86a-3ea7-11ea-9543-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/7678e86a-3ea7-11ea-9543-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="263019" author="gerrit" created="Mon, 10 Feb 2020 17:52:53 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37521&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37521&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12474&quot; title=&quot;racer can&amp;#39;t be found on Ubuntu 18.04&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12474&quot;&gt;&lt;del&gt;LU-12474&lt;/del&gt;&lt;/a&gt; tests: Do not run check_progs_installed for racer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b56cab6b1929d5b14f503b391364e4a5a907c1b1&lt;/p&gt;</comment>
                            <comment id="263978" author="gerrit" created="Tue, 25 Feb 2020 06:15:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37521/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37521/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12474&quot; title=&quot;racer can&amp;#39;t be found on Ubuntu 18.04&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12474&quot;&gt;&lt;del&gt;LU-12474&lt;/del&gt;&lt;/a&gt; tests: Do not run check_progs_installed for racer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dffe42a410907603bf392e86bc3d27fe80ae621a&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="52115">LU-10997</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|i00cuv:</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>