Console Output[[1;34mINFO[m]
[[1;34mINFO[m] [1m--< [0;36mco.codewizards.cloudstore:co.codewizards.cloudstore.core.oio.nio[0;1m >--[m
[[1;34mINFO[m] [1mBuilding co.codewizards.cloudstore.core.oio.nio 1.0.1-SNAPSHOT [3/20][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:2.5:clean[m [1m(default-clean)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Deleting /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:resources[m [1m(default-resources)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 0 resource
[[1;34mINFO[m] Copying 1 resource
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Changes detected - recompiling the module!
[[1;34mINFO[m] Compiling 4 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(base-compile)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Changes detected - recompiling the module!
[[1;34mINFO[m] Compiling 3 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:testResources[m [1m(default-testResources)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 0 resource
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/src/test/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Changes detected - recompiling the module!
[[1;34mINFO[m] Compiling 4 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/test-classes
[[1;34mINFO[m] /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.
[[1;34mINFO[m] /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.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12.4:test[m [1m(default-test)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] 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
14:20:07.641 [main] INFO co.codewizards.cloudstore.core.oio.OioRegistry - Preferred implementation 'NioFileFactory' for fileFactory
### newFileName_oneFile ###
fromDir: /tmp/from15869532077960
toDir: /tmp/to15869532077960
current: /tmp/from15869532077960/a
### newFileName_subdir ###
fromDir: /tmp/from0-15869532078090
toDir: /tmp/to0-15869532078090
subDir: /tmp/from0-15869532078090/s
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec
Running co.codewizards.cloudstore.core.oio.nio.FileFactoryTest
fileFactory=NioFileFactory
create file: asdf
fileFactory=NioFileFactory
created file: /tmp/asdf15343744063716423065/foo14884950367934681934bar
fileFactory=NioFileFactory
created file: foo/bar
fileFactory=NioFileFactory
created file: /tmp/foo4972161548492698305bar
fileFactory=NioFileFactory
created file: /tmp/asdf7365644354538132441
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/asdf15869532079470/foo7493461997277716776bar
fileFactory=IoFileFactory
created file: foo/bar
fileFactory=IoFileFactory
created file: /tmp/foo8242774858439136943bar
fileFactory=IoFileFactory
created file: /tmp/asdf15869532079560
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.143 sec
Running co.codewizards.cloudstore.core.oio.nio.FileTest
beforeTestMethod: file: target/FileTest/-1938406121-NioFileFactory
beforeTestMethod: file: target/FileTest/-530963122-NioFileFactory
beforeTestMethod: file: target/FileTest/-1288453076-NioFileFactory
beforeTestMethod: file: target/FileTest/-125648489-NioFileFactory
beforeTestMethod: file: target/FileTest/-750758073-NioFileFactory
beforeTestMethod: file: target/FileTest/-2137180372-NioFileFactory
beforeTestMethod: file: target/FileTest/-1534558878-NioFileFactory
beforeTestMethod: file: target/FileTest/-381434025-NioFileFactory
beforeTestMethod: file: target/FileTest/-1696898804-NioFileFactory
beforeTestMethod: file: target/FileTest/-143766539-NioFileFactory
beforeTestMethod: file: target/FileTest/-1899864247-NioFileFactory
beforeTestMethod: file: target/FileTest/-1600405887-NioFileFactory
beforeTestMethod: file: target/FileTest/-1659350263-NioFileFactory
beforeTestMethod: file: target/FileTest/-1414907406-NioFileFactory
beforeTestMethod: file: target/FileTest/-200426681-NioFileFactory
beforeTestMethod: file: target/FileTest/-552993701-NioFileFactory
beforeTestMethod: file: target/FileTest/-1438302309-NioFileFactory
beforeTestMethod: file: target/FileTest/-813975467-NioFileFactory
beforeTestMethod: file: target/FileTest/-1540839224-NioFileFactory
beforeTestMethod: file: target/FileTest/-578666220-NioFileFactory
beforeTestMethod: file: target/FileTest/-1976804010-NioFileFactory
beforeTestMethod: file: target/FileTest/-2019668867-NioFileFactory
beforeTestMethod: file: target/FileTest/-659574191-NioFileFactory
beforeTestMethod: file: target/FileTest/-578167445-NioFileFactory
beforeTestMethod: file: target/FileTest/-1455392940-NioFileFactory
beforeTestMethod: file: target/FileTest/-459293005-NioFileFactory
beforeTestMethod: file: target/FileTest/-1886472106-NioFileFactory
beforeTestMethod: file: target/FileTest/-445029686-NioFileFactory
beforeTestMethod: file: target/FileTest/-1662763561-NioFileFactory
beforeTestMethod: file: target/FileTest/-471101872-NioFileFactory
beforeTestMethod: file: target/FileTest/-22244850-NioFileFactory
beforeTestMethod: file: target/FileTest/-836291820-NioFileFactory
beforeTestMethod: file: target/FileTest/-396700746-IoFileFactory
beforeTestMethod: file: target/FileTest/-1174016266-IoFileFactory
beforeTestMethod: file: target/FileTest/-750281425-IoFileFactory
beforeTestMethod: file: target/FileTest/-1393393503-IoFileFactory
beforeTestMethod: file: target/FileTest/-1663669706-IoFileFactory
beforeTestMethod: file: target/FileTest/-92757632-IoFileFactory
beforeTestMethod: file: target/FileTest/-1170299723-IoFileFactory
beforeTestMethod: file: target/FileTest/-1199671385-IoFileFactory
beforeTestMethod: file: target/FileTest/-239616254-IoFileFactory
beforeTestMethod: file: target/FileTest/-1757509244-IoFileFactory
beforeTestMethod: file: target/FileTest/-1606055759-IoFileFactory
beforeTestMethod: file: target/FileTest/-1182757487-IoFileFactory
beforeTestMethod: file: target/FileTest/-1972232203-IoFileFactory
beforeTestMethod: file: target/FileTest/-1464880202-IoFileFactory
beforeTestMethod: file: target/FileTest/-969643488-IoFileFactory
beforeTestMethod: file: target/FileTest/-856513339-IoFileFactory
beforeTestMethod: file: target/FileTest/-1771604624-IoFileFactory
beforeTestMethod: file: target/FileTest/-247989289-IoFileFactory
beforeTestMethod: file: target/FileTest/-1442525844-IoFileFactory
beforeTestMethod: file: target/FileTest/-1826412099-IoFileFactory
beforeTestMethod: file: target/FileTest/-1375694201-IoFileFactory
beforeTestMethod: file: target/FileTest/-1709106455-IoFileFactory
beforeTestMethod: file: target/FileTest/-772605784-IoFileFactory
beforeTestMethod: file: target/FileTest/-160299871-IoFileFactory
beforeTestMethod: file: target/FileTest/-759474157-IoFileFactory
beforeTestMethod: file: target/FileTest/-1537007940-IoFileFactory
beforeTestMethod: file: target/FileTest/-1732412738-IoFileFactory
beforeTestMethod: file: target/FileTest/-87166198-IoFileFactory
beforeTestMethod: file: target/FileTest/-621879826-IoFileFactory
beforeTestMethod: file: target/FileTest/-2011578710-IoFileFactory
beforeTestMethod: file: target/FileTest/-249626062-IoFileFactory
beforeTestMethod: file: target/FileTest/-1488210870-IoFileFactory
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec
Results :
Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] 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
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.2.1:jar-no-fork[m [1m(attach-sources)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] 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
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.4:install[m [1m(default-install)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-deploy-plugin:2.7:deploy[m [1m(default-deploy)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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-20200415.122008-1.jar
[[1;34mINFO[m] 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-20200415.122008-1.jar (10 kB at 5.2 MB/s)
[[1;34mINFO[m] 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-20200415.122008-1.pom
[[1;34mINFO[m] 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-20200415.122008-1.pom (746 B at 746 kB/s)
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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 (813 B at 406 kB/s)
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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)
[[1;34mINFO[m] 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-20200415.122008-1-sources.jar
[[1;34mINFO[m] 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-20200415.122008-1-sources.jar (7.0 kB at 2.3 MB/s)
[[1;34mINFO[m] 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
[[1;34mINFO[m] 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)
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.3:site[m [1m(default-site)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.core.oio.nio
[[1;34mINFO[m] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[[1;34mINFO[m] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.core.oio.nio/de
[[1;34mINFO[m] 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
[[1;34mINFO[m]
[[1;34mINFO[m] [1m>>> [0;32mmaven-javadoc-plugin:3.1.1:javadoc[m [1m(javadoc-generate-unfiltered)[0;1m > [0;1mgenerate-sources[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m >>>[m
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[JENKINS] Archiving javadoc
[[1;34mINFO[m]
[[1;34mINFO[m] [1m<<< [0;32mmaven-javadoc-plugin:3.1.1:javadoc[m [1m(javadoc-generate-unfiltered)[0;1m < [0;1mgenerate-sources[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m <<<[m
[[1;34mINFO[m]
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.1.1:javadoc[m [1m(javadoc-generate-unfiltered)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Skipping javadoc generation
[JENKINS] Archiving javadoc
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:copy-resources[m [1m(javadoc-filter)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/javadoc.unfiltered
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/javadoc.unfiltered
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:copy-resources[m [1m(javadoc-copy-to-site)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/apidocs
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.3:deploy[m [1m(default-deploy)[m @ [36mco.codewizards.cloudstore.core.oio.nio[0;1m ---[m
file:/tmp/cloudstore-junk/ - Session: Opened
[[1;34mINFO[m] Pushing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.core.oio.nio/target/site
[[1;34mINFO[m] >>> to file:/tmp/cloudstore-junk/co.codewizards.cloudstore.core.oio.nio
[[1;34mINFO[m] >>> to file:/tmp/cloudstore-junk/de/co.codewizards.cloudstore.core.oio.nio
file:/tmp/cloudstore-junk/ - Session: Disconnecting
file:/tmp/cloudstore-junk/ - Session: Disconnected
|