10-22-106-245:fabric-sdk-java dharuqueshil$ mvn failsafe:integration-test -DskipITs=false
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.hyperledger.fabric-sdk-java:fabric-sdk-java:jar:1.1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 492, column 21
[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: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building fabric-java-sdk 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default-cli) @ fabric-sdk-java ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.hyperledger.fabric.sdkintegration.IntegrationSuite



RUNNING: End2endIT.

2018-02-22 22:27:41,643 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:41,655 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"



RUNNING: End2endAndBackAgainIT.

Reconstructing foo channel
org.hyperledger.fabric.sdk.exception.InvalidArgumentException: UserContext for user user1 has no enrollment set.
	at org.hyperledger.fabric.sdk.User.userContextCheck(User.java:84)
	at org.hyperledger.fabric.sdk.HFClient.setUserContext(HFClient.java:403)
	at org.hyperledger.fabric.sdkintegration.End2endAndBackAgainIT.reconstructChannel(End2endAndBackAgainIT.java:599)
	at org.hyperledger.fabric.sdkintegration.End2endAndBackAgainIT.runFabricTest(End2endAndBackAgainIT.java:268)
	at org.hyperledger.fabric.sdkintegration.End2endAndBackAgainIT.setup(End2endAndBackAgainIT.java:221)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)



RUNNING: UpdateChannelIT

org.hyperledger.fabric.sdk.exception.InvalidArgumentException: UserContext for user peerOrg1Admin has no enrollment set.
	at org.hyperledger.fabric.sdk.User.userContextCheck(User.java:84)
	at org.hyperledger.fabric.sdk.HFClient.setUserContext(HFClient.java:403)
	at org.hyperledger.fabric.sdkintegration.UpdateChannelIT.reconstructChannel(UpdateChannelIT.java:229)
	at org.hyperledger.fabric.sdkintegration.UpdateChannelIT.setup(UpdateChannelIT.java:121)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)



RUNNING: NetworkConfigIT.

2018-02-22 22:27:43,592 main ERROR Channel:2413 - Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
java.lang.Exception: io.grpc.StatusRuntimeException: UNKNOWN: Failed to deserialize creator identity, err MSP Org1MSP is unknown
	at org.hyperledger.fabric.sdk.Channel.sendProposalToPeers(Channel.java:2413)
	at org.hyperledger.fabric.sdk.Channel.getConfigBlock(Channel.java:740)
	at org.hyperledger.fabric.sdk.Channel.parseConfigBlock(Channel.java:1149)
	at org.hyperledger.fabric.sdk.Channel.initialize(Channel.java:947)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: io.grpc.StatusRuntimeException: UNKNOWN: Failed to deserialize creator identity, err MSP Org1MSP is unknown
	at io.grpc.Status.asRuntimeException(Status.java:526)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:467)
	at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:41)
	at io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:684)
	at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:41)
	at io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:391)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:475)
	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:63)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:557)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$600(ClientCallImpl.java:478)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:590)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
2018-02-22 22:27:43,601 main ERROR Channel:754 - getConfigBlock for channel foo failed with peer peer1.org1.example.com.
org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdk.Channel.getConfigBlock(Channel.java:749)
	at org.hyperledger.fabric.sdk.Channel.parseConfigBlock(Channel.java:1149)
	at org.hyperledger.fabric.sdk.Channel.initialize(Channel.java:947)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
2018-02-22 22:27:43,603 main ERROR Channel:1166 - getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdk.Channel.getConfigBlock(Channel.java:749)
	at org.hyperledger.fabric.sdk.Channel.parseConfigBlock(Channel.java:1149)
	at org.hyperledger.fabric.sdk.Channel.initialize(Channel.java:947)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
2018-02-22 22:27:43,604 main ERROR Channel:973 - org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
org.hyperledger.fabric.sdk.exception.TransactionException: org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdk.Channel.parseConfigBlock(Channel.java:1167)
	at org.hyperledger.fabric.sdk.Channel.initialize(Channel.java:947)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)
	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:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdk.Channel.getConfigBlock(Channel.java:749)
	at org.hyperledger.fabric.sdk.Channel.parseConfigBlock(Channel.java:1149)
	... 28 more



RUNNING: End2endNodeIT.




RUNNING: End2endNodeAndBackAgainIT.

Reconstructing foo channel



RUNNING: HFCAClientEnrollIT.

2018-02-22 22:27:43,719 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,720 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,760 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,761 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,778 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,779 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,793 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,794 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,812 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,815 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,825 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,826 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,833 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,834 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,841 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,842 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,851 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,853 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,864 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,864 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,895 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,896 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,917 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,919 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,928 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,930 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,943 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,944 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,955 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,958 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,969 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,970 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,976 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,977 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,989 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,991 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:43,999 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,000 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,010 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,011 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,019 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,020 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,025 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,026 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,033 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,034 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,051 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,053 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,068 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,069 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,076 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,077 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,092 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,093 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,099 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,099 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,114 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,115 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,120 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,121 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,129 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,131 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,149 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,150 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,158 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,158 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,167 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,168 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,174 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,174 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,180 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
2018-02-22 22:27:44,181 main WARN  SampleStore:90 - Could not find the file "/var/folders/zq/kznflx_d6f93_0_3tzg0h8980000gn/T/HFCSampletest.properties"
Tests run: 44, Failures: 2, Errors: 40, Skipped: 2, Time elapsed: 4.011 sec <<< FAILURE! - in org.hyperledger.fabric.sdkintegration.IntegrationSuite
setup(org.hyperledger.fabric.sdkintegration.End2endIT)  Time elapsed: 1.17 sec  <<< ERROR!
java.lang.NoSuchFieldError: id_dsa_with_sha3_224
	at org.hyperledger.fabric.sdkintegration.End2endIT.enrollUsersSetup(End2endIT.java:286)
	at org.hyperledger.fabric.sdkintegration.End2endIT.setup(End2endIT.java:184)

