UnstableConsole Output

Skipping 2,765 KB.. Full Log
sAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1875)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:32: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:32: [WARN]: Cookie rejected [JSESSIONID="202994E25BC51737381C06C704759F27", version:0, domain:cn-dev-unm-2.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170601-06:42:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170601-06:42:32: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1876)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:32: [INFO]: created client for certificate file: testPerson_SelfSigned with subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:32: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:33: [WARN]: Cookie rejected [JSESSIONID="2C510C6A94E9169CA99D5F1B39101D4A", version:0, domain:cn-dev-unm-2.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170601-06:42:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient]
20170601-06:42:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1889)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:33: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=changePermission with pid TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:33: [WARN]: Cookie rejected [JSESSIONID="301214BDD65B2C16AC94F4F0FC87CCEB", version:0, domain:cn-dev-unm-2.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170601-06:42:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient]
20170601-06:42:33: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : WRITE not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  : WRITE not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: WRITE not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1890)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:34: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=write with pid TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:34: [WARN]: Cookie rejected [JSESSIONID="C1CDA3B0A60A26B4CD0745951CE59F37", version:0, domain:cn-dev-unm-2.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15" [org.apache.http.client.protocol.ResponseProcessCookies]
20170601-06:42:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient]
20170601-06:42:34: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  : READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: READ not allowed on TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15 for subject[s]: public; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.checkExpectedIsAuthorizedOutcome(AbstractAuthorizationTestImplementations.java:126)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(AbstractAuthorizationTestImplementations.java:1891)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:34: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:34: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170601-06:42:35: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:35: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170601-06:42:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170601-06:42:35: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170601-06:42:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:36: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:legacyAcct_WRITE.15?action=read with pid TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170601-06:42:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170601-06:42:36: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:36: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/meta/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 [org.dataone.client.rest.RestClient]
20170601-06:42:36: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:36: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient]
20170601-06:42:37: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=read with pid TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170601-06:42:39: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170601-06:42:40: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testPerson,DC=dataone,DC=org; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=dataone,DC=org; public; verifiedUser; authenticatedUser; CN=testEQPerson3,DC=dataone,DC=org; CN=someLegacyAcct,DC=somewhere,DC=org; CN=testEQPerson1,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2014)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:40: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:40: [INFO]: Running isAuthorized() on GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-ucsb-2:ComplicatedPolicy.15?action=changePermission with pid TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient]
20170601-06:42:40: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=write with pid TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/isAuthorized/TierTesting:cn-dev-unm-2:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient]
20170601-06:42:41: [ERROR]: isAuthorized() returned exception: NotAuthorized1820 : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  : CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org;  [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.NotAuthorized: CHANGE_PERMISSION not allowed on TierTesting:cn-dev-unm-2:ComplicatedPolicy.15 for subject[s]: CN=testGroup,DC=dataone,DC=org; public; authenticatedUser; CN=testGroupie,DC=dataone,DC=org; 
	at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630)
	at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:363)
	at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java:313)
	at org.dataone.service.util.ExceptionHandler.filterErrors(ExceptionHandler.java:107)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:343)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.isAuthorized(MultipartD1Node.java:602)
	at org.dataone.integration.adapters.CommonCallAdapter.isAuthorized(CommonCallAdapter.java:409)
	at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(IsAuthorizedAuthorizationTestImplementations.java:53)
	at org.dataone.integration.it.testImplementations.AbstractAuthorizationTestImplementations.testIsAuthorized_ComplicatedAccessPolicy(AbstractAuthorizationTestImplementations.java:2039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
20170601-06:42:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:41: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:41: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:41: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.5694050263606769222.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:51: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.3005141523050204606.tmp (275 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:51: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:51: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.4295239515294998677.tmp (493 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts; MMP message has: FilePart:person = /tmp/mmp.output.1084938982620992.tmp (493 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:52: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:52: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts/verification/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts/verification/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:52: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts/verification/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts/verification/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org; MMP entity is null [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:53: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts/CN=Christopher%20Jones%20A2108,O=Google,C=US,DC=cilogon,DC=org [org.dataone.client.rest.RestClient]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:53: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:54: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Mark Flynn A17851,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A12761,O=ProtectNetwork,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: kepler
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: cjones
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A2105,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: walker
subject: laurennwalker
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A33626,O=University of California-Santa Barbara,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones A729,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Yang Cao A19401,O=University of Illinois at Urbana-Champaign,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A34456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A35331,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jessica Couture A35351,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A36216,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Yang Cao A36121,O=University of Illinois at Urbana-Champaign,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-2192-403X
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Christopher Jones A36226,O=University of California-Santa Barbara,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-2192-431X
subject: CN=Christopher Jones A13346,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
20170601-06:42:54: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
subject: CN=Christopher Jones A2108,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Mark Flynn A17851,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A12761,O=ProtectNetwork,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A10096,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A10489,O=Google,C=US,DC=cilogon,DC=org
subject: kepler
subject: CN=Robert P Waltz A904,O=Google,C=US,DC=cilogon,DC=org
subject: cjones
subject: CN=Dave Vieglais A335,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A2105,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: walker
subject: laurennwalker
subject: CN=Lauren Walker A21971,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A33626,O=University of California-Santa Barbara,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A10499,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Matt Jones A729,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Yang Cao A19401,O=University of Illinois at Urbana-Champaign,C=US,DC=cilogon,DC=org
subject: CN=Peter Slaughter A34456,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Bryce Mecum A35331,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Jessica Couture A35351,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Dave Vieglais A34511,O=Google,C=US,DC=cilogon,DC=org
subject: CN=David Vieglais A35476,O=University of Kansas,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34321,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Lauren Walker A34421,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Christopher Jones A36216,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Ben Leinfelder A34901,O=Google,C=US,DC=cilogon,DC=org
subject: CN=Yang Cao A36121,O=University of Illinois at Urbana-Champaign,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-2192-403X
subject: CN=Bryce Mecum A27576,O=Google,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0002-8121-2341
subject: CN=Christopher Jones A36226,O=University of California-Santa Barbara,C=US,DC=cilogon,DC=org
subject: http://orcid.org/0000-0003-2192-431X
subject: CN=Christopher Jones A13346,O=Google,C=US,DC=cilogon,DC=org
subject: testAccountA
subject: CN=Jing Tao A11716,O=Google,C=US,DC=cilogon,DC=org
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:54: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/accounts?start=0&count=18 [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/accounts?start=0&count=18 [org.dataone.client.rest.RestClient]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:54: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:54: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.2546492797875185042.tmp (1600 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:55: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-2.test.dataone.org/cn/v2/node; MMP message has: FilePart:node = /tmp/mmp.output.7369265440995881557.tmp (1600 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:55: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node/urn:node:mnDevUCSB1 [org.dataone.client.rest.RestClient]
20170601-06:42:56: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: 
***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node/urn:node:mnDevUCSB1 [org.dataone.client.rest.RestClient]
20170601-06:42:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:56: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node/urn:node:cnDev2; MMP message has: FilePart:node = /tmp/mmp.output.9147277017001453864.tmp (1617 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-2.test.dataone.org/cn/v2/node/urn:node:cnDev2; MMP message has: FilePart:node = /tmp/mmp.output.5428674154035733116.tmp (1617 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:58: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170601-06:42:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node/urn:node:cnDev2BAD; MMP message has: FilePart:node = /tmp/mmp.output.6904927453810167352.tmp (1683 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-2.test.dataone.org/cn/v2/node/urn:node:cnDev2BAD; MMP message has: FilePart:node = /tmp/mmp.output.3327635901980705863.tmp (1683 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-2.test.dataone.org/cn/v2/node/urn:node:cnDev2; MMP message has: FilePart:node = /tmp/mmp.output.2297718278762397940.tmp (1617 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-2.test.dataone.org/cn/v2/node/urn:node:cnDev2; MMP message has: FilePart:node = /tmp/mmp.output.5421677177476790451.tmp (1617 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:42:58: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:58: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017151234258687 [org.dataone.client.rest.RestClient]
20170601-06:42:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017151234258687 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: creating a test object.  pid = testView_NotAuthorized_2017151234258687 on https://cn-dev-ucsb-2.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:42:59: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017151234258687
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_2017151234258687</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM2,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-01T06:42:59.194+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-01T06:42:59.194+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-2.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017151234258687; FilePart:object = /tmp/mmp.output.8968486146824665104.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5214915455589227355.tmp (1068 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:43:05: [INFO]: object created.  pid = testView_NotAuthorized_2017151234258687 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]:  ====>>>>> pid of procured test Object: testView_NotAuthorized_2017151234258687 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017151234258687 [org.dataone.client.rest.RestClient]
20170601-06:43:05: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: 
***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/meta/testView_NotAuthorized_201715123435775 [org.dataone.client.rest.RestClient]
20170601-06:43:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_201715123435775 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: creating a test object.  pid = testView_NotAuthorized_201715123435775 on https://cn-dev-unm-2.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:05: [INFO]: SystemMetadata for pid: testView_NotAuthorized_201715123435775
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_NotAuthorized_201715123435775</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM2,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-01T06:43:05.897+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-01T06:43:05.897+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-2.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_201715123435775; FilePart:object = /tmp/mmp.output.893857737821852440.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2611511110202970152.tmp (1067 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:43:07: [INFO]: object created.  pid = testView_NotAuthorized_201715123435775 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:07: [INFO]:  ====>>>>> pid of procured test Object: testView_NotAuthorized_201715123435775 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_201715123435775 [org.dataone.client.rest.RestClient]
20170601-06:43:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:08: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:08: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:08: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/meta/testView_InvalidTheme_201715123438428 [org.dataone.client.rest.RestClient]
20170601-06:43:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_201715123438428 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: creating a test object.  pid = testView_InvalidTheme_201715123438428 on https://cn-dev-ucsb-2.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:09: [INFO]: SystemMetadata for pid: testView_InvalidTheme_201715123438428
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_201715123438428</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM2,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-01T06:43:09.088+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-01T06:43:09.088+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-2.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_201715123438428; FilePart:object = /tmp/mmp.output.5809208702534182217.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1329389110289599550.tmp (1066 bytes);  [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/class org.dataone.client.exception.ClientSideException: /Read timed out
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1080)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:994)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_InvalidTheme(ViewTestImplementations.java:103)
	at org.dataone.integration.it.testImplementations.ViewTestImplementations.testView_InvalidTheme(ViewTestImplementations.java:88)
	at org.dataone.integration.it.apiTests.CNViewV2IT.testView_InvalidTheme(CNViewV2IT.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:34)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.dataone.client.exception.ClientSideException: Unable to create test object!/class org.dataone.client.exception.ClientSideException: /Read timed out
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1609)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1430)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.ContextAwareTestCaseDataone.procureTestObject(ContextAwareTestCaseDataone.java:1077)
	... 42 more
Caused by: org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /Read timed out
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:470)
	at org.dataone.client.v2.impl.MultipartCNode.create(MultipartCNode.java:611)
	at org.dataone.integration.adapters.CommonCallAdapter.create(CommonCallAdapter.java:492)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1600)
	... 45 more
Caused by: org.dataone.client.exception.ClientSideException: /Read timed out
	... 49 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:153)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:944)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:901)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:152)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:270)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:153)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:254)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:259)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.dataone.client.rest.RestClient.doRequest(RestClient.java:330)
	at org.dataone.client.rest.RestClient.doRequestMMBody(RestClient.java:306)
	at org.dataone.client.rest.RestClient.doPostRequest(RestClient.java:226)
	at org.dataone.client.rest.HttpMultipartRestClient.doPostRequest(HttpMultipartRestClient.java:463)
	... 48 more
20170601-06:43:19: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: 
***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017151234319172 [org.dataone.client.rest.RestClient]
20170601-06:43:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: certificate filename: cnDevUNM2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017151234319172 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: creating a test object.  pid = testView_InvalidTheme_2017151234319172 on https://cn-dev-unm-2.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:19: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017151234319172
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:systemMetadata xmlns:ns2="http://ns.dataone.org/service/types/v1" xmlns:ns3="http://ns.dataone.org/service/types/v2.0">
    <serialVersion>1</serialVersion>
    <identifier>testView_InvalidTheme_2017151234319172</identifier>
    <formatId>eml://ecoinformatics.org/eml-2.0.1</formatId>
    <size>17181</size>
    <checksum algorithm="MD5">03ce09c6b4c3efc1681f3023402998a2</checksum>
    <submitter>CN=urn:node:cnDevUNM2,DC=dataone,DC=org</submitter>
    <rightsHolder>CN=testRightsHolder,DC=dataone,DC=org</rightsHolder>
    <accessPolicy>
        <allow>
            <subject>testRightsHolder</subject>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
    <dateUploaded>2017-06-01T06:43:19.302+00:00</dateUploaded>
    <dateSysMetadataModified>2017-06-01T06:43:19.302+00:00</dateSysMetadataModified>
    <originMemberNode>bogusAuthoritativeNode</originMemberNode>
    <authoritativeMemberNode>bogusAuthoritativeNode</authoritativeMemberNode>
</ns3:systemMetadata>
 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-2.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_2017151234319172; FilePart:object = /tmp/mmp.output.6375948947209295526.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8793423771067524028.tmp (1067 bytes);  [org.dataone.client.rest.RestClient]
20170601-06:43:20: [INFO]: object created.  pid = testView_InvalidTheme_2017151234319172 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]:  ====>>>>> pid of procured test Object: testView_InvalidTheme_2017151234319172 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_2017151234319172 [org.dataone.client.rest.RestClient]
20170601-06:43:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:20: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:20: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170601-06:43:25: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: 
***************** running test for testListViews(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient]
20170601-06:43:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:26: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-ucsb-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
20170601-06:43:26: [INFO]: created client for certificate file: cnDevUNM2 with subject: CN=urn:node:cnDevUNM2,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: 
***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-unm-2.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v2/views/default/bogus%20pid [org.dataone.client.rest.RestClient]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:26: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:26: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170601-06:43:26: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: ***  context label:   DEV2 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
              urn:node:cnDevUNM2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
              urn:node:cnDevUNM2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
              urn:node:cnDevUNM2  publicObject_hits         5
              urn:node:cnDevUNM2  objectList_hits           4
              urn:node:cnDevUNM2  publicObject              TierTesting:cn-dev-unm-2:Public_READ.15
              urn:node:cnDevUNM2  objectList                org.dataone.service.types.v1.ObjectList@2e2e5524
=============================================================================================================
             urn:node:cnDevUCSB2  publicObject_cacheDate    Thu Jun 01 06:33:02 UTC 2017
             urn:node:cnDevUCSB2  objectList_cacheDate      Thu Jun 01 06:32:33 UTC 2017
             urn:node:cnDevUCSB2  publicObject_hits         5
             urn:node:cnDevUCSB2  objectList_hits           4
             urn:node:cnDevUCSB2  publicObject              TierTesting:cn-dev-ucsb-2:Public_READ.15
             urn:node:cnDevUCSB2  objectList                org.dataone.service.types.v1.ObjectList@63d7c62b
=============================================================================================================
20170601-06:43:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [INFO]: certificate filename: urn_node_cnStageUNM1_SS1 [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170601-06:43:26: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:26: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20170601-06:43:26: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-2.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:602159
20170601-06:43:28: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20170601-06:43:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-2.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
total:602159
Tests run: 144, Failures: 11, Errors: 0, Skipped: 34, Time elapsed: 866.857 sec <<< FAILURE!

Results :

Failed tests: 
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: ServiceFailure: 0 Client_Error: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_2017151233030583 ]
  testUpdateSystemMetadata_InvalidRequest_NoPid(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest exception. Got: ServiceFailure: 0 Client_Error: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-unm-2.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_2017151233037644 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0 Client_Error: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-ucsb-2.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch2017151233038955 ]
  testUpdateSystemMetadata_InvalidRequest_PidMismatch(org.dataone.integration.it.apiTests.CNCoreV2IT): Expected an InvalidRequest. Got: ServiceFailure: 0 Client_Error: class org.dataone.exceptions.MarshallingException: null  [for host GET https://cn-dev-unm-2.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch201715123305559 ]
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-2.test.dataone.org/cn ]
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): org.dataone.integration.TestIterationEndingException: the AccessRule of the returned object has either multiple subjects or multiple permissions  [for host https://cn-dev-unm-2.test.dataone.org/cn ]
  testView_InvalidTheme(org.dataone.integration.it.apiTests.CNViewV2IT): Expected an InvalidRequest exception. Got: org.dataone.integration.TestIterationEndingException: unexpected client-side exception encountered when trying to create test object : Unable to create test object!/class org.dataone.client.exception.ClientSideException: /Read timed out  [for host https://cn-dev-ucsb-2.test.dataone.org/cn/v2 ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Cannot find the certificate required for the test: /etc/dataone/client/testClientCerts/urn_node_cnStageUNM1_SS.crt  [for host  ]
  testConnectionLayer_SelfSignedCert_curl(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): Don't know how we got here.  This is an unhandled response, andthe test is inconclusive.  The full response:

Tests run: 144, Failures: 11, Errors: 0, Skipped: 34

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.8.1:verify (verify) @ d1_integration ---
[INFO] Failsafe report directory: /var/lib/jenkins/jobs/d1_integration_DEV2_cn_v2/workspace/d1_integration/target/failsafe-reports
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[ERROR] There are test failures.

Please refer to /var/lib/jenkins/jobs/d1_integration_DEV2_cn_v2/workspace/d1_integration/target/failsafe-reports for the individual test results.
[JENKINS] Recording test results
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:58.444s
[INFO] Finished at: Thu Jun 01 06:43:28 UTC 2017
[INFO] Final Memory: 56M/769M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data