Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] -------< it.tidalwave.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] 
[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_branches/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/workspace/modules/Model
[INFO] Storing buildNumber: 1f39c2494338 at timestamp: 1734900868174
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics_branches/workspace/modules/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/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 1f39c2494338
[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/0/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/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
20:54:44.023 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - STARTING TESTS OF it.tidalwave.accounting.model.types.AddressTest
20:54:44.188 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - ******************************************
20:54:44.189 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - TEST "toString must return all the fields"
20:54:44.190 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - ******************************************
20:54:44.229 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - TEST PASSED in 42 msec
20:54:44.230 [main                ] INFO  it.tidalwave.accounting.model.types.AddressTest    - 
20:54:44.237 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - ************************************************************
20:54:44.238 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "greaterThan and lowerThan must be false when equality"
20:54:44.239 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - ************************************************************
20:54:44.245 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 7 msec
20:54:44.246 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
20:54:44.248 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **********************************************************
20:54:44.249 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "greaterThan and lowerThan must work at the opposite"
20:54:44.249 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **********************************************************
20:54:44.251 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 2 msec
20:54:44.251 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
20:54:44.253 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************
20:54:44.254 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "isEqualTo must work"
20:54:44.254 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************
20:54:44.257 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 2 msec
20:54:44.257 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
20:54:44.259 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************************************
20:54:44.260 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "toString for ZERO must be properly computed"
20:54:44.260 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - **************************************************
20:54:44.294 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 34 msec
20:54:44.295 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
20:54:44.297 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - *****************************************
20:54:44.298 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST "toString must be properly computed"
20:54:44.298 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - *****************************************
20:54:44.300 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - TEST PASSED in 2 msec
20:54:44.301 [main                ] INFO  it.tidalwave.accounting.model.types.MoneyTest      - 
20:54:44.302 [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: 2.469 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco:0.8.12:report (report) @ it-tidalwave-accounting-model ---
[INFO] Loading execution data file /var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1f39c2494338.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_branches/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1f39c2494338-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-accounting-model ---
[INFO] Installing /var/jenkins_home/jobs/blueHour_Metrics_branches/workspace/modules/Model/pom.xml to /var/jenkins_home/maven-repositories/0/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_branches/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1f39c2494338.jar to /var/jenkins_home/maven-repositories/0/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_branches/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1f39c2494338-tests.jar to /var/jenkins_home/maven-repositories/0/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
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] -------< it.tidalwave.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 458 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_branches/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/workspace/modules/Model
[INFO] Storing buildNumber: 1f39c2494338 at timestamp: 1734901220708
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueHour_Metrics_branches/workspace/modules/Model' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/workspace/modules/Model' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueHour_Metrics_branches/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 1f39c2494338
[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/0/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/workspace/modules/Model/target/it-tidalwave-accounting-model-1.0-ALPHA-9-SNAPSHOT.1f39c2494338.jar to /var/jenkins_home/jobs/blueHour_Metrics_branches/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_branches/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
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO] 
[INFO] <<< dependency:3.8.1:analyze (default-cli) < test-compile @ it-tidalwave-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:5.3.37: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.12:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.5.12:test
[WARNING] Non-test scoped test only dependencies found:
[WARNING]    org.slf4j:slf4j-api:jar:2.0.16:compile
[JENKINS] Archiving disabled