UnstableConsole Output

Skipping 474 KB.. Full Log
xec.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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more

22    unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-ascii%5C-doc%5C-example%5C-urn%5C:lsid%5C:ubio.org%5C:namebank%5C:11815%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more

23    unicode String:: query-ascii-doc-example-10.1000/182
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-10.1000/182%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more

24    unicode String:: query-ascii-doc-example-http://example.com/data/mydata?row=24
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-http%5C://example.com/data/mydata%5C?row%3D24%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more

25    unicode String:: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*query%5C-ascii%5C-doc%5C-example%5C-ldap%5C://ldap1.example.net%5C:6666/o%3DUniversity%2520of%2520Michigan,%5C%20c%3DUS%5C?%5C?sub%5C?%5C(cn%3DBabs%2520Jensen%5C)%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more

26    unicode String:: common-bmp-doc-example-ฉันกินกระจกได้
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-%E0%B8%89%E0%B8%B1%E0%B8%99%E0%B8%81%E0%B8%B4%E0%B8%99%E0%B8%81%E0%B8%A3%E0%B8%B0%E0%B8%88%E0%B8%81%E0%B9%84%E0%B8%94%E0%B9%89%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more

27    unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/search/solr/a/b?q=id:testCNodeTier1%5C*common%5C-bmp%5C-doc%5C-example%5C-Is_f%C3%A9idir_liom_ithe_gloine%5C* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.search(MultipartCNode.java:1153)
	at org.dataone.integration.adapters.CNCallAdapter.search(CNCallAdapter.java:101)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:174)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testSearch_Solr_unicodeTests(CNReadTestImplementations.java:146)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testSearch_Solr_unicodeTests(CNReadV1IT.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)

	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
Node Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
Test 0: Error: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ
Test 1: Error: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz
Test 2: Error: common-unicode-ascii-safe-0123456789
Test 3: Error: common-unicode-ascii-safe-:@$-_.!*()',~
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
Test 4: Error: common-unicode-ascii-safe-unreserved-._~
Test 5: Error: common-unicode-ascii-safe-sub-delims-$!*()',
Test 6: Error: common-unicode-ascii-safe-gen-delims-:@
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
Test 7: Error: common-unicode-ascii-escaped-"#<>[]^`{}|
Test 8: Error: common-unicode-ascii-escaped-tomcatBlocked-\
Test 9: Error: common-unicode-ascii-escaped-tomcatBlocked-%5C
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
Test 10: Error: common-unicode-ascii-semi-colon-test-%3B
Test 11: Error: common-unicode-ascii-escaped-%
	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)
Test 12: Error: common-unicode-ascii-escaped-space x x
Test 13: Error: common-unicode-ascii-escape-anyway-+
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more
Test 14: Error: common-unicode-ascii-escape-space-v-plus-+ +%20 %20+
Test 15: Error: query-unicode-ascii-safe-;
Test 16: Error: query-unicode-ascii-safe-/?
Test 17: Error: query-unicode-ascii-escaped-&=&=
Test 18: Error: common-unicode-bmp-1byte-escaped-¡¢£
Test 19: Error: common-unicode-bmp-2byte-escaped-䦹䦺
Test 20: Error: common-unicode-supplementary-escaped-𐌔𐌕𐌖𐌗
Test 21: Error: query-unicode-ascii-escaped-this&that=theOther
Test 22: Error: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815
Test 23: Error: query-ascii-doc-example-10.1000/182
Test 24: Error: query-ascii-doc-example-http://example.com/data/mydata?row=24
Test 25: Error: query-ascii-doc-example-ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen)
Test 26: Error: common-bmp-doc-example-ฉันกินกระจกได้
Test 27: Error: common-bmp-doc-example-Is_féidir_liom_ithe_gloine