setup(org.hyperledger.fabric.sdkintegration.End2endAndBackAgainIT)  Time elapsed: 0.123 sec  <<< FAILURE!
java.lang.AssertionError: UserContext for user user1 has no enrollment set.
	at org.hyperledger.fabric.sdkintegration.End2endAndBackAgainIT.setup(End2endAndBackAgainIT.java:227)

setup(org.hyperledger.fabric.sdkintegration.UpdateChannelIT)  Time elapsed: 0.009 sec  <<< FAILURE!
java.lang.AssertionError: UserContext for user peerOrg1Admin has no enrollment set.
	at org.hyperledger.fabric.sdkintegration.UpdateChannelIT.setup(UpdateChannelIT.java:223)

org.hyperledger.fabric.sdkintegration.NetworkConfigIT  Time elapsed: 1.534 sec  <<< ERROR!
org.hyperledger.fabric.sdk.exception.TransactionException: org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)
Caused by: org.hyperledger.fabric.sdk.exception.ProposalException: getConfigBlock for channel foo failed with peer peer1.org1.example.com.  Status FAILURE, details: Sending proposal to peer1.org1.example.com failed because of: gRPC failure=Status{code=UNKNOWN, description=Failed to deserialize creator identity, err MSP Org1MSP is unknown, cause=null}
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.constructChannel(NetworkConfigIT.java:459)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.deployChaincodeIfRequired(NetworkConfigIT.java:121)
	at org.hyperledger.fabric.sdkintegration.NetworkConfigIT.doMainSetup(NetworkConfigIT.java:111)

setup(org.hyperledger.fabric.sdkintegration.End2endNodeIT)  Time elapsed: 0.027 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric.sdkintegration.End2endNodeIT.setup(End2endNodeIT.java:48)

setup(org.hyperledger.fabric.sdkintegration.End2endNodeAndBackAgainIT)  Time elapsed: 0.037 sec  <<< ERROR!
org.hyperledger.fabric.sdk.exception.InvalidArgumentException: UserContext for user user1 has no enrollment set.
	at org.hyperledger.fabric.sdkintegration.End2endNodeAndBackAgainIT.setup(End2endNodeAndBackAgainIT.java:35)

testGetAllIdentity(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.04 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testRegisterAttributesNONE(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testEnrollUnknownClient(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteIdentityNotAllowed(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.019 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testRevoke2UnknownUser(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.013 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUpdateAffiliation(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testGetAllAffiliation(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testMockEnrollWithMessages(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteAffiliationNoForce(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testModifyIdentity(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.032 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testRegisterAttributesDefault(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.018 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testReenrollAndRevoke(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testForceDeleteAffiliationInvalid(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testGetInfo(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteAffiliation(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testRevokeNotAuthorized(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testRegisterAttributes(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testGetAffiliation(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testCreateAffiliation(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testMockEnrollSuccessFalse(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testCertificateRevoke(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testMockEnrollNoResult(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testGetIdentityNotExist(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteIdentityFailUpdate(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUserRevoke(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteIdentity(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testMockReenrollNoResult(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUpdateAffiliationInvalid(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.015 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testCreateAndGetIdentity(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteIdentityFailSecondDelete(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUpdateAffiliationNoForce(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.018 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testEnrollNoKeyPair(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testDeleteAffiliationNotAllowed(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testEnrollSameUser(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUserRevokeGenCRL(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)

testUserRevokeNullReason(org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT)  Time elapsed: 0.006 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder
	at org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT.setup(HFCAClientIT.java:137)


Results :

Failed tests: 
  End2endAndBackAgainIT.setup:227 UserContext for user user1 has no enrollment set.
  UpdateChannelIT.setup:223 UserContext for user peerOrg1Admin has no enrollment set.
Tests in error: 
  End2endIT.setup:184->enrollUsersSetup:286 » NoSuchField id_dsa_with_sha3_224
  End2endNodeAndBackAgainIT.setup:35->End2endAndBackAgainIT.runFabricTest:268->End2endAndBackAgainIT.reconstructChannel:599 » InvalidArgument
  End2endNodeIT.setup:48->End2endIT.enrollUsersSetup:286 » NoClassDefFound Could...
  NetworkConfigIT.doMainSetup:111->deployChaincodeIfRequired:121->constructChannel:459 » Transaction
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...
  HFCAClientIT.setup:137 » NoClassDefFound Could not initialize class org.bouncy...

Tests run: 44, Failures: 2, Errors: 40, Skipped: 2

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.977 s
[INFO] Finished at: 2018-02-22T22:27:44+00:00
[INFO] Final Memory: 11M/224M
[INFO] ------------------------------------------------------------------------
10-22-106-245:fabric-sdk-java dharuqueshil$