<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:24 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-61] Coala tox environment fails to load on OS X</title>
                <link>https://jira.opendaylight.org/browse/RELENG-61</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;See this execution trace:&lt;/p&gt;

&lt;p&gt;MacBook-Pro:docs ckd$ tox&lt;br/&gt;
coala create: /Users/ckd/git-reps/docs/.tox/coala&lt;br/&gt;
coala installdeps: coala==0.11, coala-bears==0.11, requests&amp;lt;2.16, nodeenv&lt;br/&gt;
coala installed: alabaster==0.7.10,ansicolor==0.2.4,appdirs==1.4.3,astroid==1.5.3,autoflake==0.6.6,autopep8==1.3.2,Babel==2.4.0,bandit==1.4.0,chardet==3.0.4,click==6.6,cmakelint==1.3.4.1,coala==0.11.0,coala-bears==0.11.0,coala-utils==0.6.2,colorama==0.3.9,colorlog==2.10.0,cppclean==0.12,cpplint==1.3.0,decorator==4.0.11,dennis==0.9,dependency-management==0.4.0,docopt==0.6.2,docutils==0.13.1,eradicate==0.1.6,future==0.16.0,gitdb2==2.0.2,GitPython==2.1.5,guess-language-spirit==0.5.3,html-linter==0.3.0,imagesize==0.7.1,ipython-genutils==0.2.0,isort==4.2.15,Jinja2==2.9.6,jsonschema==2.6.0,jupyter-core==4.3.0,lazy-object-proxy==1.3.1,libclang-py3==3.4.0,mando==0.3.3,MarkupSafe==1.0,mccabe==0.6.1,munkres3==1.0.5.5,mypy-lang==0.4.6,nbformat==4.3.0,nltk==3.2.4,nodeenv==1.1.3,packaging==16.8,pbr==3.1.1,polib==1.0.8,proselint==0.7.0,pycodestyle==2.3.1,pydocstyle==1.1.1,pyflakes==1.4.0,Pygments==2.2.0,pylint==1.7.2,pyparsing==2.2.0,PyPrint==0.2.6,pyroma==2.2,pytz==2017.2,PyYAML==3.12,radon==1.4.0,requests==2.15.1,restructuredtext-lint==1.0.1,rstcheck==2.2,safety==0.5.1,sarge==0.1.4,scspell3k==2.1,six==1.10.0,smmap2==2.0.3,snowballstemmer==1.2.1,Sphinx==1.4.9,stevedore==1.23.0,template-remover==0.1.9,termcolor==1.1.0,traitlets==4.3.2,unidiff==0.5.4,vim-vint==0.3.13,vulture==0.10,wrapt==1.10.10,yamllint==1.6.1,yapf==0.14.0&lt;br/&gt;
coala runtests: PYTHONHASHSEED=&apos;2918599315&apos;&lt;br/&gt;
coala runtests: commands&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; | nodeenv -p&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Install prebuilt node (8.1.3) ....Traceback (most recent call last):&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/bin/nodeenv&quot;, line 11, in &amp;lt;module&amp;gt;&lt;br/&gt;
    sys.exit(main())&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/site-packages/nodeenv.py&quot;, line 1022, in main&lt;br/&gt;
    create_environment(env_dir, opt)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/site-packages/nodeenv.py&quot;, line 855, in create_environment&lt;br/&gt;
    install_node(env_dir, src_dir, opt)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/site-packages/nodeenv.py&quot;, line 675, in install_node&lt;br/&gt;
    copy_node_from_prebuilt(env_dir, src_dir, opt.node)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/site-packages/nodeenv.py&quot;, line 587, in copy_node_from_prebuilt&lt;br/&gt;
    copytree(src_folder, env_dir)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/site-packages/nodeenv.py&quot;, line 568, in copytree&lt;br/&gt;
    shutil.copytree(s, d, symlinks, ignore)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/lib/python3.6/shutil.py&quot;, line 315, in copytree&lt;br/&gt;
    os.makedirs(dst)&lt;br/&gt;
  File &quot;/Users/ckd/git-reps/docs/.tox/coala/bin/../lib/python3.6/os.py&quot;, line 220, in makedirs&lt;br/&gt;
    mkdir(name, mode)&lt;br/&gt;
FileExistsError: &lt;span class=&quot;error&quot;&gt;&amp;#91;Errno 17&amp;#93;&lt;/span&gt; File exists: &apos;/Users/ckd/git-reps/docs/.tox/coala/bin&apos;&lt;br/&gt;
ERROR: InvocationError: &apos;/Users/ckd/git-reps/docs/.tox/coala/bin/nodeenv -p&apos;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19469">RELENG-61</key>
            <summary>Coala tox environment fails to load on OS X</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/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="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="colindixon">Colin Dixon</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Jun 2017 13:08:57 +0000</created>
                <updated>Thu, 19 Oct 2017 21:29:15 +0000</updated>
                            <resolved>Thu, 29 Jun 2017 16:21:49 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Jenkins Job Builder</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="35347" author="zxiiro" created="Thu, 29 Jun 2017 14:30:52 +0000"  >&lt;p&gt;Saw this in one of out verify jobs too.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/lf-infra-global-jjb-tox-verify-master/92/console&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/lf-infra-global-jjb-tox-verify-master/92/console&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I don&apos;t think it&apos;s mac only. Something upstream probably got released and broke us. I&apos;m investigating.&lt;/p&gt;</comment>
                            <comment id="35348" author="zxiiro" created="Thu, 29 Jun 2017 16:21:49 +0000"  >&lt;p&gt;Resolved with &lt;a href=&quot;https://git.opendaylight.org/gerrit/59687&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/59687&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Issue is due to nodeenv 1.1.3 and 1.1.4 appears to change code related to directories that&apos;s breaking.&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8773</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=8773]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01mb3:</customfieldvalue>

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