Consensys / tessera

Tessera - Enterprise Implementation of Quorum's transaction manager
https://docs.tessera.consensys.net/
Apache License 2.0
177 stars 107 forks source link

tessera installation fails #561

Closed EmanHerawy closed 5 years ago

EmanHerawy commented 5 years ago

Hi , I have a trouble in tessera installation.I tried to install it on my local ubuntu 18 machine and on aws instance ( ubuntu 18.4 also ) but both installation fail on the same step . here is the output : ` mvn install -e WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 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 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.quorum.tessera:jersey-server:jar:0.8-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.glassfish.grizzly:grizzly-http-servlet:jar is either LATEST or RELEASE (both of them are being deprecated) @ com.quorum.tessera:jersey-server:[unknown-version], /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/server/jersey-server/pom.xml, line 69, column 22 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 4.15 [INFO] os.detected.version.major: 4 [INFO] os.detected.version.minor: 15 [INFO] os.detected.release: ubuntu [INFO] os.detected.release.version: 18.04 [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tessera [INFO] argon2 [INFO] tests [INFO] test-util [INFO] shared [INFO] encryption [INFO] encryption-api [INFO] encryption-jnacl [INFO] config [INFO] security [INFO] server [INFO] server-api [INFO] jersey-server [INFO] jaxrs-client [INFO] key-vault [INFO] key-vault-api [INFO] key-generation [INFO] config-cli [INFO] key-pair-converter [INFO] azure-key-vault [INFO] tessera-core [INFO] service-locator [INFO] service-locator-api [INFO] jaxrs-service [INFO] grpc [INFO] grpc-api [INFO] grpc-service [INFO] grpc-server [INFO] unix-socket-server [INFO] service-locator-spring [INFO] tessera-app [INFO] acceptance-test [INFO] encryption-kalium [INFO] data-migration [INFO] config-migration [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tessera 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ tessera --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/target/jacoco.exec [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ tessera --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ tessera --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ tessera --- [ERROR] No .editorconfig properties applicable for files under '/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master' [INFO] Checked 0 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tessera --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/tessera/0.8-SNAPSHOT/tessera-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building argon2 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ argon2 --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ argon2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ argon2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ argon2 --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ argon2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ argon2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ argon2 --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.argon2.Argon2Test [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.022 s - in com.quorum.tessera.argon2.Argon2Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ argon2 --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/jacoco.exec [INFO] Analyzed bundle 'argon2' with 4 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ argon2 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ argon2 --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/jacoco.exec [INFO] Analyzed bundle 'argon2' with 4 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ argon2 --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ argon2 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ argon2 --- [INFO] Checked 5 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ argon2 --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/target/argon2-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/argon2/0.8-SNAPSHOT/argon2-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/argon2/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/argon2/0.8-SNAPSHOT/argon2-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tests 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ tests --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/target/jacoco.exec [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ tests --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ tests --- [ERROR] No .editorconfig properties applicable for files under '/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests' [INFO] Checked 0 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tests --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/tests/0.8-SNAPSHOT/tests-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building test-util 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ test-util --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test-util --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ test-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ test-util --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ test-util --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ test-util --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ test-util --- [INFO] Checked 1 file [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-util --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/target/test-util-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/test-util/0.8-SNAPSHOT/test-util-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/tests/test-util/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/test-util/0.8-SNAPSHOT/test-util-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building shared 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ shared --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ shared --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ shared --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] tessera ............................................ SUCCESS [ 1.588 s] [INFO] argon2 ............................................. SUCCESS [ 5.743 s] [INFO] tests .............................................. SUCCESS [ 0.092 s] [INFO] test-util .......................................... SUCCESS [ 0.111 s] [INFO] shared ............................................. FAILURE [ 0.853 s] [INFO] encryption ......................................... SKIPPED [INFO] encryption-api ..................................... SKIPPED [INFO] encryption-jnacl ................................... SKIPPED [INFO] config ............................................. SKIPPED [INFO] security ........................................... SKIPPED [INFO] server ............................................. SKIPPED [INFO] server-api ......................................... SKIPPED [INFO] jersey-server ...................................... SKIPPED [INFO] jaxrs-client ....................................... SKIPPED [INFO] key-vault .......................................... SKIPPED [INFO] key-vault-api ...................................... SKIPPED [INFO] key-generation ..................................... SKIPPED [INFO] config-cli ......................................... SKIPPED [INFO] key-pair-converter ................................. SKIPPED [INFO] azure-key-vault .................................... SKIPPED [INFO] tessera-core ....................................... SKIPPED [INFO] service-locator .................................... SKIPPED [INFO] service-locator-api ................................ SKIPPED [INFO] jaxrs-service ...................................... SKIPPED [INFO] grpc ............................................... SKIPPED [INFO] grpc-api ........................................... SKIPPED [INFO] grpc-service ....................................... SKIPPED [INFO] grpc-server ........................................ SKIPPED [INFO] unix-socket-server ................................. SKIPPED [INFO] service-locator-spring ............................. SKIPPED [INFO] tessera-app ........................................ SKIPPED [INFO] acceptance-test .................................... SKIPPED [INFO] encryption-kalium .................................. SKIPPED [INFO] data-migration ..................................... SKIPPED [INFO] config-migration ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.883 s [INFO] Finished at: 2018-12-03T12:53:58+02:00 [INFO] Final Memory: 31M/117M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project shared: There are test failures. [ERROR] [ERROR] Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] There was an error in the forked process [ERROR] javax/xml/bind/JAXBException [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process [ERROR] javax/xml/bind/JAXBException [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:657) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:991) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:837) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:194) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:564) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [ERROR] [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project shared: There are test failures.

Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. There was an error in the forked process javax/xml/bind/JAXBException org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process javax/xml/bind/JAXBException at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:657) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:991) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:837) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290) at org.apache.maven.cli.MavenCli.main(MavenCli.java:194) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)

Caused by: org.apache.maven.plugin.MojoExecutionException: There are test failures.

Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera-master/shared/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. There was an error in the forked process javax/xml/bind/JAXBException org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process javax/xml/bind/JAXBException at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:657) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:991) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:837) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290) at org.apache.maven.cli.MavenCli.main(MavenCli.java:194) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:266)
at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:362)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1007)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:837)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:564)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)

Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process javax/xml/bind/JAXBException at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:657) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:246) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1149) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:991) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:837) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290) at org.apache.maven.cli.MavenCli.main (MavenCli.java:194) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:564) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [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 -rf :shared `
go version : go version go1.10.3 linux/amd64 mvn version : Apache Maven 3.5.2 Maven home: /usr/share/maven Java version: 10.0.2, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.15.0-39-generic", arch: "amd64", family: "unix"

java version : openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)

it's my first time to work with quorum ,I don't know what's wrong with my steps.Thanks in advance for your help

SatpalSandhu61 commented 5 years ago

Hi, you need to build using Java 8. Java 10 is not currently supported.

EmanHerawy commented 5 years ago

@SatpalSandhu61 thanks a lot for your reply , I'll use java 8

SatpalSandhu61 commented 5 years ago

Cool. I'll close this issue for now.

EmanHerawy commented 5 years ago

@SatpalSandhu61 I have updated the java version
java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

when i run mvn install -e

