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-5-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/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation
[INFO] Storing buildNumber: a3c0811a75c7 at timestamp: 1734816601188
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/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/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/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-5-SNAPSHOT a3c0811a75c7
[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/jobs/SteelBlue_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics/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/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/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/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/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/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/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/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/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/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/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/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/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/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
21:30:12.762 [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
21:30:15.880 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
21:30:15.881 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogCancelOk cancel"
21:30:15.881 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
21:30:15.977 [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@36c38797)...
21:30:16.004 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 115 msec
21:30:16.005 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.020 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ****************************************
21:30:16.020 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogCancelOk confirm"
21:30:16.021 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ****************************************
21:30:16.025 [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@2efb71ea)...
21:30:16.032 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 11 msec
21:30:16.033 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.041 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
21:30:16.042 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionDialogOk confirm"
21:30:16.043 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
21:30:16.048 [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@253dcae2)...
21:30:16.052 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 10 msec
21:30:16.053 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.061 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **************************************
21:30:16.062 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickDirectory cancel"
21:30:16.062 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **************************************
21:30:16.067 [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@5a641916)...
21:30:16.073 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 12 msec
21:30:16.073 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.080 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
21:30:16.081 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickDirectory confirm"
21:30:16.081 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ***************************************
21:30:16.083 [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@70b1d2f2)...
21:30:16.087 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 6 msec
21:30:16.087 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.093 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - *********************************
21:30:16.094 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickFile cancel"
21:30:16.094 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - *********************************
21:30:16.098 [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@5b0892f)...
21:30:16.104 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 9 msec
21:30:16.105 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.112 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
21:30:16.113 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test actionPickFile confirm"
21:30:16.113 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - **********************************
21:30:16.117 [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@4e1139a1)...
21:30:16.123 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 10 msec
21:30:16.123 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.129 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ************************
21:30:16.129 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test buttonAction"
21:30:16.130 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ************************
21:30:16.146 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 17 msec
21:30:16.147 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.153 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ********************
21:30:16.154 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST "test populate"
21:30:16.154 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - ********************
21:30:16.647 [main                ] INFO  it.tidalwave.role.impl.ServiceLoaderLocator        - ContextManagerProvider instantiated from META-INF/services: it.tidalwave.role.impl.DefaultContextManagerProvider@1f39269d
21:30:16.665 [main                ] TRACE it.tidalwave.role.impl.ContextSnapshot             - >>>> contexts for i.t.r.u.e.m.FileEntity@2b9e69fb at construction time: []
21:30:16.785 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@8bc0696, [])
21:30:16.787 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@467af68c
21:30:16.793 [main                ] INFO  it.tidalwave.role.impl.ServiceLoaderLocator        - OwnerRoleFactoryProvider instantiated from META-INF/services: it.tidalwave.role.impl.DefaultOwnerRoleFactoryProvider@697a92af
21:30:16.799 [main                ] TRACE it.tidalwave.role.impl.ContextSnapshot             - >>>> contexts for i.t.r.u.e.m.FileEntity@2b9e69fb at construction time: []
21:30:16.799 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - as(i.t.r.SimpleComposite) for i.t.r.u.e.m.FileEntity@2b9e69fb
21:30:16.800 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> contexts: ContextSnapshot[]
21:30:16.800 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@5e51ec2e, [])
21:30:16.801 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@467af68c
21:30:16.811 [main                ] INFO  it.tidalwave.role.impl.ServiceLoaderLocator        - Too many instances of SystemRoleFactoryProvider, ignoring default providers ...
21:30:16.816 [main                ] INFO  it.tidalwave.role.impl.ServiceLoaderLocator        - SystemRoleFactoryProvider instantiated from META-INF/services: it.tidalwave.role.spring.spi.SpringSystemRoleFactoryProvider@4be12f6c
21:30:16.934 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - findRoles(i.t.r.u.e.m.FileEntity@2b9e69fb, i.t.r.SimpleComposite)
21:30:16.939 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - >>>> findRoles() returning: []
21:30:16.940 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@5e51ec2e, []) completed
21:30:16.941 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> as() returning []
21:30:16.941 [main                ] TRACE i.tidalwave.role.ui.spi.SimpleCompositePresentable - >>>> r for i.t.r.u.e.m.FileEntity@2b9e69fb: [i.t.r.u.PresentationModelAggregate@1282f784]
21:30:16.942 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@8bc0696, []) completed
21:30:16.946 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
21:30:16.961 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
21:30:16.970 [main                ] TRACE it.tidalwave.role.impl.ContextSnapshot             - >>>> contexts for i.t.r.u.e.m.SimpleDciEntity@3d235635 at construction time: []
21:30:16.971 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - as(i.t.r.u.Displayable) for i.t.r.u.e.m.SimpleDciEntity@3d235635
21:30:16.971 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> contexts: ContextSnapshot[]
21:30:16.972 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@5dd6a4c8, [])
21:30:16.972 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@467af68c
21:30:16.972 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - findRoles(i.t.r.u.e.m.SimpleDciEntity@3d235635, i.t.r.u.Displayable)
21:30:16.972 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - >>>> findRoles() returning: []
21:30:16.973 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@5dd6a4c8, []) completed
21:30:16.973 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> as() returning []
21:30:16.978 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.ArrayListFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
21:30:16.981 [main                ] TRACE it.tidalwave.role.impl.ContextSnapshot             - >>>> contexts for i.t.r.u.e.m.FileEntity@2b9e69fb at construction time: []
21:30:16.982 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - as(i.t.r.u.Displayable) for i.t.r.u.e.m.FileEntity@2b9e69fb
21:30:16.983 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> contexts: ContextSnapshot[]
21:30:16.983 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@8ac512e, [])
21:30:16.983 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@467af68c
21:30:16.984 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - findRoles(i.t.r.u.e.m.FileEntity@2b9e69fb, i.t.r.u.Displayable)
21:30:16.984 [main                ] TRACE it.tidalwave.role.spi.SystemRoleFactorySupport     - >>>> findRoles() returning: []
21:30:16.984 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@8ac512e, []) completed
21:30:16.985 [main                ] TRACE it.tidalwave.role.impl.DefaultOwnerRoleFactory     - >>>> as() returning [i.t.r.u.e.m.FileEntity@2b9e69fb]
21:30:16.988 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - TEST PASSED in 834 msec
21:30:16.988 [main                ] INFO  i.t.r.u.e.p.i.DefaultMainPanelPresentationControlTest - 
21:30:16.996 [main                ] INFO  i.t.r.u.e.p.impl.FileEntityPresentableTest         - ***********
21:30:16.997 [main                ] INFO  i.t.r.u.e.p.impl.FileEntityPresentableTest         - TEST "test"
21:30:16.997 [main                ] INFO  i.t.r.u.e.p.impl.FileEntityPresentableTest         - ***********
21:30:17.084 [main                ] TRACE it.tidalwave.role.impl.ContextSnapshot             - >>>> contexts for i.t.r.u.e.m.FileEntity@28f05b0c at construction time: []
21:30:17.086 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@531a716c, [])
21:30:17.086 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> contexts now: [] - it.tidalwave.role.impl.DefaultContextManager@467af68c
21:30:17.088 [main                ] TRACE i.tidalwave.role.ui.spi.SimpleCompositePresentable - >>>> r for i.t.r.u.e.m.FileEntity@28f05b0c: [i.t.r.u.PresentationModelAggregate@377dbc50, i.t.r.u.Selectable$MockitoMock$fgWxbcaQ@1d7f2f0a]
21:30:17.088 [main                ] TRACE it.tidalwave.role.impl.DefaultContextManager       - >>>> runWithContexts(i.t.u.ContextManager$$Lambda/0x0000728ae03171b8@531a716c, []) completed
21:30:17.147 [main                ] ERROR i.t.r.u.e.p.impl.FileEntityPresentableTest         - TEST FAILED in 131 msec - test - java.lang.AssertionError: 
Expected: is "10/28/24 8:34 pm"
     but: was "10/28/24 8:34 PM"
