You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/06/29 16:47:34 UTC

Jenkins build is still unstable: commons-jcs » Apache Commons JCS :: Core #31

See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Jenkins build is still unstable: commons-jcs » Apache Commons JCS :: Core #34

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Jenkins build is unstable: commons-jcs » Apache Commons JCS :: Core #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/33/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Core #32

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/32/changes>

Changes:

[sebb] Add some temporary debug

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JCS :: Core 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commons-jcs-core ---
[INFO] Deleting <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-jcs-core ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-jcs-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ commons-jcs-core ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildNumber: 1606527 at timestamp: 1404056881454
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/resources>
[INFO] Copying 0 resource to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 256 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/classes>
[WARNING] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- rmic-maven-plugin:1.1:rmic (rmic) @ commons-jcs-core ---
[INFO] Compiling 2 remote classes
[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (bundle-manifest) @ commons-jcs-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ commons-jcs-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 49 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commons-jcs-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/JCSConcurrentCacheAccessUnitTest.java>: <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/JCSConcurrentCacheAccessUnitTest.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/JCSConcurrentCacheAccessUnitTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java>:[75,49] unreported exception java.net.UnknownHostException; must be caught or declared to be thrown
[ERROR] <https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/ws/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java>:[78,91] unreported exception java.net.SocketException; must be caught or declared to be thrown
[INFO] 2 errors 
[INFO] -------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org