mvn install -e [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.quorum.tessera:jersey-server:jar:0.8-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.glassfish.grizzly:grizzly-http-servlet:jar is either LATEST or RELEASE (both of them are being deprecated) @ com.quorum.tessera:jersey-server:[unknown-version], /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/server/jersey-server/pom.xml, line 69, column 22 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 4.15 [INFO] os.detected.version.major: 4 [INFO] os.detected.version.minor: 15 [INFO] os.detected.release: ubuntu [INFO] os.detected.release.version: 18.04 [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tessera [INFO] argon2 [INFO] tests [INFO] test-util [INFO] shared [INFO] encryption [INFO] encryption-api [INFO] encryption-jnacl [INFO] config [INFO] security [INFO] server [INFO] server-api [INFO] jersey-server [INFO] jaxrs-client [INFO] key-vault [INFO] key-vault-api [INFO] key-generation [INFO] config-cli [INFO] key-pair-converter [INFO] azure-key-vault [INFO] tessera-core [INFO] service-locator [INFO] service-locator-api [INFO] jaxrs-service [INFO] grpc [INFO] grpc-api [INFO] grpc-service [INFO] grpc-server [INFO] unix-socket-server [INFO] service-locator-spring [INFO] tessera-app [INFO] acceptance-test [INFO] resteasy-server [INFO] encryption-kalium [INFO] data-migration [INFO] config-migration [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tessera 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ tessera --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/target/jacoco.exec [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ tessera --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ tessera --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ tessera --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ tessera --- [ERROR] No .editorconfig properties applicable for files under '/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera' [INFO] Checked 0 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tessera --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/tessera/0.8-SNAPSHOT/tessera-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building argon2 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ argon2 --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ argon2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ argon2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ argon2 --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ argon2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ argon2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ argon2 --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.argon2.Argon2Test [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.022 s - in com.quorum.tessera.argon2.Argon2Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ argon2 --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/jacoco.exec [INFO] Analyzed bundle 'argon2' with 4 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ argon2 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ argon2 --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/jacoco.exec [INFO] Analyzed bundle 'argon2' with 4 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ argon2 --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ argon2 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ argon2 --- [INFO] Checked 5 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ argon2 --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/argon2-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/argon2/0.8-SNAPSHOT/argon2-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/argon2/0.8-SNAPSHOT/argon2-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tests 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ tests --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/target/jacoco.exec [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ tests --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ tests --- [ERROR] No .editorconfig properties applicable for files under '/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests' [INFO] Checked 0 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tests --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/tests/0.8-SNAPSHOT/tests-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building test-util 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ test-util --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test-util --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ test-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ test-util --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ test-util --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ test-util --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ test-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ test-util --- [INFO] Checked 1 file [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-util --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/target/test-util-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/test-util/0.8-SNAPSHOT/test-util-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/tests/test-util/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/test-util/0.8-SNAPSHOT/test-util-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building shared 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ shared --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ shared --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ shared --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.ServiceLoaderUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in com.quorum.tessera.ServiceLoaderUtilTest [INFO] Running com.quorum.tessera.jaxb.JaxbCallbackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in com.quorum.tessera.jaxb.JaxbCallbackTest [INFO] Running com.quorum.tessera.io.IOCallbackTest 17:33:45.457 [main] DEBUG com.quorum.tessera.io.IOCallback - null java.io.IOException: OUCH at com.quorum.tessera.io.IOCallbackTest.doSomeIoStuffThatThrowsAnIoException(IOCallbackTest.java:30) ~[test-classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_191] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_191] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_191] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-3.0.0-M1.jar:3.0.0-M1] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-3.0.0-M1.jar:3.0.0-M1] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s - in com.quorum.tessera.io.IOCallbackTest [INFO] Running com.quorum.tessera.io.FilesDelegateTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in com.quorum.tessera.io.FilesDelegateTest [INFO] Running com.quorum.tessera.reflect.ReflectCallbackTest 17:33:45.531 [main] ERROR c.q.tessera.reflect.ReflectCallback - null java.lang.ClassNotFoundException: null [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in com.quorum.tessera.reflect.ReflectCallbackTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ shared --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/jacoco.exec [INFO] Analyzed bundle 'shared' with 7 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shared --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ shared --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/jacoco.exec [INFO] Analyzed bundle 'shared' with 7 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ shared --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ shared --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ shared --- [INFO] Checked 14 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ shared --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/shared-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/shared/0.8-SNAPSHOT/shared-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/shared/0.8-SNAPSHOT/shared-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building encryption 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ encryption --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/target/jacoco.exec [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ encryption --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ encryption --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ encryption --- [INFO] Skipping JaCoCo execution due to missing execution data file:/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ encryption --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ encryption --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ encryption --- [ERROR] No .editorconfig properties applicable for files under '/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption' [INFO] Checked 0 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ encryption --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/encryption/0.8-SNAPSHOT/encryption-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building encryption-api 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ encryption-api --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ encryption-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ encryption-api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ encryption-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ encryption-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ encryption-api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ encryption-api --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.encryption.KeyManagerTest 17:33:46.854 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Attempting to find public key for the private key PrivateKey[cHJpdmF0ZUtleQ==] 17:33:46.860 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Found public key PublicKey[cHVibGljS2V5] for private key PrivateKey[cHJpdmF0ZUtleQ==] 17:33:46.861 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Attempting to find private key for the public key PublicKey[cHVibGljS2V5] 17:33:46.862 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Found private key PrivateKey[cHJpdmF0ZUtleQ==] for public key PublicKey[cHVibGljS2V5] 17:33:46.863 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Attempting to find public key for the private key PrivateKey[dW5rbm93bktleQ==] 17:33:46.878 [main] DEBUG c.q.t.encryption.KeyManagerImpl - Attempting to find private key for the public key PublicKey[dW5rbm93bktleQ==] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in com.quorum.tessera.encryption.KeyManagerTest [INFO] Running com.quorum.tessera.encryption.EncodedPayloadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in com.quorum.tessera.encryption.EncodedPayloadTest [INFO] Running com.quorum.tessera.encryption.EnclaveTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in com.quorum.tessera.encryption.EnclaveTest [INFO] Running com.quorum.tessera.encryption.EncodedPayloadWithRecipientsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in com.quorum.tessera.encryption.EncodedPayloadWithRecipientsTest [INFO] Running com.quorum.tessera.encryption.KeyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.encryption.KeyFactoryTest [INFO] Running com.quorum.tessera.encryption.KeyPairTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.encryption.KeyPairTest [INFO] Running com.quorum.tessera.encryption.KeyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.quorum.tessera.encryption.KeyTest [INFO] Running com.quorum.tessera.nacl.NaclFacadeFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.nacl.NaclFacadeFactoryTest [INFO] Running com.quorum.tessera.nacl.NonceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.nacl.NonceTest [INFO] Running com.quorum.tessera.nacl.NaclFacadeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.nacl.NaclFacadeTest [INFO] Running com.quorum.tessera.nacl.NaclExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.nacl.NaclExceptionTest [INFO] Running com.quorum.tessera.nacl.KeyExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.nacl.KeyExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ encryption-api --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/jacoco.exec [INFO] Analyzed bundle 'encryption-api' with 22 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ encryption-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ encryption-api --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/jacoco.exec [INFO] Analyzed bundle 'encryption-api' with 22 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ encryption-api --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ encryption-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ encryption-api --- [INFO] Checked 39 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ encryption-api --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/encryption-api-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/encryption-api/0.8-SNAPSHOT/encryption-api-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/encryption-api/0.8-SNAPSHOT/encryption-api-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building encryption-jnacl 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ encryption-jnacl --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ encryption-jnacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ encryption-jnacl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ encryption-jnacl --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ encryption-jnacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ encryption-jnacl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ encryption-jnacl --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.nacl.jnacl.JnaclTest 17:33:49.149 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.175 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[irJV7rLL1gJ0x28izkRd/t0+7WV38CMOaftrjWaGIQ8=] and private key REDACTED 17:33:49.175 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[irJV7rLL1gJ0x28izkRd/t0+7WV38CMOaftrjWaGIQ8=] and private key PrivateKey[m3gpfXea3+aMNHq3f/oHIZVrFOcthe3wIFGzKyNAzOE=] 17:33:49.176 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[irJV7rLL1gJ0x28izkRd/t0+7WV38CMOaftrjWaGIQ8=] and private key PrivateKey[m3gpfXea3+aMNHq3f/oHIZVrFOcthe3wIFGzKyNAzOE=] 17:33:49.187 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[tc8Jmu/e+Wsp8XY5d66CHS7RZjzzYWBAzmC9N5qGrmw=] for pub PublicKey[irJV7rLL1gJ0x28izkRd/t0+7WV38CMOaftrjWaGIQ8=] and priv PrivateKey[m3gpfXea3+aMNHq3f/oHIZVrFOcthe3wIFGzKyNAzOE=] 17:33:49.187 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [45, -26, -67, 120, 1, 44, 47, 56, -51, -39, -32, -14, -84, 12, -108, -69, -40, 43, 109, -82, -13, -96, -81, 24] 17:33:49.195 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message using shared key SharedKey[tc8Jmu/e+Wsp8XY5d66CHS7RZjzzYWBAzmC9N5qGrmw=] 17:33:49.195 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] using nonce [45, -26, -67, 120, 1, 44, 47, 56, -51, -39, -32, -14, -84, 12, -108, -69, -40, 43, 109, -82, -13, -96, -81, 24] and shared key SharedKey[tc8Jmu/e+Wsp8XY5d66CHS7RZjzzYWBAzmC9N5qGrmw=] 17:33:49.199 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opened sealed payload for shared key SharedKey[tc8Jmu/e+Wsp8XY5d66CHS7RZjzzYWBAzmC9N5qGrmw=] 17:33:49.200 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opened payload [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] using nonce [45, -26, -67, 120, 1, 44, 47, 56, -51, -39, -32, -14, -84, 12, -108, -69, -40, 43, 109, -82, -13, -96, -81, 24], public key SharedKey[tc8Jmu/e+Wsp8XY5d66CHS7RZjzzYWBAzmC9N5qGrmw=] and private key REDACTED to get result [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] 17:33:49.260 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.269 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[0mbPsRqtUuTcpOL5/TpwpEmivPP/+hyMxfaQKWYSmmA=] and private key REDACTED 17:33:49.269 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[0mbPsRqtUuTcpOL5/TpwpEmivPP/+hyMxfaQKWYSmmA=] and private key PrivateKey[uNlMiVjsH1zZtzEPItK7a6+/MElq38GbfyANknq8CYs=] 17:33:49.269 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[0mbPsRqtUuTcpOL5/TpwpEmivPP/+hyMxfaQKWYSmmA=] and private key PrivateKey[uNlMiVjsH1zZtzEPItK7a6+/MElq38GbfyANknq8CYs=] 17:33:49.278 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[0egpzSZ30UCGGBz1+NSFTY8azSxO/+6OZcl6bz5xABs=] for pub PublicKey[0mbPsRqtUuTcpOL5/TpwpEmivPP/+hyMxfaQKWYSmmA=] and priv PrivateKey[uNlMiVjsH1zZtzEPItK7a6+/MElq38GbfyANknq8CYs=] 17:33:49.278 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-115, 2, -42, 88, 86, 86, 119, -75, -46, 106, 22, 12, 48, -73, -100, -87, -69, 82, 98, -88, 54, 52, 33, 27] 17:33:49.278 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message using public key SharedKey[0egpzSZ30UCGGBz1+NSFTY8azSxO/+6OZcl6bz5xABs=] 17:33:49.279 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [-115, 2, -42, 88, 86, 86, 119, -75, -46, 106, 22, 12, 48, -73, -100, -87, -69, 82, 98, -88, 54, 52, 33, 27] and shared key SharedKey[0egpzSZ30UCGGBz1+NSFTY8azSxO/+6OZcl6bz5xABs=] 17:33:49.279 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload for shared key SharedKey[0egpzSZ30UCGGBz1+NSFTY8azSxO/+6OZcl6bz5xABs=] 17:33:49.279 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] using nonce [-115, 2, -42, 88, 86, 86, 119, -75, -46, 106, 22, 12, 48, -73, -100, -87, -69, 82, 98, -88, 54, 52, 33, 27] and shared key SharedKey[0egpzSZ30UCGGBz1+NSFTY8azSxO/+6OZcl6bz5xABs=] 17:33:49.280 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.288 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and private key REDACTED 17:33:49.288 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and private key PrivateKey[CLXJhlPxLykfF88LaFvxlbldpQAR4ju+Fm27dCylp/k=] 17:33:49.288 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and private key PrivateKey[CLXJhlPxLykfF88LaFvxlbldpQAR4ju+Fm27dCylp/k=] 17:33:49.297 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[8XL+445moQ6R9Phcsgf5dbR1eRYjGBVAvwKHo0NU2lk=] for pub PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and priv PrivateKey[CLXJhlPxLykfF88LaFvxlbldpQAR4ju+Fm27dCylp/k=] 17:33:49.297 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [18, -81, 71, 14, 42, 95, -17, 15, 44, 108, 121, 83, 9, 108, -67, 1, 99, 117, 94, -45, -13, 91, -16, 96] 17:33:49.298 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message using public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] 17:33:49.298 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [18, -81, 71, 14, 42, 95, -17, 15, 44, 108, 121, 83, 9, 108, -67, 1, 99, 117, 94, -45, -13, 91, -16, 96], public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and private key PrivateKey[CLXJhlPxLykfF88LaFvxlbldpQAR4ju+Fm27dCylp/k=] 17:33:49.308 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload for public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] 17:33:49.308 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 26, -37, -34, -48, -77, -75, 95, -117, -86, -121, -98, -47, 74, 117, -19, 91, 116, -86, 39, 87, 52, 35, -75, 87, 4, -63, 117] using nonce [18, -81, 71, 14, 42, 95, -17, 15, 44, 108, 121, 83, 9, 108, -67, 1, 99, 117, 94, -45, -13, 91, -16, 96], public key PublicKey[eu4LmTTARiGfDjmFQTUVC1aHok9tmCM7GpJrUZ8EcCU=] and private key PrivateKey[CLXJhlPxLykfF88LaFvxlbldpQAR4ju+Fm27dCylp/k=] 17:33:49.309 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.319 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[0uE3tZgA2JIkhggsAP7PKEBwMEMEVypAqbxCkqwOwVs=] and private key REDACTED 17:33:49.319 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[0uE3tZgA2JIkhggsAP7PKEBwMEMEVypAqbxCkqwOwVs=] and private key PrivateKey[jIMyJGxMiLViksghPktKNyc6bPsHE+Cvo4esSFNtCqk=] 17:33:49.319 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[0uE3tZgA2JIkhggsAP7PKEBwMEMEVypAqbxCkqwOwVs=] and private key PrivateKey[jIMyJGxMiLViksghPktKNyc6bPsHE+Cvo4esSFNtCqk=] 17:33:49.329 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[TpDSgj3aEvMPoV6WDKGQn2WkVPB1wneAxByNLP/ja8A=] for pub PublicKey[0uE3tZgA2JIkhggsAP7PKEBwMEMEVypAqbxCkqwOwVs=] and priv PrivateKey[jIMyJGxMiLViksghPktKNyc6bPsHE+Cvo4esSFNtCqk=] 17:33:49.329 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-75, 28, -41, -26, 8, -75, -64, 115, -21, -85, -83, -40, 103, -69, 3, 84, -52, -111, -21, -27, -8, 115, -127, -46] 17:33:49.331 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message using shared key SharedKey[TpDSgj3aEvMPoV6WDKGQn2WkVPB1wneAxByNLP/ja8A=] 17:33:49.331 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [-75, 28, -41, -26, 8, -75, -64, 115, -21, -85, -83, -40, 103, -69, 3, 84, -52, -111, -21, -27, -8, 115, -127, -46] and shared key SharedKey[TpDSgj3aEvMPoV6WDKGQn2WkVPB1wneAxByNLP/ja8A=] 17:33:49.331 [main] WARN com.quorum.tessera.nacl.jnacl.Jnacl - Could not open sealed payload using shared key SharedKey[TpDSgj3aEvMPoV6WDKGQn2WkVPB1wneAxByNLP/ja8A=] 17:33:49.332 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Could not open sealed payload using shared key SharedKey[TpDSgj3aEvMPoV6WDKGQn2WkVPB1wneAxByNLP/ja8A=] 17:33:49.342 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.350 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] and private key REDACTED 17:33:49.351 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] and private key PrivateKey[P6BVLSjdDy8oGMXnOV8gP1YxdgSKu5O0IWxMCxhlH28=] 17:33:49.351 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] and private key PrivateKey[P6BVLSjdDy8oGMXnOV8gP1YxdgSKu5O0IWxMCxhlH28=] 17:33:49.356 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[6vXG53XNyZRNBNH1P3GXs0ycUxgxZwOP5sc8NWJZLEY=] for pub PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] and priv PrivateKey[P6BVLSjdDy8oGMXnOV8gP1YxdgSKu5O0IWxMCxhlH28=] 17:33:49.356 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [94, -105, 50, -44, -110, -4, -74, -55, -6, 76, -92, 111, 83, 60, -126, -2, -87, 3, -117, 40, -24, 109, -64, 119] 17:33:49.356 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message using public key PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] 17:33:49.357 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [94, -105, 50, -44, -110, -4, -74, -55, -6, 76, -92, 111, 83, 60, -126, -2, -87, 3, -117, 40, -24, 109, -64, 119], public key PublicKey[o8kgql8jdxa/qoOkeIaCXgh6BAdu98axF+RH01Rzv1M=] and private key PrivateKey[] 17:33:49.358 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.361 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[GVkBKLzh1hJQoBgmTBts9MliSjVbYIk4tZxIHdVKRBE=] and private key REDACTED 17:33:49.361 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[GVkBKLzh1hJQoBgmTBts9MliSjVbYIk4tZxIHdVKRBE=] and private key PrivateKey[xi6bsxQb9bnZfSWhDsYTzLMcbBJVdns/fahW2t6tuF8=] 17:33:49.362 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[GVkBKLzh1hJQoBgmTBts9MliSjVbYIk4tZxIHdVKRBE=] and private key PrivateKey[xi6bsxQb9bnZfSWhDsYTzLMcbBJVdns/fahW2t6tuF8=] 17:33:49.366 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[Nm6a2UKqlehSqFOSy7wuOlzvQBmqOTadO4uTYEXM3vU=] for pub PublicKey[GVkBKLzh1hJQoBgmTBts9MliSjVbYIk4tZxIHdVKRBE=] and priv PrivateKey[xi6bsxQb9bnZfSWhDsYTzLMcbBJVdns/fahW2t6tuF8=] 17:33:49.366 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-41, -35, 80, -116, 115, 91, 47, 123, -101, -18, 62, -119, -18, 25, 117, 122, -22, -29, 84, 77, 71, -95, 111, -79] 17:33:49.366 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message using public key SharedKey[Nm6a2UKqlehSqFOSy7wuOlzvQBmqOTadO4uTYEXM3vU=] 17:33:49.366 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [-41, -35, 80, -116, 115, 91, 47, 123, -101, -18, 62, -119, -18, 25, 117, 122, -22, -29, 84, 77, 71, -95, 111, -79] and shared key SharedKey[Nm6a2UKqlehSqFOSy7wuOlzvQBmqOTadO4uTYEXM3vU=] 17:33:49.367 [main] WARN com.quorum.tessera.nacl.jnacl.Jnacl - Could not create sealed payload using shared key SharedKey[Nm6a2UKqlehSqFOSy7wuOlzvQBmqOTadO4uTYEXM3vU=] 17:33:49.367 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Could not create sealed payload using shared key SharedKey[Nm6a2UKqlehSqFOSy7wuOlzvQBmqOTadO4uTYEXM3vU=] 17:33:49.367 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.371 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and private key REDACTED 17:33:49.371 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and private key PrivateKey[NlJebI8dy/2AYPO5XKRz8olmtQA7VNyyyoeHpwUdx5w=] 17:33:49.371 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and private key PrivateKey[NlJebI8dy/2AYPO5XKRz8olmtQA7VNyyyoeHpwUdx5w=] 17:33:49.374 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[gQvg0T7NT6OxoIhG/7k5YHYlev8BVKb6Bjz4UUhWwBQ=] for pub PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and priv PrivateKey[NlJebI8dy/2AYPO5XKRz8olmtQA7VNyyyoeHpwUdx5w=] 17:33:49.374 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [3, 112, -77, 97, 61, 69, 18, 55, -23, -50, 19, -77, -30, -125, 123, -60, 95, 15, -16, -71, -108, -59, 68, 120] 17:33:49.374 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message using public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] 17:33:49.374 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Opening message [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] using nonce [3, 112, -77, 97, 61, 69, 18, 55, -23, -50, 19, -77, -30, -125, 123, -60, 95, 15, -16, -71, -108, -59, 68, 120], public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and private key PrivateKey[NlJebI8dy/2AYPO5XKRz8olmtQA7VNyyyoeHpwUdx5w=] 17:33:49.378 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload for public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] 17:33:49.378 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Created sealed payload [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] using nonce [3, 112, -77, 97, 61, 69, 18, 55, -23, -50, 19, -77, -30, -125, 123, -60, 95, 15, -16, -71, -108, -59, 68, 120], public key PublicKey[QAC5aXctNCqxwa3YQYm0XjuGNEGbPjmmtTbFUKAMdQw=] and private key PrivateKey[NlJebI8dy/2AYPO5XKRz8olmtQA7VNyyyoeHpwUdx5w=] 17:33:49.378 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.381 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[s9nXki//A6XY7oRXk0IYDxAYlkZv1oEqCOUTaME7djA=] and private key REDACTED 17:33:49.382 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[s9nXki//A6XY7oRXk0IYDxAYlkZv1oEqCOUTaME7djA=] and private key PrivateKey[eFZ6snWUCQlB5yugYZ4C/NXGNdxN0GpaqlxRjXNbNP0=] 17:33:49.382 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[s9nXki//A6XY7oRXk0IYDxAYlkZv1oEqCOUTaME7djA=] and private key PrivateKey[eFZ6snWUCQlB5yugYZ4C/NXGNdxN0GpaqlxRjXNbNP0=] 17:33:49.385 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[o0OxlrE9Ve6OJTGhaGTkxaCBpJmoTCyvdNsj/9TIonI=] for pub PublicKey[s9nXki//A6XY7oRXk0IYDxAYlkZv1oEqCOUTaME7djA=] and priv PrivateKey[eFZ6snWUCQlB5yugYZ4C/NXGNdxN0GpaqlxRjXNbNP0=] 17:33:49.385 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-46, -97, 31, -15, 26, 53, -72, 117, 77, 89, -128, 82, -47, -86, -33, 48, 109, -67, -82, 82, 48, 93, 88, 49] 17:33:49.386 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.386 [main] WARN com.quorum.tessera.nacl.jnacl.Jnacl - Unable to generate a new keypair! 17:33:49.387 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.390 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] and private key REDACTED 17:33:49.390 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] and private key PrivateKey[fdBSOj2n25eO8bKnPXt2biQpUnBvaTUxWmQCEaMEZs8=] 17:33:49.390 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] and private key PrivateKey[fdBSOj2n25eO8bKnPXt2biQpUnBvaTUxWmQCEaMEZs8=] 17:33:49.393 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[KpzEI9cCv0PmP/Zzfofoo6my/Bd0VTyBosGpMeMG2Ag=] for pub PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] and priv PrivateKey[fdBSOj2n25eO8bKnPXt2biQpUnBvaTUxWmQCEaMEZs8=] 17:33:49.393 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [63, 93, 48, 3, 122, -2, -43, 72, 25, -14, -27, -115, 25, 12, -81, 46, -24, 53, 57, 111, -26, 69, 58, -121] 17:33:49.394 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message using public key PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] 17:33:49.394 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Sealing message [84, 69, 83, 84, 95, 77, 69, 83, 83, 65, 71, 69] using nonce [63, 93, 48, 3, 122, -2, -43, 72, 25, -14, -27, -115, 25, 12, -81, 46, -24, 53, 57, 111, -26, 69, 58, -121], public key PublicKey[9nXuU+m2HzK/cmyxNmFqK8Q8MwxhzX34iM7kyXvO+CM=] and private key PrivateKey[] 17:33:49.395 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.398 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and private key REDACTED 17:33:49.398 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and private key PrivateKey[Zonvw9wls5V8sVz5qM4kMlbXW6LCYTzJuODP0AAU7RE=] 17:33:49.398 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and private key PrivateKey[Zonvw9wls5V8sVz5qM4kMlbXW6LCYTzJuODP0AAU7RE=] 17:33:49.401 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[2txmAMgEhVBjGBmyyW8cK0p04va70iCmAukAcScQqxo=] for pub PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and priv PrivateKey[Zonvw9wls5V8sVz5qM4kMlbXW6LCYTzJuODP0AAU7RE=] 17:33:49.401 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-83, -28, 56, 0, 61, -33, 102, 74, -52, -44, 119, -60, 55, 118, 38, 95, 65, 34, -126, 78, 67, -36, -120, -105] 17:33:49.402 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and private key PrivateKey[Zonvw9wls5V8sVz5qM4kMlbXW6LCYTzJuODP0AAU7RE=] 17:33:49.402 [main] WARN com.quorum.tessera.nacl.jnacl.Jnacl - Could not compute the shared key for pub PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and priv REDACTED 17:33:49.402 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Could not compute the shared key for pub PublicKey[YIMCEb8/fjnwAH4UnFobbTBqUN4XfFrV58JHyy/tbB0=] and priv PrivateKey[Zonvw9wls5V8sVz5qM4kMlbXW6LCYTzJuODP0AAU7RE=] 17:33:49.403 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.406 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and private key REDACTED 17:33:49.406 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and private key PrivateKey[4eSXeTieXR0JunbR0YwE3AKGQvXD6lhYrLG0OZrsDVc=] 17:33:49.406 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and private key PrivateKey[4eSXeTieXR0JunbR0YwE3AKGQvXD6lhYrLG0OZrsDVc=] 17:33:49.409 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[eykG0m7jqPP5fxrirr7d1aOGKOiPh8MV3Hhqs+RawH4=] for pub PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and priv PrivateKey[4eSXeTieXR0JunbR0YwE3AKGQvXD6lhYrLG0OZrsDVc=] 17:33:49.409 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [18, 75, -15, -84, -108, -108, -50, -127, 117, -7, -62, 16, 53, -81, -71, 107, 88, -28, -120, -89, -15, -37, -61, 36] 17:33:49.409 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and private key PrivateKey[4eSXeTieXR0JunbR0YwE3AKGQvXD6lhYrLG0OZrsDVc=] 17:33:49.410 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=] for pub PublicKey[M80zWDPr2eefeaerNBQ0rBktfm5Q5LP8bNiMTTFIrD8=] and priv PrivateKey[4eSXeTieXR0JunbR0YwE3AKGQvXD6lhYrLG0OZrsDVc=] 17:33:49.411 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.414 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[jrwkKrKT+KQeme2/S2lyYsjrDWkpmSeI4QxRzG0dkXg=] and private key REDACTED 17:33:49.415 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[jrwkKrKT+KQeme2/S2lyYsjrDWkpmSeI4QxRzG0dkXg=] and private key PrivateKey[X8UZzd5KlVfi+Zit3SHQk1ebesdERUgrjXHAKtAlWlk=] 17:33:49.415 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[jrwkKrKT+KQeme2/S2lyYsjrDWkpmSeI4QxRzG0dkXg=] and private key PrivateKey[X8UZzd5KlVfi+Zit3SHQk1ebesdERUgrjXHAKtAlWlk=] 17:33:49.419 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[24SEBRCWq4twcIZHCJwnOjCyuzNB/rGkAac9LJ0TDaQ=] for pub PublicKey[jrwkKrKT+KQeme2/S2lyYsjrDWkpmSeI4QxRzG0dkXg=] and priv PrivateKey[X8UZzd5KlVfi+Zit3SHQk1ebesdERUgrjXHAKtAlWlk=] 17:33:49.419 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [-97, 22, -89, -6, -94, 122, -101, 28, -65, 50, 67, -17, -63, -53, 93, -65, -93, -85, -48, 124, 56, -87, 79, 117] 17:33:49.419 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.419 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=] and private key REDACTED 17:33:49.420 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=] and private key PrivateKey[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=] 17:33:49.420 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.423 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[3UPfFNb/hEu9+OAUH80eAfdIuHyWb5cjeb9TGEut8kc=] and private key REDACTED 17:33:49.423 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[3UPfFNb/hEu9+OAUH80eAfdIuHyWb5cjeb9TGEut8kc=] and private key PrivateKey[BFReYJ/VEyTL0Z3yzCvVhJYDYcbpbY36mws4wcBRem0=] 17:33:49.424 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[3UPfFNb/hEu9+OAUH80eAfdIuHyWb5cjeb9TGEut8kc=] and private key PrivateKey[BFReYJ/VEyTL0Z3yzCvVhJYDYcbpbY36mws4wcBRem0=] 17:33:49.427 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[IZK7hLAEfQGvAJU/jgki8nGUJjyr82WYkpUQc9vavcA=] for pub PublicKey[3UPfFNb/hEu9+OAUH80eAfdIuHyWb5cjeb9TGEut8kc=] and priv PrivateKey[BFReYJ/VEyTL0Z3yzCvVhJYDYcbpbY36mws4wcBRem0=] 17:33:49.427 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [110, 44, 10, 21, 37, 23, 86, 75, 104, 46, -96, 38, -107, -4, 117, -90, -51, 14, 1, 80, 81, 73, 40, -49] 17:33:49.427 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generating random key 17:33:49.428 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Random key generated 17:33:49.428 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated key with value SharedKey[Ojy4MumJINmVmNlGeCx3ljnw9l0rOhZu9IafKz06Yfs=] 17:33:49.428 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generating new keypair... 17:33:49.431 [main] INFO com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[sER8GEU9BWUY8l3waJ762GG9jtvzE6EWpk2CsteaxyM=] and private key REDACTED 17:33:49.431 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated public key PublicKey[sER8GEU9BWUY8l3waJ762GG9jtvzE6EWpk2CsteaxyM=] and private key PrivateKey[aTuVOLeDsl4F0A2F3MVza5R6aEVfjn9YxjKM5Nr/BDE=] 17:33:49.431 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computing the shared key for public key PublicKey[sER8GEU9BWUY8l3waJ762GG9jtvzE6EWpk2CsteaxyM=] and private key PrivateKey[aTuVOLeDsl4F0A2F3MVza5R6aEVfjn9YxjKM5Nr/BDE=] 17:33:49.434 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Computed shared key SharedKey[fqOFJ+Ic0j6Dgh52+dhHz8mD+SFLlMyLYRGg/o2AZR4=] for pub PublicKey[sER8GEU9BWUY8l3waJ762GG9jtvzE6EWpk2CsteaxyM=] and priv PrivateKey[aTuVOLeDsl4F0A2F3MVza5R6aEVfjn9YxjKM5Nr/BDE=] 17:33:49.434 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [72, 45, 111, -11, -39, 19, 68, 23, 64, -75, 29, -119, 117, 124, 57, -13, 90, 102, -11, 1, -93, 18, 10, 107] 17:33:49.436 [main] DEBUG com.quorum.tessera.nacl.jnacl.Jnacl - Generated random nonce [118, 124, 59, 29, -117, 38, -110, 94, -47, -120, 60, -105, -84, -68, -107, 64, -72, -58, 104, -66, 29, 24, -127, 2] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in com.quorum.tessera.nacl.jnacl.JnaclTest [INFO] Running com.quorum.tessera.nacl.jnacl.JnaclFactoryTest 17:33:49.439 [main] DEBUG c.q.tessera.nacl.jnacl.JnaclFactory - Creating a JNaCL implementation of NaclFacadeFactory [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.nacl.jnacl.JnaclFactoryTest [INFO] Running com.quorum.tessera.nacl.jnacl.JnaclSecretBoxTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in com.quorum.tessera.nacl.jnacl.JnaclSecretBoxTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ encryption-jnacl --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/jacoco.exec [INFO] Analyzed bundle 'encryption-jnacl' with 3 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ encryption-jnacl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ encryption-jnacl --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/jacoco.exec [INFO] Analyzed bundle 'encryption-jnacl' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ encryption-jnacl --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ encryption-jnacl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ encryption-jnacl --- [INFO] Checked 8 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ encryption-jnacl --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/encryption-jnacl-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/encryption-jnacl/0.8-SNAPSHOT/encryption-jnacl-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/encryption-jnacl/0.8-SNAPSHOT/encryption-jnacl-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building config 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The artifact org.hibernate:hibernate-validator:jar:6.0.2.Final has been relocated to org.hibernate.validator:hibernate-validator:jar:6.0.2.Final [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ config --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ config --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ config --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/test-classes [WARNING] /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/src/test/java/com/quorum/tessera/config/constraints/EitherServerConfigsOrServerValidatorTest.java: Some input files use or override a deprecated API. [WARNING] /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/src/test/java/com/quorum/tessera/config/constraints/EitherServerConfigsOrServerValidatorTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/src/test/java/com/quorum/tessera/config/util/XmlProcessingCallbackTest.java: Some input files use unchecked or unsafe operations. [WARNING] /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/src/test/java/com/quorum/tessera/config/util/XmlProcessingCallbackTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ config --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.config.keys.KeyEncryptorFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in com.quorum.tessera.config.keys.KeyEncryptorFactoryTest [INFO] Running com.quorum.tessera.config.keys.KeyEncryptorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in com.quorum.tessera.config.keys.KeyEncryptorTest [INFO] Running com.quorum.tessera.config.InetServerSocketTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.InetServerSocketTest [INFO] Running com.quorum.tessera.config.DeprecatedServerConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.quorum.tessera.config.DeprecatedServerConfigTest [INFO] Running com.quorum.tessera.config.ConfigFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 s - in com.quorum.tessera.config.ConfigFactoryTest [INFO] Running com.quorum.tessera.config.JaxbCreateFactoryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.quorum.tessera.config.JaxbCreateFactoryTest [INFO] Running com.quorum.tessera.config.KeyReadingTest 17:34:00.970 [main] WARN com.quorum.tessera.nacl.jnacl.Jnacl - Could not open sealed payload using shared key SharedKey[pxZqgru0uvhne0v/aj1IspGdUNiNEb3ZwQjQpGFfSB4=] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.362 s - in com.quorum.tessera.config.KeyReadingTest [INFO] Running com.quorum.tessera.config.adapters.PathAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.quorum.tessera.config.adapters.PathAdapterTest [INFO] Running com.quorum.tessera.config.adapters.KeyDataAdapterTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in com.quorum.tessera.config.adapters.KeyDataAdapterTest [INFO] Running com.quorum.tessera.config.adapters.PrivateKeyTypeAdapterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.adapters.PrivateKeyTypeAdapterTest [INFO] Running com.quorum.tessera.config.adapters.KeyConfigurationAdapterTest Could not read the password file [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.adapters.KeyConfigurationAdapterTest [INFO] Running com.quorum.tessera.config.util.JaxbUtilTest 17:34:08.682 [main] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.2.Final [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 s - in com.quorum.tessera.config.util.JaxbUtilTest [INFO] Running com.quorum.tessera.config.util.XmlProcessingCallbackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.util.XmlProcessingCallbackTest [INFO] Running com.quorum.tessera.config.util.EnvironmentVariableProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.util.EnvironmentVariableProviderTest [INFO] Running com.quorum.tessera.config.util.ConfigFileStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.877 s - in com.quorum.tessera.config.util.ConfigFileStoreTest [INFO] Running com.quorum.tessera.config.util.InputStreamPasswordReaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.util.InputStreamPasswordReaderTest [INFO] Running com.quorum.tessera.config.util.PasswordReaderTest Enter a password if you want to lock the private key or leave blank Please re-enter the password (or lack of) to confirm Passwords did not match, try again... Enter a password if you want to lock the private key or leave blank Please re-enter the password (or lack of) to confirm [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.util.PasswordReaderTest [INFO] Running com.quorum.tessera.config.SslAuthenticationModeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.SslAuthenticationModeTest [INFO] Running com.quorum.tessera.config.PrivateKeyTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.PrivateKeyTypeTest [INFO] Running com.quorum.tessera.config.keypairs.DirectKeyPairTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.keypairs.DirectKeyPairTest [INFO] Running com.quorum.tessera.config.keypairs.UnsupportedKeyPairTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.keypairs.UnsupportedKeyPairTest [INFO] Running com.quorum.tessera.config.keypairs.AzureVaultKeyPairTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.keypairs.AzureVaultKeyPairTest [INFO] Running com.quorum.tessera.config.keypairs.FilesystemKeyPairTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.quorum.tessera.config.keypairs.FilesystemKeyPairTest [INFO] Running com.quorum.tessera.config.ConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in com.quorum.tessera.config.ConfigTest [INFO] Running com.quorum.tessera.config.UnixServerSocketTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.UnixServerSocketTest [INFO] Running com.quorum.tessera.config.ObjectFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.ObjectFactoryTest [INFO] Running com.quorum.tessera.config.ServerConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.ServerConfigTest [INFO] Running com.quorum.tessera.config.KeyVaultTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.KeyVaultTypeTest [INFO] Running com.quorum.tessera.config.AzureKeyVaultConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.AzureKeyVaultConfigTest [INFO] Running com.quorum.tessera.config.KeyDataConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in com.quorum.tessera.config.KeyDataConfigTest [INFO] Running com.quorum.tessera.config.constraints.ValidContentValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in com.quorum.tessera.config.constraints.ValidContentValidatorTest [INFO] Running com.quorum.tessera.config.constraints.InlineKeypairValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.quorum.tessera.config.constraints.InlineKeypairValidatorTest [INFO] Running com.quorum.tessera.config.constraints.Base64ValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.quorum.tessera.config.constraints.Base64ValidatorTest [INFO] Running com.quorum.tessera.config.constraints.EitherServerConfigsOrServerValidatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in com.quorum.tessera.config.constraints.EitherServerConfigsOrServerValidatorTest [INFO] Running com.quorum.tessera.config.constraints.KeyDataConfigValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.quorum.tessera.config.constraints.KeyDataConfigValidatorTest [INFO] Running com.quorum.tessera.config.constraints.ServerConfigsValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.quorum.tessera.config.constraints.ServerConfigsValidatorTest [INFO] Running com.quorum.tessera.config.constraints.KeyConfigurationValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in com.quorum.tessera.config.constraints.KeyConfigurationValidatorTest [INFO] Running com.quorum.tessera.config.constraints.PathValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in com.quorum.tessera.config.constraints.PathValidatorTest [INFO] Running com.quorum.tessera.config.constraints.UnsupportedKeyPairValidatorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.quorum.tessera.config.constraints.UnsupportedKeyPairValidatorTest [INFO] Running com.quorum.tessera.config.constraints.SslConfigValidatorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in com.quorum.tessera.config.constraints.SslConfigValidatorTest [INFO] Running com.quorum.tessera.config.constraints.ServerConfigValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.quorum.tessera.config.constraints.ServerConfigValidatorTest [INFO] Running com.quorum.tessera.config.constraints.KeyVaultConfigurationValidatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in com.quorum.tessera.config.constraints.KeyVaultConfigurationValidatorTest [INFO] Running com.quorum.tessera.config.ValidationTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in com.quorum.tessera.config.ValidationTest [INFO] Running com.quorum.tessera.config.ConfigExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.config.ConfigExceptionTest [INFO] Running com.quorum.tessera.config.JaxbConfigFactoryTest Could not read the password file [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in com.quorum.tessera.config.JaxbConfigFactoryTest [INFO] Running com.quorum.tessera.config.SslTrustModeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.quorum.tessera.config.SslTrustModeTest [INFO] Running com.quorum.tessera.config.OpenPojoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in com.quorum.tessera.config.OpenPojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (report) @ config --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/jacoco.exec [INFO] Analyzed bundle 'config' with 64 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:check (check) @ config --- [INFO] Loading execution data file /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/jacoco.exec [INFO] Analyzed bundle 'config' with 62 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-integration-test) @ config --- [INFO] failsafeArgLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/jacoco-it.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (post-integration-test) @ config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- editorconfig-maven-plugin:0.0.8:check (check) @ config --- [INFO] Checked 153 files [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ config --- [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/config-0.8-SNAPSHOT.jar to /home/eman-herawy/.m2/repository/com/quorum/tessera/config/0.8-SNAPSHOT/config-0.8-SNAPSHOT.jar [INFO] Installing /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/pom.xml to /home/eman-herawy/.m2/repository/com/quorum/tessera/config/0.8-SNAPSHOT/config-0.8-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building security 0.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ security --- [INFO] argLine set to -javaagent:/home/eman-herawy/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ security --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (verify-style) @ security --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ security --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ security --- [INFO] Surefire report directory: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.quorum.tessera.ssl.trust.TrustAllManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in com.quorum.tessera.ssl.trust.TrustAllManagerTest [INFO] Running com.quorum.tessera.ssl.trust.WhiteListTrustManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s - in com.quorum.tessera.ssl.trust.WhiteListTrustManagerTest [INFO] Running com.quorum.tessera.ssl.trust.CompositeTrustManagerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in com.quorum.tessera.ssl.trust.CompositeTrustManagerTest [INFO] Running com.quorum.tessera.ssl.trust.TrustOnFirstUseManagerTest 17:34:21.398 [main] INFO c.q.t.ssl.trust.AbstractTrustManager - Add entry to known host file 17:34:21.406 [main] INFO c.q.t.ssl.trust.AbstractTrustManager - Add entry to known host file 17:34:21.408 [main] INFO c.q.t.ssl.trust.AbstractTrustManager - Add entry to known host file 17:34:21.410 [main] INFO c.q.t.ssl.trust.AbstractTrustManager - Add entry to known host file 17:34:21.412 [main] INFO c.q.t.ssl.trust.AbstractTrustManager - Add entry to known host file [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in com.quorum.tessera.ssl.trust.TrustOnFirstUseManagerTest [INFO] Running com.quorum.tessera.ssl.util.TlsUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in com.quorum.tessera.ssl.util.TlsUtilsTest [INFO] Running com.quorum.tessera.ssl.util.CertificateUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.quorum.tessera.ssl.util.CertificateUtilTest [INFO] Running com.quorum.tessera.ssl.util.HostnameUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.quorum.tessera.ssl.util.HostnameUtilTest [INFO] Running com.quorum.tessera.ssl.strategy.TrustModeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in com.quorum.tessera.ssl.strategy.TrustModeTest [INFO] Running com.quorum.tessera.ssl.context.SSLContextBuilderTest [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.654 s <<< FAILURE! - in com.quorum.tessera.ssl.context.SSLContextBuilderTest [ERROR] testBuildUsingPemFiles(com.quorum.tessera.ssl.context.SSLContextBuilderTest) Time elapsed: 0.088 s <<< ERROR! java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; at com.quorum.tessera.ssl.context.SSLContextBuilderTest.testBuildUsingPemFiles(SSLContextBuilderTest.java:162)

[INFO] Running com.quorum.tessera.ssl.context.ClientSSLContextFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in com.quorum.tessera.ssl.context.ClientSSLContextFactoryTest [INFO] Running com.quorum.tessera.ssl.context.model.SSLContextPropertiesTest 17:34:23.601 [main] INFO com.openpojo.log.LoggerFactory - Logging subsystem initialized to [com.openpojo.log.impl.SLF4JLogger] 17:34:23.601 [main] INFO c.o.r.c.s.PojoCoverageFilterServiceFactory - Jacoco detected, auto-configuring OpenPojo to ignore its structures. 17:34:23.644 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar 17:34:23.647 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/rt.jar 17:34:23.680 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar 17:34:23.680 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar] 17:34:23.680 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar 17:34:23.680 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/jce.jar 17:34:23.681 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar 17:34:23.681 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar 17:34:23.682 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/classes 17:34:23.682 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/lib/jvm/java-8-oracle/jre/classes] 17:34:23.682 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/java/packages/lib/amd64 17:34:23.682 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/java/packages/lib/amd64] 17:34:23.682 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib64 17:34:23.682 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/lib64] 17:34:23.682 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /lib64 17:34:23.683 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/lib64] 17:34:23.683 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /lib 17:34:23.683 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/lib] 17:34:23.683 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib 17:34:23.683 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/lib] 17:34:23.683 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/test-classes 17:34:23.683 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/test-classes] 17:34:23.683 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/classes 17:34:23.683 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/classes] 17:34:23.684 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/config/target/config-0.8-SNAPSHOT.jar 17:34:23.684 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.3/org.eclipse.persistence.moxy-2.7.3.jar 17:34:23.684 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/2.7.3/org.eclipse.persistence.core-2.7.3.jar 17:34:23.688 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/2.7.3/org.eclipse.persistence.asm-2.7.3.jar 17:34:23.688 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/javax/json/javax.json-api/1.1.2/javax.json-api-1.1.2.jar 17:34:23.688 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/glassfish/javax.el/3.0.1-b10/javax.el-3.0.1-b10.jar 17:34:23.689 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/glassfish/javax.json/1.1.2/javax.json-1.1.2.jar 17:34:23.689 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar 17:34:23.690 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/shared/target/shared-0.8-SNAPSHOT.jar 17:34:23.690 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/argon2/target/argon2-0.8-SNAPSHOT.jar 17:34:23.690 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/de/mkammerer/argon2-jvm/2.4/argon2-jvm-2.4.jar 17:34:23.690 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar 17:34:23.691 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-api/target/encryption-api-0.8-SNAPSHOT.jar 17:34:23.691 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/encryption/encryption-jnacl/target/encryption-jnacl-0.8-SNAPSHOT.jar 17:34:23.691 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/eu/neilalexander/jnacl/1.0.0/jnacl-1.0.0.jar 17:34:23.691 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar 17:34:23.692 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar 17:34:23.693 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar 17:34:23.698 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/cryptacular/cryptacular/1.2.2/cryptacular-1.2.2.jar 17:34:23.698 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/junit/junit/4.12/junit-4.12.jar 17:34:23.699 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 17:34:23.699 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar 17:34:23.703 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/mockito/mockito-core/2.15.0/mockito-core-2.15.0.jar 17:34:23.705 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar 17:34:23.711 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar 17:34:23.711 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar 17:34:23.711 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/com/openpojo/openpojo/0.8.10/openpojo-0.8.10.jar 17:34:23.712 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar 17:34:23.713 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar 17:34:23.714 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /home/eman-herawy/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar 17:34:23.715 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/lib/jvm/java-8-oracle/jre/lib/ext 17:34:23.715 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/lib/jvm/java-8-oracle/jre/lib/ext] 17:34:23.715 [main] INFO c.o.r.j.p.e.JavaClassPathClassLoader - Loading classes from: /usr/java/packages/lib/ext 17:34:23.716 [main] WARN c.o.r.j.p.e.JavaClassPathClassLoader - Failed to load entries from: [/usr/java/packages/lib/ext] 17:34:23.774 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.775 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.775 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.775 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.775 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.778 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.lang.String com.quorum.tessera.ssl.context.model.SSLContextProperties.address, fieldGetter=PojoMethodImpl [method=getAddress args=[] return=class java.lang.String], fieldSetter=null]] with value [ydX] 17:34:23.782 [main] INFO c.o.validation.affirm.Affirmation - Dynamically setting affirmation implementation = [com.openpojo.validation.affirm.JUnitAssertAffirmation [@6fad5ace: ]] 17:34:23.783 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.nio.file.Path com.quorum.tessera.ssl.context.model.SSLContextProperties.keyStore, fieldGetter=PojoMethodImpl [method=getKeyStore args=[] return=interface java.nio.file.Path], fieldSetter=null]] with value [com.sun.proxy.$Proxy20@103996481] 17:34:23.783 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.lang.String com.quorum.tessera.ssl.context.model.SSLContextProperties.keyStorePassword, fieldGetter=PojoMethodImpl [method=getKeyStorePassword args=[] return=class java.lang.String], fieldSetter=null]] with value [uW5G7vE5] 17:34:23.783 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.nio.file.Path com.quorum.tessera.ssl.context.model.SSLContextProperties.key, fieldGetter=PojoMethodImpl [method=getKey args=[] return=interface java.nio.file.Path], fieldSetter=null]] with value [com.sun.proxy.$Proxy20@905376005] 17:34:23.784 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.nio.file.Path com.quorum.tessera.ssl.context.model.SSLContextProperties.certificate, fieldGetter=PojoMethodImpl [method=getCertificate args=[] return=interface java.nio.file.Path], fieldSetter=null]] with value [com.sun.proxy.$Proxy20@61480005] 17:34:23.784 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.nio.file.Path com.quorum.tessera.ssl.context.model.SSLContextProperties.trustStore, fieldGetter=PojoMethodImpl [method=getTrustStore args=[] return=interface java.nio.file.Path], fieldSetter=null]] with value [com.sun.proxy.$Proxy20@114580948] 17:34:23.784 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.lang.String com.quorum.tessera.ssl.context.model.SSLContextProperties.trustStorePassword, fieldGetter=PojoMethodImpl [method=getTrustStorePassword args=[] return=class java.lang.String], fieldSetter=null]] with value [1FeXy] 17:34:23.785 [main] DEBUG c.o.r.impl.DefaultRandomGenerator - Creating basic instance for type=[class com.openpojo.random.util.SerializableComparableObject] using InstanceFactory 17:34:23.785 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.util.List com.quorum.tessera.ssl.context.model.SSLContextProperties.trustedCertificates, fieldGetter=PojoMethodImpl [method=getTrustedCertificates args=[] return=interface java.util.List], fieldSetter=null]] with value [[com.sun.proxy.$Proxy20@370428315, com.sun.proxy.$Proxy20@342424709, com.sun.proxy.$Proxy20@1207145081]] 17:34:23.785 [main] DEBUG c.o.v.test.impl.GetterTester - Testing Field [PojoFieldImpl [field=private java.nio.file.Path com.quorum.tessera.ssl.context.model.SSLContextProperties.knownHosts, fieldGetter=PojoMethodImpl [method=getKnownHosts args=[] return=interface java.nio.file.Path], fieldSetter=null]] with value [com.sun.proxy.$Proxy20@1676500398] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in com.quorum.tessera.ssl.context.model.SSLContextPropertiesTest [INFO] Running com.quorum.tessera.ssl.context.SSLKeyStoreLoaderTest [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 s <<< FAILURE! - in com.quorum.tessera.ssl.context.SSLKeyStoreLoaderTest [ERROR] testNoCertificateInFile(com.quorum.tessera.ssl.context.SSLKeyStoreLoaderTest) Time elapsed: 0.001 s <<< ERROR! java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; at com.quorum.tessera.ssl.context.SSLKeyStoreLoaderTest.testNoCertificateInFile(SSLKeyStoreLoaderTest.java:54)

[INFO] Running com.quorum.tessera.ssl.context.ServerSSLContextFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.quorum.tessera.ssl.context.ServerSSLContextFactoryTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] SSLContextBuilderTest.testBuildUsingPemFiles:162 » NoSuchMethod java.nio.CharB... [ERROR] SSLKeyStoreLoaderTest.testNoCertificateInFile:54 » NoSuchMethod java.nio.CharB... [INFO] [ERROR] Tests run: 46, Failures: 0, Errors: 2, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] tessera ............................................ SUCCESS [ 1.486 s] [INFO] argon2 ............................................. SUCCESS [ 5.562 s] [INFO] tests .............................................. SUCCESS [ 0.100 s] [INFO] test-util .......................................... SUCCESS [ 0.089 s] [INFO] shared ............................................. SUCCESS [ 1.955 s] [INFO] encryption ......................................... SUCCESS [ 0.121 s] [INFO] encryption-api ..................................... SUCCESS [ 1.937 s] [INFO] encryption-jnacl ................................... SUCCESS [ 1.864 s] [INFO] config ............................................. SUCCESS [ 29.458 s] [INFO] security ........................................... FAILURE [ 4.795 s] [INFO] server ............................................. SKIPPED [INFO] server-api ......................................... SKIPPED [INFO] jersey-server ...................................... SKIPPED [INFO] jaxrs-client ....................................... SKIPPED [INFO] key-vault .......................................... SKIPPED [INFO] key-vault-api ...................................... SKIPPED [INFO] key-generation ..................................... SKIPPED [INFO] config-cli ......................................... SKIPPED [INFO] key-pair-converter ................................. SKIPPED [INFO] azure-key-vault .................................... SKIPPED [INFO] tessera-core ....................................... SKIPPED [INFO] service-locator .................................... SKIPPED [INFO] service-locator-api ................................ SKIPPED [INFO] jaxrs-service ...................................... SKIPPED [INFO] grpc ............................................... SKIPPED [INFO] grpc-api ........................................... SKIPPED [INFO] grpc-service ....................................... SKIPPED [INFO] grpc-server ........................................ SKIPPED [INFO] unix-socket-server ................................. SKIPPED [INFO] service-locator-spring ............................. SKIPPED [INFO] tessera-app ........................................ SKIPPED [INFO] acceptance-test .................................... SKIPPED [INFO] resteasy-server .................................... SKIPPED [INFO] encryption-kalium .................................. SKIPPED [INFO] data-migration ..................................... SKIPPED [INFO] config-migration ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.835 s [INFO] Finished at: 2018-12-03T17:34:24+02:00 [INFO] Final Memory: 45M/549M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project security: There are test failures. [ERROR] [ERROR] Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project security: There are test failures.

Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290) at org.apache.maven.cli.MavenCli.main (MavenCli.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /media/eman-herawy/06a83b1f-0bf4-4872-8ba9-a878bd1ab3251/home/eherrawy/LocalD/upwork/vuuple/tessera/security/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271) at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:362) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1007) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:837) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290) at org.apache.maven.cli.MavenCli.main (MavenCli.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :security

SatpalSandhu61 commented 5 years ago

The failures appear to be related to Java 10. Can you double check that you are using Java 9 for the build and that your classpath isn't picking up any Java 10 libraries.

EmanHerawy commented 5 years ago

@SatpalSandhu61 Many thanks for your help, I really appreciate it , java version was 8 , It works now on my local machine and on aws instance , I have deleted tessera and recreate it by cloning it again then I run mvn install and everything is now perfect

SatpalSandhu61 commented 5 years ago

@EmanHerawy Excellent to hear it!