<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:52:13 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-12395] Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client</title>
                <link>https://jira.whamcloud.com/browse/LU-12395</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;While installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client, they hit the following dependency issues:&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;error: Failed dependencies:
	libmpi.so.40()(64bit) is needed by lustre-client-tests-2.12.54-1.el8.x86_64
	python &amp;gt; 2.2 is needed by lustre-iokit-2.12.54-1.el8.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;On RHEL 8.0, openmpi provides &quot;libmpi.so.40()(64bit)(openmpi-x86_64)&quot;, not &quot;libmpi.so.40()(64bit)&quot;. There are python2 and python3 on RHEL 8.0, no python.&lt;/p&gt;</description>
                <environment></environment>
        <key id="55864">LU-12395</key>
            <summary>Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="dongyang">Dongyang Li</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 Jun 2019 00:16:50 +0000</created>
                <updated>Tue, 10 Mar 2020 14:43:20 +0000</updated>
                            <resolved>Wed, 10 Jul 2019 20:20:53 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="248500" author="pjones" created="Thu, 6 Jun 2019 03:55:29 +0000"  >&lt;p&gt;Dongyang is looking into this&lt;/p&gt;</comment>
                            <comment id="248518" author="dongyang" created="Thu, 6 Jun 2019 10:58:36 +0000"  >&lt;p&gt;Jian,&lt;/p&gt;

&lt;p&gt;Can you share how did you built the rpms? I just built the client rpms and lustre-client-tests doesn&apos;t have dependency on libmpi, and I could not find where do we insert the dependency on libmpi in the spec:&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;
[root@rhel8 lustre-release]# rpm -qpR ./lustre-client-tests-2.12.54-1.el8.x86_64.rpm 
/bin/bash
/bin/sh
/usr/bin/getconf
/usr/bin/perl
attr
kmod-lustre-client = 2.12.54
kmod-lustre-client-tests = 2.12.54
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.28)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libkeyutils.so.1()(64bit)
liblustreapi.so.1()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libtool
lsof
lustre-client = 2.12.54
lustre-iokit
perl
perl(FileHandle)
perl(Getopt::Std)
perl(IO::Handle)
perl(POSIX)
perl(Socket)
perl(strict)
perl(vars)
rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1
rpmlib(FileDigests) &amp;lt;= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1
rpmlib(PayloadIsXz) &amp;lt;= 5.2-1
rsync
rtld(GNU_HASH)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Can you also share the output of &quot;rpm --qpR&quot; on the lustre-client-tests rpm file and the output of &quot;rpm -qa | grep mpi&quot;?&lt;/p&gt;

&lt;p&gt;the dependency on python by lustre-iokit is there and can be easily fixed.&lt;/p&gt;</comment>
                            <comment id="248581" author="yujian" created="Thu, 6 Jun 2019 18:06:47 +0000"  >&lt;p&gt;Hi Dongyang,&lt;br/&gt;
