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
17:38:07.149 [main] INFO co.codewizards.cloudstore.core.oio.OioRegistry - Preferred implementation 'NioFileFactory' for fileFactory
### newFileName_oneFile ###
fromDir: /tmp/from15883474872720
toDir: /tmp/to15883474872730
current: /tmp/from15883474872720/a
### newFileName_subdir ###
fromDir: /tmp/from0-15883474873040
toDir: /tmp/to0-15883474873180
subDir: /tmp/from0-15883474873040/s
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 sec
Running co.codewizards.cloudstore.core.oio.nio.FileFactoryTest
fileFactory=NioFileFactory
create file: asdf
fileFactory=NioFileFactory
created file: /tmp/asdf8502570835308838424/foo18167891786810835389bar
fileFactory=NioFileFactory
created file: foo/bar
fileFactory=NioFileFactory
created file: /tmp/foo1211622834357264000bar
fileFactory=NioFileFactory
created file: /tmp/asdf16359828997132058344
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/asdf15883474874220/foo13935955055245125459bar
fileFactory=IoFileFactory
created file: foo/bar
fileFactory=IoFileFactory
created file: /tmp/foo6693254021241030760bar
fileFactory=IoFileFactory
created file: /tmp/asdf15883474874290
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.108 sec
Running co.codewizards.cloudstore.core.oio.nio.FileTest
beforeTestMethod: file: target/FileTest/-1086270701-NioFileFactory
beforeTestMethod: file: target/FileTest/-1382786352-NioFileFactory
beforeTestMethod: file: target/FileTest/-2000831089-NioFileFactory
beforeTestMethod: file: target/FileTest/-53492792-NioFileFactory
beforeTestMethod: file: target/FileTest/-1656081038-NioFileFactory
beforeTestMethod: file: target/FileTest/-250888749-NioFileFactory
beforeTestMethod: file: target/FileTest/-2138356809-NioFileFactory
beforeTestMethod: file: target/FileTest/-1622659608-NioFileFactory
beforeTestMethod: file: target/FileTest/-1530137420-NioFileFactory
beforeTestMethod: file: target/FileTest/-824798545-NioFileFactory
beforeTestMethod: file: target/FileTest/-1414259902-NioFileFactory
beforeTestMethod: file: target/FileTest/-150849966-NioFileFactory
beforeTestMethod: file: target/FileTest/-1556356905-NioFileFactory
beforeTestMethod: file: target/FileTest/-2007225290-NioFileFactory
beforeTestMethod: file: target/FileTest/-1134903334-NioFileFactory
beforeTestMethod: file: target/FileTest/-1122649829-NioFileFactory
beforeTestMethod: file: target/FileTest/-1820627651-NioFileFactory
beforeTestMethod: file: target/FileTest/-305936381-NioFileFactory
beforeTestMethod: file: target/FileTest/-23098254-NioFileFactory
beforeTestMethod: file: target/FileTest/-1651278945-NioFileFactory
beforeTestMethod: file: target/FileTest/-1539599662-NioFileFactory
beforeTestMethod: file: target/FileTest/-110642124-NioFileFactory
beforeTestMethod: file: target/FileTest/-209375936-NioFileFactory
beforeTestMethod: file: target/FileTest/-189134171-NioFileFactory
beforeTestMethod: file: target/FileTest/-1698321670-NioFileFactory
beforeTestMethod: file: target/FileTest/-99305191-NioFileFactory
beforeTestMethod: file: target/FileTest/-1029415915-NioFileFactory
beforeTestMethod: file: target/FileTest/-206190537-NioFileFactory
beforeTestMethod: file: target/FileTest/-2038240888-NioFileFactory
beforeTestMethod: file: target/FileTest/-1396793165-NioFileFactory
beforeTestMethod: file: target/FileTest/-875599921-NioFileFactory
beforeTestMethod: file: target/FileTest/-224933868-NioFileFactory
beforeTestMethod: file: target/FileTest/-1071957298-IoFileFactory
beforeTestMethod: file: target/FileTest/-1269107844-IoFileFactory
beforeTestMethod: file: target/FileTest/-651262073-IoFileFactory
beforeTestMethod: file: target/FileTest/-2114902016-IoFileFactory
beforeTestMethod: file: target/FileTest/-556469457-IoFileFactory
beforeTestMethod: file: target/FileTest/-2136734696-IoFileFactory
beforeTestMethod: file: target/FileTest/-409560009-IoFileFactory
beforeTestMethod: file: target/FileTest/-134024116-IoFileFactory
beforeTestMethod: file: target/FileTest/-1248136422-IoFileFactory
beforeTestMethod: file: target/FileTest/-518521179-IoFileFactory
beforeTestMethod: file: target/FileTest/-1893165828-IoFileFactory
beforeTestMethod: file: target/FileTest/-559135215-IoFileFactory
beforeTestMethod: file: target/FileTest/-508537692-IoFileFactory
beforeTestMethod: file: target/FileTest/-299172445-IoFileFactory
beforeTestMethod: file: target/FileTest/-1473132541-IoFileFactory
beforeTestMethod: file: target/FileTest/-1860231200-IoFileFactory
beforeTestMethod: file: target/FileTest/-1955678764-IoFileFactory
beforeTestMethod: file: target/FileTest/-603217681-IoFileFactory
beforeTestMethod: file: target/FileTest/-932501487-IoFileFactory
beforeTestMethod: file: target/FileTest/-188158517-IoFileFactory
beforeTestMethod: file: target/FileTest/-1070750251-IoFileFactory
beforeTestMethod: file: target/FileTest/-1112847477-IoFileFactory
beforeTestMethod: file: target/FileTest/-1360461382-IoFileFactory
beforeTestMethod: file: target/FileTest/-293771717-IoFileFactory
beforeTestMethod: file: target/FileTest/-577660966-IoFileFactory
beforeTestMethod: file: target/FileTest/-1158836381-IoFileFactory
beforeTestMethod: file: target/FileTest/-1446119315-IoFileFactory
beforeTestMethod: file: target/FileTest/-1781263972-IoFileFactory
beforeTestMethod: file: target/FileTest/-169706690-IoFileFactory
beforeTestMethod: file: target/FileTest/-1364230226-IoFileFactory
beforeTestMethod: file: target/FileTest/-1768486241-IoFileFactory
beforeTestMethod: file: target/FileTest/-879618157-IoFileFactory
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 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] 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 54 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-20200501.153808-5.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-20200501.153808-5.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-20200501.153808-5.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-20200501.153808-5.pom (746 B at 373 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] 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 (364 B at 13 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/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 342 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 (364 B at 182 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-20200501.153808-5-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-20200501.153808-5-sources.jar (7.0 kB at 3.5 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
|