21:30:17.147 [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)
21:30:17.162 [main                ] ERROR i.t.r.u.e.p.impl.FileEntityPresentableTest         - 
21:30:17.163 [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: 6.360 s <<< FAILURE! -- in TestSuite
[ERROR] it.tidalwave.role.ui.example.presentation.impl.FileEntityPresentableTest.test -- Time elapsed: 0.154 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/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/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/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.a3c0811a75c7.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/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.a3c0811a75c7-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-steelblue-example-presentation ---
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation/pom.xml to /var/jenkins_home/jobs/SteelBlue_Metrics/workspace@tmp/repository/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-5-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.a3c0811a75c7.jar to /var/jenkins_home/jobs/SteelBlue_Metrics/workspace@tmp/repository/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-5-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.a3c0811a75c7-tests.jar to /var/jenkins_home/jobs/SteelBlue_Metrics/workspace@tmp/repository/it/tidalwave/steelblue/it-tidalwave-steelblue-example-presentation/1.1-ALPHA-5-SNAPSHOT/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT-tests.jar
[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/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation
[INFO] Storing buildNumber: a3c0811a75c7 at timestamp: 1734816618575
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/SteelBlue_Metrics/workspace/modules/examples/Presentation' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/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/workspace/modules/examples/Presentation' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/SteelBlue_Metrics/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-5-SNAPSHOT a3c0811a75c7
[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/jobs/SteelBlue_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/SteelBlue_Metrics/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/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/workspace/modules/examples/Presentation/target/it-tidalwave-steelblue-example-presentation-1.1-ALPHA-5-SNAPSHOT.a3c0811a75c7.jar to /var/jenkins_home/jobs/SteelBlue_Metrics/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/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/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/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/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/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/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/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/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/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/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/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/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