<===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/pom.xml clean package [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 166, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 190, column 15 [WARNING] 'build.plugins.plugin.version' for com.mycila.maven-license-plugin:maven-license-plugin is missing. @ line 183, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 206, 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] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ d1_integration --- [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/MNWebTestManual/workspace/d1_integration && svn --non-interactive info [INFO] Working directory: /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration [INFO] Storing buildNumber: 16177 at timestamp: 1440539399104 [INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration && svn --non-interactive info [INFO] Working directory: /var/lib/jenkins/jobs/MNWebTestManual/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 23 source files to /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/target/classes Notifying upstream projects of job completion Join notifier requires a CauseAction [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.213s [INFO] Finished at: Tue Aug 25 21:50:07 UTC 2015 [INFO] Final Memory: 34M/319M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project d1_integration: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:[32,52] error: cannot find symbol [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.LogEntry,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:47: error: cannot find symbol [ERROR] org.dataone.service.types.v1.LogEntry v1LogEntry = TypeMarshaller.convertTypeFromType(v2entry, org.dataone.service.types.v1.LogEntry.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.LogEntry,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:65: error: cannot find symbol [ERROR] ObjectFormat v2ObjectFormat = TypeMarshaller.convertTypeFromType(v1Format, [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.ObjectFormat,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:84: error: cannot find symbol [ERROR] .convertTypeFromType(v2Format, org.dataone.service.types.v1.ObjectFormat.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.ObjectFormat,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:97: error: cannot find symbol [ERROR] NodeList v2NodeList = TypeMarshaller.convertTypeFromType(v1NodeList, NodeList.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.NodeList,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:102: error: cannot find symbol [ERROR] org.dataone.service.types.v2.Node v2Node = TypeMarshaller.convertTypeFromType( [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.Node,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:113: error: cannot find symbol [ERROR] org.dataone.service.types.v1.NodeList v1NodeList = TypeMarshaller.convertTypeFromType(v2NodeList, org.dataone.service.types.v1.NodeList.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.NodeList,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/service/util/TypeConverter.java:118: error: cannot find symbol [ERROR] org.dataone.service.types.v1.Node v1Node = TypeMarshaller.convertTypeFromType( [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.Node,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:242: error: cannot find symbol [ERROR] return TypeMarshaller.convertTypeFromType(systemMetadata, [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:256: error: cannot find symbol [ERROR] return TypeMarshaller.convertTypeFromType(systemMetadata, [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:487: error: cannot find symbol [ERROR] org.dataone.service.types.v1.SystemMetadata v1SysMeta = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v1.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:492: error: cannot find symbol [ERROR] org.dataone.service.types.v2.SystemMetadata sysmetaV2 = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v2.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:500: error: cannot find symbol [ERROR] org.dataone.service.types.v1.SystemMetadata v1SysMeta = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v1.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CommonCallAdapter.java:505: error: cannot find symbol [ERROR] org.dataone.service.types.v2.SystemMetadata sysmetaV2 = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v2.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/MNCallAdapter.java:128: error: cannot find symbol [ERROR] org.dataone.service.types.v1.SystemMetadata v1SysMeta = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v1.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/MNCallAdapter.java:166: error: cannot find symbol [ERROR] org.dataone.service.types.v1.SystemMetadata v1SysMeta = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v1.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/ContextAwareTestCaseDataone.java:432: error: cannot find symbol [ERROR] v1Nodes.add(TypeMarshaller.convertTypeFromType(n,Node.class)); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(Node,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/ContextAwareTestCaseDataone.java:1297: error: cannot find symbol [ERROR] sysMeta = TypeMarshaller.convertTypeFromType(d1o.getSystemMetadata(), SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/ContextAwareTestCaseDataone.java:1406: error: cannot find symbol [ERROR] sysMeta = TypeMarshaller.convertTypeFromType(d1o.getSystemMetadata(), SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/ContextAwareTestCaseDataone.java:1737: error: cannot find symbol [ERROR] SystemMetadata sysmeta = TypeMarshaller.convertTypeFromType(d1o.getSystemMetadata(), SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CNCallAdapter.java:458: error: cannot find symbol [ERROR] ObjectFormat formatV2 = TypeMarshaller.convertTypeFromType(formatV1, [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v1.ObjectFormat,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CNCallAdapter.java:588: error: cannot find symbol [ERROR] org.dataone.service.types.v1.SystemMetadata v1SysMeta = TypeMarshaller.convertTypeFromType(sysmeta, org.dataone.service.types.v1.SystemMetadata.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.SystemMetadata,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CNCallAdapter.java:627: error: cannot find symbol [ERROR] Node v1Node = TypeMarshaller.convertTypeFromType(node, Node.class); [ERROR] ^ [ERROR] [ERROR] could not parse error message: symbol: method convertTypeFromType(org.dataone.service.types.v2.Node,Class) [ERROR] location: class TypeMarshaller [ERROR] /var/lib/jenkins/jobs/MNWebTestManual/workspace/d1_integration/src/main/java/org/dataone/integration/adapters/CNCallAdapter.java:647: error: cannot find symbol [ERROR] Node v1Node = TypeMarshaller.convertTypeFromType(node, Node.class); [ERROR] ^ [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException