Console Output
Skipping 68 KB..
Full Log unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,55] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,59] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,54] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,58] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,60] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,64] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,59] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,63] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[278,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[295,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[337,59] [unchecked] unchecked conversion
required: SimpleComposite<PresentationModel>
found: SimpleComposite
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentableTest.java:[69,60] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[INFO]
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
20:49:41.887 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - STARTING TESTS OF it.tidalwave.role.ui.example.presentation.impl.DefaultMainPanelPresentationControlTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
20:49:44.400 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
20:49:44.401 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogCancelOk cancel"
20:49:44.401 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
20:49:44.574 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI cancelling UserNotificationWithFeedback(super=UserNotification(text=Now press the button, caption=Notification), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@2ef0fd85)...
20:49:44.603 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 194 msec
20:49:44.604 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.616 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ****************************************
20:49:44.617 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogCancelOk confirm"
20:49:44.617 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ****************************************
20:49:44.622 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=Now press the button, caption=Notification), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@11c6f13c)...
20:49:44.630 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 13 msec
20:49:44.631 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.640 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
20:49:44.640 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogOk confirm"
20:49:44.641 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
20:49:44.645 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=Now press the button, caption=Notification), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@62f0e178)...
20:49:44.651 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 10 msec
20:49:44.652 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.660 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **************************************
20:49:44.660 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickDirectory cancel"
20:49:44.661 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **************************************
20:49:44.665 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI cancelling UserNotificationWithFeedback(super=UserNotification(text=, caption=Pick a directory), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@4f9d77b2)...
20:49:44.669 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 9 msec
20:49:44.670 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.675 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
20:49:44.676 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickDirectory confirm"
20:49:44.676 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
20:49:44.678 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Pick a directory), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@6628a711)...
20:49:44.681 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 5 msec
20:49:44.681 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.689 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - *********************************
20:49:44.690 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickFile cancel"
20:49:44.690 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - *********************************
20:49:44.695 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI cancelling UserNotificationWithFeedback(super=UserNotification(text=, caption=Pick a file), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@40c1f5f9)...
20:49:44.699 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 9 msec
20:49:44.700 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.707 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
20:49:44.708 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickFile confirm"
20:49:44.708 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
20:49:44.711 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Pick a file), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@25df37b8)...
20:49:44.715 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 7 msec
20:49:44.715 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.721 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ************************
20:49:44.722 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test buttonAction"
20:49:44.722 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ************************
20:49:44.743 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 21 msec
20:49:44.743 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:44.750 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ********************
20:49:44.750 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test populate"
20:49:44.751 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ********************
20:49:45.312 [main ] INFO it.tidalwave.role.impl.ServiceLoaderLocator - ContextManagerProvider instantiated from META-INF/services: it.tidalwave.role.impl.DefaultContextManagerProvider@58186f9f
20:49:45.328 [main ] TRACE it.tidalwave.role.impl.ContextSnapshot - >>>> contexts for i.t.r.u.e.m.FileEntity@650a1aff at construction time: []
20:49:45.454 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@41143873, [])
20:49:45.456 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@270f28cf
20:49:45.459 [main ] INFO it.tidalwave.role.impl.ServiceLoaderLocator - OwnerRoleFactoryProvider instantiated from META-INF/services: it.tidalwave.role.impl.DefaultOwnerRoleFactoryProvider@2ab8589a
20:49:45.462 [main ] TRACE it.tidalwave.role.impl.ContextSnapshot - >>>> contexts for i.t.r.u.e.m.FileEntity@650a1aff at construction time: []
20:49:45.462 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - as(i.t.r.SimpleComposite) for i.t.r.u.e.m.FileEntity@650a1aff
20:49:45.462 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> contexts: ContextSnapshot[]
20:49:45.463 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@18c820d2, [])
20:49:45.463 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@270f28cf
20:49:45.471 [main ] INFO it.tidalwave.role.impl.ServiceLoaderLocator - Too many instances of SystemRoleFactoryProvider, ignoring default providers ...
20:49:45.474 [main ] INFO it.tidalwave.role.impl.ServiceLoaderLocator - SystemRoleFactoryProvider instantiated from META-INF/services: it.tidalwave.role.spring.spi.SpringSystemRoleFactoryProvider@59a2d756
20:49:45.589 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - findRoles(i.t.r.u.e.m.FileEntity@650a1aff, i.t.r.SimpleComposite)
20:49:45.595 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - >>>> findRoles() returning: []
20:49:45.596 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@18c820d2, []) completed
20:49:45.596 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> as() returning []
20:49:45.597 [main ] TRACE i.tidalwave.role.ui.spi.SimpleCompositePresentable - >>>> r for i.t.r.u.e.m.FileEntity@650a1aff: [i.t.r.u.PresentationModelAggregate@63262071]
20:49:45.597 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@41143873, []) completed
20:49:45.600 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
20:49:45.623 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
20:49:45.632 [main ] TRACE it.tidalwave.role.impl.ContextSnapshot - >>>> contexts for i.t.r.u.e.m.SimpleDciEntity@3b3546a3 at construction time: []
20:49:45.633 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - as(i.t.r.u.Displayable) for i.t.r.u.e.m.SimpleDciEntity@3b3546a3
20:49:45.633 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> contexts: ContextSnapshot[]
20:49:45.634 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@3d235635, [])
20:49:45.634 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@270f28cf
20:49:45.634 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - findRoles(i.t.r.u.e.m.SimpleDciEntity@3b3546a3, i.t.r.u.Displayable)
20:49:45.635 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - >>>> findRoles() returning: []
20:49:45.635 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@3d235635, []) completed
20:49:45.635 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> as() returning []
20:49:45.639 [main ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
20:49:45.642 [main ] TRACE it.tidalwave.role.impl.ContextSnapshot - >>>> contexts for i.t.r.u.e.m.FileEntity@650a1aff at construction time: []
20:49:45.642 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - as(i.t.r.u.Displayable) for i.t.r.u.e.m.FileEntity@650a1aff
20:49:45.643 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> contexts: ContextSnapshot[]
20:49:45.643 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@5fa0141f, [])
20:49:45.643 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@270f28cf
20:49:45.643 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - findRoles(i.t.r.u.e.m.FileEntity@650a1aff, i.t.r.u.Displayable)
20:49:45.644 [main ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport - >>>> findRoles() returning: []
20:49:45.644 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@5fa0141f, []) completed
20:49:45.644 [main ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory - >>>> as() returning [i.t.r.u.e.m.FileEntity@650a1aff]
20:49:45.646 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 896 msec
20:49:45.647 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest -
20:49:45.655 [main ] INFO i.t.r.u.e.p.impl.FileEntityPresentableTest - ***********
20:49:45.656 [main ] INFO i.t.r.u.e.p.impl.FileEntityPresentableTest - TEST "test"
20:49:45.656 [main ] INFO i.t.r.u.e.p.impl.FileEntityPresentableTest - ***********
20:49:45.748 [main ] TRACE it.tidalwave.role.impl.ContextSnapshot - >>>> contexts for i.t.r.u.e.m.FileEntity@31b741e2 at construction time: []
20:49:45.749 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@1d7f2f0a, [])
20:49:45.750 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@270f28cf
20:49:45.751 [main ] TRACE i.tidalwave.role.ui.spi.SimpleCompositePresentable - >>>> r for i.t.r.u.e.m.FileEntity@31b741e2: [i.t.r.u.PresentationModelAggregate@54defd69, i.t.r.u.Selectable$MockitoMock$4A4ZNsRJ@4fa91d5b]
20:49:45.751 [main ] TRACE it.tidalwave.role.impl.DefaultContextManager - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x000076eef83175c8@1d7f2f0a, []) completed
20:49:45.811 [main ] ERROR i.t.r.u.e.p.impl.FileEntityPresentableTest - TEST FAILED in 140 msec - test - java.lang.AssertionError:
Expected: is "10/28/24 8:34 pm"
but: was "10/28/24 8:34 PM"
20:49:45.812 [main ] ERROR i.t.r.u.e.p.impl.FileEntityPresentableTest - TEST FAILED
java.lang.AssertionError:
Expected: is "10/28/24 8:34 pm"
but: was "10/28/24 8:34 PM"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at it.tidalwave.role.ui.example.presentation.impl.FileEntityPresentableTest.test(FileEntityPresentableTest.java:77)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:141)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:686)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:230)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:63)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:992)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:203)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:154)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:134)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:739)
at org.testng.TestRunner.run(TestRunner.java:614)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:421)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:413)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:373)
at org.testng.SuiteRunner.run(SuiteRunner.java:312)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1274)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1208)
at org.testng.TestNG.runSuites(TestNG.java:1112)
at org.testng.TestNG.run(TestNG.java:1079)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
20:49:45.837 [main ] ERROR i.t.r.u.e.p.impl.FileEntityPresentableTest -
20:49:45.839 [main ] INFO i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - FINISHED TESTS OF it.tidalwave.role.ui.example.presentation.impl.DefaultMainPanelPresentationControlTest
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.694 s <<< FAILURE! -- in TestSuite
[ERROR] it.tidalwave.role.ui.example.presentation.impl.FileEntityPresentableTest.test -- Time elapsed: 0.155 s <<< FAILURE!
java.lang.AssertionError:
Expected: is "10/28/24 8:34 pm"
but: was "10/28/24 8:34 PM"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at it.tidalwave.role.ui.example.presentation.impl.FileEntityPresentableTest.test(FileEntityPresentableTest.java:77)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:141)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:686)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:230)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:63)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:992)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:203)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:154)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:134)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:739)
at org.testng.TestRunner.run(TestRunner.java:614)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:421)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:413)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:373)
at org.testng.SuiteRunner.run(SuiteRunner.java:312)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1274)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1208)
at org.testng.TestNG.runSuites(TestNG.java:1112)
at org.testng.TestNG.run(TestNG.java:1079)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] FileEntityPresentableTest.test:77
Expected: is "10/28/24 8:34 pm"
but: was "10/28/24 8:34 PM"
[INFO]
[ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[ERROR] There are test failures.
See /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/surefire-reports/jacoco for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Loading execution data file /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/jacoco.exec
[INFO] Analyzed bundle 'SteelBlue - Examples - Presentation' with 2 classes
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Building jar: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar
[INFO]
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Building jar: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db-tests.jar
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db-tests.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-steelblue-example-presentation >>>
[INFO]
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO]
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-steelblue-example-presentation <<<
[INFO]
[INFO]
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-steelblue-example-presentation ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] --< it.tidalwave.steelblue:it-tidalwave-steelblue-example-presentation-javafx >--
[INFO] Building SteelBlue - Examples - JavaFX presentation 1.1-ALPHA-4-SNAPSHOT [7/7]
[INFO] from modules/examples/PresentationJavaFX/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1.pom (749 B at 583 B/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx/23.0.1/javafx-23.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx/23.0.1/javafx-23.0.1.pom (8.7 kB at 28 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1.pom (908 B at 3.1 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1.pom (904 B at 2.9 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1.pom (900 B at 3.0 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.pom (2.2 kB at 7.5 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1.jar (302 B at 967 B/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1-linux.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1-linux.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1-linux.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-base/23.0.1/javafx-base-23.0.1-linux.jar (757 kB at 2.0 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1.jar (306 B at 735 B/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1-linux.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1.jar (306 B at 569 B/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-controls/23.0.1/javafx-controls-23.0.1-linux.jar (2.6 MB at 4.5 MB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-graphics/23.0.1/javafx-graphics-23.0.1-linux.jar (4.8 MB at 6.6 MB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1-linux.jar (131 kB at 161 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/openjfx/javafx-fxml/23.0.1/javafx-fxml-23.0.1.jar (302 B at 372 B/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjweaver/1.9.22.1/aspectjweaver-1.9.22.1.jar (2.2 MB at 2.3 MB/s)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814198988
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/jacoco.exec
[INFO]
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/unwoven-classes
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/unwoven-test-classes
[INFO] Executed tasks
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO]
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjtools/1.9.22.1/aspectjtools-1.9.22.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjtools/1.9.22.1/aspectjtools-1.9.22.1.pom (2.5 kB at 7.8 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjtools/1.9.22.1/aspectjtools-1.9.22.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/aspectj/aspectjtools/1.9.22.1/aspectjtools-1.9.22.1.jar (15 MB at 27 MB/s)
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] No sources to compile
[INFO]
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-steelblue-example-presentation-javafx ---
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar
[INFO]
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db-tests.jar
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation-javafx/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation-javafx/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db-tests.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation-javafx/1.1-ALPHA-4-SNAPSHOT/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-steelblue-example-presentation-javafx >>>
[INFO]
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO]
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-steelblue-example-presentation-javafx <<<
[INFO]
[INFO]
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------< it.tidalwave.steelblue:steelblue >------------------
[INFO] Building SteelBlue 1.1-ALPHA-4-SNAPSHOT [8/7]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin:3.26.0:aggregate-cpd (default-cli)'
[WARNING] Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin:3.26.0:aggregate-pmd (default-cli)'
[INFO]
[INFO] --- pmd:3.26.0:aggregate-cpd (default-cli) @ steelblue ---
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/superpom/superpom/5.7/superpom-5.7-site.xml
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/thesefoolishthings/superpom/5.7/superpom-5.7-site.xml
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.1 skin
[INFO]
[INFO] >>> pmd:3.26.0:aggregate-pmd (default-cli) > test-compile @ steelblue >>>
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ steelblue ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814221191
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ steelblue ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ steelblue ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ steelblue ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ steelblue ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/target/jacoco.exec
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue (modules) 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814221533
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-modules ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-modules ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/target/jacoco.exec
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue - JavaFX Bindings 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-role-ui-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814221920
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-role-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-role-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-role-ui-javafx ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-role-ui-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-role-ui-javafx ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-role-ui-javafx ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/it-tidalwave-role-ui-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-role-ui-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-role-ui-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [forked debug deprecation release 11] to target/test-classes
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue (examples) 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-examples ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814225868
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-examples ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-examples ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-examples ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-examples ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/target/jacoco.exec
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue - Examples - Model 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814226231
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-model ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-model ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-model ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/src/main/resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-model ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/it-tidalwave-steelblue-example-model-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-model ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-model ---
[INFO] No sources to compile
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue - Examples - Presentation 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-presentation ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814226802
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-presentation ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-presentation ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/main/resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [forked debug deprecation release 21] to target/test-classes
[WARNING] on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,55] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,59] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,54] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,58] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,60] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,64] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,59] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,63] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[278,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[295,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[337,59] [unchecked] unchecked conversion
required: SimpleComposite<PresentationModel>
found: SimpleComposite
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentableTest.java:[69,60] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking SteelBlue - Examples - JavaFX presentation 1.1-ALPHA-4-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814233848
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/jacoco.exec
[INFO]
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/unwoven-classes
[INFO]
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] No sources to compile
[WARNING] Failed to getClass for org.apache.maven.plugins.pmd.AggregatorPmdReport
[INFO]
[INFO] <<< pmd:3.26.0:aggregate-pmd (default-cli) < test-compile @ steelblue <<<
[INFO]
[INFO]
[INFO] --- pmd:3.26.0:aggregate-pmd (default-cli) @ steelblue ---
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[INFO] PMD version: 7.7.0
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.1 skin
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------< it.tidalwave.steelblue:steelblue >------------------
[INFO] Building SteelBlue 1.1-ALPHA-4-SNAPSHOT [9/7]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ steelblue ---
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ steelblue >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ steelblue ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814244380
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ steelblue ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ steelblue ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ steelblue ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ steelblue ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/target/jacoco.exec
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ steelblue <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ steelblue ---
[INFO] Skipping pom project
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] -------< it.tidalwave.steelblue:it-tidalwave-steelblue-modules >--------
[INFO] Building SteelBlue (modules) 1.1-ALPHA-4-SNAPSHOT [10/7]
[INFO] from modules/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-steelblue-modules ---
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-steelblue-modules >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814245824
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-modules ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-modules ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/target/jacoco.exec
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-steelblue-modules <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-steelblue-modules ---
[INFO] Skipping pom project
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ---------< it.tidalwave.steelblue:it-tidalwave-role-ui-javafx >---------
[INFO] Building SteelBlue - JavaFX Bindings 1.1-ALPHA-4-SNAPSHOT [11/7]
[INFO] from modules/JavaFXBindings/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-role-ui-javafx ---
[INFO] There are 818 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-role-ui-javafx >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-role-ui-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814249392
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-role-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-role-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-role-ui-javafx ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-role-ui-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-role-ui-javafx ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-role-ui-javafx ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/it-tidalwave-role-ui-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-role-ui-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-role-ui-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [forked debug deprecation release 11] to target/test-classes
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-role-ui-javafx <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-role-ui-javafx ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] org.openjfx:javafx-graphics:jar:linux:11.0.1:compile
[WARNING] org.openjfx:javafx-fxml:jar:linux:11.0.1:compile
[WARNING] com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] org.openjfx:javafx-base:jar:linux:11.0.1:compile
[WARNING] org.openjfx:javafx-controls:jar:linux:11.0.1:compile
[WARNING] org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING] Unused declared dependencies found:
[WARNING] javax.inject:javax.inject:jar:1:compile
[WARNING] org.openjfx:javafx-base:jar:11.0.1:compile
[WARNING] org.openjfx:javafx-controls:jar:11.0.1:compile
[WARNING] org.openjfx:javafx-fxml:jar:11.0.1:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:tests:3.2-ALPHA-24:test
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING] ch.qos.logback:logback-classic:jar:1.5.12:test
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] -------< it.tidalwave.steelblue:it-tidalwave-steelblue-examples >-------
[INFO] Building SteelBlue (examples) 1.1-ALPHA-4-SNAPSHOT [12/7]
[INFO] from modules/examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-steelblue-examples ---
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-steelblue-examples >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-examples ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814254515
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-examples ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-examples ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-examples ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-examples ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/target/jacoco.exec
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-steelblue-examples <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-steelblue-examples ---
[INFO] Skipping pom project
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ----< it.tidalwave.steelblue:it-tidalwave-steelblue-example-model >-----
[INFO] Building SteelBlue - Examples - Model 1.1-ALPHA-4-SNAPSHOT [13/7]
[INFO] from modules/examples/Model/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-steelblue-example-model ---
[INFO] There are 68 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-steelblue-example-model >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814255816
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-model ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-model ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-model ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/src/main/resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-model ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/it-tidalwave-steelblue-example-model-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-model ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-model ---
[INFO] No sources to compile
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-steelblue-example-model <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-steelblue-example-model ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING] org.springframework:spring-context:jar:5.3.37:compile
[WARNING] Unused declared dependencies found:
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-24:compile
[WARNING] org.springframework:spring-beans:jar:5.3.37:compile
[WARNING] org.testng:testng:jar:7.10.2:test
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:tests:3.2-ALPHA-24:test
[WARNING] org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING] org.mockito:mockito-core:jar:5.13.0:test
[WARNING] ch.qos.logback:logback-classic:jar:1.5.12:test
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] --< it.tidalwave.steelblue:it-tidalwave-steelblue-example-presentation >--
[INFO] Building SteelBlue - Examples - Presentation 1.1-ALPHA-4-SNAPSHOT [14/7]
[INFO] from modules/examples/Presentation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-steelblue-example-presentation ---
[INFO] There are 92 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-steelblue-example-presentation >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-presentation ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814257389
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-presentation ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-presentation ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/main/resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [forked debug deprecation release 21] to target/test-classes
[WARNING] on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,55] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[181,59] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,54] [unchecked] unchecked method invocation: method pickFile in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[198,58] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,60] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[214,64] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,59] [unchecked] unchecked method invocation: method pickDirectory in interface MainPanelPresentation is applied to given types
required: BoundProperty<Path>,UserNotificationWithFeedback
found: BoundProperty,UserNotificationWithFeedback
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[230,63] [unchecked] unchecked conversion
required: BoundProperty<Path>
found: BoundProperty
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[278,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[295,64] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/DefaultMainPanelPresentationControlTest.java:[337,59] [unchecked] unchecked conversion
required: SimpleComposite<PresentationModel>
found: SimpleComposite
[WARNING] /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/test/java/it/tidalwave/role/ui/example/presentation/impl/FileEntityPresentableTest.java:[69,60] [unchecked] unchecked conversion
required: Aggregate<PresentationModel>
found: Aggregate
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-steelblue-example-presentation <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-steelblue-example-presentation ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] javax.annotation:javax.annotation-api:jar:1.3.2:compile
[WARNING] com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] org.springframework:spring-context:jar:5.3.37:compile
[WARNING] org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING] Unused declared dependencies found:
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-24:compile
[WARNING] org.springframework:spring-beans:jar:5.3.37:compile
[WARNING] ch.qos.logback:logback-classic:jar:1.5.12:test
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] --< it.tidalwave.steelblue:it-tidalwave-steelblue-example-presentation-javafx >--
[INFO] Building SteelBlue - Examples - JavaFX presentation 1.1-ALPHA-4-SNAPSHOT [15/7]
[INFO] from modules/examples/PresentationJavaFX/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] There are 66 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-steelblue-example-presentation-javafx >>>
[INFO]
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing buildNumber: 76a4a95ad7db at timestamp: 1734814266191
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX
[INFO] Storing scmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.1-ALPHA-4-SNAPSHOT 76a4a95ad7db
[INFO] [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (prepare-agent) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/jacoco.exec
[INFO]
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/it-tidalwave-steelblue-example-presentation-javafx-1.1-ALPHA-4-SNAPSHOT.76a4a95ad7db.jar to /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/unwoven-classes
[INFO]
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/src/test/resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-steelblue-example-presentation-javafx ---
[INFO] No sources to compile
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-steelblue-example-presentation-javafx <<<
[INFO]
[INFO]
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-steelblue-example-presentation-javafx ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING] javax.inject:javax.inject:jar:1:compile
[WARNING] org.openjfx:javafx-fxml:jar:linux:23.0.1:compile
[WARNING] org.openjfx:javafx-controls:jar:linux:23.0.1:compile
[WARNING] com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] org.openjfx:javafx-graphics:jar:linux:23.0.1:compile
[WARNING] org.springframework:spring-context:jar:5.3.37:compile
[WARNING] org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING] Unused declared dependencies found:
[WARNING] it.tidalwave.steelblue:it-tidalwave-steelblue-example-model:jar:1.1-ALPHA-4-SNAPSHOT:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-24:compile
[WARNING] org.springframework:spring-beans:jar:5.3.37:compile
[WARNING] org.slf4j:jcl-over-slf4j:jar:2.0.16:runtime
[WARNING] org.slf4j:jul-to-slf4j:jar:2.0.16:runtime
[WARNING] ch.qos.logback:logback-core:jar:1.5.12:runtime
[WARNING] ch.qos.logback:logback-classic:jar:1.5.12:runtime
[WARNING] org.testng:testng:jar:7.10.2:test
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:tests:3.2-ALPHA-24:test
[WARNING] org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING] org.mockito:mockito-core:jar:5.13.0:test
[WARNING] org.aspectj:aspectjrt:jar:1.9.22.1:runtime
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------< it.tidalwave.steelblue:steelblue >------------------
[INFO] Building SteelBlue 1.1-ALPHA-4-SNAPSHOT [16/7]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- dependency-check:11.1.1:aggregate (default-cli) @ steelblue ---
[INFO] Skipping dependency-check:aggregate
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SteelBlue 1.1-ALPHA-4-SNAPSHOT:
[INFO]
[INFO] SteelBlue .......................................... SUCCESS [ 1.277 s]
[INFO] SteelBlue (modules) ................................ SUCCESS [ 0.529 s]
[INFO] SteelBlue - JavaFX Bindings ........................ SUCCESS [ 7.455 s]
[INFO] SteelBlue (examples) ............................... SUCCESS [ 0.502 s]
[INFO] SteelBlue - Examples - Model ....................... SUCCESS [ 1.217 s]
[INFO] SteelBlue - Examples - Presentation ................ SUCCESS [ 8.590 s]
[INFO] SteelBlue - Examples - JavaFX presentation ......... SUCCESS [ 5.094 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:55 min
[INFO] Finished at: 2024-12-21T20:51:13Z
[INFO] ------------------------------------------------------------------------
channel stopped
[workspace] $ /bin/bash /tmp/jenkins2017940687713943116.sh
No post-build script.
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Saving reports...
Processing '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/builds/12/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/builds/12/testng/testng-results.xml'
6.250000% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Version: 3.3.3
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/**.exec: 2
[JaCoCo plugin] Saving matched execfiles: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/jacoco.exec /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes:
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/target/classes 46 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/target/classes 6 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/target/classes 6 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/target/classes 5 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java:
[JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts
[JaCoCo plugin] Source Exclusions:
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/JavaFXBindings/src/main/java 45 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Model/src/main/java 5 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/Presentation/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/workspace/modules/examples/PresentationJavaFX/src/main/java 5 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: [org/musicbrainz/**/*.class]
ERROR: Step ‘Record JaCoCo coverage report’ aborted due to exception:
java.lang.IllegalArgumentException: Unsupported class file major version 65
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:199)
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:180)
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166)
at org.jacoco.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:108)
at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:133)
Caused: java.io.IOException: Error while analyzing /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/builds/12/jacoco/classes/it/tidalwave/role/ui/example/model/Dao.class with JaCoCo 0.8.8.202204050719/5dcf34a.
at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:163)
at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:135)
at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:158)
at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:195)
at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:228)
at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:127)
Caused: java.io.IOException: While reading class directory: /var/jenkins_home/jobs/SteelBlue_Metrics_JDK_21_branches/builds/12/jacoco/classes
at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:130)
at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:138)
at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:110)
at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:331)
at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:321)
at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:678)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1072)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
at hudson.model.Run.execute(Run.java:1925)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
[description-setter] Description set:
[Java CompilerMavenCPDAspectJCode AnalysisSpotBugsPMDOpen Tasks ScannerJavaDoc] Skipping execution of recorder since overall result is 'FAILURE'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE