SuccessConsole Output

[INFO] 
[INFO] --< co.codewizards.cloudstore:co.codewizards.cloudstore.core.oio.nio >--
[INFO] Building co.codewizards.cloudstore.core.oio.nio 1.0.1-SNAPSHOT    [3/20]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Failure to transfer org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml from https://mvnrepository.com/artifact/ was cached in the local repository, resolution will not be reattempted until the update interval of mvnrepository has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml from/to mvnrepository (https://mvnrepository.com/artifact/): Access denied to: https://mvnrepository.com/artifact/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
[WARNING] Failure to transfer org.apache.maven.plugins:maven-failsafe-plugin/maven-metadata.xml from https://mvnrepository.com/artifact/ was cached in the local repository, resolution will not be reattempted until the update interval of mvnrepository has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins:maven-failsafe-plugin/maven-metadata.xml from/to mvnrepository (https://mvnrepository.com/artifact/): Access denied to: https://mvnrepository.com/artifact/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Deleting /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (base-compile) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/test-classes
[INFO] /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/src/test/java/co/codewizards/cloudstore/core/oio/nio/FileFactoryTest.java: Some input files use or override a deprecated API.
[INFO] /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/src/test/java/co/codewizards/cloudstore/core/oio/nio/FileFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by mockit.internal.util.FieldReflection (file:/home/tomcat/.m2/repository/org/jmockit/jmockit/1.24/jmockit-1.24.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of mockit.internal.util.FieldReflection
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Running co.codewizards.cloudstore.core.oio.nio.IoFileUtilTest
06:32:43.377 [main] INFO co.codewizards.cloudstore.core.oio.OioRegistry - Preferred implementation 'NioFileFactory' for fileFactory
### newFileName_oneFile ###
fromDir: /tmp/from16156135634960
toDir: /tmp/to16156135634960
current: /tmp/from16156135634960/a
### newFileName_subdir ###
fromDir: /tmp/from0-16156135635070
toDir: /tmp/to0-16156135635070
subDir: /tmp/from0-16156135635070/s
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 sec
Running co.codewizards.cloudstore.core.oio.nio.FileFactoryTest
fileFactory=NioFileFactory
create file: asdf
fileFactory=NioFileFactory
created file: /tmp/asdf441635374718798004/foo15196737909259418080bar
fileFactory=NioFileFactory
created file: foo/bar
fileFactory=NioFileFactory
created file: /tmp/foo15393764179830669770bar
fileFactory=NioFileFactory
created file: /tmp/asdf5464565761339862373
fileFactory=NioFileFactory
created file: /tmp/asdf
fileFactory=NioFileFactory
created file: asdf
fileFactory=NioFileFactory
created file: foo/bar
fileFactory=IoFileFactory
create file: asdf
fileFactory=IoFileFactory
created file: /tmp/asdf16156135636000/foo9215888332267600610bar
fileFactory=IoFileFactory
created file: foo/bar
fileFactory=IoFileFactory
created file: /tmp/foo3698100188853658454bar
fileFactory=IoFileFactory
created file: /tmp/asdf16156135636060
fileFactory=IoFileFactory
created file: /tmp/asdf
fileFactory=IoFileFactory
created file: asdf
fileFactory=IoFileFactory
created file: foo/bar
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running co.codewizards.cloudstore.core.oio.nio.FileTest
beforeTestMethod: file: target/FileTest/-1312038891-NioFileFactory
beforeTestMethod: file: target/FileTest/-1427801537-NioFileFactory
beforeTestMethod: file: target/FileTest/-990093845-NioFileFactory
beforeTestMethod: file: target/FileTest/-1408195295-NioFileFactory
beforeTestMethod: file: target/FileTest/-783260978-NioFileFactory
beforeTestMethod: file: target/FileTest/-2085183782-NioFileFactory
beforeTestMethod: file: target/FileTest/-113695127-NioFileFactory
beforeTestMethod: file: target/FileTest/-738672249-NioFileFactory
beforeTestMethod: file: target/FileTest/-1131242780-NioFileFactory
beforeTestMethod: file: target/FileTest/-1603871379-NioFileFactory
beforeTestMethod: file: target/FileTest/-1386209171-NioFileFactory
beforeTestMethod: file: target/FileTest/-1386795913-NioFileFactory
beforeTestMethod: file: target/FileTest/-1633580472-NioFileFactory
beforeTestMethod: file: target/FileTest/-1579140299-NioFileFactory
beforeTestMethod: file: target/FileTest/-1669451348-NioFileFactory
beforeTestMethod: file: target/FileTest/-2089838142-NioFileFactory
beforeTestMethod: file: target/FileTest/-1484373202-NioFileFactory
beforeTestMethod: file: target/FileTest/-1102418681-NioFileFactory
beforeTestMethod: file: target/FileTest/-869577133-NioFileFactory
beforeTestMethod: file: target/FileTest/-1301931743-NioFileFactory
beforeTestMethod: file: target/FileTest/-1091123712-NioFileFactory
beforeTestMethod: file: target/FileTest/-662761633-NioFileFactory
beforeTestMethod: file: target/FileTest/-1771303407-NioFileFactory
beforeTestMethod: file: target/FileTest/-138973775-NioFileFactory
beforeTestMethod: file: target/FileTest/-1906478252-NioFileFactory
beforeTestMethod: file: target/FileTest/-89407100-NioFileFactory
beforeTestMethod: file: target/FileTest/-500088602-NioFileFactory
beforeTestMethod: file: target/FileTest/-1688326258-NioFileFactory
beforeTestMethod: file: target/FileTest/-1841333803-NioFileFactory
beforeTestMethod: file: target/FileTest/-1123083264-NioFileFactory
beforeTestMethod: file: target/FileTest/-743158349-NioFileFactory
beforeTestMethod: file: target/FileTest/-1525998801-NioFileFactory
beforeTestMethod: file: target/FileTest/-1522979329-IoFileFactory
beforeTestMethod: file: target/FileTest/-1575217028-IoFileFactory
beforeTestMethod: file: target/FileTest/-1950162913-IoFileFactory
beforeTestMethod: file: target/FileTest/-1711527432-IoFileFactory
beforeTestMethod: file: target/FileTest/-1063447420-IoFileFactory
beforeTestMethod: file: target/FileTest/-1391423268-IoFileFactory
beforeTestMethod: file: target/FileTest/-775262492-IoFileFactory
beforeTestMethod: file: target/FileTest/-872916556-IoFileFactory
beforeTestMethod: file: target/FileTest/-1059165717-IoFileFactory
beforeTestMethod: file: target/FileTest/-1563565141-IoFileFactory
beforeTestMethod: file: target/FileTest/-1116892991-IoFileFactory
beforeTestMethod: file: target/FileTest/-744565304-IoFileFactory
beforeTestMethod: file: target/FileTest/-910963203-IoFileFactory
beforeTestMethod: file: target/FileTest/-1869808415-IoFileFactory
beforeTestMethod: file: target/FileTest/-1725499463-IoFileFactory
beforeTestMethod: file: target/FileTest/-616387880-IoFileFactory
beforeTestMethod: file: target/FileTest/-1236146992-IoFileFactory
beforeTestMethod: file: target/FileTest/-1033291352-IoFileFactory
beforeTestMethod: file: target/FileTest/-1671148058-IoFileFactory
beforeTestMethod: file: target/FileTest/-2067657342-IoFileFactory
beforeTestMethod: file: target/FileTest/-1793176295-IoFileFactory
beforeTestMethod: file: target/FileTest/-522160684-IoFileFactory
beforeTestMethod: file: target/FileTest/-257972954-IoFileFactory
beforeTestMethod: file: target/FileTest/-403142745-IoFileFactory
beforeTestMethod: file: target/FileTest/-1076531221-IoFileFactory
beforeTestMethod: file: target/FileTest/-844720662-IoFileFactory
beforeTestMethod: file: target/FileTest/-1978473370-IoFileFactory
beforeTestMethod: file: target/FileTest/-1543971998-IoFileFactory
beforeTestMethod: file: target/FileTest/-551236277-IoFileFactory
beforeTestMethod: file: target/FileTest/-1861431932-IoFileFactory
beforeTestMethod: file: target/FileTest/-915007319-IoFileFactory
beforeTestMethod: file: target/FileTest/-1720363332-IoFileFactory
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec

Results :

Tests run: 86, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/pom.xml to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.pom
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Downloading from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 41 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2.jar
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2.jar (10 kB at 5.2 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2.pom
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2.pom (746 B at 746 kB/s)
[INFO] Downloading from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/maven-metadata.xml
[INFO] Downloaded from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/maven-metadata.xml (323 B at 16 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.0 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/maven-metadata.xml (323 B at 162 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2-sources.jar
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/co.codewizards.cloudstore.core.oio.nio-1.0.1-20210313.053244-2-sources.jar (7.0 kB at 3.5 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.core.oio.nio/1.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 514 kB/s)
[INFO] 
[INFO] --- maven-site-plugin:3.3:site (default-site) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.core.oio.nio
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.core.oio.nio/de
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[JENKINS] Archiving site from /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/site to /home/tomcat/.jenkins/jobs/co.codewizards.cloudstore_java_11/site/co.codewizards.cloudstore.core.oio.nio
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) > generate-sources @ co.codewizards.cloudstore.core.oio.nio >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[JENKINS] Archiving  javadoc
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) < generate-sources @ co.codewizards.cloudstore.core.oio.nio <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Skipping javadoc generation
[JENKINS] Archiving  javadoc
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (javadoc-filter) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/javadoc.unfiltered
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/javadoc.unfiltered
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (javadoc-copy-to-site) @ co.codewizards.cloudstore.core.oio.nio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/apidocs
[INFO] 
[INFO] --- maven-site-plugin:3.3:deploy (default-deploy) @ co.codewizards.cloudstore.core.oio.nio ---
file:/tmp/cloudstore-junk/ - Session: Opened  
[INFO] Pushing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/site
[INFO]    >>> to file:/tmp/cloudstore-junk/co.codewizards.cloudstore.core.oio.nio
[INFO]    >>> to file:/tmp/cloudstore-junk/de/co.codewizards.cloudstore.core.oio.nio
file:/tmp/cloudstore-junk/ - Session: Disconnecting  
file:/tmp/cloudstore-junk/ - Session: Disconnected