===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration/pom.xml verify -Dit.test=CNodeTier*_metacat_*IT -Dcontext.label=DEV [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.dataone:d1_integration:war:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 152, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 176, column 15 [WARNING] 'build.plugins.plugin.version' for com.mycila.maven-license-plugin:maven-license-plugin is missing. @ line 169, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 192, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building DataONE Integration Testing Package 2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://jibx.sourceforge.net/maven/org/dataone/d1_common_java/2.0.0-SNAPSHOT/maven-metadata.xml Downloading: http://download.java.net/maven/2/org/dataone/d1_common_java/2.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ d1_integration --- [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration && svn --non-interactive info [INFO] Working directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration [INFO] Storing buildNumber: 15137 at timestamp: 1423026021645 [INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration && svn --non-interactive info [INFO] Working directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration [INFO] Storing buildScmBranch: trunk [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ d1_integration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ d1_integration --- [INFO] Compiling 19 source files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ d1_integration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 60 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ d1_integration --- [INFO] Compiling 92 source files to /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ d1_integration --- [INFO] Surefire report directory: /var/lib/jenkins/jobs/d1_integration_DEV_CN_metacat/workspace/d1_integration/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.dataone.integration.ContextAwareTestCaseDataoneTest 20150204-05:00:33: [ERROR]: General Problem loading TestSettings. InvocationTargetException: null [org.dataone.configuration.Settings] java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.dataone.configuration.Settings.loadTestConfigurations(Settings.java:151) at org.dataone.configuration.Settings.getConfiguration(Settings.java:87) at org.dataone.configuration.Settings.getResetConfiguration(Settings.java:123) at org.dataone.integration.ContextAwareTestCaseDataoneTest.testReferenceContextLabel_isolation(ContextAwareTestCaseDataoneTest.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68) Caused by: org.apache.commons.configuration.ConfigurationException: Can only set one of properties: context.label, context.mn.baseurl, context.cn.baseurl, or context.nodelist.uri. Number received: 2 at org.dataone.configuration.TestSettings.determineContext(TestSettings.java:160) at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:91) ... 37 more ~~~ Context is from d1client.properties: null Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.384 sec <<< FAILURE! Running org.dataone.integration.webTest.TestManifestAccess Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec Running org.dataone.integration.webTest.TestingTestRunnerServlet 20150204-05:00:34: [INFO]: setting system property 'context.mn.baseurl' to value 'http://demo.test.dataone.org/knb/d1/mn' [org.dataone.integration.webTest.TestRunnerHttpServlet] 20150204-05:00:34: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20150204-05:00:35: [INFO]: Registering class: org.dataone.integration.webTest.MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet] 20150204-05:00:35: [INFO]: running tests on: MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet]
Member Node Url: http://demo.test.dataone.org/knb/d1/mn | Wed Feb 04 05:00:34 UTC 2015 |
---|
org.dataone.integration.webTest.MockV1ITCase | test case source / all sources |
---|
testTrue |
---|
testIgnore |
---|
testException | ArithmeticException: / by zero show trace |
---|
testFalse | AssertionError: show trace |
---|
org.dataone.integration.webTest.MockV1ITCase | Failed Tier due to failures or exceptions. [RunCount=3 Failures/Errors=2 Ignored=1] |
---|
Member Node Url: http://demo.test.dataone.org/knb/d1/mn | Wed Feb 04 05:00:35 UTC 2015 |
---|
org.dataone.integration.it.apiTests.MNCoreV1IT | test case source / all sources |
---|
testPing | AssertionError: GET http://demo.test.dataone.org/knb/d1/mn/v1/monitor/ping ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org: Name or service not known show trace |
---|
testGetCapabilities | AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ] show trace |
---|
testGetCapabilities : NodeIdentityValidFormat | AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ] show trace |
---|
testGetCapabilities : HasCompatibleNodeContact | AssertionError: ServiceFailure: 0 Client_Error:: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/node ] show trace |
---|
org.dataone.integration.it.apiTests.MNCoreV1IT | Failed Tier due to failures or exceptions. [RunCount=4 Failures/Errors=4 Ignored=0] |
---|
org.dataone.integration.it.apiTests.MNCoreV1SlowIT | test case source / all sources |
---|
testGetLogRecords | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ] show trace |
---|
testGetLogRecords : Slicing | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ] show trace |
---|
testGetLogRecords : dateFiltering | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ] show trace |
---|
testGetLogRecords : eventFiltering | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2015-02-04T05:00:36.020%2B00:00 ] show trace |
---|
testGetLogRecords : AccessRestriction | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log ] show trace |
---|
testGetLogRecords : pidFiltering | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2015-02-04T05:00:36.160%2B00:00 ] show trace |
---|
org.dataone.integration.it.apiTests.MNCoreV1SlowIT | Failed Tier due to failures or exceptions. [RunCount=6 Failures/Errors=6 Ignored=0] |
---|
org.dataone.integration.it.apiTests.MNStorageV1IT | test case source / all sources |
---|
testCreate | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate20153421036266; FilePart:object = /tmp/mmp.output.4563957976742943851.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4655061608657129654.tmp (829 bytes); ] show trace |
---|
testUpdate : NoRightsOnObsoleted | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate20153421036590; FilePart:object = /tmp/mmp.output.2174708010653731049.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.213441158284420256.tmp (829 bytes); ] show trace |
---|
testCreateData : IdentifierEncoding | Test exists but claims to not be implemented (see MNStorageTestImplementations) |
---|
testCreate : NoCert | AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate20153421036615; FilePart:object = /tmp/mmp.output.527618140256014946.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.8306383056146430516.tmp (767 bytes); ] show trace |
---|
testUpdate | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate20153421036639; FilePart:object = /tmp/mmp.output.7297228965324357961.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2580904053030881926.tmp (829 bytes); ] show trace |
---|
testUpdate : badObsoletedByInfo | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate20153421036662; FilePart:object = /tmp/mmp.output.5574919442831303716.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3520406329942490713.tmp (829 bytes); ] show trace |
---|
testUpdate : badObsoletesInfo | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate20153421036687; FilePart:object = /tmp/mmp.output.4719970088366239638.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.505199603344613420.tmp (829 bytes); ] show trace |
---|
testUpdate : NoCert | AssertionError: Exception while setting up test (callAdapter.create): ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate20153421036713; FilePart:object = /tmp/mmp.output.4361443993672208860.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.8400321762818099317.tmp (829 bytes); ] show trace |
---|
testArchive | AssertionError: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete20153421036740; FilePart:object = /tmp/mmp.output.8095988035734100572.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7074861641304017924.tmp (829 bytes); ] show trace |
---|
testArchive : NotFound | AssertionError: Expected NotFound, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host PUT http://demo.test.dataone.org/knb/d1/mn/v1/archive/fakeID.20153421036781; MMP entity is null ] show trace |
---|
testArchive : NoCert | AssertionError: Expected InvalidToken or NotAuthorized, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestArchive20153421036787; FilePart:object = /tmp/mmp.output.4632479684098593647.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.6368777904373034857.tmp (830 bytes); ] show trace |
---|
testDelete : NoCert | AssertionError: Expected InvalidToken, got: ServiceFailure: 0 Client_Error: class org.dataone.client.exception.ClientSideException: /demo.test.dataone.org [for host POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate20153421036615; FilePart:object = /tmp/mmp.output.527618140256014946.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.8306383056146430516.tmp (767 bytes); ] show trace |
---|
testGenerateIdentifier | No test exists for this yet. |
---|
org.dataone.integration.it.apiTests.MNStorageV1IT | Failed Tier due to failures or exceptions. [RunCount=11 Failures/Errors=11 Ignored=2] |
---|