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/09/10 17:36:15 UTC

Build failed in Jenkins: ACE-trunk #84

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

Changes:

[jawi] Forgot to add newly added files.

[jawi] Code review on new ACE MA agent:

- added init() function to AgentContextAware to split the initialization
  from the starting of handlers/components. This way, we can make sure
  that, for example, event handlers are properly in place before sending
  configuration changes upon startup;
- implemented support for configuration change events on all relevant
  places;
- made the storing of configuration changes a little bit easier by using
  the same construct as used in the UserAdmin file store implementation
  of Felix;
- made the code thread-safe without heavy use of locks and monitors;
- some small changes in the integration tests to speed them up a little.

[jawi] Updated ignore list.

[marrs] ACE-372 Added code that picks up properties from the auditlog and sets them (with a prefix) as tags on the target.

[marrs] Switched the target to use the new management agent.

[marrs] Added a couple of null checks to prevent a NPE that occasionally occurred.

[marrs] ACE-372 Added a new base and type for logging target properties.

------------------------------------------
[...truncated 2289 lines...]

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] 2013-09-10 15:35:53.770:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
  [bndtest] 2013-09-10 15:35:53.813:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
  [bndtest] 2013-09-10 15:35:53.847:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
  [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.bnd

init:

dependencies:

compile:

test:

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] 2013-09-10 15:36:01.152:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
  [bndtest] 2013-09-10 15:36:01.185:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
  [bndtest] 2013-09-10 15:36:01.226:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
  [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] 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
/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: 2 minutes 57 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-09-10_15-33-05/testng/testng-results-1.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-10.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-11.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-12.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-13.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-14.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-15.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-16.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-2.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-3.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-4.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-5.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-6.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-7.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-8.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results-9.xml'
Processing '/home/hudson/hudson/jobs/ACE-trunk/builds/2013-09-10_15-33-05/testng/testng-results.xml'
TestNG Reports Processing: FINISH

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

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