<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:33 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[RELENG-125] AR notify script error message returns empty</title>
                <link>https://jira.opendaylight.org/browse/RELENG-125</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;AR notify script error message returns empty&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/integration-dev/2018-May/011992.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/integration-dev/2018-May/011992.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="30035">RELENG-125</key>
            <summary>AR notify script error message returns empty</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.opendaylight.org/images/icons/priorities/minor.svg">Low</priority>
                        <status id="6" iconUrl="https://jira.opendaylight.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="askb">Anil Belur</assignee>
                                    <reporter username="askb">Anil Belur</reporter>
                        <labels>
                            <label>autorelease</label>
                    </labels>
                <created>Tue, 29 May 2018 23:20:59 +0000</created>
                <updated>Sun, 10 Jun 2018 11:20:34 +0000</updated>
                            <resolved>Sun, 10 Jun 2018 11:20:34 +0000</resolved>
                                                    <fixVersion>Oxygen</fixVersion>
                                    <component>Autorelease</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="63269" author="askb" created="Mon, 4 Jun 2018 12:33:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt;: I did some digging on the issue, and may have narrowed down the issue. Previously, we did not have the version string (0.7.2) as a part of the ${artifactId} from the reactor summary for the previous releases. But now the version string is being appended in some of the lines in the reactor summary.   &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;INFO] ODL :: sfc :: sfc-pot-netconf-renderer 0.7.2 ....... SUCCESS [ 18.751 s]
[INFO] ODL :: sfc :: odl-sfc-pot-netconf-renderer 0.7.2 ... FAILURE [05:56 min]
[INFO] ODL :: sfc :: sfc-sb-rest 0.7.2 .................... SKIPPED
[INFO] ODL :: sfc :: odl-sfc-sb-rest 0.7.2 ................ SKIPPED
[INFO] ODL :: sfc :: sfc-classifiers 0.7.2 ................ SKIPPED
[INFO] ODL :: sfc :: sfc-scf-openflow 0.7.2 ............... SKIPPED
[INFO] ODL :: sfc :: odl-sfc-scf-openflow 0.7.2 ........... SKIPPED
[INFO] ODL :: sfc :: sfc-vpp-utils 0.7.2 .................. SKIPPED
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Below cmd does not match the artifactId because of the version string included:&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;+ sed -e &apos;/\[INFO\] Building \(odl-sfc-pot-netconf-renderer 072 \|odl-sfc-pot-netconf-renderer \|ODL :: sfc :: odl-sfc-pot-netconf-renderer 072 \)/,/Reactor Summary:/!d;//d&apos; /tmp/autorelease-build-oxygen-305.log
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Below cmd matches the artiactId obtained, which was working earlier:&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;+ sed -e &apos;/\[INFO\] Building \(odl-sfc-pot-netconf-renderer \|odl-sfc-pot-netconf-renderer \|ODL :: sfc :: odl-sfc-pot-netconf-renderer \)/,/Reactor Summary:/!d;//d&apos; /tmp/autorelease-build-oxygen-305.log
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This script is complex and any changes to pom files potentially require updating the scripts. Need to figure out a way to accommodate this in the scripts.&lt;/p&gt;</comment>
                            <comment id="63292" author="shague@redhat.com" created="Tue, 5 Jun 2018 00:52:45 +0000"  >&lt;p&gt;Can&apos;t we just eat the version - put a 0 to any wildcard there?&lt;/p&gt;</comment>
                            <comment id="63297" author="askb" created="Tue, 5 Jun 2018 11:23:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; I have a fix for the this am presently testing this change here. Will submit the change once the build is done.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/sandbox/job/autorelease-release-fluorine/1/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/sandbox/job/autorelease-release-fluorine/1/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63303" author="zxiiro" created="Tue, 5 Jun 2018 14:59:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=askb&quot; class=&quot;user-hover&quot; rel=&quot;askb&quot;&gt;askb&lt;/a&gt; I think it would be faster to reproduce by replaying the known failed log rather than hoping autorelease will fail again in the same way in an hrs long job run.&lt;/p&gt;</comment>
                            <comment id="63316" author="askb" created="Tue, 5 Jun 2018 20:41:55 +0000"  >&lt;p&gt;The error log is being generated now. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/sandbox/vex-yul-odl-jenkins-2/autorelease-release-fluorine/1/error.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/sandbox/vex-yul-odl-jenkins-2/autorelease-release-fluorine/1/error.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63317" author="askb" created="Tue, 5 Jun 2018 20:42:25 +0000"  >&lt;p&gt;tested it locally, second run on sandbox &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/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;&lt;/p&gt;</comment>
                            <comment id="63320" author="askb" created="Tue, 5 Jun 2018 22:03:28 +0000"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Update notify script to handle version numbers&lt;br/&gt;
  &lt;a href=&quot;https://git.opendaylight.org/gerrit/72705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/72705&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="63376" author="askb" created="Sun, 10 Jun 2018 11:20:09 +0000"  >&lt;p&gt;We are getting the error logs again.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-oxygen/318/error.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-oxygen/318/error.log.gz&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ezb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>