FailedConsole Output

Established TCP socket on 44192
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/pom.xml clean install javadoc:javadoc
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.dataone:d1_replication:jar:2.2.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 20, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 28, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 44, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DataONE_Replication 2.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.dataone.org/org/dataone/d1_cn_common/2.2.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/org/dataone/d1_cn_common/2.2.0-SNAPSHOT/maven-metadata.xml (989 B at 2.8 KB/sec)
Downloading: http://maven.dataone.org/org/dataone/d1_common_java/2.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.springsource.com/maven/bundles/release/org/dataone/d1_common_java/2.2.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/org/dataone/d1_common_java/2.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 127.0 KB/sec)
Downloading: http://repository.springsource.com/maven/bundles/release/org/dataone/d1_jibx_extensions/2.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.dataone.org/org/dataone/d1_jibx_extensions/2.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://jibx.sourceforge.net/maven/org/dataone/d1_jibx_extensions/2.2.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/org/dataone/d1_jibx_extensions/2.2.0-SNAPSHOT/maven-metadata.xml (1003 B at 122.4 KB/sec)
Downloading: http://maven.dataone.org/org/dataone/d1_libclient_java/2.2.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/org/dataone/d1_libclient_java/2.2.0-SNAPSHOT/maven-metadata.xml (2 KB at 232.3 KB/sec)
Downloading: http://maven.dataone.org/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://jibx.sourceforge.net/maven/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://download.java.net/maven/2/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 147.3 KB/sec)
Downloading: http://maven.dataone.org/org/dataone/d1_cn_noderegistry/2.2.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://maven.dataone.org/org/dataone/d1_cn_noderegistry/2.2.0-SNAPSHOT/maven-metadata.xml (782 B at 95.5 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/dataone/d1_cn_common/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ d1_replication ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ d1_replication ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication
[INFO] Storing buildNumber: 18058 at timestamp: 1465433571597
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ d1_replication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ d1_replication ---
[INFO] Compiling 23 source files to /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/target/classes
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.482s
[INFO] Finished at: Thu Jun 09 00:52:54 UTC 2016
[INFO] Final Memory: 45M/332M
[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_replication: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/src/main/java/org/dataone/service/cn/replication/ReplicationTaskMonitor.java:[63,78] error: cannot find symbol
[ERROR] 
[ERROR] could not parse error message:   symbol:   variable REPLICATION_TASKS
[ERROR] location: class MetricEvent
[ERROR] /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/src/main/java/org/dataone/service/cn/replication/ReplicationTaskMonitor.java:74: error: cannot find symbol
[ERROR] MetricLogEntry metricLogEntry = new MetricLogEntry(MetricEvent.REPLICATION_TASKS, n.getKey());
[ERROR] ^
[ERROR] 
[ERROR] could not parse error message:   symbol:   variable REPLICATION_TASKS
[ERROR] location: class MetricEvent
[ERROR] /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/src/main/java/org/dataone/service/cn/replication/ReplicationStatusMonitor.java:62: error: cannot find symbol
[ERROR] MetricEvent.REPLICA_STATUS, TypeFactory.buildNodeReference(nodeId));
[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.