You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/07/25 09:57:22 UTC

Build failed in Jenkins: ACE-trunk #44

See <https://builds.apache.org/job/ACE-trunk/44/changes>

Changes:

[marrs] ACE-397 Bugfixes that fix events that were sent asynchronously whilst being used internally, and an event that was sent a bit too early (before changes to the superclass were processed. Also did some source cleanup.

[marrs] Added two commands to query the workspace state.

------------------------------------------
[...truncated 2828 lines...]
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:262)
  [bndtest] 	at org.apache.ace.log.server.store.tests.MongoLogStoreTest.testGetDescriptorsMultipleLogIds(MongoLogStoreTest.java:126)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at junit.framework.TestCase.runTest(TestCase.java:168)
  [bndtest] 	at junit.framework.TestCase.runBare(TestCase.java:134)
  [bndtest] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
  [bndtest] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
  [bndtest] 	at junit.framework.TestResult.run(TestResult.java:113)
  [bndtest] 	at junit.framework.TestCase.run(TestCase.java:124)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at aQute.junit.Activator.test(Activator.java:236)
  [bndtest] 	at aQute.junit.Activator.automatic(Activator.java:127)
  [bndtest] 	at aQute.junit.Activator.run(Activator.java:61)
  [bndtest] Jul 25, 2013 7:51:07 AM com.mongodb.DBPortPool gotError
  [bndtest] WARNING: emptying DBPortPool to localhost:27017 b/c of error
  [bndtest] java.io.IOException: couldn't connect to [hudson-solaris.zones.apache.org/192.87.106.251:27017] bc:java.net.ConnectException: Connection refused
  [bndtest] 	at com.mongodb.DBPort._open(DBPort.java:228)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:112)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:89)
  [bndtest] 	at com.mongodb.DBPort.say(DBPort.java:84)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:153)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:138)
  [bndtest] 	at com.mongodb.DBApiLayer$MyCollection.remove(DBApiLayer.java:291)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:239)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:262)
  [bndtest] 	at org.apache.ace.log.server.store.tests.MongoLogStoreTest.testGetDescriptorsMultipleLogIds(MongoLogStoreTest.java:126)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at junit.framework.TestCase.runTest(TestCase.java:168)
  [bndtest] 	at junit.framework.TestCase.runBare(TestCase.java:134)
  [bndtest] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
  [bndtest] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
  [bndtest] 	at junit.framework.TestResult.run(TestResult.java:113)
  [bndtest] 	at junit.framework.TestCase.run(TestCase.java:124)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at aQute.junit.Activator.test(Activator.java:236)
  [bndtest] 	at aQute.junit.Activator.automatic(Activator.java:127)
  [bndtest] 	at aQute.junit.Activator.run(Activator.java:61)
  [bndtest] Mongodb not available on localhost, skipping test
  [bndtest] Jul 25, 2013 7:51:08 AM com.mongodb.DBTCPConnector fetchMaxBsonObjectSize
  [bndtest] WARNING: Exception determining maxBSON size using0
  [bndtest] java.io.IOException: couldn't connect to [hudson-solaris.zones.apache.org/192.87.106.251:27017] bc:java.net.ConnectException: Connection refused
  [bndtest] 	at com.mongodb.DBPort._open(DBPort.java:228)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:112)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:93)
  [bndtest] 	at com.mongodb.DBPort.findOne(DBPort.java:146)
  [bndtest] 	at com.mongodb.DBPort.runCommand(DBPort.java:157)
  [bndtest] 	at com.mongodb.DBTCPConnector.fetchMaxBsonObjectSize(DBTCPConnector.java:457)
  [bndtest] 	at com.mongodb.DBTCPConnector.checkMaster(DBTCPConnector.java:444)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:146)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:138)
  [bndtest] 	at com.mongodb.DBApiLayer$MyCollection.remove(DBApiLayer.java:291)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:239)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:262)
  [bndtest] 	at org.apache.ace.log.server.store.tests.MongoLogStoreTest.testGetDescriptorsForTarget(MongoLogStoreTest.java:160)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at junit.framework.TestCase.runTest(TestCase.java:168)
  [bndtest] 	at junit.framework.TestCase.runBare(TestCase.java:134)
  [bndtest] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
  [bndtest] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
  [bndtest] 	at junit.framework.TestResult.run(TestResult.java:113)
  [bndtest] 	at junit.framework.TestCase.run(TestCase.java:124)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at aQute.junit.Activator.test(Activator.java:236)
  [bndtest] 	at aQute.junit.Activator.automatic(Activator.java:127)
  [bndtest] 	at aQute.junit.Activator.run(Activator.java:61)
  [bndtest] Jul 25, 2013 7:51:08 AM com.mongodb.DBPortPool gotError
  [bndtest] WARNING: emptying DBPortPool to localhost:27017 b/c of error
  [bndtest] java.io.IOException: couldn't connect to [hudson-solaris.zones.apache.org/192.87.106.251:27017] bc:java.net.ConnectException: Connection refused
  [bndtest] 	at com.mongodb.DBPort._open(DBPort.java:228)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:112)
  [bndtest] 	at com.mongodb.DBPort.go(DBPort.java:89)
  [bndtest] 	at com.mongodb.DBPort.say(DBPort.java:84)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:153)
  [bndtest] 	at com.mongodb.DBTCPConnector.say(DBTCPConnector.java:138)
  [bndtest] 	at com.mongodb.DBApiLayer$MyCollection.remove(DBApiLayer.java:291)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:239)
  [bndtest] 	at com.mongodb.DBCollection.remove(DBCollection.java:262)
  [bndtest] 	at org.apache.ace.log.server.store.tests.MongoLogStoreTest.testGetDescriptorsForTarget(MongoLogStoreTest.java:160)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [bndtest] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at junit.framework.TestCase.runTest(TestCase.java:168)
  [bndtest] 	at junit.framework.TestCase.runBare(TestCase.java:134)
  [bndtest] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
  [bndtest] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
  [bndtest] 	at junit.framework.TestResult.run(TestResult.java:113)
  [bndtest] 	at junit.framework.TestCase.run(TestCase.java:124)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at junit.framework.TestSuite.runTest(TestSuite.java:243)
  [bndtest] 	at junit.framework.TestSuite.run(TestSuite.java:238)
  [bndtest] 	at aQute.junit.Activator.test(Activator.java:236)
  [bndtest] 	at aQute.junit.Activator.automatic(Activator.java:127)
  [bndtest] 	at aQute.junit.Activator.run(Activator.java:61)
  [bndtest] Mongodb not available on localhost, skipping test
  [bndtest] Errors: 0
  [bndtest] Failures: 0
  [bndtest] All tests passed

