Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://bitbucket.org/fabriziogiudici/bluemarine3-src.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://bitbucket.org/fabriziogiudici/bluemarine3-src.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://bitbucket.org/fabriziogiudici/bluemarine3-src.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/master
Seen 1 remote branch
 > git show-ref --tags -d # timeout=10
Checking out Revision 79a59a191f4b4c4ef7c8371947022e0ae99b7834 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79a59a191f4b4c4ef7c8371947022e0ae99b7834 # timeout=10
Commit message: "PENDING: BM3-1."
First time build. Skipping changelog.
Parsing POMs
using settings config with name settings-mirror
Replacing all maven server entries not found in credentials list is true
Downloaded artifact https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/steelblue/1.1-ALPHA-4/steelblue-1.1-ALPHA-4.pom
Discovered a new module it.tidalwave.bluemarine3:it-tidalwave-bluemarine3 blueMarine III
Discovered a new module it.tidalwave.bluemarine3:it-tidalwave-bluemarine3-modules blueMarine III (modules)
Discovered a new module it.tidalwave.bluemarine3:it-tidalwave-bluemarine3-application-javafx blueMarine III :: Application (JavaFX)
Modules changed, recalculating dependency graph
Established TCP socket on 33781
[workspace] $ /var/jenkins_home/tools/hudson.model.JDK/AdoptiumJDK_21/bin/java -DblueMarine2.musicTestSets.path=/mnt/test-data/MusicTestSets -DtestSet.stoppingdown_100_20230116.folder=/var/jenkins_home/jobs/StoppingDown_100_20230116/workspace -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.9/boot/plexus-classworlds-2.8.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.9/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.9 /var/jenkins_home/war/WEB-INF/lib/remoting-3107.v665000b_51092.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 33781
<===[JENKINS REMOTING CAPACITY]===>channel started
using settings config with name settings-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/pom.xml -Dmaven.repo.local=/var/jenkins_home/maven-repositories/2 -s /tmp/settings5567642907382408773.xml -Pgenerate-revision-id,it.tidalwave-ci-v1 -DtestFailureIgnore=true -Dit.tidalwave-ci.skipLongTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] blueMarine III                                                     [pom]
[INFO] blueMarine III (modules)                                           [pom]
[INFO] blueMarine III :: Application (JavaFX)                             [jar]
[INFO] 
[INFO] ---------< it.tidalwave.bluemarine3:it-tidalwave-bluemarine3 >----------
[INFO] Building blueMarine III 1.0-ALPHA-1-SNAPSHOT                       [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-bluemarine3 ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-bluemarine3 ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace
[INFO] Storing buildNumber: 79a59a191f4b at timestamp: 1734822626143
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/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/blueMarine3_Build_and_Quick_Test/workspace' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-bluemarine3 ---
[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) @ it-tidalwave-bluemarine3 ---
[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-bluemarine3 ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-1-SNAPSHOT 79a59a191f4b
[INFO]      [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-bluemarine3 ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-bluemarine3 ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluemarine3/it-tidalwave-bluemarine3/1.0-ALPHA-1-SNAPSHOT/it-tidalwave-bluemarine3-1.0-ALPHA-1-SNAPSHOT.pom
[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.bluemarine3:it-tidalwave-bluemarine3-modules >------
[INFO] Building blueMarine III (modules) 1.0-ALPHA-1-SNAPSHOT             [2/3]
[INFO]   from modules/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-bluemarine3-modules ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-bluemarine3-modules ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules
[INFO] Storing buildNumber: 79a59a191f4b at timestamp: 1734822629036
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/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/blueMarine3_Build_and_Quick_Test/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-bluemarine3-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) @ it-tidalwave-bluemarine3-modules ---
[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-bluemarine3-modules ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-1-SNAPSHOT 79a59a191f4b
[INFO]      [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-bluemarine3-modules ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-bluemarine3-modules ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluemarine3/it-tidalwave-bluemarine3-modules/1.0-ALPHA-1-SNAPSHOT/it-tidalwave-bluemarine3-modules-1.0-ALPHA-1-SNAPSHOT.pom
[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.bluemarine3:it-tidalwave-bluemarine3-application-javafx >--
[INFO] Building blueMarine III :: Application (JavaFX) 1.0-ALPHA-1-SNAPSHOT [3/3]
[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/steelblue/it-tidalwave-role-ui-javafx/1.1-ALPHA-4/it-tidalwave-role-ui-javafx-1.1-ALPHA-4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/it-tidalwave-role-ui-javafx/1.1-ALPHA-4/it-tidalwave-role-ui-javafx-1.1-ALPHA-4.pom (5.2 kB at 3.2 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/it-tidalwave-steelblue-modules/1.1-ALPHA-4/it-tidalwave-steelblue-modules-1.1-ALPHA-4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/it-tidalwave-steelblue-modules/1.1-ALPHA-4/it-tidalwave-steelblue-modules-1.1-ALPHA-4.pom (5.5 kB at 5.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/it-tidalwave-role-ui-javafx/1.1-ALPHA-4/it-tidalwave-role-ui-javafx-1.1-ALPHA-4.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/it/tidalwave/steelblue/it-tidalwave-role-ui-javafx/1.1-ALPHA-4/it-tidalwave-role-ui-javafx-1.1-ALPHA-4.jar (102 kB at 71 kB/s)
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication
[INFO] Storing buildNumber: 79a59a191f4b at timestamp: 1734822634769
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/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/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-bluemarine3-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-bluemarine3-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-bluemarine3-application-javafx ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-1-SNAPSHOT 79a59a191f4b
[INFO]      [echo] Java Version: 21.0.5 -source 21 -target 21 -release 21
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [forked debug deprecation release 21] to target/unwoven-classes
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-bluemarine3-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-bluemarine3-application-javafx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-bluemarine3-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-bluemarine3-application-javafx ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.79a59a191f4b.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.79a59a191f4b-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-bluemarine3-application-javafx ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluemarine3/it-tidalwave-bluemarine3-application-javafx/1.0-ALPHA-1-SNAPSHOT/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.79a59a191f4b.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluemarine3/it-tidalwave-bluemarine3-application-javafx/1.0-ALPHA-1-SNAPSHOT/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueMarine3_Build_and_Quick_Test/workspace/modules/JavaFXApplication/target/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT.79a59a191f4b-tests.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluemarine3/it-tidalwave-bluemarine3-application-javafx/1.0-ALPHA-1-SNAPSHOT/it-tidalwave-bluemarine3-application-javafx-1.0-ALPHA-1-SNAPSHOT-tests.jar
[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
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for blueMarine III 1.0-ALPHA-1-SNAPSHOT:
[INFO] 
[INFO] blueMarine III ..................................... SUCCESS [  3.763 s]
[INFO] blueMarine III (modules) ........................... SUCCESS [  0.761 s]
[INFO] blueMarine III :: Application (JavaFX) ............. SUCCESS [ 13.903 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.656 s
[INFO] Finished at: 2024-12-21T23:10:44Z
[INFO] ------------------------------------------------------------------------
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Did not find any matching files.
[description-setter] Description set: origin/master 1.0-ALPHA-1-SNAPSHOT 79a59a191f4b
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
Finished: SUCCESS