<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:56:05 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[JAVA-2007] bson:checkstyleMain FAILED when ./gradlew check command is run</title>
                <link>https://jira.mongodb.org/browse/JAVA-2007</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;I&apos;m trying to build the mongo-java-driver from github repo : &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver&lt;/a&gt; and followed the build steps from &quot;Build&quot; section on the page. &lt;/p&gt;

&lt;p&gt;However, after running ./gradlew check i&apos;m getting this errror :&lt;/p&gt;

&lt;p&gt;./gradlew check                         &lt;br/&gt;
:bson:compileJava UP-TO-DATE&lt;br/&gt;
:bson:compileGroovy UP-TO-DATE&lt;br/&gt;
:bson:processResources UP-TO-DATE&lt;br/&gt;
:bson:classes UP-TO-DATE&lt;br/&gt;
:bson:checkstyleMain FAILED&lt;/p&gt;

&lt;p&gt;FAILURE: Build failed with an exception.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;What went wrong:&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Execution failed for task &apos;:bson:checkstyleMain&apos;.&lt;/p&gt;

&lt;p&gt;&amp;gt; Unable to create a Checker: cannot initialize module SuppressionFilter - Cannot set property &apos;file&apos; in module SuppressionFilter to &apos;config/checkstyle-exclude.xml&apos;: unable to find config/checkstyle-exclude.xml&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Try:&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.&lt;/p&gt;

&lt;p&gt;BUILD FAILED&lt;br/&gt;
Total time: 2.026 secs&lt;/p&gt;

&lt;p&gt;Note: the file config/checkstyle-exclude.xml exists at the location&lt;/p&gt;

&lt;p&gt;On running the with stacktrace option it shows that there is FileNotFoundException (PFA the stacktrace log)&lt;/p&gt;


&lt;p&gt;Please let me know if any dependency needs to be fixed.&lt;/p&gt;</description>
                <environment>RHEL ppc64le, OpenJDK Runtime Environment (rhel-2.6.1.2.ael7b_1-ppc64le u85-b01), OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode), &lt;br/&gt;
</environment>
        <key id="233248">JAVA-2007</key>
            <summary>bson:checkstyleMain FAILED when ./gradlew check command is run</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.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="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="valnci">Valencia Serrao</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Oct 2015 05:16:21 +0000</created>
                <updated>Mon, 7 Dec 2015 18:56:06 +0000</updated>
                            <resolved>Tue, 13 Oct 2015 18:00:56 +0000</resolved>
                                                    <fixVersion>3.2.0</fixVersion>
                                    <component>Build</component>
                                        <votes>3</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1107318" author="jeff.yemin" created="Mon, 7 Dec 2015 18:56:06 +0000"  >&lt;p&gt;The 3.2.0 driver, which contains a fix for this issue, has been released today.&lt;/p&gt;</comment>
                            <comment id="1061199" author="valnci" created="Thu, 15 Oct 2015 06:23:02 +0000"  >&lt;p&gt;@Jeff: Issue resolved. Thank you!&lt;/p&gt;</comment>
                            <comment id="1061197" author="valnci" created="Thu, 15 Oct 2015 06:20:13 +0000"  >&lt;p&gt;Hi Ross,&lt;/p&gt;

&lt;p&gt;I shifted to the master branch and also upgraded mongodb server to 3.1.10. All tests are now passing on the master branch.&lt;/p&gt;

&lt;p&gt;I appreciate the dedication you&apos;ve shown to resolve this JIRA ticket. Thank you!&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Valencia&lt;/p&gt;</comment>
                            <comment id="1059271" author="ross@10gen.com" created="Tue, 13 Oct 2015 18:00:56 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=valnci&quot; class=&quot;user-hover&quot; rel=&quot;valnci&quot;&gt;valnci&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Just to let you know the gradlew change has been merged into master.  I also updated the readme to ensure that users know about the &lt;tt&gt;enableTestCommands&lt;/tt&gt; setting.&lt;/p&gt;

&lt;p&gt;I was unable to replicate the failing test cases with the latest 3.1.9 pre release.  Its possible they were caused by compatibility issues with the older pre release version.&lt;/p&gt;

&lt;p&gt;Ross&lt;/p&gt;</comment>
                            <comment id="1059262" author="xgen-internal-githook" created="Tue, 13 Oct 2015 17:56:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Updated build instructions&lt;/p&gt;

