Skip to content
Success

Console Output

Started by user Fabrizio Giudici
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/blueHour_Metrics/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/blueHour_Metrics/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://bitbucket.org/tidalwave/bluehour-src.git # timeout=10
Fetching upstream changes from https://bitbucket.org/tidalwave/bluehour-src.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://bitbucket.org/tidalwave/bluehour-src.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1aceff289a3e49cdfaf157dfb41495d9e56e8fbb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1aceff289a3e49cdfaf157dfb41495d9e56e8fbb # timeout=10
Commit message: "Fixed OpenJFX dependencies."
 > git rev-list --no-walk 1aceff289a3e49cdfaf157dfb41495d9e56e8fbb # timeout=10
using settings config with name settings-mirror
Replacing all maven server entries not found in credentials list is true
[workspace] $ /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.9/bin/mvn -s /tmp/settings15295138181640678537.xml -Dtft.tool.jpackager=/var/jenkins_home/jobs/jpackage/workspace/jpackager-osx/jpackager -B -Dtft.profile.metrics.sonarGoal= -Pit.tidalwave-metrics-v2,it.tidalwave-ci-v1,generate-revision-id -Dmaven.repo.local=/var/jenkins_home/maven-repositories/executors/1 -DknownExploitedEnabled=https://raw.githubusercontent.com/EugenMayer/cisa-known-exploited-mirror/main/known_exploited_vulnerabilities.json
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] blueHour                                                           [pom]
[INFO] blueHour (modules)                                                 [pom]
[INFO] blueHour - Model                                                   [jar]
[INFO] blueHour - Model, In-Memory Implementation                         [jar]
[INFO] blueHour - Importer - iBiz                                         [jar]
[INFO] blueHour - Marshalling - XML                                       [jar]
[INFO] blueHour - UI - Commons                                            [jar]
[INFO] blueHour - UI                                                      [jar]
[INFO] blueHour - UI - Customer Explorer                                  [jar]
[INFO] blueHour - UI - Project Explorer                                   [jar]
[INFO] blueHour - UI - JobEvent Explorer                                  [jar]
[INFO] blueHour - UI - Hourly Report                                      [jar]
[INFO] blueHour - UI - Importer iBiz                                      [jar]
[INFO] blueHour - UI - JavaFX                                             [jar]
[INFO] blueHour - Application (JavaFX)                                    [jar]
[INFO] 
[INFO] ------------------< it.tidalwave.accounting:bluehour >------------------
[INFO] Building blueHour 1.0-ALPHA-9-SNAPSHOT                            [1/15]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ bluehour ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064868488
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] Rule 4: org.apache.maven.enforcer.rules.ReactorModuleConvergence passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ bluehour ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/target/jacoco.exec
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ bluehour ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ bluehour ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ bluehour ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/bluehour/1.0-ALPHA-9-SNAPSHOT/bluehour-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ bluehour >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ bluehour ---
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ bluehour <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ bluehour ---
[INFO] 
[INFO] --------------< it.tidalwave.accounting:bluehour-modules >--------------
[INFO] Building blueHour (modules) 1.0-ALPHA-9-SNAPSHOT                  [2/15]
[INFO]   from modules/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ bluehour-modules ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064870502
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour-modules ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour-modules ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/target/jacoco.exec
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ bluehour-modules ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ bluehour-modules ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ bluehour-modules ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/bluehour-modules/1.0-ALPHA-9-SNAPSHOT/bluehour-modules-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ bluehour-modules >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ bluehour-modules ---
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ bluehour-modules <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ bluehour-modules ---
[INFO] 
[INFO] -------< it.tidalwave.accounting:it-tidalwave-accounting-model >--------
[INFO] Building blueHour - Model 1.0-ALPHA-9-SNAPSHOT                    [3/15]
[INFO]   from modules/Model/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-model ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064870625
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 26 source files with javac [forked debug deprecation release 21] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 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/blueHour_Metrics/workspace/modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java:[258,67] [unchecked] unchecked cast
  required: List<TimedJobEventSpi>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-model ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
