Skip to content
Unstable

Console Output

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  [6/7]
[INFO]   from modules/examples/Presentation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ 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: 1734814172251
[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
[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] --- 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 >--
[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