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.northernwind.rca:it-tidalwave-northernwind-rca-ui-site-opener >--
[INFO] Building Zephyr - UI Site Opener 1.2-ALPHA-4-SNAPSHOT [10/15]
[INFO] from modules/SiteOpener/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.1.0:clean (default-clean) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO]
[INFO] --- buildnumber:1.4:create (default) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener
[INFO] Storing buildNumber: 5d530d4ad69b at timestamp: 1733015614415
[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/Zephyr_Metrics/workspace/modules/SiteOpener' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO]
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.2-ALPHA-4-SNAPSHOT 5d530d4ad69b
[INFO] [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/jobs/Zephyr_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/jacoco.exec
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/classes
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/it.tidalwave.util.annotation.VisibleForTesting
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/test-classes
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod,/javax.annotation.Nullable,/org.testng.annotations.Test,/org.testng.annotations.DataProvider
[INFO]
[INFO] --- surefire:3.0.0-M5:test (default-test) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running it.tidalwave.northernwind.rca.ui.siteopener.spi.DefaultSiteOpenerPresentationControlTest
01:13:52.594 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - STARTING TESTS OF it.tidalwave.northernwind.rca.ui.siteopener.spi.DefaultSiteOpenerPresentationControlTest
01:13:56.873 [main ] TRACE it.tidalwave.role.ContextManager$Locator - ContextManagerProvider instantiated from META-INF: it.tidalwave.role.spring.spi.SpringContextManagerProvider@1a89d045
01:13:56.879 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:13:56.914 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:01.811 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:01.871 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:01.885 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:01.886 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:01.887 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:01.888 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:01.888 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:01.889 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:01.889 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:02.108 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@253e686c at construction time: []
01:14:02.135 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - **********************************************************************************
01:14:02.137 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "initialize must bind the presentation and set the default path to user home"
01:14:02.139 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - **********************************************************************************
01:14:02.198 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 62 msec
01:14:02.198 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:02.461 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:02.477 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:06.683 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:06.684 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:06.685 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:06.685 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:06.685 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:06.696 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:06.697 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:06.697 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:06.697 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:06.707 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@698caaa5 at construction time: []
01:14:06.712 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - *********************************************************************************
01:14:06.713 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must do nothing when openSite invoked and the user cancelled the selection"
01:14:06.713 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - *********************************************************************************
01:14:06.869 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI cancelling UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@7a59bda6)...
01:14:06.877 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 165 msec
01:14:06.878 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:07.007 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:07.041 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:11.940 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:11.953 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:11.953 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:11.953 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:11.954 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:11.954 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:11.954 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:11.954 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:11.954 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:11.984 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@1c694e60 at construction time: []
01:14:11.985 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:11.986 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:11.986 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-1088231049521939243]
01:14:11.986 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:12.004 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@1a69ec23)...
01:14:12.313 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@ece90a0 at construction time: []
01:14:12.316 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 331 msec
01:14:12.316 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:12.435 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:12.440 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:16.625 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:16.626 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:16.626 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:16.626 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:16.627 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:16.644 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:16.644 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:16.645 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:16.645 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:16.664 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@4eed9308 at construction time: []
01:14:16.665 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:16.666 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:16.666 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-3764609370065351658]
01:14:16.666 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:16.704 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@3a615389)...
01:14:16.706 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@34a6aab5 at construction time: []
01:14:16.712 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 47 msec
01:14:16.713 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:16.801 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:16.803 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:21.034 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:21.048 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:21.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:21.057 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:21.057 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:21.057 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:21.060 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:21.061 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:21.061 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:21.077 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@568c753a at construction time: []
01:14:21.081 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:21.082 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:21.083 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-7211591466784921830]
01:14:21.083 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:21.100 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@7d9fdc49)...
01:14:21.102 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@73582d8a at construction time: []
01:14:21.111 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 31 msec
01:14:21.111 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:21.254 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:21.258 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:24.864 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:24.873 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:24.874 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:24.874 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:24.875 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:24.879 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:24.879 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:24.879 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:24.880 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:24.899 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@3455d631 at construction time: []
01:14:24.918 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:24.918 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:24.919 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-5926130418300361582]
01:14:24.919 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:24.948 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@6dfae24d)...
01:14:24.956 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@633d1182 at construction time: []
01:14:24.957 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 39 msec
01:14:24.958 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:25.094 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:25.114 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:29.216 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:29.217 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:29.223 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:29.224 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:29.224 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:29.224 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:29.224 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:29.225 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:29.229 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:29.245 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@11425df3 at construction time: []
01:14:29.246 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:29.246 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:29.247 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-13482097994016704149]
01:14:29.247 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:29.280 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@6d9a0561)...
01:14:29.281 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@635de6a2 at construction time: []
01:14:29.289 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 43 msec
01:14:29.290 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:29.431 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:29.436 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:32.711 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:32.724 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:32.724 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:32.725 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:32.747 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@7043436d at construction time: []
01:14:32.748 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:32.748 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:32.748 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-12946591737544476135]
01:14:32.748 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:32.764 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@239ccd3)...
01:14:32.779 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@cfe22e4 at construction time: []
01:14:32.784 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 36 msec
01:14:32.785 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:32.847 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:32.849 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:36.088 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:36.091 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:36.104 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:36.105 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:36.106 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:36.107 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:36.139 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:36.139 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:36.139 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:36.177 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@2db0f508 at construction time: []
01:14:36.179 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:36.179 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:36.179 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-8603165657591164633]
01:14:36.179 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:36.206 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@3a90e594)...
01:14:36.207 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@34571cb6 at construction time: []
01:14:36.221 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 41 msec
01:14:36.221 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:36.289 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:36.290 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:38.831 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:38.831 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:38.832 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:38.840 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@639b7f1e at construction time: []
01:14:38.844 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:38.844 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:38.844 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-18181068869452801898]
01:14:38.844 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:38.848 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@79027d71)...
01:14:38.849 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@77c59c21 at construction time: []
01:14:38.850 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 6 msec
01:14:38.850 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:38.918 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:38.919 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:41.566 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:41.569 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:41.570 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:41.572 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:41.572 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:41.573 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:41.574 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:41.575 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:41.576 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:41.598 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@a397257 at construction time: []
01:14:41.602 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:41.602 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:41.602 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-14130898683794142928]
01:14:41.602 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:41.606 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@6a7f38ab)...
01:14:41.607 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@64b8cb94 at construction time: []
01:14:41.610 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 8 msec
01:14:41.611 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:41.737 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
01:14:41.753 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.n.m.i.a.r.ContentDisplayable, i.t.n.m.i.a.r.SiteNodeDisplayable, i.t.n.m.i.a.r.ResourcePropertiesPresentable, i.t.n.m.i.a.r.ContentPresentable, i.t.n.m.i.a.r.ResourcePropertiesSaveable, i.t.n.m.i.a.r.SiteNodePresentable, i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder])
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.ContentDisplayable]
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.Content: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ContentPresentable]
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.n.m.a.r.Saveable -> [i.t.n.m.i.a.r.ResourcePropertiesSaveable]
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.ResourceProperties: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.ResourcePropertiesPresentable]
01:14:44.051 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Displayable -> [i.t.n.m.i.a.r.SiteNodeDisplayable]
01:14:44.052 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.c.m.SiteNode: i.t.r.u.Presentable -> [i.t.n.m.i.a.r.SiteNodePresentable]
01:14:44.052 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.n.f.f.i.ResourceFileNetBeansPlatform: i.t.n.m.a.r.WritableFolder -> [i.t.n.f.f.i.ResourceFileNetBeansPlatformWritableFolder]
01:14:44.063 [main ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.r.u.i.DefaultUserAction@55a6fd28 at construction time: []
01:14:44.079 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:44.079 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST "must fire OpenSiteEvent when openSite invoked and the user selected a folder"
01:14:44.079 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ARGS [/tmp/SampleFolder-9875831218008458407]
01:14:44.079 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - ***********************************************************************************
01:14:44.100 [AWT-EventQueue-0 ] INFO i.t.util.ui.UserNotificationWithFeedbackTestHelper - >>>> mock UI confirming UserNotificationWithFeedback(super=UserNotification(text=, caption=Select the site to open), feedback=it.tidalwave.util.ui.UserNotificationWithFeedback$Feedback@6c465966)...
01:14:44.102 [AWT-EventQueue-0 ] TRACE it.tidalwave.role.spi.ContextSampler - >>>> contexts for i.t.n.f.f.i.ResourceFileSystemNetBeansPlatform@6281aa9e at construction time: []
01:14:44.107 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - TEST PASSED in 28 msec
01:14:44.107 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest -
01:14:44.202 [main ] INFO i.t.n.r.u.s.s.DefaultSiteOpenerPresentationControlTest - FINISHED TESTS OF it.tidalwave.northernwind.rca.ui.siteopener.spi.DefaultSiteOpenerPresentationControlTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.501 s - in it.tidalwave.northernwind.rca.ui.siteopener.spi.DefaultSiteOpenerPresentationControlTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco:0.8.7:report (report) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Loading execution data file /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/jacoco.exec
[INFO] Analyzed bundle 'Zephyr - UI Site Opener' with 3 classes
[INFO]
[INFO] --- jar:3.2.0:jar (default-jar) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Building jar: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.5d530d4ad69b.jar
[INFO]
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Building jar: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.5d530d4ad69b-tests.jar
[INFO]
[INFO] --- install:3.0.0-M1:install (default-install) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Installing /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.5d530d4ad69b.jar to /var/jenkins_home/jobs/Zephyr_Metrics/workspace@tmp/repository/it/tidalwave/northernwind/rca/it-tidalwave-northernwind-rca-ui-site-opener/1.2-ALPHA-4-SNAPSHOT/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/pom.xml to /var/jenkins_home/jobs/Zephyr_Metrics/workspace@tmp/repository/it/tidalwave/northernwind/rca/it-tidalwave-northernwind-rca-ui-site-opener/1.2-ALPHA-4-SNAPSHOT/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT.5d530d4ad69b-tests.jar to /var/jenkins_home/jobs/Zephyr_Metrics/workspace@tmp/repository/it/tidalwave/northernwind/rca/it-tidalwave-northernwind-rca-ui-site-opener/1.2-ALPHA-4-SNAPSHOT/it-tidalwave-northernwind-rca-ui-site-opener-1.2-ALPHA-4-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> dependency:3.1.2:analyze (default-cli) > test-compile @ it-tidalwave-northernwind-rca-ui-site-opener >>>
[INFO]
[INFO] --- buildnumber:1.4:create (default) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener
[INFO] Storing buildNumber: 5d530d4ad69b at timestamp: 1733015685796
[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/Zephyr_Metrics/workspace/modules/SiteOpener' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO]
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO]
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/master 1.2-ALPHA-4-SNAPSHOT 5d530d4ad69b
[INFO] [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/jobs/Zephyr_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/jacoco.exec
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/classes
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/it.tidalwave.util.annotation.VisibleForTesting
[INFO]
[INFO] --- resources:3.2.0:testResources (default-testResources) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/jenkins_home/jobs/Zephyr_Metrics/workspace/modules/SiteOpener/target/test-classes
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.filesystems.declmime.MIMEResolverProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '11'
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod,/javax.annotation.Nullable,/org.testng.annotations.Test,/org.testng.annotations.DataProvider
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.1.2:analyze (default-cli) < test-compile @ it-tidalwave-northernwind-rca-ui-site-opener <<<
[INFO]
[INFO]
[INFO] --- dependency:3.1.2:analyze (default-cli) @ it-tidalwave-northernwind-rca-ui-site-opener ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] org.springframework:spring-context:jar:5.3.1:compile
[WARNING] org.hamcrest:hamcrest-core:jar:1.3:test
[WARNING] org.slf4j:slf4j-api:jar:1.7.30:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-8:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-8:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:jar:3.2-ALPHA-8:compile
[WARNING] it.tidalwave.northernwind:it-tidalwave-northernwind-core-filesystem-basic:jar:1.2-ALPHA-6:compile
[WARNING] Unused declared dependencies found:
[WARNING] it.tidalwave.northernwind:it-tidalwave-northernwind-core:jar:1.2-ALPHA-6:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-messagebus-spring:jar:3.2-ALPHA-8:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-8:test
[WARNING] org.openjfx:javafx-base:jar:11.0.1:test
[WARNING] org.projectlombok:lombok:jar:1.18.22:provided
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-8:test
[WARNING] ch.qos.logback:logback-classic:jar:1.2.3:test
[JENKINS] Archiving disabled