Started by user administrator
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/NCEAS/eml.git # timeout=10
Fetching upstream changes from https://github.com/NCEAS/eml.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/NCEAS/eml.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/RELEASE_DATAMANAGER_0_9_1^{commit} # timeout=10
> git rev-parse RELEASE_DATAMANAGER_0_9_1^{commit} # timeout=10
Checking out Revision b706d7d41c6c66553a7bbabe8cbfc75a130efd57 (RELEASE_DATAMANAGER_0_9_1)
> git config core.sparsecheckout # timeout=10
> git checkout -f b706d7d41c6c66553a7bbabe8cbfc75a130efd57
Commit message: "Add the code to parse the userId in the party element."
> git rev-list --no-walk b706d7d41c6c66553a7bbabe8cbfc75a130efd57 # timeout=10
Parsing POMs
Established TCP socket on 40306
[workspace] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.12.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-3.30.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 40306
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven: -B -f /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/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
[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
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ datamanager ---
[INFO] Deleting file set: /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/target (included: [**], excluded: [])
[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 97 source files to /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/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:
docbook:
[style] Warning: the task name <style> is deprecated. Use <xslt> instead.
[style] Warning: the task name <style> is deprecated. Use <xslt> instead.
[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.
[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.
[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.
[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.
[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.
[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-stable/workspace/build/docs/eml-2.1.1
[style] Warning: the task name <style> is deprecated. Use <xslt> instead.
[style] Transforming into /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/build/docs
[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.
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ datamanager ---
[INFO] Building jar: /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/target/datamanager-0.9.1.jar
[INFO]
[INFO] --- maven-install-plugin:2.3:install (default-install) @ datamanager ---
[INFO] Installing /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/target/datamanager-0.9.1.jar to /var/lib/jenkins/.m2/repository/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.jar
[INFO] Installing /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/pom.xml to /var/lib/jenkins/.m2/repository/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.pom
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.379s
[INFO] Finished at: Tue May 28 21:18:45 UTC 2019
[INFO] Final Memory: 23M/260M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/pom.xml to org.ecoinformatics.eml/datamanager/0.9.1/datamanager-0.9.1.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/ecoinf-eml-datamanager-stable/workspace/target/datamanager-0.9.1.jar to org.ecoinformatics.eml/datamanager/0.9.1/datamanager-0.9.1.jar
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.jar
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.jar
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.jar (251 KB at 16684.3 KB/sec)
Uploading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.pom
Uploaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/0.9.1/datamanager-0.9.1.pom (5 KB at 4343.8 KB/sec)
Downloading: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml
Downloaded: file:///var/www/maven/org/ecoinformatics/eml/datamanager/maven-metadata.xml (424 B at 12.5 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 (424 B)
[INFO] Deployment done in 94 ms
Notifying upstream projects of job completion
Finished: SUCCESS