Console Output

Started by an SCM change
Building on master
Updating https://develop.sub.uni-goettingen.de/repos/textgrid/trunk/middleware/common
U         existupload/pom.xml
At revision 9508
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
Found mavenVersion 2.2.1 from file jar:file:/var/lib/jenkins/tools/Maven_2/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
[workspace] $ /usr/lib/jvm/java-6-sun/bin/java -DuniqueVersion=false -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.1.jar:/var/lib/jenkins/tools/Maven_2/boot/classworlds-1.1.jar hudson.maven.agent.Main /var/lib/jenkins/tools/Maven_2 /var/run/jenkins/war/WEB-INF/lib/remoting-1.405.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.1.jar 42825 /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/middleware-common/workspace/pom.xml package
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Common tools and packages
[INFO]   TextGrid :: Metadataschema JAXB binding
[INFO]   TextGrid :: HTTPClients
[INFO]   confclient
[INFO]   TextGrid :: ExistUpload :: Parent
[INFO]   TextGrid :: ExistUpload :: Core
[WARNING] POM for 'biz.aQute:bndlib:pom:1.15.0:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building Common tools and packages
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.middleware$common/builds/2011-04-11_14-15-58/archive/info.textgrid.middleware/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building TextGrid :: Metadataschema JAXB binding
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [antrun:run {execution: do-get}]
[INFO] Executing tasks
      [get] Getting: http://www.textgrid.de/schemas/textgrid-metadata_2010.xsd
      [get] To: /var/lib/jenkins/jobs/middleware-common/workspace/metadata-core-jaxb/src/main/resources/textgrid-metadata_2010.xsd
      [get] Not modified - so not downloaded
[INFO] Executed tasks
[INFO] [jaxb2:generate {execution: default}]
Cannot find CatalogManager.properties
[INFO] Skipped XJC execution.  Generated sources were up-to-date.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/middleware-common/workspace/metadata-core-jaxb/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/metadata-core-jaxb/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.namespaces$metadata-core-jaxb/builds/2011-04-11_14-15-58/archive/info.textgrid.namespaces/metadata-core-jaxb/1.0-SNAPSHOT/metadata-core-jaxb-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/metadata-core-jaxb/target/metadata-core-jaxb.jar to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.namespaces$metadata-core-jaxb/builds/2011-04-11_14-15-58/archive/info.textgrid.namespaces/metadata-core-jaxb/1.0-SNAPSHOT/metadata-core-jaxb-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building TextGrid :: HTTPClients
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/middleware-common/workspace/httpclients/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/middleware-common/workspace/httpclients/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running info.textgrid.utils.existclient.ExistClientTest
Apr 11, 2011 2:16:19 PM info.textgrid.utils.httpclient.TGHttpClient setEndpoint
INFO: loc: http://textgrid-ws3.sub.uni-goettingen.de/exist/rest/
Apr 11, 2011 2:16:19 PM info.textgrid.utils.httpclient.TGHttpClient setEndpoint
INFO: loc-host: textgrid-ws3.sub.uni-goettingen.de
Apr 11, 2011 2:16:23 PM info.textgrid.utils.existclient.ExistClient xquery
INFO: exist-post-xquery-res: 200 | OK
<exist:result xmlns:exist="http://exist.sourceforge.net/NS/exist" exist:hits="1" exist:start="1" exist:count="1" exist:session="0">
    <res xmlns="http://textgrid.info/namespaces/metadata/core/2010">2</res>
</exist:result>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.74 sec
Running info.textgrid.utils.sesameclient.SesameClientTest
Apr 11, 2011 2:16:23 PM info.textgrid.utils.httpclient.TGHttpClient setEndpoint
INFO: loc: http://textgrid-ws3.sub.uni-goettingen.de/openrdf-sesame/repositories/textgrid
Apr 11, 2011 2:16:23 PM info.textgrid.utils.httpclient.TGHttpClient setEndpoint
INFO: loc-host: textgrid-ws3.sub.uni-goettingen.de

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 1

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/httpclients/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.utils$httpclients/builds/2011-04-11_14-15-58/archive/info.textgrid.utils/httpclients/1.0-SNAPSHOT/httpclients-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/httpclients/target/info.textgrid.utils.httpclients.jar to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.utils$httpclients/builds/2011-04-11_14-15-58/archive/info.textgrid.utils/httpclients/1.0-SNAPSHOT/httpclients-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building confclient
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/middleware-common/workspace/confclient/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/middleware-common/workspace/confclient/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running info.textgrid.middleware.confclient.ConfservClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.945 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/confclient/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.middleware$confclient/builds/2011-04-11_14-15-58/archive/info.textgrid.middleware/confclient/1.0-SNAPSHOT/confclient-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/confclient/target/confclient.jar to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.middleware$confclient/builds/2011-04-11_14-15-58/archive/info.textgrid.middleware/confclient/1.0-SNAPSHOT/confclient-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building TextGrid :: ExistUpload :: Parent
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/existupload/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.common$existupload/builds/2011-04-11_14-15-58/archive/info.textgrid.common/existupload/1.0.0-SNAPSHOT/existupload-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building TextGrid :: ExistUpload :: Core
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/middleware-common/workspace/existupload/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running info.textgrid.common.existupload.TestBean
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 sec
Running info.textgrid.common.existupload.TestExistLatestUpload
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.19 sec
Running info.textgrid.common.existupload.TestExistUpload
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 4

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/existupload/core/pom.xml to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.common$existupload-core/builds/2011-04-11_14-15-58/archive/info.textgrid.common/existupload-core/1.0.0-SNAPSHOT/existupload-core-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/middleware-common/workspace/existupload/core/target/existupload-core-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/jobs/middleware-common/modules/info.textgrid.common$existupload-core/builds/2011-04-11_14-15-58/archive/info.textgrid.common/existupload-core/1.0.0-SNAPSHOT/existupload-core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Common tools and packages ............................. SUCCESS [2.947s]
[INFO] TextGrid :: Metadataschema JAXB binding ............... SUCCESS [7.142s]
[INFO] TextGrid :: HTTPClients ............................... SUCCESS [9.565s]
[INFO] confclient ............................................ SUCCESS [15.746s]
[INFO] TextGrid :: ExistUpload :: Parent ..................... SUCCESS [0.086s]
[INFO] TextGrid :: ExistUpload :: Core ....................... SUCCESS [6.242s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 seconds
[INFO] Finished at: Mon Apr 11 14:16:49 CEST 2011
[INFO] Final Memory: 28M/195M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped
IRC notifier plugin: Sending notification to: #textgrid
Triggering a new build of ConfClient-P2 #28
Finished: SUCCESS