20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=fake_format [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.query(MultipartD1Node.java:777)
	at org.dataone.client.v1.impl.MultipartCNode.query(MultipartCNode.java:2360)
	at org.dataone.integration.adapters.CNCallAdapter.query(CNCallAdapter.java:120)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testQuery_Authentication(CNReadTestImplementations.java:266)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testQuery_Authentication(CNReadTestImplementations.java:255)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testQuery_Authentication(CNReadV1IT.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 46 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 45 more
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.client.rest.RestClient]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient]
org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:935)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:876)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:347)
	at org.dataone.integration.it.testImplementations.ReadTestImplementations.testDescribe(ReadTestImplementations.java:334)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testDescribe(CNReadV1IT.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.listObjects(MultipartCNode.java:450)
	at org.dataone.integration.adapters.CommonCallAdapter.listObjects(CommonCallAdapter.java:377)
	at org.dataone.integration.adapters.CommonCallAdapter.listObjects(CommonCallAdapter.java:344)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	... 42 more
Caused by: org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	... 48 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 47 more
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: 
***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.rest.MultipartD1Node.query(MultipartD1Node.java:777)
	at org.dataone.client.v1.impl.MultipartCNode.query(MultipartCNode.java:2360)
	at org.dataone.integration.adapters.CNCallAdapter.query(CNCallAdapter.java:120)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testQuery(CNReadTestImplementations.java:239)
	at org.dataone.integration.it.testImplementations.CNReadTestImplementations.testQuery(CNReadTestImplementations.java:228)
	at org.dataone.integration.it.apiTests.CNReadV1IT.testQuery(CNReadV1IT.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 46 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 45 more
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: certificate filename: testPerson [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:58: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20251115-05:19:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testIsAuthorized() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: Certificate is expired (or not yet valid): certificate expired on 20180519185322GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:935)
	at org.dataone.integration.ContextAwareTestCaseDataone.procurePublicReadableTestObject(ContextAwareTestCaseDataone.java:876)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:46)
	at org.dataone.integration.it.testImplementations.AuthAPITestImplementations.testIsAuthorized(AuthAPITestImplementations.java:28)
	at org.dataone.integration.it.apiTests.CNAuthorizationV1IT.testIsAuthorized(CNAuthorizationV1IT.java:47)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20180519185322GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.v1.impl.MultipartCNode.listObjects(MultipartCNode.java:450)
	at org.dataone.integration.adapters.CommonCallAdapter.listObjects(CommonCallAdapter.java:377)
	at org.dataone.integration.adapters.CommonCallAdapter.listObjects(CommonCallAdapter.java:344)
	at org.dataone.integration.ContextAwareTestCaseDataone.findPublicReadableObject(ContextAwareTestCaseDataone.java:931)
	... 42 more
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20251115-05:19:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate filename: cnStageUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: client setup as Subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.client.exception.ClientSideException: Unable to create test object!/Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1642)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1462)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1415)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1374)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1383)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolder(CNAuthTestImplementations.java:75)
	at org.dataone.integration.it.testImplementations.CNAuthTestImplementations.testSetRightsHolder(CNAuthTestImplementations.java:51)
	at org.dataone.integration.it.apiTests.CNAuthorizationV1IT.testSetRightsHolder(CNAuthorizationV1IT.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.v1.impl.MultipartCNode.listNodes(MultipartCNode.java:565)
	at org.dataone.integration.adapters.CNCallAdapter.listNodes(CNCallAdapter.java:497)
	at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1545)
	... 45 more
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: testSubmitter with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:349)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:328)
	at org.dataone.client.v1.impl.MultipartCNode.listSubjects(MultipartCNode.java:1528)
	at org.dataone.integration.adapters.CNCallAdapter.listSubjects(CNCallAdapter.java:270)
	at org.dataone.integration.it.testImplementations.CNIdentityTestImplementations.testVerifyAccount_NotAuthorized(CNIdentityTestImplementations.java:182)
	at org.dataone.integration.it.testImplementations.CNIdentityTestImplementations.testVerifyAccount_NotAuthorized(CNIdentityTestImplementations.java:170)
	at org.dataone.integration.it.apiTests.CNIdentityV1IT.testVerifyAccount_NotAuthorized(CNIdentityV1IT.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: /cn-dev-ucsb-1.test.dataone.org
	... 45 more
Caused by: java.net.UnknownHostException: cn-dev-ucsb-1.test.dataone.org
	at java.net.InetAddress$CachedAddresses.get(InetAddress.java:764)
	at java.net.InetAddress.getAllByName0(InetAddress.java:1291)
	at java.net.InetAddress.getAllByName(InetAddress.java:1144)
	at java.net.InetAddress.getAllByName(InetAddress.java:1065)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
	at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
	at org.apache.http.impl.client.cache.CachingExec.callBackend(CachingExec.java:578)
	at org.apache.http.impl.client.cache.CachingExec.handleCacheMiss(CachingExec.java:346)
	at org.apache.http.impl.client.cache.CachingExec.execute(CachingExec.java:265)
	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.doRequestNoBody(RestClient.java:264)
	at org.dataone.client.rest.RestClient.doGetRequest(RestClient.java:182)
	at org.dataone.client.rest.HttpMultipartRestClient.doGetRequest(HttpMultipartRestClient.java:339)
	... 44 more
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: created client for certificate file: cnStageUNM1 with subject: CN=urn:node:cnStageUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
org.dataone.service.exceptions.ServiceFailure: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
	at org.dataone.client.rest.MultipartD1Node.getRestClient(MultipartD1Node.java:161)
	at org.dataone.client.v1.impl.MultipartCNode.listSubjects(MultipartCNode.java:1528)
	at org.dataone.integration.adapters.CNCallAdapter.listSubjects(CNCallAdapter.java:270)
	at org.dataone.integration.it.testImplementations.CNIdentityTestImplementations.testVerifyAccount_AlreadyVerified(CNIdentityTestImplementations.java:142)
	at org.dataone.integration.it.testImplementations.CNIdentityTestImplementations.testVerifyAccount_AlreadyVerified(CNIdentityTestImplementations.java:132)
	at org.dataone.integration.it.apiTests.CNIdentityV1IT.testVerifyAccount_AlreadyVerified(CNIdentityV1IT.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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)
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: 
***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate filename: urn_node_cnStageUNM1_SS1 [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20251115-05:19:59: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: certificate filename: testPerson_Expired [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService]
20251115-05:19:59: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: ***  context label:   SINGLE_CN [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
~~~ Context is solo CoordinatingNode: https://cn-dev-ucsb-1.test.dataone.org/cn
20251115-05:19:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone]
                          nodeId  key                       value
=============================================================================================================
20251115-05:19:59: [INFO]: created client for certificate file: testSubmitter with subject: public [org.dataone.integration.ContextAwareTestCaseDataone]
20251115-05:19:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient]
Tests run: 130, Failures: 96, Errors: 0, Skipped: 29, Time elapsed: 3.807 sec <<< FAILURE!

Results :

Failed tests: 
  testGetFormat(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org: No address associated with hostname  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats ]
  testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testHasReservation(org.dataone.integration.it.apiTests.CNCoreV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2025318211958200;  ]
  testHasReservation_noReservation(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve/2025318211958211?subject=public ]
  testGetLogRecords(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testGetLogRecords_Slicing(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testGetLogRecords_dateFiltering(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure : 0000 : Certificate is expired (or not yet valid): certificate expired on 20180319181654GMT+00:00
  testListChecksumAlgorithms(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum ]
  testGenerateIdentifier(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node ]
  testGenerateIdentifier_badScheme(org.dataone.integration.it.apiTests.CNCoreV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/generate; MMP message has: ParamPart:scheme = bloip; ParamPart:fragment = CNodeTier1Test;  ]
  testReserveIdentifier(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2025318211958278;  ]
  testListFormats(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats ]
  testListNodes(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node ]
  testPing(org.dataone.integration.it.apiTests.CNCoreV1IT): GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/monitor/ping ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org
  testGet_IdentifierEncoding(org.dataone.integration.it.apiTests.CNReadV1IT): https://cn-dev-ucsb-1.test.dataone.org/cn/v1 Failed 1 or more identifier encoding testsNode Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
  testGetSystemMetadata(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testGetChecksum_IdentifierEncoding(org.dataone.integration.it.apiTests.CNReadV1IT): https://cn-dev-ucsb-1.test.dataone.org/cn/v1 Failed 1 or more identifier encoding testsNode Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
  testGet_NotFound(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:2025318211958588 ]
  testGetSystemMetadata_NotFound(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TestingNotFound:2025318211958592 ]
  testGetSystemMetadata_IdentifierEncoding(org.dataone.integration.it.apiTests.CNReadV1IT): https://cn-dev-ucsb-1.test.dataone.org/cn/v1 Failed 1 or more identifier encoding testsNode Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
  testGetChecksum(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testResolve(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: unexpected error thrown by listObjects(): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testSearch(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testGet(org.dataone.integration.it.apiTests.CNReadV1IT): No Objects available to test against:: could not create a test object and listObjects() threw exception:: ServiceFailure :: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object ]
  testDescribe_NotFound(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:2025318211958702 ]
  testDescribe_IdentifierEncoding(org.dataone.integration.it.apiTests.CNReadV1IT): https://cn-dev-ucsb-1.test.dataone.org/cn/v1 Failed 1 or more identifier encoding testsNode Test Summary for node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1
  testGetChecksum_NotFound(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/TestingNotFound:2025318211958772 ]
  testListObjects_Slicing(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object ]
  testListObjects_FromDateTest(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: unexpected error thrown by listObjects(): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSearch_Solr_unicodeTests(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testListObjects_FormatIdFilteringTest(org.dataone.integration.it.apiTests.CNReadV1IT): unexpected error thrown by listObjects(): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org:: cause: ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object ]
  testListObjects_FormatIdFilteringTestFakeFormat(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?formatId=fake_format ]
  testQuery_Authentication(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testListQueryEngines(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query ]
  testGetQueryEngineDescription(org.dataone.integration.it.apiTests.CNReadV1IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query ]
  testListObjects(org.dataone.integration.it.apiTests.CNReadV1IT): unexpected error thrown by listObjects(): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org:: cause: ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object ]
  testDescribe(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testQuery(org.dataone.integration.it.apiTests.CNReadV1IT): org.dataone.service.exceptions.ServiceFailure: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testIsAuthorized(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.integration.TestIterationEndingException: could not create a test object and listObjects() threw exception:: ServiceFailure :: Certificate is expired (or not yet valid): certificate expired on 20180519185322GMT+00:00  [for host https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ]
  testSetRightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): org.dataone.client.exception.ClientSideException: Unable to create test object!/Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00  [for host https://cn-dev-ucsb-1.test.dataone.org/cn ]
  testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_NullPolicy_testGroup_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_Public_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_AuthenticatedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_VerifiedUser_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testPerson_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testPerson_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testPerson_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testGroup_can_Read(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testGroup_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_testGroup_can_ChangePerm(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_AccessPolicy_is_legacyAccount_can_Write(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testIsAuthorized_ComplicatedAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testVerifyAccount_NotAuthorized(org.dataone.integration.it.apiTests.CNIdentityV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts ]
  testGetSubjectInfo(org.dataone.integration.it.apiTests.CNIdentityV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts ]
  testListSubjects_Slicing(org.dataone.integration.it.apiTests.CNIdentityV1IT): ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts ]
  testVerifyAccount_AlreadyVerified(org.dataone.integration.it.apiTests.CNIdentityV1IT): Certificate is expired (or not yet valid): certificate expired on 20180430024028GMT+00:00
  testGetSubjectInfo_UrlEncodingSpaces(org.dataone.integration.it.apiTests.CNIdentityV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts/CN=Duque%20de%20Alburquerque,%20DC=spain,%20DC=emp ]
  testListSubjects(org.dataone.integration.it.apiTests.CNIdentityV1IT): class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts ]
  testRegister_IdentifierNotUnique(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with InvalidRequest. Got: class org.dataone.service.exceptions.ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testUpdateNodeCapabilities(org.dataone.integration.it.apiTests.CNRegisterV1IT): org.dataone.service.exceptions.ServiceFailure: 0000: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testUpdateNodeCapabilities_NotFound(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotFound. Got: class org.dataone.service.exceptions.ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testUpdateNodeCapabilities_NotAuthorized(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with NotAuthorized. Got: class org.dataone.service.exceptions.ServiceFailure:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node ]
  testUpdateNodeCapabilities_updatingOtherField(org.dataone.integration.it.apiTests.CNRegisterV1IT): expected fail with InvalidRequest. Got: class org.dataone.service.exceptions.ServiceFailure:: Certificate is expired (or not yet valid): certificate expired on 20180318194448GMT+00:00
  testConnectionLayer_SelfSignedCert_JavaSSL(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): a self-signed certificate against a methodthat implements Authorization should return either NotAuthorized or an empty log entry list. Got exception: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log ]
  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_dataoneCAtrusted(org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT): ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /cn-dev-ucsb-1.test.dataone.org  [for host GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/monitor/ping ]

Tests run: 130, Failures: 96, Errors: 0, Skipped: 29

[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_DEV_cn_v1/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_DEV_cn_v1/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:  01:26 min
[INFO] Finished at: 2025-11-15T05:20:01Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/d1_integration_DEV_cn_v1/workspace/d1_integration/pom.xml to org.dataone/d1_integration/2.4-SNAPSHOT/d1_integration-2.4-SNAPSHOT.pom
channel stopped
Notifying upstream projects of job completion
Finished: UNSTABLE