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
04:29:09.374 [main] INFO co.codewizards.cloudstore.core.oio.OioRegistry - Preferred implementation 'NioFileFactory' for fileFactory
### newFileName_oneFile ###
fromDir: /tmp/from15868313494760
toDir: /tmp/to15868313494960
current: /tmp/from15868313494760/a
### newFileName_subdir ###
fromDir: /tmp/from0-15868313495070
toDir: /tmp/to0-15868313495080
subDir: /tmp/from0-15868313495070/s
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
Running co.codewizards.cloudstore.core.oio.nio.FileFactoryTest
fileFactory=NioFileFactory
create file: asdf
fileFactory=NioFileFactory
created file: /tmp/asdf3751702286899189735/foo2094112494296565959bar
fileFactory=NioFileFactory
created file: foo/bar
fileFactory=NioFileFactory
created file: /tmp/foo9327768023618143747bar
fileFactory=NioFileFactory
created file: /tmp/asdf2751066953430835598
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/asdf15868313495950/foo12588661753670092247bar
fileFactory=IoFileFactory
created file: foo/bar
fileFactory=IoFileFactory
created file: /tmp/foo12824330689467724993bar
fileFactory=IoFileFactory
created file: /tmp/asdf15868313496000
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.094 sec
Running co.codewizards.cloudstore.core.oio.nio.FileTest
beforeTestMethod: file: target/FileTest/-619229510-NioFileFactory
beforeTestMethod: file: target/FileTest/-1731249835-NioFileFactory
beforeTestMethod: file: target/FileTest/-496699279-NioFileFactory
beforeTestMethod: file: target/FileTest/-2019644966-NioFileFactory
beforeTestMethod: file: target/FileTest/-1876885696-NioFileFactory
beforeTestMethod: file: target/FileTest/-1962722390-NioFileFactory
beforeTestMethod: file: target/FileTest/-742032555-NioFileFactory
beforeTestMethod: file: target/FileTest/-1585828225-NioFileFactory
beforeTestMethod: file: target/FileTest/-1337508100-NioFileFactory
beforeTestMethod: file: target/FileTest/-2140478033-NioFileFactory
beforeTestMethod: file: target/FileTest/-1120351502-NioFileFactory
beforeTestMethod: file: target/FileTest/-936909646-NioFileFactory
beforeTestMethod: file: target/FileTest/-51264571-NioFileFactory
beforeTestMethod: file: target/FileTest/-584772631-NioFileFactory
beforeTestMethod: file: target/FileTest/-1194812569-NioFileFactory
beforeTestMethod: file: target/FileTest/-1674746167-NioFileFactory
beforeTestMethod: file: target/FileTest/-940831037-NioFileFactory
beforeTestMethod: file: target/FileTest/-779135615-NioFileFactory
beforeTestMethod: file: target/FileTest/-579061498-NioFileFactory
beforeTestMethod: file: target/FileTest/-1824472245-NioFileFactory
beforeTestMethod: file: target/FileTest/-1649569794-NioFileFactory
beforeTestMethod: file: target/FileTest/-620447336-NioFileFactory
beforeTestMethod: file: target/FileTest/-1712041939-NioFileFactory
beforeTestMethod: file: target/FileTest/-343400968-NioFileFactory
beforeTestMethod: file: target/FileTest/-1689956363-NioFileFactory
beforeTestMethod: file: target/FileTest/-2118848245-NioFileFactory
beforeTestMethod: file: target/FileTest/-1905625843-NioFileFactory
beforeTestMethod: file: target/FileTest/-1817358556-NioFileFactory
beforeTestMethod: file: target/FileTest/-788042648-NioFileFactory
beforeTestMethod: file: target/FileTest/-615782267-NioFileFactory
beforeTestMethod: file: target/FileTest/-1329806420-NioFileFactory
beforeTestMethod: file: target/FileTest/-1519651157-NioFileFactory
beforeTestMethod: file: target/FileTest/-701324427-IoFileFactory
beforeTestMethod: file: target/FileTest/-586780648-IoFileFactory
beforeTestMethod: file: target/FileTest/-503722668-IoFileFactory
beforeTestMethod: file: target/FileTest/-384246785-IoFileFactory
beforeTestMethod: file: target/FileTest/-1155336393-IoFileFactory
beforeTestMethod: file: target/FileTest/-1582046891-IoFileFactory
beforeTestMethod: file: target/FileTest/-1349472178-IoFileFactory
beforeTestMethod: file: target/FileTest/-898811594-IoFileFactory
beforeTestMethod: file: target/FileTest/-171319057-IoFileFactory
beforeTestMethod: file: target/FileTest/-527754570-IoFileFactory
beforeTestMethod: file: target/FileTest/-2020788467-IoFileFactory
beforeTestMethod: file: target/FileTest/-914837829-IoFileFactory
beforeTestMethod: file: target/FileTest/-1314890667-IoFileFactory
beforeTestMethod: file: target/FileTest/-794260483-IoFileFactory
beforeTestMethod: file: target/FileTest/-1751447802-IoFileFactory
beforeTestMethod: file: target/FileTest/-668534026-IoFileFactory
beforeTestMethod: file: target/FileTest/-980004495-IoFileFactory
beforeTestMethod: file: target/FileTest/-984690524-IoFileFactory
beforeTestMethod: file: target/FileTest/-1730179780-IoFileFactory
beforeTestMethod: file: target/FileTest/-2050052628-IoFileFactory
beforeTestMethod: file: target/FileTest/-1121522818-IoFileFactory
beforeTestMethod: file: target/FileTest/-1232674495-IoFileFactory
beforeTestMethod: file: target/FileTest/-1011083132-IoFileFactory
beforeTestMethod: file: target/FileTest/-4829140-IoFileFactory
beforeTestMethod: file: target/FileTest/-135154070-IoFileFactory
beforeTestMethod: file: target/FileTest/-817797862-IoFileFactory
beforeTestMethod: file: target/FileTest/-1406244983-IoFileFactory
beforeTestMethod: file: target/FileTest/-343657349-IoFileFactory
beforeTestMethod: file: target/FileTest/-972043720-IoFileFactory
beforeTestMethod: file: target/FileTest/-790920963-IoFileFactory
beforeTestMethod: file: target/FileTest/-833958855-IoFileFactory
beforeTestMethod: file: target/FileTest/-1007228573-IoFileFactory
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 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 16 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-20200414.022910-9.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-20200414.022910-9.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-20200414.022910-9.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-20200414.022910-9.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] 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 29 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 514 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-20200414.022910-9-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-20200414.022910-9-sources.jar (7.0 kB at 268 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 1.0 MB/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
|