template.init:
     [echo] Enter project org.apache.ace.webui.vaadin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log.server.ui

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.nodelauncher

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.gogo

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.processlauncher

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.repository.itest/bnd.bnd
  [bndtest] Errors: 1
  [bndtest] Failures: 0
  [bndtest] 1 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 14 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-25_07-33-02/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Jenkins build is back to normal : ACE-trunk #55

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/55/changes>


Build failed in Jenkins: ACE-trunk #54

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/54/changes>

Changes:

[bramk] ACE-347 Moving sandbox agent code into trunk

------------------------------------------
[...truncated 2257 lines...]
template.init:
     [echo] Enter project org.apache.ace.authentication

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.connectionfactory

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.range.api

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.scheduler

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.discovery

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.identification

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 1
  [bndtest] 1 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 8 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-14_14-39-18/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #53

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/53/changes>

Changes:

[marrs] ACE-331 Repositories can now be configured to store a limited number of versions. Replication takes this into account during synchronisation. Extended the SortedRangeSet with some new features for this.

------------------------------------------
[...truncated 2146 lines...]
     [echo] Enter project org.apache.ace.authentication

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.connectionfactory

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.range.api

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.scheduler

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.discovery

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.identification

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /home/hudson/jenkins-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 1
  [bndtest] 1 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/home/hudson/jenkins-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/home/hudson/jenkins-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 2 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-12_15-33-40/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #52

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/52/changes>

Changes:

[bramk] ACE-405 Split out ACE Bnd repository from gogo bundle

------------------------------------------
[...truncated 2212 lines...]
     [echo] Enter project org.apache.ace.authentication

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.connectionfactory

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.range.api

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.scheduler

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.discovery

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.identification

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /home/hudson/jenkins-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 1
  [bndtest] 1 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/home/hudson/jenkins-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/home/hudson/jenkins-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 3 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-07_08-33-05/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #51

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/51/changes>

Changes:

[bramk] ACE-340 More logging for frequently failing tests

------------------------------------------
[...truncated 2156 lines...]

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.discovery

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.identification

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 0
  [bndtest] All tests passed

template.init:
     [echo] Enter project org.apache.ace.client.automation

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.repository.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Received event: org/apache/ace/client/repository/stateful/StatefulTargetObject/STATUS_CHANGED
  [bndtest] Event was expected.
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Errors: 1
  [bndtest] Failures: 0
  [bndtest] 1 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 9 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_14-34-04/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #50

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/50/changes>

Changes:

[bramk] ACE-403 Added optional configuration param for OBR index filename

------------------------------------------
[...truncated 2202 lines...]

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.identification

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.log

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /x1/jenkins/jenkins-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 0
  [bndtest] All tests passed

