SuccessConsole Output

Started by user administrator
Building in workspace /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace
Cloning the remote Git repository
Cloning repository https://github.com/NCEAS/eml.git
 > git init /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace # timeout=10
Fetching upstream changes from https://github.com/NCEAS/eml.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/NCEAS/eml.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/NCEAS/eml.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/NCEAS/eml.git # timeout=10
Fetching upstream changes from https://github.com/NCEAS/eml.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/NCEAS/eml.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c7536acc372fde2e2e841cd204f262cb549447d2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7536acc372fde2e2e841cd204f262cb549447d2
First time build. Skipping changelog.
Parsing POMs
Established TCP socket on 49295
[workspace] $ /usr/lib/jvm/java-7-openjdk-amd64/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 49295
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/pom.xml clean install -Dmaven.test.skip=true
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.ecoinformatics.eml:datamanager:jar:0.9.1-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.ecoinformatics.ecogrid:AuthenticatedQueryService-stub:jar should not point at files within the project directory, ${basedir}/lib/datamanager/org.ecoinformatics.ecogrid.AuthenticatedQueryService-stub.jar will be unresolvable by dependent projects @ line 101, column 16
[WARNING] 'dependencies.dependency.systemPath' for org.ecoinformatics.ecogrid:AuthenticationService-stub:jar should not point at files within the project directory, ${basedir}/lib/datamanager/org.ecoinformatics.ecogrid.AuthenticationService-stub.jar will be unresolvable by dependent projects @ line 108, column 16
[WARNING] 'dependencies.dependency.systemPath' for org.ecoinformatics.ecogrid:PutService-stub:jar should not point at files within the project directory, ${basedir}/lib/datamanager/org.ecoinformatics.ecogrid.PutService-stub.jar will be unresolvable by dependent projects @ line 115, column 16
[WARNING] 'dependencies.dependency.systemPath' for org.ecoinformatics.ecogrid:QueryService-stub:jar should not point at files within the project directory, ${basedir}/lib/datamanager/org.ecoinformatics.ecogrid.QueryService-stub.jar will be unresolvable by dependent projects @ line 122, column 16
[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 datamanager 0.9.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ datamanager ---
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ datamanager ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3:compile (default-compile) @ datamanager ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 96 source files to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/target/classes
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ datamanager ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

config:
     [echo] Using https://code.ecoinformatics.org/code/eml/"

init:
    [mkdir] Created dir: /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1

docbook:
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/eml-docbook-nosort.xml
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/buildDocBook.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/eml-docbook-nosort.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/eml-docbook.xml
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/sortDocBook.xsl
     [copy] Copying 1 file to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1
     [echo] 
     [echo]       ***********************************************
     [echo]         DocBook Created.  The DocBook documentation
     [echo]         should now be in docs/eml-docbook.xml.
     [echo]       ***********************************************
     [echo]     

docbookhtml:
     [echo] 
     [echo]       ************************************************
     [echo]         Note that if this does not work for you,
     [echo]         you need to check the newest version of
     [echo]         Xalan out from the Apache CVS server and
     [echo]         put the new xalan.jar file in your classpath.
     [echo]         This will not work with Xalan 2.3.1!
     [echo]       ************************************************
     [echo]     
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-docbook.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/index.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/style/docbook-xsl-1.50.0/html/docbook.xsl
     [copy] Copying 1 file to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs
     [echo] 
     [echo]       ************************************************
     [echo]         Docbook html created.  The html docbook file
     [echo]         is docs/eml-2.1.1/eml-docbook.html.
     [echo]       ************************************************
     [echo]     

faqhtml:
     [echo] 
     [echo]       ************************************************
     [echo]         Note that if this does not work for you,
     [echo]         you need to check the newest version of
     [echo]         Xalan out from the Apache CVS server and
     [echo]         put the new xalan.jar file in your classpath.
     [echo]         This will not work with Xalan 2.3.1!
     [echo]       ************************************************
     [echo]     
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-faq.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-faq.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/style/docbook-xsl-1.50.0/html/docbook.xsl
     [echo] 
     [echo]       ************************************************
     [echo]         FAQ rendered to HTML.  The html file
     [echo]         is docs/eml-2.1.1/eml-faq.html.
     [echo]       ************************************************
     [echo]     

tablehtml:
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-dependencies.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/buildDependencyTable.xsl
     [echo] 
     [echo]       ************************************************
     [echo]         Dependency Table rendered to HTML.
     [echo]         The html file is docs/eml-2.1.1/eml-dependencies.html.
     [echo]       ************************************************
     [echo]     

eml210infohtml:
     [echo] 
     [echo]       ************************************************
     [echo]         Note that if this does not work for you,
     [echo]         you need to check the newest version of
     [echo]         Xalan out from the Apache CVS server and
     [echo]         put the new xalan.jar file in your classpath.
     [echo]         This will not work with Xalan 2.3.1!
     [echo]       ************************************************
     [echo]     
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-210info.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-210info.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/style/docbook-xsl-1.50.0/html/docbook.xsl
     [echo] 
     [echo]       ************************************************
     [echo]         EML-210info has been rendered to HTML.  The html file
     [echo]         is docs/eml-2.1.1/eml-info210.html.
     [echo]       ************************************************
     [echo]     

eml211infohtml:
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-211info.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-211info.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/style/docbook-xsl-1.50.0/html/docbook.xsl
     [echo] 
     [echo] 	      ************************************************
     [echo] 	        EML-211info has been rendered to HTML.  The html file
     [echo] 	        is docs/eml-2.1.1/eml-info211.html.
     [echo] 	      ************************************************
     [echo] 	    

docs:
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Transforming into /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-access.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-access.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-documentation.xsl
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-attribute.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-attribute.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-constraint.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-constraint.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-coverage.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-coverage.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-dataTable.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-dataTable.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-dataset.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-dataset.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-entity.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-entity.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-literature.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-literature.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-methods.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-methods.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-party.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-party.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-physical.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-physical.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-project.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-project.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-protocol.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-protocol.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-resource.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-resource.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-software.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-software.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-spatialRaster.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-spatialRaster.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-spatialReference.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-spatialReference.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-spatialVector.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-spatialVector.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-storedProcedure.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-storedProcedure.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-text.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-text.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-unitTypeDefinitions.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-unitTypeDefinitions.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml-view.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml-view.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/eml.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/eml.html
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/stmml.xsd to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1/stmml.html
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Transforming into /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs
    [style] Processing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/members.xml to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/members.html
    [style] Loading stylesheet /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/members.xsl
     [copy] Copying 1 file to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs
     [copy] Copying 24 files to /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/build/docs/eml-2.1.1
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ datamanager ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3:testCompile (default-testCompile) @ datamanager ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ datamanager ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ datamanager ---
[INFO] Building jar: /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/target/datamanager-0.9.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ datamanager ---
[INFO] Installing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/target/datamanager-0.9.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/pom.xml to /var/lib/jenkins/.m2/repository/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-SNAPSHOT.pom
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.194s
[INFO] Finished at: Thu Jul 28 22:09:26 UTC 2016
[INFO] Final Memory: 29M/313M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/pom.xml to org.ecoinformatics.eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/ecoinf-eml-datamanager/workspace/target/datamanager-0.9.1-SNAPSHOT.jar to org.ecoinformatics.eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-SNAPSHOT.jar
Triggering projects: metacat-unstable
channel stopped
Maven RedeployPublisher use remote  maven settings from : /usr/share/maven/conf/settings.xml
[INFO] Deployment in file:///var/www/maven (id=,uniqueVersion=true)
Deploying the main artifact datamanager-0.9.1-SNAPSHOT.jar
Downloading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/maven-metadata.xml
Downloaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/maven-metadata.xml (783 B at 63.7 KB/sec)
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-20160728.220927-4.jar
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-20160728.220927-4.jar (249 KB at 41407.1 KB/sec)
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-20160728.220927-4.pom
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/datamanager-0.9.1-20160728.220927-4.pom (5 KB)
Downloading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml
Downloaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml (393 B at 383.8 KB/sec)
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/maven-metadata.xml
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1-SNAPSHOT/maven-metadata.xml (783 B at 764.6 KB/sec)
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml (393 B at 383.8 KB/sec)
[INFO] Deployment done in 0.19 sec
Notifying upstream projects of job completion
Finished: SUCCESS