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-application-javafx >--
[INFO] Building blueHour - Application (JavaFX) 1.0-ALPHA-9-SNAPSHOT [15/16]
[INFO] from modules/JavaFXApplication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-23/it-tidalwave-role-spring-3.2-ALPHA-23.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-23/it-tidalwave-role-spring-3.2-ALPHA-23.pom (4.4 kB at 4.6 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-23/it-tidalwave-role-spring-3.2-ALPHA-23.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-23/it-tidalwave-role-spring-3.2-ALPHA-23.jar (14 kB at 46 kB/s)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ 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: b820ed36bbb4 at timestamp: 1734324964753
[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 b820ed36bbb4
[INFO] [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[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/jobs/blueHour_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/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 4 source files with javac [forked debug deprecation release 11] 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 ---
[JENKINS] Recording test results
[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.b820ed36bbb4.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.b820ed36bbb4-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/jobs/blueHour_Metrics/workspace@tmp/repository/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.b820ed36bbb4.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/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.b820ed36bbb4-tests.jar to /var/jenkins_home/jobs/blueHour_Metrics/workspace@tmp/repository/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] >>> 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: b820ed36bbb4 at timestamp: 1734324976385
[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 b820ed36bbb4
[INFO] [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[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/jobs/blueHour_Metrics/workspace@tmp/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/var/jenkins_home/jobs/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 4 source files with javac [forked debug deprecation release 11] 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.b820ed36bbb4.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
[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-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.thesefoolishthings:it-tidalwave-role:jar:3.2-ALPHA-23:compile
[WARNING] it.tidalwave.accounting:it-tidalwave-accounting-ui-projectexplorer:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING] org.openjfx:javafx-graphics:jar:linux:11.0.1:compile
[WARNING] org.openjfx:javafx-fxml:jar:linux:11.0.1:compile
[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] it.tidalwave.accounting:it-tidalwave-accounting-ui-commons:jar:1.0-ALPHA-9-SNAPSHOT:compile
[WARNING] org.openjfx:javafx-base:jar:linux:11.0.1:compile
[WARNING] org.openjfx:javafx-controls:jar:linux:11.0.1: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-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-23:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:jar:3.2-ALPHA-23:compile
[WARNING] com.aquafx-project:aquafx:jar:0.2:compile
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:jar:3.2-ALPHA-23:compile
[WARNING] org.springframework:spring-beans:jar:5.3.1:compile
[WARNING] org.slf4j:jcl-over-slf4j:jar:2.0.16:runtime
[WARNING] ch.qos.logback:logback-core:jar:1.5.12:runtime
[WARNING] ch.qos.logback:logback-classic:jar:1.5.12:runtime
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-23: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:4.8.1:test
[WARNING] org.springframework:spring-aspects:jar:5.3.1:compile
[WARNING] org.aspectj:aspectjrt:jar:1.9.20.1:compile
[JENKINS] Archiving disabled