template.init:
     [echo] Enter project org.apache.ace.client.automation

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /x1/jenkins/jenkins-slave/workspace/ACE-trunk/org.apache.ace.client.repository.itest/bnd.bnd
  [bndtest] [WARNING] unavailable
  [bndtest] java.lang.IllegalStateException: Can only register services while bundle is active or activating.
  [bndtest] 	at org.apache.felix.framework.Felix.registerService(Felix.java:3209)
  [bndtest] 	at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:346)
  [bndtest] 	at org.apache.felix.http.base.internal.HttpServiceController.register(HttpServiceController.java:135)
  [bndtest] 	at org.apache.felix.http.base.internal.DispatcherServlet.init(DispatcherServlet.java:48)
  [bndtest] 	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
  [bndtest] 	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
  [bndtest] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  [bndtest] 	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
  [bndtest] 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
  [bndtest] 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
  [bndtest] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  [bndtest] 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  [bndtest] 	at org.mortbay.jetty.Server.doStart(Server.java:224)
  [bndtest] 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
  [bndtest] 	at org.apache.felix.http.jetty.internal.JettyService.initializeJetty(JettyService.java:164)
  [bndtest] 	at org.apache.felix.http.jetty.internal.JettyService.startJetty(JettyService.java:115)
  [bndtest] 	at org.apache.felix.http.jetty.internal.JettyService.run(JettyService.java:290)
  [bndtest] 	at java.lang.Thread.run(Thread.java:662)
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Errors: 0
  [bndtest] Failures: 19
  [bndtest] 19 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 4 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_12-33-09/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #49

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/49/changes>

Changes:

[bramk] ACE-391 Revert accidental commit of local config file

------------------------------------------
[...truncated 2974 lines...]
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Errors: 0
  [bndtest] Failures: 7
  [bndtest] 7 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build-template.xml>:67: Tests failed

Total time: 4 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_11-32-54/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #48

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/48/changes>

Changes:

[bramk] ACE-391 Added optional basedir and filextension params for repositories

------------------------------------------
[...truncated 2977 lines...]
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Errors: 0
  [bndtest] Failures: 7
  [bndtest] 7 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build-template.xml>:67: Tests failed

Total time: 5 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-05_10-32-54/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #47

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/47/changes>

Changes:

[bramk] ACE-366 Do not copy resources that exist in target repo

------------------------------------------
[...truncated 3003 lines...]
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/auditlog
  [bndtest] Errors: 0
  [bndtest] Failures: 7
  [bndtest] 7 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/job/ACE-trunk/ws/cnf/build-template.xml>:67: Tests failed

Total time: 4 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-08-01_14-32-51/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #46

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/46/changes>

Changes:

[marrs] Forgot to send a 'hold until refresh' event before reverting, causing an eventstorm during a 'revert' action.

------------------------------------------
[...truncated 2155 lines...]

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.deployment

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.http

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.obr

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.resourceprocessor.useradmin

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.configurator

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.authentication.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.authentication.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 401 for http://localhost:8080/auditlog
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 404 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Got response code 401 for http://localhost:8080/obr/repository.xml
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Errors: 0
  [bndtest] Failures: 0
  [bndtest] All tests passed

template.init:
     [echo] Enter project org.apache.ace.client.automation

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.repository.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.repository.itest/bnd.bnd
  [bndtest] [INFO] Started jetty 6.1.x at port(s) HTTP:8080
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Received event: org/apache/ace/client/repository/stateful/StatefulTargetObject/STATUS_CHANGED
  [bndtest] Event was expected.
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] Errors: 0
  [bndtest] Failures: 0
  [bndtest] All tests passed

template.init:
     [echo] Enter project org.apache.ace.client.rest

init:

dependencies:

compile:

test:

template.init:
     [echo] Enter project org.apache.ace.client.rest.itest

init:

dependencies:

compile:

test:
  [bndtest] Testing /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.rest.itest/bnd.bnd
  [bndtest] ____________________________
  [bndtest] Welcome to Apache Felix Gogo
  [bndtest] 
  [bndtest] store: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/build/generated/store
  [bndtest] Bundle Indexer | v2.2
  [bndtest] (c) 2007 OSGi, All Rights Reserved
  [bndtest] g! #
  [bndtest] # There is insufficient memory for the Java Runtime Environment to continue.
  [bndtest] # Native memory allocation (malloc) failed to allocate 65544 bytes for Chunk::new
  [bndtest] 11 Error(s)
  [bndtest] Tests failed
  [bndtest] 	at aQute.bnd.ant.TestTask.executeProject(TestTask.java:78)
  [bndtest] 	at aQute.bnd.ant.TestTask.execute(TestTask.java:49)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
  [bndtest] 	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
  [bndtest] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  [bndtest] 	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  [bndtest] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [bndtest] 	at java.lang.reflect.Method.invoke(Method.java:597)
  [bndtest] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [bndtest] 	at org.apache.tools.ant.Task.perform(Task.java:348)
  [bndtest] 	at org.apache.tools.ant.Target.execute(Target.java:390)
  [bndtest] 	at org.apache.tools.ant.Target.performTasks(Target.java:411)
  [bndtest] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  [bndtest] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  [bndtest] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  [bndtest] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
  [bndtest] 	at org.apache.tools.ant.Main.runBuild(Main.java:809)
  [bndtest] 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  [bndtest] 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:55: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build-template.xml:67: Tests failed