I used the client rpms built by Jenkins:&lt;br/&gt;
&lt;a href=&quot;https://build.whamcloud.com/job/lustre-master/3904/arch=x86_64,build_type=client,distro=el8,ib_stack=inkernel/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-master/3904/arch=x86_64,build_type=client,distro=el8,ib_stack=inkernel/&lt;/a&gt;&lt;br/&gt;
Here is the build log:&lt;br/&gt;
&lt;a href=&quot;https://build.whamcloud.com/job/lustre-master/3904/arch=x86_64,build_type=client,distro=el8,ib_stack=inkernel/consoleFull&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-master/3904/arch=x86_64,build_type=client,distro=el8,ib_stack=inkernel/consoleFull&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;# rpm -qpR lustre-client-tests-2.12.54-1.el8.x86_64.rpm
/bin/bash
/bin/sh
/usr/bin/getconf
/usr/bin/perl
attr
kmod-lustre-client = 2.12.54
kmod-lustre-client-tests = 2.12.54
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.28)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.7)(64bit)
libkeyutils.so.1()(64bit)
liblustreapi.so.1()(64bit)
libmpi.so.40()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libreadline.so.7()(64bit)
libtool
lsof
lustre-client = 2.12.54
lustre-iokit
perl
perl(FileHandle)
perl(Getopt::Std)
perl(IO::Handle)
perl(POSIX)
perl(Socket)
perl(strict)
perl(vars)
rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1
rpmlib(FileDigests) &amp;lt;= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1
rpmlib(PayloadIsXz) &amp;lt;= 5.2-1
rsync
rtld(GNU_HASH)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;# rpm -qa | grep mpi
orc-compiler-0.4.28-2.el8.x86_64
compiler-rt-7.0.1-1.module+el8+2560+c32c7af1.x86_64
mpitests-mvapich2-psm2-5.4.2-4.el8.x86_64
rpm-mpi-hooks-5-4.el8.noarch
openmpi-devel-3.1.2-5.el8.x86_64
omping-0.0.4-14.el8.x86_64
mpitests-mvapich2-5.4.2-4.el8.x86_64
exempi-2.4.5-2.el8.x86_64
mpich-devel-3.2.1-9.el8.x86_64
libcmpiCppImpl0-2.0.3-15.el8.x86_64
openmpi-3.1.2-5.el8.x86_64
mpich-3.2.1-9.el8.x86_64
mpitests-openmpi-5.4.2-4.el8.x86_64
mpitests-mpich-5.4.2-4.el8.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;# rpm -ivh IOR-2.10.3-wc1.x86_64.rpm 
error: Failed dependencies:
	libmpi.so.40()(64bit) is needed by IOR-2.10.3-wc1.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="248641" author="gerrit" created="Fri, 7 Jun 2019 07:37:59 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35094&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35094&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: require python2 for lustre-iokit&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f56ae83d3125e2b5a32732386ba30f48f5151725&lt;/p&gt;</comment>
                            <comment id="248642" author="dongyang" created="Fri, 7 Jun 2019 07:47:46 +0000"  >&lt;p&gt;I think I know what&apos;s going on with the MPI dependencies now.&lt;/p&gt;

&lt;p&gt;RHEL8 has rpm-mpi-hooks, which will generate the provides/requires for different mpi libs.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://fedoraproject.org//wiki/Changes/RpmMPIReqProv&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://fedoraproject.org//wiki/Changes/RpmMPIReqProv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is done to&#160;distinguish e.g. libmpi.so from openmpi and mpich. What that means is we should have 2 additional lutre-client-tests rpms, like lustre-client-tests-openmpi and lustre-client-tests-mpich to package the mpi tests, and they will have different dependencies on libmpi.so&lt;/p&gt;

&lt;p&gt;According to&#160;&lt;a href=&quot;https://fedoraproject.org/wiki/Packaging:MPI&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://fedoraproject.org/wiki/Packaging:MPI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;the binary should be placed under&#160;/usr/lib64/openmpi/bin or&#160;/usr/lib64/mpich/bin&lt;/p&gt;

&lt;p&gt;This means we need to change the rpm build spec and maybe the test scripts assuming the location of the mpi tests.&lt;/p&gt;

&lt;p&gt;The same should also be done for the IOR package.&lt;/p&gt;

&lt;p&gt;Before that happens a walkaround is disabling the mpi tests, can be achieved by removing the openmpi/mpich packages from the build system, or use&#160;--enable-mpitests=no configure option.&lt;/p&gt;</comment>
                            <comment id="249079" author="adilger" created="Wed, 12 Jun 2019 04:44:41 +0000"  >&lt;p&gt;Does it make sense to split out the MPI tests into a separate RPM, namely &lt;tt&gt;lustre-client-tests-openmpi&lt;/tt&gt; and &lt;tt&gt;lustre-client-tests-mpich&lt;/tt&gt;, but keep the rest of the test binaries/scripts in &lt;tt&gt;lustre-client-tests&lt;/tt&gt;?  That avoids increasing the size of the build products.  Alternately, we just build one or the other MPI RPMs, but name them appropriately and add the appropriate &lt;tt&gt;Requires:&lt;/tt&gt; line so that it will refuse to install with the wrong packages.&lt;/p&gt;