18:27:55.824 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - STARTING TESTS OF it.tidalwave.accounting.model.types.AddressTest
18:27:55.877 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - ******************************************
18:27:55.877 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - TEST "toString must return all the fields"
18:27:55.877 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - ******************************************
18:27:55.895 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - TEST PASSED in 18 msec
18:27:55.896 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - 
18:27:55.899 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - ************************************************************
18:27:55.899 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "greaterThan and lowerThan must be false when equality"
18:27:55.899 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - ************************************************************
18:27:55.902 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 2 msec
18:27:55.902 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
18:27:55.903 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **********************************************************
18:27:55.903 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "greaterThan and lowerThan must work at the opposite"
18:27:55.903 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **********************************************************
18:27:55.904 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 1 msec
18:27:55.904 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
18:27:55.905 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************
18:27:55.905 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "isEqualTo must work"
18:27:55.905 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************
18:27:55.906 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 0 msec
18:27:55.906 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
18:27:55.907 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************************************
18:27:55.907 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "toString for ZERO must be properly computed"
18:27:55.907 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************************************
18:27:55.918 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 12 msec
18:27:55.919 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
18:27:55.920 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - *****************************************
18:27:55.920 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "toString must be properly computed"
18:27:55.920 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - *****************************************
18:27:55.921 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 0 msec
18:27:55.921 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
18:27:55.921 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - FINISHED TESTS OF it.tidalwave.accounting.model.types.AddressTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-model ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/jacoco.exec
[INFO] Analyzed bundle 'blueHour - Model' with 25 classes
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-model ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-model ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-model ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-model >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-model ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-model <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-model ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory >--
[INFO] Building blueHour - Model, In-Memory Implementation 1.0-ALPHA-9-SNAPSHOT [4/15]
[INFO]   from modules/ModelInMemory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064880731
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[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/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model-impl-inmemory ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[44,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[47,83] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[50,80] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java:[75,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[119,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[65,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java:[52,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[90,69] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[56,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java:[55,26] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java:[47,51] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java:[60,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
18:28:05.165 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - STARTING TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest
18:28:05.221 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - ******************************************
18:28:05.222 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - TEST "toString must return all the fields"
18:28:05.222 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - ******************************************
18:28:05.242 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - TEST PASSED in 19 msec
18:28:05.242 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - 
18:28:05.287 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.301 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.303 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.303 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.306 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.307 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.321 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
18:28:05.322 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
18:28:05.322 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=401, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 2, number=PRJ ACME-4, description=Acme Financing Project 2, notes=, status=OPEN, hourlyRate=240.00 EUR, budget=456789.00 EUR, startDate=2014-02-17, endDate=2014-06-21)]
18:28:05.322 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=401, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 2, number=PRJ ACME-4, description=Acme Financing Project 2, notes=, status=OPEN, hourlyRate=240.00 EUR, budget=456789.00 EUR, startDate=2014-02-17, endDate=2014-06-21)
18:28:05.326 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.362 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.364 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.365 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.366 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.371 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:05.371 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/
18:28:05.371 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 2.txt
18:28:05.371 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Financing Project 2.txt
18:28:05.388 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 78 msec
18:28:05.388 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
18:28:05.389 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
18:28:05.389 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
18:28:05.389 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=398, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 1, number=PRJ ACME-1, description=Acme Consulting Project 1, notes=, status=OPEN, hourlyRate=120.00 EUR, budget=123456.00 EUR, startDate=2013-04-02, endDate=2013-07-04)]
18:28:05.389 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=398, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 1, number=PRJ ACME-1, description=Acme Consulting Project 1, notes=, status=OPEN, hourlyRate=120.00 EUR, budget=123456.00 EUR, startDate=2013-04-02, endDate=2013-07-04)
18:28:05.391 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.402 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.402 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.403 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.403 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.404 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:05.405 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/
18:28:05.405 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 1.txt
18:28:05.405 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Consulting Project 1.txt
18:28:05.408 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 18 msec
18:28:05.408 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
18:28:05.408 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
18:28:05.409 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
18:28:05.409 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=399, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 2, number=PRJ ACME-2, description=Acme Consulting Project 2, notes=, status=OPEN, hourlyRate=150.00 EUR, budget=234567.00 EUR, startDate=2013-05-03, endDate=2013-09-11)]
18:28:05.409 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=399, customer=InMemoryCustomer(id=1, name=ACME Consulting, billingAddress=Address(street=Corso Italia 10, city=Genova, state=GE, country=Italy, zip=16145), vatNumber=IT6546034963), name=Acme Consulting Project 2, number=PRJ ACME-2, description=Acme Consulting Project 2, notes=, status=OPEN, hourlyRate=150.00 EUR, budget=234567.00 EUR, startDate=2013-05-03, endDate=2013-09-11)
18:28:05.410 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.421 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.421 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.422 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.422 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.424 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:05.424 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/
18:28:05.424 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Consulting Project 2.txt
18:28:05.424 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Consulting Project 2.txt
18:28:05.427 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 18 msec
18:28:05.427 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
18:28:05.429 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
18:28:05.429 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST "must properly generate report"
18:28:05.429 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ARGS [Scenario1, InMemoryProject(id=400, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 1, number=PRJ ACME-3, description=Acme Financing Project 1, notes=, status=OPEN, hourlyRate=210.00 EUR, budget=345678.00 EUR, startDate=2014-01-22, endDate=2014-03-10)]
18:28:05.429 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - ********************************************************************************************************************************************************************************************
CREATE REPORT InMemoryProject(id=400, customer=InMemoryCustomer(id=2, name=ACME Financing, billingAddress=Address(street=Corso Magenta 20, city=Milano, state=MI, country=Italy, zip=20100), vatNumber=IT3465346092), name=Acme Financing Project 1, number=PRJ ACME-3, description=Acme Financing Project 1, notes=, status=OPEN, hourlyRate=210.00 EUR, budget=345678.00 EUR, startDate=2014-01-22, endDate=2014-03-10)
18:28:05.430 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.433 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.434 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.434 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.435 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:05.435 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:05.435 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/
18:28:05.436 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  ../Model/src/test/resources/expected-results/Scenario1-Acme Financing Project 1.txt
18:28:05.436 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1-Acme Financing Project 1.txt
18:28:05.438 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - TEST PASSED in 10 msec
18:28:05.438 [main                ] INFO  i.t.a.model.types.impl.HourlyReportGeneratorTest   - 
18:28:05.440 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - *****************************************
18:28:05.440 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - TEST "toString must be properly computed"
18:28:05.440 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - *****************************************
18:28:05.443 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - TEST PASSED in 3 msec
18:28:05.443 [main                ] INFO  i.t.accounting.model.types.impl.JobEventTest       - 
18:28:05.445 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - *****************************************
18:28:05.445 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - TEST "toString must be properly computed"
18:28:05.445 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - *****************************************
18:28:05.447 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - TEST PASSED in 2 msec
18:28:05.447 [main                ] INFO  i.t.accounting.model.types.impl.ProjectTest        - 
18:28:05.448 [main                ] INFO  i.t.accounting.model.types.impl.CustomerTest       - FINISHED TESTS OF it.tidalwave.accounting.model.types.impl.CustomerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec
[INFO] Analyzed bundle 'blueHour - Model, In-Memory Implementation' with 19 classes
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-model-impl-inmemory/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-model-impl-inmemory >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-model-impl-inmemory <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Medium: Non-null field accounting is not initialized by new it.tidalwave.accounting.model.impl.InMemoryCustomer(Customer$Builder) [it.tidalwave.accounting.model.impl.InMemoryCustomer] At InMemoryCustomer.java:[lines 95-100] NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] ---< it.tidalwave.accounting:it-tidalwave-accounting-importer-ibiz >----
[INFO] Building blueHour - Importer - iBiz 1.0-ALPHA-9-SNAPSHOT          [5/15]
[INFO]   from modules/iBizImporter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064889459
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[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/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizImporterTest
18:28:13.374 [main                ] INFO  i.t.a.importer.ibiz.impl.DefaultIBizImporterTest   - STARTING TESTS OF it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizImporterTest
18:28:13.385 [main                ] INFO  i.t.a.importer.ibiz.impl.DefaultIBizImporterTest   - FINISHED TESTS OF it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizImporterTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizImporterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/jacoco.exec
[INFO] Analyzed bundle 'blueHour - Importer - iBiz' with 12 classes
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-importer-ibiz >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-importer-ibiz <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[ERROR] Low: Private method it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizCustomerImporter.trim(String) is never called [it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizCustomerImporter] At DefaultIBizCustomerImporter.java:[line 132] UPM_UNCALLED_PRIVATE_METHOD
[ERROR] Medium: Possible null pointer dereference in it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizInvoiceImporter$1.visitFile(Path, BasicFileAttributes) due to return value of called method [it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizInvoiceImporter$1, it.tidalwave.accounting.importer.ibiz.impl.DefaultIBizInvoiceImporter$1] Dereferenced at DefaultIBizInvoiceImporter.java:[line 80]Known null at DefaultIBizInvoiceImporter.java:[line 80] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml >---
[INFO] Building blueHour - Marshalling - XML 1.0-ALPHA-9-SNAPSHOT        [6/15]
[INFO]   from modules/XmlMarshalling/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.sun.xml.bind:jaxb-core:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for com.sun.xml.bind:jaxb-core:2.2.11
[ERROR] 'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar must specify an absolute path but is ${tools.jar} @ 

[WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for com.sun.xml.bind:jaxb-impl:2.2.11
[ERROR] 'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar must specify an absolute path but is ${tools.jar} @ 

[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064897107
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[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/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-marshalling-xml ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java:[62,22] [unchecked] unchecked cast
  required: T
  found:    Accounting
  where T is a type-variable:
    T extends Object declared in method <T>unmarshal(InputStream)
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-marshalling-xml ---
[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] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-api.jar": no such file or directory
[WARNING] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-core.jar": no such file or directory
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
18:28:22.071 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - STARTING TESTS OF it.tidalwave.accounting.exporter.xml.impl.AccountingXmlMarshallableTest
18:28:22.138 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - **********************
18:28:22.139 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST "consistencyTest"
18:28:22.139 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - **********************
18:28:22.207 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.223 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.225 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.226 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.231 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST PASSED in 92 msec
18:28:22.231 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - 
18:28:22.259 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.262 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.267 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.267 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.273 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ****************************************************************************
18:28:22.273 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST "must properly marshall"
18:28:22.273 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ARGS [Empty, it.tidalwave.accounting.model.impl.InMemoryAccounting@3ab6678b]
18:28:22.273 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ****************************************************************************
18:28:22.280 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.281 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.284 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryInvoiceFinderFromMap, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.570 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:22.570 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/
18:28:22.570 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  src/test/resources/expected-results/Empty.xml
18:28:22.570 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Empty.xml
18:28:22.581 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST PASSED in 307 msec
18:28:22.581 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - 
18:28:22.583 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ********************************************************************************
18:28:22.583 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST "must properly marshall"
18:28:22.583 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ARGS [Scenario1, it.tidalwave.accounting.model.impl.InMemoryAccounting@57e388c3]
18:28:22.583 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - ********************************************************************************
18:28:22.584 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.585 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.586 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.587 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.587 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.587 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.588 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryInvoiceFinderFromMap, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.588 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.589 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.589 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.589 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.590 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.590 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.591 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.591 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.591 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.591 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.592 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.592 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.592 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.592 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.593 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.723 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:22.724 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/
18:28:22.724 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  src/test/resources/expected-results/Scenario1.xml
18:28:22.724 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/Scenario1.xml
18:28:22.737 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - TEST PASSED in 153 msec
18:28:22.737 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - 
18:28:22.741 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - *******************************
18:28:22.741 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - TEST "must properly unmarshall"
18:28:22.742 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - ARGS [XmlEmpty]
18:28:22.742 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - *******************************
18:28:22.782 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.783 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.784 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryInvoiceFinderFromMap, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.785 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:22.785 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/
18:28:22.785 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  src/test/resources/expected-results/XmlEmpty.txt
18:28:22.785 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/XmlEmpty.txt
18:28:22.786 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - TEST PASSED in 44 msec
18:28:22.786 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - 
18:28:22.790 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - *******************************
18:28:22.790 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - TEST "must properly unmarshall"
18:28:22.790 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - ARGS [XmlScenario1]
18:28:22.790 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - *******************************
18:28:22.934 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.934 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.936 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.936 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.938 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.938 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.938 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.938 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.939 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.939 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.940 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.940 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.940 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.941 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.941 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.941 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.941 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.942 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.942 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.942 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.942 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.942 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.943 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.943 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.943 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.943 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.944 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.944 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.944 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.944 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.944 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.945 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.945 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.945 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.945 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.946 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.946 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - HierarchicFinderSupport(HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), HierarchicFinderSupport(name=it.tidalwave.util.spi.FinderWithIdSupport, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]))
18:28:22.946 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.947 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryCustomerRegistry$InMemoryCustomerFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.951 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryProjectRegistry$InMemoryProjectFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.952 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.965 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.979 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.983 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryJobEventFinderFromList, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.993 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.accounting.model.impl.InMemoryInvoiceFinderFromMap, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.995 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.997 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:22.999 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.000 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.003 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.005 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.011 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.016 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.017 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.018 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.022 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.023 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.026 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.027 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.028 [main                ] TRACE it.tidalwave.util.spi.HierarchicFinderSupport      - computeNeededResults() - HierarchicFinderSupport(name=it.tidalwave.util.impl.finder.SupplierFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[])
18:28:23.030 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:28:23.030 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/
18:28:23.031 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  src/test/resources/expected-results/XmlScenario1.txt
18:28:23.031 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  target/test-results/XmlScenario1.txt
18:28:23.037 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - TEST PASSED in 247 msec
18:28:23.037 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlUnmarshallableTest   - 
18:28:23.038 [main                ] INFO  i.t.a.e.xml.impl.AccountingXmlMarshallableTest     - FINISHED TESTS OF it.tidalwave.accounting.exporter.xml.impl.AccountingXmlMarshallableTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/jacoco.exec
[INFO] Analyzed bundle 'blueHour - Marshalling - XML' with 14 classes
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-marshalling-xml/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-marshalling-xml/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-marshalling-xml/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-marshalling-xml >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-marshalling-xml <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] BugInstance size is 4
[INFO] Error size is 0
[INFO] Total bugs: 4
[ERROR] Low: Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter.marshal(JobEvent$Type) [it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter] At EventTypeAdapter.java:[line 48] DM_CONVERT_CASE
[ERROR] Low: Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter.unmarshal(String) [it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter] At EventTypeAdapter.java:[line 42] DM_CONVERT_CASE
[ERROR] Low: Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter.marshal(Project$Status) [it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter] At ProjectStatusAdapter.java:[line 48] DM_CONVERT_CASE
[ERROR] Low: Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter.unmarshal(String) [it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter] At ProjectStatusAdapter.java:[line 42] DM_CONVERT_CASE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] -----< it.tidalwave.accounting:it-tidalwave-accounting-ui-commons >-----
[INFO] Building blueHour - UI - Commons 1.0-ALPHA-9-SNAPSHOT             [7/15]
[INFO]   from modules/UICommons/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-commons ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064908594
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[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/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-commons ---
[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-accounting-ui-commons ---
[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-accounting-ui-commons ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-commons ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-commons ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-commons ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] [path] bad path element "/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/classes": no such file or directory
[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/blueHour_Metrics/workspace/modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java:[64,22] [unchecked] load() in LoadableSaveableAccounting implements <T>load() in Loadable
  return type requires unchecked conversion from Accounting to T
  where T is a type-variable:
    T extends Object declared in method <T>load()
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-commons ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-commons ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-commons ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-commons ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-commons ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-commons ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-commons ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-commons ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-commons/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-commons/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-commons/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-commons >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-commons ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-commons <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-commons ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] ---------< it.tidalwave.accounting:it-tidalwave-accounting-ui >---------
[INFO] Building blueHour - UI 1.0-ALPHA-9-SNAPSHOT                       [8/15]
[INFO]   from modules/UI/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064920963
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[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/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui ---
[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-accounting-ui ---
[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-accounting-ui ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-customerexplorer >--
[INFO] Building blueHour - UI - Customer Explorer 1.0-ALPHA-9-SNAPSHOT   [9/15]
[INFO]   from modules/UICustomerExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064929065
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[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/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-customerexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-customerexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-customerexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-customerexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-customerexplorer >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-customerexplorer <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer >--
[INFO] Building blueHour - UI - Project Explorer 1.0-ALPHA-9-SNAPSHOT   [10/15]
[INFO]   from modules/UIProjectExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064937089
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[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/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-projectexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-projectexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-projectexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-projectexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-projectexplorer >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-projectexplorer <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-jobeventexplorer >--
[INFO] Building blueHour - UI - JobEvent Explorer 1.0-ALPHA-9-SNAPSHOT  [11/15]
[INFO]   from modules/UIJobEventExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064947398
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[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/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-jobeventexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-jobeventexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-jobeventexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-jobeventexplorer/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-jobeventexplorer >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-jobeventexplorer <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-hourlyreport >---
[INFO] Building blueHour - UI - Hourly Report 1.0-ALPHA-9-SNAPSHOT      [12/15]
[INFO]   from modules/UIHourlyReport/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064956327
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[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/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-hourlyreport ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-hourlyreport/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-hourlyreport/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-hourlyreport/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-hourlyreport >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-hourlyreport <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-importer-ibiz >--
[INFO] Building blueHour - UI - Importer iBiz 1.0-ALPHA-9-SNAPSHOT      [13/15]
[INFO]   from modules/UIiBizImporter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064964355
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[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/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-importer-ibiz/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-importer-ibiz >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-importer-ibiz <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] -----< it.tidalwave.accounting:it-tidalwave-accounting-ui-javafx >------
[INFO] Building blueHour - UI - JavaFX 1.0-ALPHA-9-SNAPSHOT             [14/15]
[INFO]   from modules/JavaFXUI/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064972385
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[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/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java:[64,14] [deprecation] showInModalDialog(Node,UserNotificationWithFeedback) in JavaFXBinder has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-ui-javafx ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-javafx/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-ui-javafx/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-ui-javafx >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-ui-javafx <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-ui-javafx ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Medium: it.tidalwave.accounting.ui.importer.ibiz.impl.javafx.JavaFxIBizImporterPresentationDelegate.bind(BoundProperty) may expose internal representation by storing an externally mutable object into JavaFxIBizImporterPresentationDelegate.iBizFolder [it.tidalwave.accounting.ui.importer.ibiz.impl.javafx.JavaFxIBizImporterPresentationDelegate] At JavaFxIBizImporterPresentationDelegate.java:[line 52] EI_EXPOSE_REP2
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-application-javafx >--
[INFO] Building blueHour - Application (JavaFX) 1.0-ALPHA-9-SNAPSHOT    [15/15]
[INFO]   from modules/JavaFXApplication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-accounting-application-javafx ---
[INFO] Deleting /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-application-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064982217
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[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/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-application-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-application-javafx ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-application-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-application-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-application-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-application-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-accounting-application-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-accounting-application-javafx ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-application-javafx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-accounting-application-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-accounting-application-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-application-javafx ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/pom.xml to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-application-javafx/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-application-javafx/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e-tests.jar to /var/jenkins_home/maven-repositories/executors/1/it/tidalwave/accounting/it-tidalwave-accounting-application-javafx/1.0-ALPHA-9-SNAPSHOT/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.8.6.6:check (default-cli) > :spotbugs @ it-tidalwave-accounting-application-javafx >>>
[INFO] 
[INFO] --- spotbugs:4.8.6.6:spotbugs (spotbugs) @ it-tidalwave-accounting-application-javafx ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.8.6.6:check (default-cli) < :spotbugs @ it-tidalwave-accounting-application-javafx <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.8.6.6:check (default-cli) @ it-tidalwave-accounting-application-javafx ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] ------------------< it.tidalwave.accounting:bluehour >------------------
[INFO] Building blueHour 1.0-ALPHA-9-SNAPSHOT                           [16/15]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin:3.26.0:aggregate-cpd (default-cli)'
[WARNING] Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin:3.26.0:aggregate-pmd (default-cli)'
[INFO] 
[INFO] --- pmd:3.26.0:aggregate-cpd (default-cli) @ bluehour ---
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.1 skin
[INFO] 
[INFO] >>> pmd:3.26.0:aggregate-pmd (default-cli) > test-compile @ bluehour >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064994152
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour ---
[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) @ bluehour ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/target/jacoco.exec
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour (modules) 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064994222
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour-modules ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour-modules ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/target/jacoco.exec
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - Model 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064994289
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 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/blueHour_Metrics/workspace/modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java:[258,67] [unchecked] unchecked cast
  required: List<TimedJobEventSpi>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - Model, In-Memory Implementation 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735064997775
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[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/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model-impl-inmemory ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[44,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[47,83] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[50,80] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java:[75,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[119,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[65,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java:[52,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[90,69] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[56,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java:[55,26] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java:[47,51] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java:[60,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - Importer - iBiz 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065005030
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[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/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - Marshalling - XML 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065011500
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[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/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-marshalling-xml ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java:[62,22] [unchecked] unchecked cast
  required: T
  found:    Accounting
  where T is a type-variable:
    T extends Object declared in method <T>unmarshal(InputStream)
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-marshalling-xml ---
[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] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-api.jar": no such file or directory
[WARNING] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-core.jar": no such file or directory
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - Commons 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065019115
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[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/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-commons ---
[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-accounting-ui-commons ---
[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-accounting-ui-commons ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-commons ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-commons ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-commons ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/unwoven-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/blueHour_Metrics/workspace/modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java:[64,22] [unchecked] load() in LoadableSaveableAccounting implements <T>load() in Loadable
  return type requires unchecked conversion from Accounting to T
  where T is a type-variable:
    T extends Object declared in method <T>load()
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-commons ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-commons ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065022623
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[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/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui ---
[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-accounting-ui ---
[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-accounting-ui ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - Customer Explorer 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065024765
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[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/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-customerexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - Project Explorer 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065028273
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[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/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-projectexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - JobEvent Explorer 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065031946
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[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/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-jobeventexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - Hourly Report 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065034991
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[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/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-hourlyreport ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - Importer iBiz 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065037680
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[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/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - UI - JavaFX 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065040836
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[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/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java:[64,14] [deprecation] showInModalDialog(Node,UserNotificationWithFeedback) in JavaFXBinder has been deprecated
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking blueHour - Application (JavaFX) 1.0-ALPHA-9-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-application-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065043737
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[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/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-application-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-application-javafx ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-application-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-application-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-application-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-application-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< pmd:3.26.0:aggregate-pmd (default-cli) < test-compile @ bluehour <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.26.0:aggregate-pmd (default-cli) @ bluehour ---
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[WARNING] Unable to locate Source XRef to link to -- DISABLED
[INFO] PMD version: 7.7.0
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.1 skin
[INFO] 
[INFO] ------------------< it.tidalwave.accounting:bluehour >------------------
[INFO] Building blueHour 1.0-ALPHA-9-SNAPSHOT                           [17/15]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ bluehour ---
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ bluehour >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065049989
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour ---
[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) @ bluehour ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/target/jacoco.exec
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ bluehour <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ bluehour ---
[INFO] Skipping pom project
[INFO] 
[INFO] --------------< it.tidalwave.accounting:bluehour-modules >--------------
[INFO] Building blueHour (modules) 1.0-ALPHA-9-SNAPSHOT                 [18/15]
[INFO]   from modules/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ bluehour-modules ---
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ bluehour-modules >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ bluehour-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065050775
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ bluehour-modules ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ bluehour-modules ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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) @ bluehour-modules ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/target/jacoco.exec
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ bluehour-modules <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ bluehour-modules ---
[INFO] Skipping pom project
[INFO] 
[INFO] -------< it.tidalwave.accounting:it-tidalwave-accounting-model >--------
[INFO] Building blueHour - Model 1.0-ALPHA-9-SNAPSHOT                   [19/15]
[INFO]   from modules/Model/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-model ---
[INFO] There are 459 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-model >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065052780
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-model ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 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/blueHour_Metrics/workspace/modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java:[258,67] [unchecked] unchecked cast
  required: List<TimedJobEventSpi>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-model <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-model ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.springframework:spring-beans:jar:6.2.1:compile
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING] Non-test scoped test only dependencies found:
[WARNING]    org.slf4j:slf4j-api:jar:2.0.16:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory >--
[INFO] Building blueHour - Model, In-Memory Implementation 1.0-ALPHA-9-SNAPSHOT [20/15]
[INFO]   from modules/ModelInMemory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] There are 346 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-model-impl-inmemory >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065056708
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[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/blueHour_Metrics/workspace/modules/ModelInMemory' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[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-accounting-model-impl-inmemory ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-model-impl-inmemory ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[44,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[47,83] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java:[50,80] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java:[75,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[119,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java:[65,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java:[52,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[90,69] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java:[56,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java:[55,26] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java:[47,51] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java:[60,63] [unchecked] unchecked cast
  required: List<InMemoryJobEvent>
  found:    List<CAP#1>
  where CAP#1 is a fresh type-variable:
    CAP#1 extends JobEvent from capture of ? extends JobEvent
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/it-tidalwave-accounting-model-impl-inmemory-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-model-impl-inmemory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-model-impl-inmemory <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-model-impl-inmemory ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.springframework:spring-beans:jar:6.2.1:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[INFO] 
[INFO] ---< it.tidalwave.accounting:it-tidalwave-accounting-importer-ibiz >----
[INFO] Building blueHour - Importer - iBiz 1.0-ALPHA-9-SNAPSHOT         [21/15]
[INFO]   from modules/iBizImporter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] There are 197 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-importer-ibiz >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065064669
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[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/blueHour_Metrics/workspace/modules/iBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[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-accounting-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/it-tidalwave-accounting-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/test-classes
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-importer-ibiz <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-importer-ibiz ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-24:compile
[WARNING]    commons-codec:commons-codec:jar:1.17.1:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory:jar:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml >---
[INFO] Building blueHour - Marshalling - XML 1.0-ALPHA-9-SNAPSHOT       [22/15]
[INFO]   from modules/XmlMarshalling/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] There are 216 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-marshalling-xml >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065071225
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[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/blueHour_Metrics/workspace/modules/XmlMarshalling' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[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-accounting-marshalling-xml ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-marshalling-xml ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java:[62,22] [unchecked] unchecked cast
  required: T
  found:    Accounting
  where T is a type-variable:
    T extends Object declared in method <T>unmarshal(InputStream)
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/it-tidalwave-accounting-marshalling-xml-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-marshalling-xml ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-marshalling-xml ---
[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] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-api.jar": no such file or directory
[WARNING] [path] bad path element "/var/jenkins_home/maven-repositories/executors/1/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-core.jar": no such file or directory
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-marshalling-xml <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-marshalling-xml ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    com.sun.xml.bind:jaxb-core:jar:2.2.11:runtime
[WARNING]    com.sun.xml.bind:jaxb-impl:jar:2.2.11:runtime
[WARNING]    javax.activation:activation:jar:1.1.1:runtime
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory:jar:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    org.apache.commons:commons-configuration2:jar:2.11.0:test
[WARNING]    commons-codec:commons-codec:jar:1.17.1:test
[WARNING]    org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[INFO] 
[INFO] -----< it.tidalwave.accounting:it-tidalwave-accounting-ui-commons >-----
[INFO] Building blueHour - UI - Commons 1.0-ALPHA-9-SNAPSHOT            [23/15]
[INFO]   from modules/UICommons/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-commons ---
[INFO] There are 161 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-commons >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-commons ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065076437
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[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/blueHour_Metrics/workspace/modules/UICommons' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-commons ---
[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-accounting-ui-commons ---
[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-accounting-ui-commons ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-commons ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-commons ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-commons ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [forked debug deprecation release 21] to target/unwoven-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/blueHour_Metrics/workspace/modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java:[64,22] [unchecked] load() in LoadableSaveableAccounting implements <T>load() in Loadable
  return type requires unchecked conversion from Accounting to T
  where T is a type-variable:
    T extends Object declared in method <T>load()
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/it-tidalwave-accounting-ui-commons-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-commons ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-commons ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-commons ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-commons <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-commons ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-messagebus-spring:jar:3.2-ALPHA-24:compile
[WARNING]    org.springframework:spring-beans:jar:6.2.1:compile
[WARNING]    it.tidalwave.steelblue:it-tidalwave-role-ui-javafx:jar:1.1-ALPHA-5:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] ---------< it.tidalwave.accounting:it-tidalwave-accounting-ui >---------
[INFO] Building blueHour - UI 1.0-ALPHA-9-SNAPSHOT                      [24/15]
[INFO]   from modules/UI/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui ---
[INFO] There are 20 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065081314
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[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/blueHour_Metrics/workspace/modules/UI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui ---
[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-accounting-ui ---
[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-accounting-ui ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/it-tidalwave-accounting-ui-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui ---
[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]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-24:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-customerexplorer >--
[INFO] Building blueHour - UI - Customer Explorer 1.0-ALPHA-9-SNAPSHOT  [25/15]
[INFO]   from modules/UICustomerExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] There are 60 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-customerexplorer >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065084553
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[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/blueHour_Metrics/workspace/modules/UICustomerExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[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-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-customerexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/it-tidalwave-accounting-ui-customerexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-customerexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-customerexplorer <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-customerexplorer ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer >--
[INFO] Building blueHour - UI - Project Explorer 1.0-ALPHA-9-SNAPSHOT   [26/15]
[INFO]   from modules/UIProjectExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] There are 57 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-projectexplorer >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065088114
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[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/blueHour_Metrics/workspace/modules/UIProjectExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[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-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-projectexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/it-tidalwave-accounting-ui-projectexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-projectexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-projectexplorer <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-projectexplorer ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-jobeventexplorer >--
[INFO] Building blueHour - UI - JobEvent Explorer 1.0-ALPHA-9-SNAPSHOT  [27/15]
[INFO]   from modules/UIJobEventExplorer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] There are 97 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-jobeventexplorer >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065091049
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[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/blueHour_Metrics/workspace/modules/UIJobEventExplorer' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[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-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-jobeventexplorer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/it-tidalwave-accounting-ui-jobeventexplorer-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-jobeventexplorer <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-jobeventexplorer ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-hourlyreport >---
[INFO] Building blueHour - UI - Hourly Report 1.0-ALPHA-9-SNAPSHOT      [28/15]
[INFO]   from modules/UIHourlyReport/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] There are 47 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-hourlyreport >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065093873
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[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/blueHour_Metrics/workspace/modules/UIHourlyReport' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[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-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-hourlyreport ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/it-tidalwave-accounting-ui-hourlyreport-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-hourlyreport ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-hourlyreport <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-hourlyreport ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-ui-importer-ibiz >--
[INFO] Building blueHour - UI - Importer iBiz 1.0-ALPHA-9-SNAPSHOT      [29/15]
[INFO]   from modules/UIiBizImporter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] There are 46 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-importer-ibiz >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065096603
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[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/blueHour_Metrics/workspace/modules/UIiBizImporter' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[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-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-importer-ibiz ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/it-tidalwave-accounting-ui-importer-ibiz-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-importer-ibiz ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-importer-ibiz <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-importer-ibiz ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    it.tidalwave.steelblue:it-tidalwave-role-ui-javafx:jar:1.1-ALPHA-5:compile
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:tests:1.0-ALPHA-9-SNAPSHOT:test
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:compile
[INFO] 
[INFO] -----< it.tidalwave.accounting:it-tidalwave-accounting-ui-javafx >------
[INFO] Building blueHour - UI - JavaFX 1.0-ALPHA-9-SNAPSHOT             [30/15]
[INFO]   from modules/JavaFXUI/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-ui-javafx ---
[INFO] There are 95 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-ui-javafx >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-ui-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065099178
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[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/blueHour_Metrics/workspace/modules/JavaFXUI' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-ui-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [forked debug deprecation release 21] to target/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/blueHour_Metrics/workspace/modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java:[64,14] [deprecation] showInModalDialog(Node,UserNotificationWithFeedback) in JavaFXBinder has been deprecated
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/it-tidalwave-accounting-ui-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-ui-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-ui-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-ui-javafx <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-ui-javafx ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util:jar:3.2-ALPHA-24:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-24:compile
[WARNING]    org.openjfx:javafx-fxml:jar:linux:23.0.1:provided
[WARNING]    org.openjfx:javafx-controls:jar:linux:23.0.1:provided
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    org.openjfx:javafx-graphics:jar:linux:23.0.1:provided
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-ui:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:jar:3.2-ALPHA-24:compile
[WARNING]    org.openjfx:javafx-base:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-graphics:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-controls:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-fxml:jar:23.0.1:provided
[WARNING]    org.springframework:spring-beans:jar:6.2.1:compile
[WARNING]    org.slf4j:slf4j-api:jar:2.0.16:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:test
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:test
[INFO] 
[INFO] --< it.tidalwave.accounting:it-tidalwave-accounting-application-javafx >--
[INFO] Building blueHour - Application (JavaFX) 1.0-ALPHA-9-SNAPSHOT    [31/15]
[INFO]   from modules/JavaFXApplication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-accounting-application-javafx ---
[INFO] There are 32 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.8.1:analyze (default-cli) > test-compile @ it-tidalwave-accounting-application-javafx >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-accounting-application-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing buildNumber: 1aceff289a3e at timestamp: 1735065102136
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[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/blueHour_Metrics/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-accounting-application-javafx ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
[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-accounting-application-javafx ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/1/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-accounting-application-javafx ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-accounting-application-javafx ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-accounting-application-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[WARNING] Overwriting artifact's file from /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/it-tidalwave-accounting-application-javafx-1.0-ALPHA-9-SNAPSHOT.1aceff289a3e.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-accounting-application-javafx ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-accounting-application-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-accounting-application-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-accounting-application-javafx <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.8.1:analyze (default-cli) @ it-tidalwave-accounting-application-javafx ---
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    org.openjfx:javafx-fxml:jar:linux:23.0.1:provided
[WARNING]    org.openjfx:javafx-controls:jar:linux:23.0.1:provided
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-ui-customerexplorer:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    org.openjfx:javafx-graphics:jar:linux:23.0.1:provided
[WARNING]    org.openjfx:javafx-base:jar:linux:23.0.1:provided
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-ui:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.accounting:it-tidalwave-accounting-ui-importer-ibiz:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-messagebus-spring:jar:3.2-ALPHA-24:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:jar:3.2-ALPHA-24:compile
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-24:compile
[WARNING]    org.springframework:spring-beans:jar:6.2.1:compile
[WARNING]    org.slf4j:jcl-over-slf4j:jar:2.0.16:runtime
[WARNING]    ch.qos.logback:logback-core:jar:1.5.15:runtime
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.15:runtime
[WARNING]    org.openjfx:javafx-base:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-graphics:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-controls:jar:23.0.1:provided
[WARNING]    org.openjfx:javafx-fxml:jar:23.0.1:provided
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-24:test
[WARNING]    org.testng:testng:jar:7.10.2:test
[WARNING]    org.hamcrest:hamcrest-all:jar:1.3:test
[WARNING]    org.mockito:mockito-core:jar:5.13.0:test
[WARNING]    org.springframework:spring-aspects:jar:6.2.1:compile
[WARNING]    org.aspectj:aspectjrt:jar:1.9.22.1:runtime
[INFO] 
[INFO] ------------------< it.tidalwave.accounting:bluehour >------------------
[INFO] Building blueHour 1.0-ALPHA-9-SNAPSHOT                           [32/15]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- dependency-check:11.1.1:aggregate (default-cli) @ bluehour ---
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-javafx:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-customerexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-jobeventexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-hourlyreport:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model-impl-inmemory:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-importer-ibiz:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-importer-ibiz:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-importer-ibiz:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-customerexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-jobeventexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-hourlyreport:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-importer-ibiz:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-importer-ibiz:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-model:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.accounting:it-tidalwave-accounting-marshalling-xml:1.0-ALPHA-9-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Checking for updates
[INFO] Skipping the NVD API Update as it was completed within the last 240 minutes
[INFO] Check for updates complete (590 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

💖 Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
WARNING: A restricted method in java.lang.foreign.Linker has been called
WARNING: java.lang.foreign.Linker::downcallHandle has been called by the unnamed module
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for this module

Dec 24, 2024 6:31:50 PM org.apache.lucene.store.MemorySegmentIndexInputProvider <init>
INFO: Using MemorySegmentIndexInput and native madvise support with Java 21 or later; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false
Dec 24, 2024 6:31:50 PM org.apache.lucene.internal.vectorization.VectorizationProvider lookup
WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (1 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Finished Unused Suppression Rule Analyzer (0 seconds)
[INFO] Analysis Complete (6 seconds)
[INFO] Writing XML report to: /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/dependency-check-report.xml
[INFO] Writing HTML report to: /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/dependency-check-report.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for blueHour 1.0-ALPHA-9-SNAPSHOT:
[INFO] 
[INFO] blueHour ........................................... SUCCESS [ 11.879 s]
[INFO] blueHour (modules) ................................. SUCCESS [  0.145 s]
[INFO] blueHour - Model ................................... SUCCESS [  5.470 s]
[INFO] blueHour - Model, In-Memory Implementation ......... SUCCESS [  8.039 s]
[INFO] blueHour - Importer - iBiz ......................... SUCCESS [  6.630 s]
[INFO] blueHour - Marshalling - XML ....................... SUCCESS [  5.222 s]
[INFO] blueHour - UI - Commons ............................ SUCCESS [  4.758 s]
[INFO] blueHour - UI ...................................... SUCCESS [  3.201 s]
[INFO] blueHour - UI - Customer Explorer .................. SUCCESS [  3.701 s]
[INFO] blueHour - UI - Project Explorer ................... SUCCESS [  2.939 s]
[INFO] blueHour - UI - JobEvent Explorer .................. SUCCESS [  2.889 s]
[INFO] blueHour - UI - Hourly Report ...................... SUCCESS [  2.639 s]
[INFO] blueHour - UI - Importer iBiz ...................... SUCCESS [  2.632 s]
[INFO] blueHour - UI - JavaFX ............................. SUCCESS [  2.987 s]
[INFO] blueHour - Application (JavaFX) .................... SUCCESS [  2.283 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:09 min
[INFO] Finished at: 2024-12-24T18:31:56Z
[INFO] ------------------------------------------------------------------------
[workspace] $ /bin/bash /tmp/jenkins8806663290743073046.sh
No post-build script.
Archiving workspace
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Saving reports...
Processing '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/testng/testng-results-2.xml'
Processing '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/testng/testng-results-3.xml'
Processing '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/testng/testng-results.xml'
TestNG Reports Processing: FINISH
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Version: 3.3.7
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/**.exec: 4
[JaCoCo plugin] Saving matched execfiles:  /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/jacoco.exec /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/jacoco.exec /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/jacoco.exec /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/classes 3 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/classes 10 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/classes 40 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/classes 19 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/classes 1 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/classes 12 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/classes 4 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/classes 4 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/classes 8 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/classes 4 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/classes 4 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/classes 14 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/classes 17 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/src/main/java 3 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/src/main/java 10 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/src/main/java 26 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/src/main/java 16 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/src/main/java 1 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/src/main/java 12 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/src/main/java 8 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/src/main/java 14 files
[JaCoCo plugin] - /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/src/main/java 12 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: [org/musicbrainz/**/*.class]
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 48.57143, method: 43.71069, line: 47.235577, branch: 29.032257, instruction: 43.62934, complexity: 41.260746
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 13 issues (skipped 22 duplicates)
[Java Compiler] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[Java Compiler] -> resolved paths in source directory (8 found, 1 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 13 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 9 affected files
[Java Compiler] No filter has been set, publishing all 13 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 11 issues (skipped 2 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[Java Compiler] -> 8 copied, 0 not in workspace, 2 not-found, 0 with I/O error
[Java Compiler] Deleting source code files of build #1315
[Java Compiler] Deleting source code files of build #1314
[Java Compiler] Deleting source code files of build #1313
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] [-ERROR-] Can't create fingerprints for some files:
[Java Compiler] [-ERROR-] - 'Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin' file not found
[Java Compiler] [-ERROR-] - 'Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin' file not found
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 13 issues (skipped 22 duplicates)
[Java Compiler] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[Java Compiler] -> resolved paths in source directory (8 found, 1 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 13 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 9 affected files
[Java Compiler] No filter has been set, publishing all 13 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 11 issues (skipped 2 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[Java Compiler] -> 8 copied, 0 not in workspace, 2 not-found, 0 with I/O error
[Java Compiler] Deleting source code files of build #1315
[Java Compiler] Deleting source code files of build #1314
[Java Compiler] Deleting source code files of build #1313
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] [-ERROR-] Can't create fingerprints for some files:
[Java Compiler] [-ERROR-] - 'Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin' file not found
[Java Compiler] [-ERROR-] - 'Parameter 'includeXmlInSite' is unknown for plugin 'maven-pmd-plugin' file not found
[Java Compiler] Reference build recorder is not configured
[Java Compiler] No valid reference build found
[Java Compiler] All reported issues will be considered outstanding
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 13 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Maven] -> found 82 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 82 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 82 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 82 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] No valid reference build found
[Maven] All reported issues will be considered outstanding
[Maven] No quality gates have been set - skipping
[Maven] Health report is disabled - skipping
[Maven] Created analysis result for 82 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[CPD] Using default pattern '**/cpd.xml' since user defined pattern is not set
[CPD] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 1 file
[CPD] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target/cpd.xml'
[CPD] Skipping post processing
[CPD] No filter has been set, publishing all 0 issues
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 1 file
[CPD] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target/cpd.xml'
[CPD] Skipping post processing
[CPD] No filter has been set, publishing all 0 issues
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Reference build recorder is not configured
[CPD] No valid reference build found
[CPD] All reported issues will be considered outstanding
[CPD] No quality gates have been set - skipping
[CPD] Health report is disabled - skipping
[CPD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[CPD] Attaching ResultAction with ID 'cpd' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[PMD] Using default pattern '**/pmd.xml' since user defined pattern is not set
[PMD] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 1 file
[PMD] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/pmd.xml
[PMD] -> found 5 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'target/pmd.xml'
[PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[PMD] Creating SCM blamer to obtain author and commit information for affected files
[PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[PMD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[PMD] -> resolved paths in source directory (2 found, 0 not found)
[PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[PMD] -> resolved module names for 5 issues
[PMD] Resolving package names (or namespaces) by parsing the affected files
[PMD] -> all affected files already have a valid package name
[PMD] No filter has been set, publishing all 5 issues
[PMD] Creating fingerprints for all affected code blocks to track issues over different builds
[PMD] -> created fingerprints for 5 issues (skipped 0 issues)
[PMD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[PMD] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[PMD] Repository miner is not configured, skipping repository mining
[PMD] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 1 file
[PMD] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/target/pmd.xml
[PMD] -> found 5 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'target/pmd.xml'
[PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[PMD] Creating SCM blamer to obtain author and commit information for affected files
[PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[PMD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[PMD] -> resolved paths in source directory (2 found, 0 not found)
[PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[PMD] -> resolved module names for 5 issues
[PMD] Resolving package names (or namespaces) by parsing the affected files
[PMD] -> all affected files already have a valid package name
[PMD] No filter has been set, publishing all 5 issues
[PMD] Creating fingerprints for all affected code blocks to track issues over different builds
[PMD] -> created fingerprints for 5 issues (skipped 0 issues)
[PMD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[PMD] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[PMD] Repository miner is not configured, skipping repository mining
[PMD] Reference build recorder is not configured
[PMD] No valid reference build found
[PMD] All reported issues will be considered outstanding
[PMD] No quality gates have been set - skipping
[PMD] Health report is disabled - skipping
[PMD] Created analysis result for 5 issues (found 0 new issues, fixed 0 issues)
[PMD] Attaching ResultAction with ID 'pmd' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[AspectJ] -> found 13 issues (skipped 27 duplicates)
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[AspectJ] Post processing issues on 'Master' with source code encoding 'UTF-8'
[AspectJ] Creating SCM blamer to obtain author and commit information for affected files
[AspectJ] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[AspectJ] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[AspectJ] -> none of the issues requires resolving of paths
[AspectJ] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[AspectJ] -> resolved module names for 13 issues
[AspectJ] Resolving package names (or namespaces) by parsing the affected files
[AspectJ] -> resolved package names of 1 affected files
[AspectJ] No filter has been set, publishing all 13 issues
[AspectJ] Creating fingerprints for all affected code blocks to track issues over different builds
[AspectJ] -> created fingerprints for 0 issues (skipped 13 issues)
[AspectJ] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[AspectJ] -> 0 copied, 0 not in workspace, 13 not-found, 0 with I/O error
[AspectJ] Repository miner is not configured, skipping repository mining
[AspectJ] Successfully parsed console log
[AspectJ] -> found 13 issues (skipped 27 duplicates)
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[AspectJ] Post processing issues on 'Master' with source code encoding 'UTF-8'
[AspectJ] Creating SCM blamer to obtain author and commit information for affected files
[AspectJ] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[AspectJ] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[AspectJ] -> none of the issues requires resolving of paths
[AspectJ] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[AspectJ] -> resolved module names for 13 issues
[AspectJ] Resolving package names (or namespaces) by parsing the affected files
[AspectJ] -> resolved package names of 1 affected files
[AspectJ] No filter has been set, publishing all 13 issues
[AspectJ] Creating fingerprints for all affected code blocks to track issues over different builds
[AspectJ] -> created fingerprints for 0 issues (skipped 13 issues)
[AspectJ] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[AspectJ] -> 0 copied, 0 not in workspace, 13 not-found, 0 with I/O error
[AspectJ] Repository miner is not configured, skipping repository mining
[AspectJ] Reference build recorder is not configured
[AspectJ] No valid reference build found
[AspectJ] All reported issues will be considered outstanding
[AspectJ] No quality gates have been set - skipping
[AspectJ] Health report is disabled - skipping
[AspectJ] Created analysis result for 13 issues (found 0 new issues, fixed 0 issues)
[AspectJ] Attaching ResultAction with ID 'aspectj' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Code Analysis] Skipping post processing
[Code Analysis] No filter has been set, publishing all 0 issues
[Code Analysis] Repository miner is not configured, skipping repository mining
[Code Analysis] Successfully parsed console log
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[Code Analysis] Skipping post processing
[Code Analysis] No filter has been set, publishing all 0 issues
[Code Analysis] Repository miner is not configured, skipping repository mining
[Code Analysis] Reference build recorder is not configured
[Code Analysis] No valid reference build found
[Code Analysis] All reported issues will be considered outstanding
[Code Analysis] No quality gates have been set - skipping
[Code Analysis] Health report is disabled - skipping
[Code Analysis] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Code Analysis] Attaching ResultAction with ID 'code-analysis' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 13 files
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/JavaFXApplication/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/site/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/JavaFXUI/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Model/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/site/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/ModelInMemory/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UI/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UICommons/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UICustomerExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIHourlyReport/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIJobEventExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIProjectExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIiBizImporter/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/site/spotbugsXml.xml
[SpotBugs] -> found 4 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/XmlMarshalling/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/site/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/iBizImporter/target/site/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'Master' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[SpotBugs] -> resolved paths in source directory (6 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 8 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 8 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[SpotBugs] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 13 files
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXApplication/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/JavaFXApplication/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/JavaFXUI/target/site/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/JavaFXUI/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/Model/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Model/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/ModelInMemory/target/site/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/ModelInMemory/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UI/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UI/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICommons/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UICommons/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UICustomerExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UICustomerExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIHourlyReport/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIHourlyReport/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIJobEventExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIJobEventExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIProjectExplorer/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIProjectExplorer/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/UIiBizImporter/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/UIiBizImporter/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/XmlMarshalling/target/site/spotbugsXml.xml
[SpotBugs] -> found 4 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/XmlMarshalling/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/blueHour_Metrics/workspace/modules/iBizImporter/target/site/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/iBizImporter/target/site/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'Master' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[SpotBugs] -> resolved paths in source directory (6 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 8 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 8 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[SpotBugs] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] No valid reference build found
[SpotBugs] All reported issues will be considered outstanding
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 8 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[Open Tasks Scanner] Searching for files in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 245 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 245 files for open tasks
[Open Tasks Scanner] Found a total of 94 open tasks
[Open Tasks Scanner] -> FIXME: 75 open tasks
[Open Tasks Scanner] -> TODO: 19 open tasks
[Open Tasks Scanner] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Open Tasks Scanner] Creating SCM blamer to obtain author and commit information for affected files
[Open Tasks Scanner] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Open Tasks Scanner] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[Open Tasks Scanner] -> resolved paths in source directory (39 found, 0 not found)
[Open Tasks Scanner] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Open Tasks Scanner] -> resolved module names for 94 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 39 affected files
[Open Tasks Scanner] No filter has been set, publishing all 94 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 94 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[Open Tasks Scanner] -> 32 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Repository miner is not configured, skipping repository mining
[Open Tasks Scanner] Searching for files in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 245 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 245 files for open tasks
[Open Tasks Scanner] Found a total of 94 open tasks
[Open Tasks Scanner] -> FIXME: 75 open tasks
[Open Tasks Scanner] -> TODO: 19 open tasks
[Open Tasks Scanner] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Open Tasks Scanner] Creating SCM blamer to obtain author and commit information for affected files
[Open Tasks Scanner] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Open Tasks Scanner] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/blueHour_Metrics/workspace'
[Open Tasks Scanner] -> resolved paths in source directory (39 found, 0 not found)
[Open Tasks Scanner] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Open Tasks Scanner] -> resolved module names for 94 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 39 affected files
[Open Tasks Scanner] No filter has been set, publishing all 94 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 94 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/blueHour_Metrics/builds/1318/files-with-issues'
[Open Tasks Scanner] -> 32 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Repository miner is not configured, skipping repository mining
[Open Tasks Scanner] Reference build recorder is not configured
[Open Tasks Scanner] No valid reference build found
[Open Tasks Scanner] All reported issues will be considered outstanding
[Open Tasks Scanner] No quality gates have been set - skipping
[Open Tasks Scanner] Health report is disabled - skipping
[Open Tasks Scanner] Created analysis result for 94 issues (found 0 new issues, fixed 0 issues)
[Open Tasks Scanner] Attaching ResultAction with ID 'open-tasks' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[OWASP Dependency Check] Using default pattern '**/dependency-check-report.json' since user defined pattern is not set
[OWASP Dependency Check] [-ERROR-] Errors during parsing
[OWASP Dependency Check] [-ERROR-] No files found for pattern '**/dependency-check-report.json'. Configuration error?
[OWASP Dependency Check] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/dependency-check-report.json'
[OWASP Dependency Check] Traversing of symbolic links: enabled
[OWASP Dependency Check] Skipping post processing
[OWASP Dependency Check] No filter has been set, publishing all 0 issues
[OWASP Dependency Check] Repository miner is not configured, skipping repository mining
[OWASP Dependency Check] Searching for all files in '/var/jenkins_home/jobs/blueHour_Metrics/workspace' that match the pattern '**/dependency-check-report.json'
[OWASP Dependency Check] Traversing of symbolic links: enabled
[OWASP Dependency Check] Skipping post processing
[OWASP Dependency Check] No filter has been set, publishing all 0 issues
[OWASP Dependency Check] Repository miner is not configured, skipping repository mining
[OWASP Dependency Check] [-ERROR-] Errors during parsing
[OWASP Dependency Check] [-ERROR-] No files found for pattern '**/dependency-check-report.json'. Configuration error?
[OWASP Dependency Check] Reference build recorder is not configured
[OWASP Dependency Check] No valid reference build found
[OWASP Dependency Check] All reported issues will be considered outstanding
[OWASP Dependency Check] No quality gates have been set - skipping
[OWASP Dependency Check] Health report is disabled - skipping
[OWASP Dependency Check] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[OWASP Dependency Check] Attaching ResultAction with ID 'owasp-dependency-check' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/blueHour_Metrics/workspace')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] No valid reference build found
[JavaDoc] All reported issues will be considered outstanding
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'blueHour_Metrics #1318'.
[Checks API] No suitable checks publisher found.
[description-setter] Description set: origin/master 1.0-ALPHA-9-SNAPSHOT 1aceff289a3e
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
Triggering a new build of blueHour :: Archive (master)
Finished: SUCCESS