&lt;p&gt;Fixed exotic bug with checkstyle configuration&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-2007&quot; title=&quot;bson:checkstyleMain FAILED when ./gradlew check command is run&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-2007&quot;&gt;&lt;del&gt;JAVA-2007&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/4f21dff3840979dd020244ef568e7cb7b3b17ec9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/4f21dff3840979dd020244ef568e7cb7b3b17ec9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1058875" author="valnci" created="Tue, 13 Oct 2015 12:18:04 +0000"  >&lt;p&gt;Hi Ross&lt;/p&gt;

&lt;p&gt;Waiting for your updates on the fixes.&lt;/p&gt;

&lt;p&gt;Thanks for the insight into the &quot;skipped tests&quot;. &lt;/p&gt;


&lt;p&gt;Regards,&lt;br/&gt;
Valencia&lt;/p&gt;</comment>
                            <comment id="1058784" author="ross@10gen.com" created="Tue, 13 Oct 2015 08:54:45 +0000"  >&lt;p&gt;Hi Valencia,&lt;/p&gt;

&lt;p&gt;I see you are running a development version of MongoDB, this is a likely cause for some of the test errors as support for 3.2 is still in active development.  So changes regarding FindOperation have already hit the master branch but may not be in my branch yet.  I&apos;ll look into those shortly and will update this ticket with any specific findings and fixes.&lt;/p&gt;

&lt;p&gt;There are various reasons for skipping tests all to do with the topology of the database that they are running.  The common cases are testing specific versions of MongoDB, testing specific topologies; replicaSets and sharded clusters and other tests test authentication.  As such no single configuration will run all the test cases.  The test matrix for the master branch can be seen here: &lt;a href=&quot;https://jenkins.10gen.com/job/mongo-java-driver-test-3.x/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.10gen.com/job/mongo-java-driver-test-3.x/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ross&lt;/p&gt;</comment>
                            <comment id="1058709" author="valnci" created="Tue, 13 Oct 2015 04:50:37 +0000"  >&lt;p&gt;Hi Jeff,&lt;/p&gt;

&lt;p&gt;Output of above mentioned commands is as follows:&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
 &amp;gt; db.runCommand(&apos;buildinfo&apos;)&lt;br/&gt;
 {&lt;br/&gt;
 &quot;version&quot; : &quot;3.1.8-pre-&quot;,&lt;br/&gt;
 &quot;gitVersion&quot; : &quot;6ce1ce2aeb1c7d5ac72cb5de21801a5aa15953ee&quot;,&lt;br/&gt;
 &quot;allocator&quot; : &quot;system&quot;,&lt;br/&gt;
 &quot;javascriptEngine&quot; : &quot;mozjs&quot;,&lt;br/&gt;
 &quot;sysInfo&quot; : &quot;deprecated&quot;,&lt;br/&gt;
 &quot;versionArray&quot; : [&lt;br/&gt;
 3,&lt;br/&gt;
 1,&lt;br/&gt;
 8,&lt;br/&gt;
 -100&lt;br/&gt;
 ],&lt;br/&gt;
 &quot;openssl&quot; : &lt;/p&gt;
{ &quot;running&quot; : &quot;OpenSSL 1.0.1e-fips 11 Feb 2013&quot;, &quot;compiled&quot; : &quot;OpenSSL 1.0.1e-fips 11 Feb 2013&quot; } 
&lt;p&gt;,&lt;br/&gt;
 &quot;buildEnvironment&quot; : &lt;/p&gt;
{ &quot;build_command&quot; : &quot;&quot;, &quot;cc&quot; : &quot;gcc: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9)&quot;, &quot;ccflags&quot; : &quot;-fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -Werror -O2 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fno-builtin-memcmp&quot;, &quot;cflags&quot; : &quot;-std=c99&quot;, &quot;cxx&quot; : &quot;g++: g++ (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9)&quot;, &quot;cxxflags&quot; : &quot;-Wnon-virtual-dtor -Woverloaded-virtual -std=c++11&quot;, &quot;linkflags&quot; : &quot;-fPIC -pthread -Wl,-z,now -rdynamic&quot;, &quot;modules&quot; : [ ], &quot;target_arch&quot; : &quot;PowerPC&quot;, &quot;target_os&quot; : &quot;linux&quot; } 
&lt;p&gt;,&lt;br/&gt;
 &quot;bits&quot; : 64,&lt;br/&gt;
 &quot;debug&quot; : false,&lt;br/&gt;
 &quot;maxBsonObjectSize&quot; : 16777216,&lt;br/&gt;
 &quot;storageEngines&quot; : [&lt;br/&gt;
 &quot;devnull&quot;,&lt;br/&gt;
 &quot;inMemoryExperiment&quot;,&lt;br/&gt;
 &quot;mmapv1&quot;,&lt;br/&gt;
 &quot;wiredTiger&quot;&lt;br/&gt;
 ],&lt;br/&gt;
 &quot;ok&quot; : 1&lt;br/&gt;
 }&lt;/p&gt;

