[ImageJ-builds] Build failed in Jenkins: ImageJ #3927

jenkins at imagej.net jenkins at imagej.net
Fri Jan 18 16:40:28 CST 2013


See <http://jenkins.imagej.net/job/ImageJ/3927/changes>

Changes:

[Curtis Rueden] ServiceHelper: isolate logging logic

[Curtis Rueden] DefaultEventService: escalate priority

[Curtis Rueden] Ensure all service initialization is logged

------------------------------------------
[...truncated 131 lines...]
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 284 source files to /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ/workspace/core/core/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 23 source files to /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running imagej.object.ObjectIndexTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running imagej.object.SortedObjectIndexTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running imagej.plugin.PluginIndexTest
WARN: Ignoring non-Maven build directory: /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/test-classes
WARN: Updating the annotation index in /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SezPoz generated annotations.
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.plugin.DefaultPluginService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 sec
Running imagej.display.DisplayTest
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.object.DefaultObjectService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.display.DefaultDisplayService
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.object.DefaultObjectService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.display.DefaultDisplayService
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.object.DefaultObjectService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.display.DefaultDisplayService
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running imagej.menu.ShadowMenuTest
[INFO] Found 32 plugins.
[INFO] Found 32 plugins.
[INFO] Found 32 plugins.
[INFO] Found 32 plugins.
[INFO] Found 32 plugins.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running imagej.service.ServiceIndexTest
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.module.DefaultModuleService
[INFO] Created service: imagej.command.DefaultCommandService
[INFO] Created service: imagej.platform.DefaultAppService
[INFO] Configuring platform: imagej.platform.DefaultPlatform
[INFO] Created service: imagej.platform.DefaultPlatformService
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec <<< FAILURE!
Running imagej.script.JavascriptTest
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.object.DefaultObjectService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.display.DefaultDisplayService
[INFO] Created service: imagej.widget.DefaultWidgetService
[INFO] Created service: imagej.module.DefaultModuleService
[ERROR] Exception during event handling:
	[Event] imagej.module.event.ModulesAddedEvent
	context = imagej.ImageJ at 1cfd7c
	consumed = false
	items[0] = menu='Plugins > Script > List Engines', priority=0.0, enabled=true, pluginType=Command
	items[1] = priority=0.0, enabled=true, pluginType=Command
	items[2] = menu='Plugins > Script > Run Script', priority=0.0, enabled=true, pluginType=Command
	[Subscriber] imagej.menu.DefaultMenuService [priority = 0.0]
	[Method] protected void imagej.menu.DefaultMenuService.onEvent(imagej.module.event.ModulesAddedEvent)
[ERROR] java.lang.NullPointerException
	at imagej.menu.DefaultMenuService.addModules(DefaultMenuService.java:192)
	at imagej.menu.DefaultMenuService.onEvent(DefaultMenuService.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at imagej.event.DefaultEventService$ProxySubscriber.onEvent(DefaultEventService.java:242)
	at imagej.event.DefaultEventService$ProxySubscriber.onEvent(DefaultEventService.java:217)
	at org.bushe.swing.event.ThreadSafeEventService.publish(ThreadSafeEventService.java:971)
	at imagej.event.DefaultEventBus.access$101(DefaultEventBus.java:61)
	at imagej.event.DefaultEventBus$1.run(DefaultEventBus.java:201)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
	at java.awt.EventQueue.access$000(EventQueue.java:84)
	at java.awt.EventQueue$1.run(EventQueue.java:602)
	at java.awt.EventQueue$1.run(EventQueue.java:600)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
[INFO] Created service: imagej.command.DefaultCommandService
[INFO] Created service: imagej.menu.DefaultMenuService
[INFO] Created service: imagej.tool.DefaultToolService
[INFO] Created service: imagej.script.DefaultScriptService
[INFO] Created service: imagej.event.DefaultStatusService
[INFO] Created service: imagej.event.DefaultEventHistory
[INFO] Created service: imagej.platform.DefaultAppService
[INFO] Configuring platform: imagej.platform.DefaultPlatform
[INFO] Created service: imagej.platform.DefaultPlatformService
[INFO] Created service: imagej.options.DefaultOptionsService
[INFO] Created service: imagej.render.DummyRenderingService
[INFO] Created service: imagej.script.DefaultScriptService
[INFO] Created service: imagej.script.DummyService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running imagej.command.CommandServiceTest
[INFO] Found 32 plugins.
[INFO] Created service: imagej.log.StderrLogService
[INFO] Created service: imagej.thread.DefaultThreadService
[INFO] Created service: imagej.event.DefaultEventService
[INFO] Created service: imagej.plugin.DefaultPluginService
[INFO] Created service: imagej.module.DefaultModuleService
[INFO] Created service: imagej.command.DefaultCommandService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running imagej.util.ClassUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running imagej.util.CheckSezpozTest
Note: Annotated indexed under imagej.plugin.Plugin
WARN: Updating the annotation index in /tmp/test-sezpoz2446209119706456786/target/classes
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 sec
Running imagej.util.FloatArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running imagej.util.UnitUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running imagej.util.AppUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running imagej.util.ColorRGBTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running imagej.util.IntArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running imagej.util.ShortArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running imagej.util.FileUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running imagej.util.PrefsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running imagej.util.DoubleArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running imagej.util.ByteArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running imagej.util.LongArrayTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Failed tests:   testGetAll(imagej.service.ServiceIndexTest): expected same:<class imagej.command.DefaultCommandService> was not:<class imagej.event.DefaultEventService>

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /data/devel/jenkins/jobs/ImageJ/workspace/core/core/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Jan 18 16:40:28 CST 2013
[INFO] Final Memory: 73M/1468M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
Performance: No threshold configured for making the test unstable
Performance: No threshold configured for making the test failure
Performance: Recording JUnit reports '**/TEST-*.xml'
Performance: Parsing JUnit report file TEST-imagej.command.CommandServiceTest.xml
Performance: Parsing JUnit report file TEST-imagej.display.DisplayTest.xml
Performance: Parsing JUnit report file TEST-imagej.menu.ShadowMenuTest.xml
Performance: Parsing JUnit report file TEST-imagej.object.ObjectIndexTest.xml
Performance: Parsing JUnit report file TEST-imagej.object.SortedObjectIndexTest.xml
Performance: Parsing JUnit report file TEST-imagej.plugin.PluginIndexTest.xml
Performance: Parsing JUnit report file TEST-imagej.script.JavascriptTest.xml
Performance: Parsing JUnit report file TEST-imagej.service.ServiceIndexTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.AppUtilsTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.ByteArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.CheckSezpozTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.ClassUtilsTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.ColorRGBTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.DoubleArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.FileUtilsTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.FloatArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.IntArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.LongArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.PrefsTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.ShortArrayTest.xml
Performance: Parsing JUnit report file TEST-imagej.util.UnitUtilsTest.xml
Performance: File TEST-imagej.command.CommandServiceTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.display.DisplayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.menu.ShadowMenuTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.object.ObjectIndexTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.object.SortedObjectIndexTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.plugin.PluginIndexTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.script.JavascriptTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.service.ServiceIndexTest.xml reported 100.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.AppUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.ByteArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.CheckSezpozTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.ClassUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.ColorRGBTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.DoubleArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.FileUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.FloatArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.IntArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.LongArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.PrefsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.ShortArrayTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE
Performance: File TEST-imagej.util.UnitUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



More information about the ImageJ-builds mailing list