You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/09/15 12:56:41 UTC

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #15

See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/15/changes>

Changes:

[jeffmaury.github] Removed any reference to a call to deprecated IoSession.close() method

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 1af2c97ae573f251b5c99185ecda55897418b5ec (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1af2c97ae573f251b5c99185ecda55897418b5ec
 > git rev-list 787363ba220def8fb8487e859d0d0113b0641dac # timeout=10
Parsing POMs
Established TCP socket on 65050
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 65050
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.15-SNAPSHOT\mina-parent-2.0.15-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [ 16.071 s]
[INFO] Apache MINA Legal ................................. SUCCESS [ 13.051 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.768 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.310 s
[INFO] Finished at: 2016-09-15T13:56:35+00:00
[INFO] Final Memory: 29M/525M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.15-SNAPSHOT/mina-filter-compression-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.15-SNAPSHOT/mina-integration-xbean-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.15-SNAPSHOT/mina-http-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.15-SNAPSHOT/mina-parent-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA #14 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.15-SNAPSHOT/mina-transport-serial-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.15-SNAPSHOT/mina-core-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.15-SNAPSHOT/mina-integration-ognl-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.15-SNAPSHOT/mina-example-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.15-SNAPSHOT/mina-integration-beans-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT-sources.jar
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Legal #14 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.15-SNAPSHOT/mina-integration-jmx-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.15-SNAPSHOT/mina-transport-apr-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.15-SNAPSHOT/mina-statemachine-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #26

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/26/changes>

Changes:

[jeffmaury.github] Added some javadoc

[elecharny] o Fixed some javadoc o Replaced a throws Exception by throws

[elecharny] Removed the doSetAll() method, replaced it with a setAll() method that

[elecharny] o Closed the session if we get an SSL exception during the Handshake,

[elecharny] Fixed some Sonar warnings

[elecharny] [maven-release-plugin] prepare release 2.0.15

[elecharny] [maven-release-plugin] prepare for next development iteration

[elecharny] Fix a NPE (DIRMINA-1047)

[elecharny] Removed an invalid char in a comment

[elecharny] Removed reference to commons-lang, as we do't use it in MINA

[elecharny] Removed the useless 'syncrhonized'

[elecharny] Bumped up 2 dependencies, and use the Apache 17 artifact

[elecharny] [maven-release-plugin] prepare release 2.0.16

[elecharny] [maven-release-plugin] prepare for next development iteration

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 9be38df389fa5929169f4037f9148b477d073270 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9be38df389fa5929169f4037f9148b477d073270
 > git rev-list 1af2c97ae573f251b5c99185ecda55897418b5ec # timeout=10
Parsing POMs
Established TCP socket on 64146
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 64146
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.17-SNAPSHOT\mina-parent-2.0.17-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  7.297 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  6.972 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.896 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.145 s
[INFO] Finished at: 2016-10-28T20:57:03+00:00
[INFO] Final Memory: 25M/396M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.17-SNAPSHOT/mina-filter-compression-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.17-SNAPSHOT/mina-integration-xbean-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.17-SNAPSHOT/mina-http-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.17-SNAPSHOT/mina-parent-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.17-SNAPSHOT/mina-transport-serial-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.17-SNAPSHOT/mina-core-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.17-SNAPSHOT/mina-integration-ognl-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.17-SNAPSHOT/mina-example-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.17-SNAPSHOT/mina-integration-beans-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.17-SNAPSHOT/mina-integration-jmx-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.17-SNAPSHOT/mina-transport-apr-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.17-SNAPSHOT/mina-statemachine-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #25

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/25/changes>

Changes:

[elecharny] Fixed some Sonar warnings

[elecharny] [maven-release-plugin] prepare release 2.0.15

[elecharny] [maven-release-plugin] prepare for next development iteration

[elecharny] Fix a NPE (DIRMINA-1047)

[elecharny] Removed an invalid char in a comment

[elecharny] Removed reference to commons-lang, as we do't use it in MINA

[elecharny] Removed the useless 'syncrhonized'

[elecharny] Bumped up 2 dependencies, and use the Apache 17 artifact

[elecharny] [maven-release-plugin] prepare release 2.0.16

[elecharny] [maven-release-plugin] prepare for next development iteration

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 9be38df389fa5929169f4037f9148b477d073270 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9be38df389fa5929169f4037f9148b477d073270
 > git rev-list f7b334472c6a2a545bf007014a29a8e69e6d224f # timeout=10
Parsing POMs
Established TCP socket on 63975
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 63975
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.17-SNAPSHOT\mina-parent-2.0.17-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [ 23.948 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  8.623 s]
[INFO] Apache MINA Core .................................. FAILURE [ 12.578 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:40 min
[INFO] Finished at: 2016-10-28T17:58:06+00:00
[INFO] Final Memory: 24M/371M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.17-SNAPSHOT/mina-filter-compression-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.17-SNAPSHOT/mina-integration-xbean-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.17-SNAPSHOT/mina-http-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.17-SNAPSHOT/mina-parent-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.17-SNAPSHOT/mina-transport-serial-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.17-SNAPSHOT/mina-core-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.17-SNAPSHOT/mina-integration-ognl-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.17-SNAPSHOT/mina-example-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.17-SNAPSHOT/mina-integration-beans-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.17-SNAPSHOT/mina-integration-jmx-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.17-SNAPSHOT/mina-transport-apr-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.17-SNAPSHOT/mina-statemachine-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #23

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/23/>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 9be38df389fa5929169f4037f9148b477d073270 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9be38df389fa5929169f4037f9148b477d073270
 > git rev-list 9be38df389fa5929169f4037f9148b477d073270 # timeout=10
Parsing POMs
Established TCP socket on 63926
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 63926
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\1 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-parent\2.0.17-SNAPSHOT\mina-parent-2.0.17-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  7.377 s]
[INFO] Apache MINA Legal ................................. SUCCESS [ 20.892 s]
[INFO] Apache MINA Core .................................. FAILURE [ 10.030 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:28 min
[INFO] Finished at: 2016-10-28T15:27:16+00:00
[INFO] Final Memory: 24M/367M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.17-SNAPSHOT/mina-filter-compression-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.17-SNAPSHOT/mina-integration-xbean-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.17-SNAPSHOT/mina-http-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.17-SNAPSHOT/mina-parent-2.0.17-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #22
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.17-SNAPSHOT/mina-transport-serial-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.17-SNAPSHOT/mina-core-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.17-SNAPSHOT/mina-integration-ognl-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.17-SNAPSHOT/mina-example-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.17-SNAPSHOT/mina-integration-beans-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.17-SNAPSHOT/mina-integration-jmx-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.17-SNAPSHOT/mina-transport-apr-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.17-SNAPSHOT/mina-statemachine-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #22

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/22/changes>

Changes:

[elecharny] Removed the useless 'syncrhonized'

[elecharny] Bumped up 2 dependencies, and use the Apache 17 artifact

[elecharny] [maven-release-plugin] prepare release 2.0.16

[elecharny] [maven-release-plugin] prepare for next development iteration

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 9be38df389fa5929169f4037f9148b477d073270 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9be38df389fa5929169f4037f9148b477d073270
 > git rev-list 6c9c3b786a5d5e386cfaad21a59c0a721e172e77 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 61013
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 61013
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.17-SNAPSHOT\mina-parent-2.0.17-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  6.551 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  7.211 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.501 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.215 s
[INFO] Finished at: 2016-10-23T19:57:37+00:00
[INFO] Final Memory: 25M/385M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.17-SNAPSHOT/mina-filter-compression-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.17-SNAPSHOT/mina-integration-xbean-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.17-SNAPSHOT/mina-http-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.17-SNAPSHOT/mina-parent-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.17-SNAPSHOT/mina-transport-serial-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.17-SNAPSHOT/mina-core-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.17-SNAPSHOT/mina-integration-ognl-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.17-SNAPSHOT/mina-example-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.17-SNAPSHOT/mina-integration-beans-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.17-SNAPSHOT/mina-integration-jmx-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.17-SNAPSHOT/mina-transport-apr-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.17-SNAPSHOT/mina-statemachine-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/21/changes>

Changes:

[elecharny] Removed reference to commons-lang, as we do't use it in MINA

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 6c9c3b786a5d5e386cfaad21a59c0a721e172e77 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c9c3b786a5d5e386cfaad21a59c0a721e172e77
 > git rev-list c083f255a4be75d3678bb5ddf7059781ef2265e1 # timeout=10
Parsing POMs
Established TCP socket on 57842
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 57842
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.16-SNAPSHOT\mina-parent-2.0.16-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  3.741 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  6.610 s]
[INFO] Apache MINA Core .................................. FAILURE [  2.216 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.819 s
[INFO] Finished at: 2016-10-20T13:55:42+00:00
[INFO] Final Memory: 24M/402M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.16-SNAPSHOT/mina-filter-compression-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.16-SNAPSHOT/mina-integration-xbean-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.16-SNAPSHOT/mina-http-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.16-SNAPSHOT/mina-parent-2.0.16-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #20
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.16-SNAPSHOT/mina-transport-serial-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.16-SNAPSHOT/mina-core-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.16-SNAPSHOT/mina-integration-ognl-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.16-SNAPSHOT/mina-example-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.16-SNAPSHOT/mina-integration-beans-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.16-SNAPSHOT/mina-integration-jmx-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.16-SNAPSHOT/mina-transport-apr-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.16-SNAPSHOT/mina-statemachine-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #24

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/24/changes>

Changes:

[elecharny] Removed reference to commons-lang, as we do't use it in MINA

[elecharny] Removed the useless 'syncrhonized'

[elecharny] Bumped up 2 dependencies, and use the Apache 17 artifact

[elecharny] [maven-release-plugin] prepare release 2.0.16

[elecharny] [maven-release-plugin] prepare for next development iteration

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 9be38df389fa5929169f4037f9148b477d073270 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9be38df389fa5929169f4037f9148b477d073270
 > git rev-list c083f255a4be75d3678bb5ddf7059781ef2265e1 # timeout=10
Parsing POMs
Established TCP socket on 63940
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 63940
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.17-SNAPSHOT\mina-parent-2.0.17-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.17-SNAPSHOT\mina-legal-2.0.17-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [ 12.717 s]
[INFO] Apache MINA Legal ................................. SUCCESS [ 10.191 s]
[INFO] Apache MINA Core .................................. FAILURE [  2.399 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.199 s
[INFO] Finished at: 2016-10-28T15:56:25+00:00
[INFO] Final Memory: 24M/370M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.17-SNAPSHOT/mina-filter-compression-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.17-SNAPSHOT/mina-integration-xbean-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.17-SNAPSHOT/mina-http-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.17-SNAPSHOT/mina-parent-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.17-SNAPSHOT/mina-transport-serial-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.17-SNAPSHOT/mina-core-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.17-SNAPSHOT/mina-integration-ognl-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.17-SNAPSHOT/mina-example-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.17-SNAPSHOT/mina-integration-beans-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.17-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.17-SNAPSHOT/mina-legal-2.0.17-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.17-SNAPSHOT/mina-integration-jmx-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.17-SNAPSHOT/mina-transport-apr-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.17-SNAPSHOT/mina-statemachine-2.0.17-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/20/changes>

Changes:

[elecharny] Fix a NPE (DIRMINA-1047)

[elecharny] Removed an invalid char in a comment

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision c083f255a4be75d3678bb5ddf7059781ef2265e1 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c083f255a4be75d3678bb5ddf7059781ef2265e1
 > git rev-list 263ae843c96873d198d2fbcde8a8f47e376d7ed1 # timeout=10
Parsing POMs
Established TCP socket on 55395
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 55395
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.16-SNAPSHOT\mina-parent-2.0.16-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  7.206 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  8.070 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.454 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.438 s
[INFO] Finished at: 2016-10-07T10:55:46+00:00
[INFO] Final Memory: 24M/389M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.16-SNAPSHOT/mina-filter-compression-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.16-SNAPSHOT/mina-integration-xbean-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.16-SNAPSHOT/mina-http-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.16-SNAPSHOT/mina-parent-2.0.16-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #19
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.16-SNAPSHOT/mina-transport-serial-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.16-SNAPSHOT/mina-core-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.16-SNAPSHOT/mina-integration-ognl-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.16-SNAPSHOT/mina-example-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.16-SNAPSHOT/mina-integration-beans-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.16-SNAPSHOT/mina-integration-jmx-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.16-SNAPSHOT/mina-transport-apr-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.16-SNAPSHOT/mina-statemachine-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/19/changes>

Changes:

[elecharny] Fixed some Sonar warnings

[elecharny] [maven-release-plugin] prepare release 2.0.15

[elecharny] [maven-release-plugin] prepare for next development iteration

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 263ae843c96873d198d2fbcde8a8f47e376d7ed1 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 263ae843c96873d198d2fbcde8a8f47e376d7ed1
 > git rev-list f7b334472c6a2a545bf007014a29a8e69e6d224f # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 54801
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 54801
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\1 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-parent\2.0.16-SNAPSHOT\mina-parent-2.0.16-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\mina\mina-legal\2.0.16-SNAPSHOT\mina-legal-2.0.16-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  3.263 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  5.724 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.720 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.398 s
[INFO] Finished at: 2016-09-20T23:56:29+00:00
[INFO] Final Memory: 25M/429M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.16-SNAPSHOT/mina-filter-compression-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.16-SNAPSHOT/mina-integration-xbean-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.16-SNAPSHOT/mina-http-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.16-SNAPSHOT/mina-parent-2.0.16-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.16-SNAPSHOT/mina-transport-serial-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.16-SNAPSHOT/mina-core-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.16-SNAPSHOT/mina-integration-ognl-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.16-SNAPSHOT/mina-example-2.0.16-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.16-SNAPSHOT/mina-integration-beans-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.16-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.16-SNAPSHOT/mina-legal-2.0.16-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.16-SNAPSHOT/mina-integration-jmx-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.16-SNAPSHOT/mina-transport-apr-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.16-SNAPSHOT/mina-statemachine-2.0.16-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/18/changes>

Changes:

[elecharny] o Closed the session if we get an SSL exception during the Handshake,

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision f7b334472c6a2a545bf007014a29a8e69e6d224f (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7b334472c6a2a545bf007014a29a8e69e6d224f
 > git rev-list 3d5ac4143b318676654bd26143c535d996da9fc7 # timeout=10
Parsing POMs
Established TCP socket on 49424
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 49424
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.15-SNAPSHOT\mina-parent-2.0.15-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  3.267 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  6.129 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.449 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.361 s
[INFO] Finished at: 2016-09-19T11:56:04+00:00
[INFO] Final Memory: 26M/475M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.15-SNAPSHOT/mina-filter-compression-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.15-SNAPSHOT/mina-integration-xbean-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.15-SNAPSHOT/mina-http-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.15-SNAPSHOT/mina-parent-2.0.15-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #17
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.15-SNAPSHOT/mina-transport-serial-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.15-SNAPSHOT/mina-core-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.15-SNAPSHOT/mina-integration-ognl-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.15-SNAPSHOT/mina-example-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.15-SNAPSHOT/mina-integration-beans-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.15-SNAPSHOT/mina-integration-jmx-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.15-SNAPSHOT/mina-transport-apr-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.15-SNAPSHOT/mina-statemachine-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/17/changes>

Changes:

[elecharny] o Fixed some javadoc o Replaced a throws Exception by throws

[elecharny] Removed the doSetAll() method, replaced it with a setAll() method that

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 3d5ac4143b318676654bd26143c535d996da9fc7 (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d5ac4143b318676654bd26143c535d996da9fc7
 > git rev-list 0a37424190012a8ef04a00f437c0d411e253087b # timeout=10
Parsing POMs
Established TCP socket on 49300
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 49300
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.15-SNAPSHOT\mina-parent-2.0.15-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  4.841 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  7.485 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.437 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.315 s
[INFO] Finished at: 2016-09-19T10:56:06+00:00
[INFO] Final Memory: 24M/384M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.15-SNAPSHOT/mina-filter-compression-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.15-SNAPSHOT/mina-integration-xbean-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.15-SNAPSHOT/mina-http-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.15-SNAPSHOT/mina-parent-2.0.15-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #16
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.15-SNAPSHOT/mina-transport-serial-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.15-SNAPSHOT/mina-core-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.15-SNAPSHOT/mina-integration-ognl-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.15-SNAPSHOT/mina-example-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.15-SNAPSHOT/mina-integration-beans-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.15-SNAPSHOT/mina-integration-jmx-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.15-SNAPSHOT/mina-transport-apr-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.15-SNAPSHOT/mina-statemachine-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

Build failed in Jenkins: MINA-2.0.X-jdk1.8-windows #16

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/16/changes>

Changes:

[jeffmaury.github] Added some javadoc

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mina.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mina.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mina.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/2.0^{commit}" # timeout=10
Checking out Revision 0a37424190012a8ef04a00f437c0d411e253087b (origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0a37424190012a8ef04a00f437c0d411e253087b
 > git rev-list 1af2c97ae573f251b5c99185ecda55897418b5ec # timeout=10
Parsing POMs
Established TCP socket on 58877
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MINA-2.0.X-jdk1.8-windows] $ F:\\hudson\\tools\\java\\jdk1.8.0_92-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp f:\hudson\hudson-slave\maven32-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.5.1.jar;f:\hudson\tools\maven\latest3/conf/logging jenkins.maven3.agent.Maven32Main f:\hudson\tools\maven\latest3 C:\Users\christofer\Desktop\slave.jar f:\hudson\hudson-slave\maven32-interceptor.jar f:\hudson\hudson-slave\maven3-interceptor-commons.jar 58877
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Legal
[INFO] Apache MINA Core
[INFO] Apache MINA APR Transport
[INFO] Apache MINA Compression Filter
[INFO] Apache MINA State Machine
[INFO] Apache MINA JavaBeans Integration
[INFO] Apache MINA XBean Integration
[INFO] Apache MINA OGNL Integration
[INFO] Apache MINA JMX Integration
[INFO] Apache MINA Examples
[INFO] Apache MINA HTTP client and server codec
[INFO] Apache MINA Serial Communication support
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-parent >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-parent <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-parent\2.0.15-SNAPSHOT\mina-parent-2.0.15-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Legal 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-legal ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ mina-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mina-legal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mina-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mina-legal ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mina-legal ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mina-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-source) @ mina-legal >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-source) @ mina-legal <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ mina-legal ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ mina-legal ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mina-legal ---
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\mina\mina-legal\2.0.15-SNAPSHOT\mina-legal-2.0.15-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 2.0.15-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [  6.024 s]
[INFO] Apache MINA Legal ................................. SUCCESS [  2.435 s]
[INFO] Apache MINA Core .................................. FAILURE [  1.577 s]
[INFO] Apache MINA APR Transport ......................... SKIPPED
[INFO] Apache MINA Compression Filter .................... SKIPPED
[INFO] Apache MINA State Machine ......................... SKIPPED
[INFO] Apache MINA JavaBeans Integration ................. SKIPPED
[INFO] Apache MINA XBean Integration ..................... SKIPPED
[INFO] Apache MINA OGNL Integration ...................... SKIPPED
[INFO] Apache MINA JMX Integration ....................... SKIPPED
[INFO] Apache MINA Examples .............................. SKIPPED
[INFO] Apache MINA HTTP client and server codec .......... SKIPPED
[INFO] Apache MINA Serial Communication support .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.451 s
[INFO] Finished at: 2016-09-17T15:56:07+00:00
[INFO] Final Memory: 24M/374M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project mina-core: Failed to clean project: Failed to delete F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\target\test-classes\org\apache\mina\filter\ssl\truststore.sslTest -> [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/MojoExecutionException
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-filter-compression\pom.xml to org.apache.mina/mina-filter-compression/2.0.15-SNAPSHOT/mina-filter-compression-2.0.15-SNAPSHOT.pom
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mina-core
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Compression Filter #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-xbean\pom.xml to org.apache.mina/mina-integration-xbean/2.0.15-SNAPSHOT/mina-integration-xbean-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA XBean Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-http\pom.xml to org.apache.mina/mina-http/2.0.15-SNAPSHOT/mina-http-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/MINA-2.0.X-jdk1.8-windows/ws/pom.xml> to org.apache.mina/mina-parent/2.0.15-SNAPSHOT/mina-parent-2.0.15-SNAPSHOT.pom
Compressed 33.65 KB of artifacts by 95.1% relative to #15
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-serial\pom.xml to org.apache.mina/mina-transport-serial/2.0.15-SNAPSHOT/mina-transport-serial-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-core\pom.xml to org.apache.mina/mina-core/2.0.15-SNAPSHOT/mina-core-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA Core #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-ognl\pom.xml to org.apache.mina/mina-integration-ognl/2.0.15-SNAPSHOT/mina-integration-ognl-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA OGNL Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-example\pom.xml to org.apache.mina/mina-example/2.0.15-SNAPSHOT/mina-example-2.0.15-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-beans\pom.xml to org.apache.mina/mina-integration-beans/2.0.15-SNAPSHOT/mina-integration-beans-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JavaBeans Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\pom.xml to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-legal\target\mina-legal-2.0.15-SNAPSHOT-sources.jar to org.apache.mina/mina-legal/2.0.15-SNAPSHOT/mina-legal-2.0.15-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-integration-jmx\pom.xml to org.apache.mina/mina-integration-jmx/2.0.15-SNAPSHOT/mina-integration-jmx-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA JMX Integration #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-transport-apr\pom.xml to org.apache.mina/mina-transport-apr/2.0.15-SNAPSHOT/mina-transport-apr-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA APR Transport #10 to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-2.0.X-jdk1.8-windows\mina-statemachine\pom.xml to org.apache.mina/mina-statemachine/2.0.15-SNAPSHOT/mina-statemachine-2.0.15-SNAPSHOT.pom
No artifacts from MINA-2.0.X-jdk1.8-windows » Apache MINA State Machine #10 to compare, so performing full copy of artifacts
Sending e-mails to: commits@mina.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0