&lt;p&gt;---------------------------------------------------------------------------------------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;&amp;gt; db.isMaster()&lt;/p&gt;
{ &quot;ismaster&quot; : true, &quot;maxBsonObjectSize&quot; : 16777216, &quot;maxMessageSizeBytes&quot; : 48000000, &quot;maxWriteBatchSize&quot; : 1000, &quot;localTime&quot; : ISODate(&quot;2015-10-13T04:32:25.185Z&quot;), &quot;maxWireVersion&quot; : 4, &quot;minWireVersion&quot; : 0, &quot;ok&quot; : 1 } 
&lt;p&gt;-------------------------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
 Please let me know if any other information is required.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
 Valencia&lt;/p&gt;</comment>
                            <comment id="1057744" author="jeff.yemin" created="Mon, 12 Oct 2015 12:48:54 +0000"  >&lt;p&gt;Hi Valencia,&lt;/p&gt;

&lt;p&gt;Please run the following two commands in a mongo shell and post the output to this ticket:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.runCommand(&apos;buildinfo&apos;)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.isMaster()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="1057723" author="valnci" created="Mon, 12 Oct 2015 12:04:23 +0000"  >&lt;p&gt;Hi Ross,&lt;/p&gt;

&lt;p&gt;Thank you, indeed the documentation helped a lot. I&apos;ve been able to proceed further. Most of the failures are now resolved. &lt;/p&gt;

&lt;p&gt;However, there are 3 failures that still persists as follows:&lt;br/&gt;
 1. testSettingACommentInsertsCommentIntoProfileCollectionWhenProfilingIsTurnedOn&lt;br/&gt;
     file: driver/src/test/functional/com/mongodb/DBCursorTest.java&lt;/p&gt;

&lt;p&gt; 2. should apply comment &lt;br/&gt;
     file: driver-core/src/test/functional/com/mongodb/operation/FindOperationSpecification.groovy&lt;/p&gt;

&lt;p&gt; 3. should pass miscallaneous flags through&lt;br/&gt;
     file: driver-core/src/test/functional/com/mongodb/operation/FindOperationSpecification.groovy&lt;/p&gt;

&lt;p&gt;PFA screenshot of each of the above failures after ./gradlew check&lt;/p&gt;

&lt;p&gt;Please guide me on these errors.&lt;/p&gt;

&lt;p&gt;Also there are some &quot;skipped&quot; tests, can you please tell why they are being skipped ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Valencia&lt;/p&gt;</comment>
                            <comment id="1057722" author="valnci" created="Mon, 12 Oct 2015 12:03:06 +0000"  >&lt;p&gt;Screenshot for error 3&lt;/p&gt;</comment>
                            <comment id="1057721" author="valnci" created="Mon, 12 Oct 2015 12:01:35 +0000"  >&lt;p&gt;Screenshot for error 2&lt;/p&gt;</comment>
                            <comment id="1057720" author="valnci" created="Mon, 12 Oct 2015 12:00:04 +0000"  >&lt;p&gt;Screenshot for error 1&lt;/p&gt;</comment>
                            <comment id="1056419" author="ross@10gen.com" created="Fri, 9 Oct 2015 11:53:30 +0000"  >&lt;p&gt;Hi Valencia,&lt;/p&gt;

&lt;p&gt;Good news that has fixed the gradle issue.  &lt;/p&gt;

&lt;p&gt;The test failures look to be caused because mongodb doesn&apos;t have the test commands enabled, it looks like this has been missed out of the documentation and I&apos;ll update.&lt;/p&gt;