Total time: 12 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-07-29_10-34-32/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: ACE-trunk #45

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/45/changes>

Changes:

[marrs] Corrected some typos in the metadata.

[marrs] Added a proper refresh to each table to make sure it stays in sync after login/checkout. Removed lots of irrelevant inheritDoc comments.

[marrs] Introduced a 'hold until refresh' event, that can be used by listeners to defer processing events until either a 'login' or 'refresh' event occurs. The stateful target repository, which has relatively expensive refresh operations, uses this to not update its internal state whil logging in or checking out. Also, we now clean up after ourselves after logout, not holding on to checked out workspaces beyond a session. Improved some error messages and added a toString for repository objects.

[marrs] Cache was using a weak instead of a soft reference, which means it got lost on every garbage collection, making it way less effective.

------------------------------------------
[...truncated 242 lines...]

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.rest.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.rest.itest/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.client.rest.itest/generated

template.init:
     [echo] Enter project org.apache.ace.configurator.useradmin.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.configurator.useradmin.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.configurator.useradmin.itest/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.configurator.useradmin.itest/generated

template.init:
     [echo] Enter project org.apache.ace.consolelogger

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.consolelogger/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.consolelogger/generated

template.init:
     [echo] Enter project org.apache.ace.deployment.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.itest/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.itest/generated

template.init:
     [echo] Enter project org.apache.ace.deployment.rp.autoconf

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.rp.autoconf/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.rp.autoconf/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.rp.autoconf/generated

template.init:
     [echo] Enter project org.apache.ace.managementagent

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.managementagent/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.managementagent/generated

template.init:
     [echo] Enter project org.apache.ace.deployment.rp.autoconf.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.rp.autoconf.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.deployment.rp.autoconf.itest/generated

template.init:
     [echo] Enter project org.apache.ace.http.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.http.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.http.itest/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.http.itest/generated

template.init:
     [echo] Enter project org.apache.ace.launcher

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.launcher/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.launcher/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.launcher/generated

template.init:
     [echo] Enter project org.apache.ace.location.upnp

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.location.upnp/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.location.upnp/generated

template.init:
     [echo] Enter project org.apache.ace.log.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.itest/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.itest/generated

template.init:
     [echo] Enter project org.apache.ace.log.server.store.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.server.store.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.server.store.itest/generated

template.init:
     [echo] Enter project org.apache.ace.webui.vaadin

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.webui.vaadin/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.webui.vaadin/generated

template.init:
     [echo] Enter project org.apache.ace.log.server.ui

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.server.ui/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.log.server.ui/generated

template.init:
     [echo] Enter project org.apache.ace.nodelauncher

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.nodelauncher/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.nodelauncher/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.nodelauncher/generated

template.init:
     [echo] Enter project org.apache.ace.gogo

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.gogo/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.gogo/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.gogo/generated

template.init:
     [echo] Enter project org.apache.ace.processlauncher

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.processlauncher/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.processlauncher/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.processlauncher/generated

template.init:
     [echo] Enter project org.apache.ace.repository.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.repository.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.repository.itest/generated

template.init:
     [echo] Enter project org.apache.ace.tageditor

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.tageditor/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.tageditor/generated

template.init:
     [echo] Enter project org.apache.ace.target.mgmt.ui

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.target.mgmt.ui/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.target.mgmt.ui/generated

template.init:
     [echo] Enter project org.apache.ace.useradmin.ui

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.useradmin.ui/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.useradmin.ui/generated

template.init:
     [echo] Enter project org.apache.ace.useradmin.ui.itest

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.useradmin.ui.itest/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.useradmin.ui.itest/generated

template.init:
     [echo] Enter project org.apache.ace.verifier

init:

clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.verifier/bin
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.verifier/bin_test
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.verifier/generated

template.init:

init:

deeptestng:

template.init:
     [echo] Enter project org.apache.ace.test

init:

dependencies:

compile:
    [javac] Compiling 7 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/bin
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/it/ExampleTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/test/constants/TestConstants.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/test/utils/FileUtils.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/test/utils/NetUtils.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/test/utils/TestUtils.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.test/src/org/apache/ace/test/utils/Util.java

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:39: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build-template.xml:76: Error running javac compiler

Total time: 48 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Did not find any matching files.