&lt;p&gt;Since very few users beyond autotest will ever install &lt;tt&gt;lustre-client-tests-*mpi&lt;/tt&gt; I don&apos;t think we need to spend too much time making this work everywhere.&lt;/p&gt;</comment>
                            <comment id="249083" author="dongyang" created="Wed, 12 Jun 2019 05:45:07 +0000"  >&lt;p&gt;Yes we should still have the lustre-client-tests rpm which has the common binary and scripts,&lt;/p&gt;

&lt;p&gt;and 2 additional&#160;lustre-client-tests-openmpi and&#160;lustre-client-tests-mpich for the mpt tests only, like the example listed in the fedora wiki:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://fedoraproject.org/wiki/Packaging:MPI&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://fedoraproject.org/wiki/Packaging:MPI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Still we need to make sure changing the specs won&apos;t break the build for old distros like CentOS7&lt;/p&gt;</comment>
                            <comment id="249341" author="gerrit" created="Sun, 16 Jun 2019 03:32:04 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35094/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35094/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: require python2 for lustre-iokit&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6f0fcc289887737f45687b5f8a15835aeab32ef4&lt;/p&gt;</comment>
                            <comment id="249349" author="pjones" created="Sun, 16 Jun 2019 04:00:33 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="249408" author="gerrit" created="Mon, 17 Jun 2019 19:39:54 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35251&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35251&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: require python2 for lustre-iokit&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 58fc7991c903e15d49b814130f663667d01a24b5&lt;/p&gt;</comment>
                            <comment id="249664" author="mdiep" created="Fri, 21 Jun 2019 14:11:02 +0000"  >&lt;p&gt;this issue has not completed. we still need to split the lustre-client-tests rpm&lt;/p&gt;</comment>
                            <comment id="249927" author="gerrit" created="Tue, 25 Jun 2019 02:20:20 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35251/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35251/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: require python2 for lustre-iokit&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9ffeaac8ec9ad338f6d2639fd5a2d7fafb6725c6&lt;/p&gt;</comment>
                            <comment id="250331" author="gerrit" created="Fri, 28 Jun 2019 21:32:19 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35374&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: build mpitests for el8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: edb4cd7414988cb7fdce3aa2332876377131d764&lt;/p&gt;</comment>
                            <comment id="250946" author="gerrit" created="Wed, 10 Jul 2019 15:15:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35374/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35374/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: build mpitests for el8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3c7aca74729edb5339d2b84259ba042bf83c214a&lt;/p&gt;</comment>
                            <comment id="250963" author="pjones" created="Wed, 10 Jul 2019 20:20:53 +0000"  >&lt;p&gt;Now I think this is complete for 2.13&lt;/p&gt;</comment>
                            <comment id="251132" author="gerrit" created="Thu, 11 Jul 2019 20:53:33 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35473&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35473&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: build mpitests for el8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9f1d8b7b976f6fd444ff76f8b203672b21618b6d&lt;/p&gt;</comment>
                            <comment id="251486" author="gerrit" created="Tue, 16 Jul 2019 17:07:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35473/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35473/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12395&quot; title=&quot;Failed dependencies while installing lustre-client-tests and lustre-iokit rpms on RHEL 8.0 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12395&quot;&gt;&lt;del&gt;LU-12395&lt;/del&gt;&lt;/a&gt; build: build mpitests for el8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3d3b453e3a4204dd1a9f4cc601abb9cd85e84add&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="58332">LU-13348</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55582">LU-12269</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57661">LU-13086</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|i00hof:</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>