&lt;p&gt;In meantime here is a the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/parameters/#param.enableTestCommands&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;enableTestCommands documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Ross&lt;/p&gt;</comment>
                            <comment id="1056397" author="valnci" created="Fri, 9 Oct 2015 11:05:08 +0000"  >&lt;p&gt;Hi Ross,&lt;/p&gt;

&lt;p&gt;Thanks for the fix. Yes, after cloning new copy of the mongo-java-driver and doing a &apos;git checkout j2007&apos;, I&apos;m able to proceed on the ./gradle check command. (with the mongod server up and running)&lt;/p&gt;

&lt;p&gt;However, it has reported 13 failures. I have attached the console output and the .html file showing the test report.&lt;/p&gt;

&lt;p&gt;Please let me know if any other dependencies need to resolved.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Valencia &lt;/p&gt;
</comment>
                            <comment id="1056396" author="valnci" created="Fri, 9 Oct 2015 11:04:25 +0000"  >&lt;p&gt;Error Report generated in .html&lt;/p&gt;</comment>
                            <comment id="1056395" author="valnci" created="Fri, 9 Oct 2015 11:03:21 +0000"  >&lt;p&gt;Output of ./gradlew check&lt;/p&gt;</comment>
                            <comment id="1055041" author="ross@10gen.com" created="Thu, 8 Oct 2015 09:50:35 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=valnci&quot; class=&quot;user-hover&quot; rel=&quot;valnci&quot;&gt;valnci&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for opening this ticket and chasing the issue up.  I haven&apos;t been able to replicate it locally on OSX or on our Jenkins machines which I believe are Ubuntu.  However, if I change the &lt;tt&gt;checkstyle.xml&lt;/tt&gt; suppression filter rule I can get the same error.  &lt;/p&gt;

&lt;p&gt;My hypothesis is that checkstyle.xml uses relative paths to the process running checkstyle, I&apos;m not sure why that is causing an error for you but I hope I have a fix by setting the absolute path.  Can you test the &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/tree/j2007&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;j2007&lt;/tt&gt;&lt;/a&gt; branch and see if that fixes the issue.&lt;/p&gt;

&lt;p&gt;Thanks for your patience with this issue,&lt;/p&gt;

&lt;p&gt;Ross&lt;/p&gt;
</comment>
                            <comment id="1055036" author="xgen-internal-githook" created="Thu, 8 Oct 2015 09:44:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Gradle: Updated checkstyle configuration&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-2007&quot; title=&quot;bson:checkstyleMain FAILED when ./gradlew check command is run&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-2007&quot;&gt;&lt;del&gt;JAVA-2007&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: j2007&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/4db708e6cb1c0b4e89d73fee6433f69b528fd20d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/4db708e6cb1c0b4e89d73fee6433f69b528fd20d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1053736" author="jeff.yemin" created="Wed, 7 Oct 2015 13:16:46 +0000"  >&lt;p&gt;The &lt;a href=&quot;https://groups.google.com/forum/#!searchin/mongodb-dev/checkstyleMain/mongodb-dev/KQl-agNmNTU/3EqCcSkuCQAJ&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-dev thread&lt;/a&gt; that spawned this issue.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="93635" name="error1.PNG" size="32561" author="valnci" created="Mon, 12 Oct 2015 12:00:04 +0000"/>
                            <attachment id="93636" name="error2.PNG" size="13427" author="valnci" created="Mon, 12 Oct 2015 12:01:35 +0000"/>
                            <attachment id="93637" name="error3.PNG" size="51405" author="valnci" created="Mon, 12 Oct 2015 12:03:06 +0000"/>
                            <attachment id="93452" name="gradleCheckResult.txt" size="23460" author="valnci" created="Fri, 9 Oct 2015 11:03:21 +0000"/>
                            <attachment id="93079" name="gradlewcheckStackTrace.txt" size="11194" author="valnci" created="Wed, 7 Oct 2015 05:16:21 +0000"/>
                            <attachment id="93453" name="javaDriverErrorReport.html" size="37146" author="valnci" created="Fri, 9 Oct 2015 11:04:25 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hre5ef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="742">Java Sprint 26</customfieldvalue>
    <customfieldvalue id="749">Java Sprint 27</customfieldvalue>

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