Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] [Hudson] Build failed in Hudson: jgit-windows-test #131

See <https://hudson.eclipse.org/shared/job/jgit-windows-test/131/changes>

Changes:

[Hugo Arès] Fix eviction of repositories with negative usage count

[Matthias Sohn] Unconditionally close repositories in RepositoryCache.clear()

------------------------------------------
[...truncated 4270 lines...]
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.http.apache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.jgit.http.apache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.apache >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.http.apache ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.apache <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ org.eclipse.jgit.http.apache ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\target\org.eclipse.jgit.http.apache-4.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.http.apache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.apache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.http.apache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.http.apache ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\target\org.eclipse.jgit.http.apache-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.eclipse.jgit.http.apache ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\target\org.eclipse.jgit.http.apache-4.6.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.3:check (default) > :findbugs @ org.eclipse.jgit.http.apache >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ org.eclipse.jgit.http.apache ---
[INFO] Fork Value is true
     [java] Warnings generated: 5
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.3:check (default) < :findbugs @ org.eclipse.jgit.http.apache <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:check (default) @ org.eclipse.jgit.http.apache ---
[INFO] BugInstance size is 5
[INFO] Error size is 0
[INFO] Total bugs: 5
[INFO] org.eclipse.jgit.transport.http.apache.HttpClientConnection.setInstanceFollowRedirects(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead [org.eclipse.jgit.transport.http.apache.HttpClientConnection] At HttpClientConnection.java:[line 331] DM_BOOLEAN_CTOR
[INFO] org.eclipse.jgit.transport.http.apache.HttpClientConnection.setConnectTimeout(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead [org.eclipse.jgit.transport.http.apache.HttpClientConnection] At HttpClientConnection.java:[line 298] DM_NUMBER_CTOR
[INFO] org.eclipse.jgit.transport.http.apache.HttpClientConnection.setReadTimeout(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead [org.eclipse.jgit.transport.http.apache.HttpClientConnection] At HttpClientConnection.java:[line 302] DM_NUMBER_CTOR
[INFO] Return value of javax.net.ssl.HostnameVerifier.verify(String, SSLSession) ignored, but method has no side effect [org.eclipse.jgit.transport.http.apache.HttpClientConnection$1] At HttpClientConnection.java:[line 386] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity.setContentLength(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead [org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity] At TemporaryBufferEntity.java:[line 108] DM_NUMBER_CTOR
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.6:cpd-check (default) > :cpd @ org.eclipse.jgit.http.apache >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (cpd) @ org.eclipse.jgit.http.apache ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.6:cpd-check (default) < :cpd @ org.eclipse.jgit.http.apache <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd-check (default) @ org.eclipse.jgit.http.apache ---
[INFO] 
[INFO] 
[INFO] --- japicmp-maven-plugin:0.5.3:cmp (default) @ org.eclipse.jgit.http.apache ---
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.apache/4.2.0.201601211800-r/org.eclipse.jgit.http.apache-4.2.0.201601211800-r.jar
Downloaded: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.apache/4.2.0.201601211800-r/org.eclipse.jgit.http.apache-4.2.0.201601211800-r.jar (22 KB at 228.5 KB/sec)
[INFO] Comparing <https://hudson.eclipse.org/shared/job/jgit-windows-test/ws/.maven\repo\org\eclipse\jgit\org.eclipse.jgit.http.apache\4.2.0.201601211800-r\org.eclipse.jgit.http.apache-4.2.0.201601211800-r.jar> with C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.apache\target\org.eclipse.jgit.http.apache-4.6.0-SNAPSHOT.jar:
***  MODIFIED CLASS: PUBLIC org.eclipse.jgit.transport.http.apache.TemporaryBufferEntity  (not serializable)
	+++  NEW INTERFACE: java.lang.AutoCloseable
	+++  NEW METHOD: PUBLIC(+) void close()

Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - HTTP Server 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.http.server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.http.server ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.server ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.http.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.jgit.http.server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.server >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.http.server ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.server <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ org.eclipse.jgit.http.server ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\org.eclipse.jgit.http.server-4.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.http.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.http.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.http.server ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\org.eclipse.jgit.http.server-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.eclipse.jgit.http.server ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\org.eclipse.jgit.http.server-4.6.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.3:check (default) > :findbugs @ org.eclipse.jgit.http.server >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ org.eclipse.jgit.http.server ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.3:check (default) < :findbugs @ org.eclipse.jgit.http.server <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:check (default) @ org.eclipse.jgit.http.server ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Class org.eclipse.jgit.http.server.GitServlet defines non-transient non-serializable instance field gitFilter [org.eclipse.jgit.http.server.GitServlet] In GitServlet.java SE_BAD_FIELD
[INFO] Class org.eclipse.jgit.http.server.glue.MetaServlet defines non-transient non-serializable instance field filter [org.eclipse.jgit.http.server.glue.MetaServlet] In MetaServlet.java SE_BAD_FIELD
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.6:cpd-check (default) > :cpd @ org.eclipse.jgit.http.server >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (cpd) @ org.eclipse.jgit.http.server ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.6:cpd-check (default) < :cpd @ org.eclipse.jgit.http.server <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd-check (default) @ org.eclipse.jgit.http.server ---
[INFO] You have 1 CPD duplication. For more details see: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\cpd.xml
[INFO] 
[INFO] --- japicmp-maven-plugin:0.5.3:cmp (default) @ org.eclipse.jgit.http.server ---
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.server/4.2.0.201601211800-r/org.eclipse.jgit.http.server-4.2.0.201601211800-r.jar
Downloaded: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.server/4.2.0.201601211800-r/org.eclipse.jgit.http.server-4.2.0.201601211800-r.jar (95 KB at 892.2 KB/sec)
[INFO] Comparing <https://hudson.eclipse.org/shared/job/jgit-windows-test/ws/.maven\repo\org\eclipse\jgit\org.eclipse.jgit.http.server\4.2.0.201601211800-r\org.eclipse.jgit.http.server-4.2.0.201601211800-r.jar> with C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.http.server\target\org.eclipse.jgit.http.server-4.6.0-SNAPSHOT.jar:
No changes.
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Large File Storage 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Oct 14, 2016 12:09:31 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
[WARNING] Could not transfer metadata org.codehaus.mojo:clirr-maven-plugin/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org:443 failed to respond
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [06:15 min]
[INFO] JGit - Core ........................................ SUCCESS [02:42 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 12.296 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 11.223 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 15.116 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [  9.638 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 14.521 s]
[INFO] JGit - Large File Storage .......................... FAILURE [  0.083 s]
[INFO] JGit - Large File Storage Server ................... SKIPPED
[INFO] JGit - Command Line Interface ...................... SKIPPED
[INFO] JGit - JUnit Utility Classes ....................... SKIPPED
[INFO] JGit - JUnit Http Utility Classes .................. SKIPPED
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SKIPPED
[INFO] JGit - HTTP Tests .................................. SKIPPED
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SKIPPED
[INFO] JGit - LFS Server Tests ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:01 min
[INFO] Finished at: 2016-10-14T12:09:31-04:00
[INFO] Final Memory: 45M/228M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.plugin.version.PluginVersionResolutionException: Error resolving version for plugin 'org.codehaus.mojo:clirr-maven-plugin' from the repositories [local (<https://hudson.eclipse.org/shared/job/jgit-windows-test/ws/.maven\repo),> repo.eclipse.org.cbi-releases (https://repo.eclipse.org/content/repositories/cbi-releases/), repo.eclipse.org.cbi-snapshots (https://repo.eclipse.org/content/repositories/cbi-snapshots/), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository
[DEBUG] Closing connection to remote
[ERROR] Error resolving version for plugin 'org.codehaus.mojo:clirr-maven-plugin' from the repositories [local (<https://hudson.eclipse.org/shared/job/jgit-windows-test/ws/.maven\repo),> repo.eclipse.org.cbi-releases (https://repo.eclipse.org/content/repositories/cbi-releases/), repo.eclipse.org.cbi-snapshots (https://repo.eclipse.org/content/repositories/cbi-snapshots/), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
[FINDBUGS] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top