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.bluemarine2:it-tidalwave-bluemarine2-downloader >----
[INFO] Building blueMarine II :: Downloader 1.1-ALPHA-2-SNAPSHOT [13/26]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/httpcomponents/httpclient-cache/4.4/httpclient-cache-4.4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/httpcomponents/httpclient-cache/4.4/httpclient-cache-4.4.pom (6.2 kB at 6.5 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/httpcomponents/httpclient-cache/4.4/httpclient-cache-4.4.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/httpcomponents/httpclient-cache/4.4/httpclient-cache-4.4.jar (159 kB at 521 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ it-tidalwave-bluemarine2-downloader ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-downloader ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader
[INFO] Storing buildNumber: 776aa35dcaa1 at timestamp: 1674842946057
[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/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-bluemarine2-downloader ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-downloader ---
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/fabrizio.giudici 1.1-ALPHA-2-SNAPSHOT 776aa35dcaa1
[INFO] [echo] Java Version: 11.0.10 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (create-unwoven-classes-dirs) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Executing tasks
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/unwoven-classes
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/unwoven-test-classes
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /it.tidalwave.messagebus.annotation.ListensTo,/javax.annotation.Nonnegative,/javax.annotation.Nonnull,/it.tidalwave.util.annotation.VisibleForTesting,/it.tidalwave.messagebus.annotation.SimpleMessageSubscriber,/javax.annotation.concurrent.Immutable,/javax.annotation.PostConstruct,java.base/java.lang.Override,/javax.inject.Inject
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/src/main/java/it/tidalwave/bluemarine2/downloader/impl/DefaultDownloader.java:[161,63] [deprecation] <T>get(Key<T>) in TypeSafeMap has been deprecated
where T is a type-variable:
T extends Object declared in method <T>get(Key<T>)
[INFO]
[INFO] --- aspectj-maven-plugin:1.11:compile (weave-classes) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /org.testng.annotations.Test,/org.testng.annotations.DataProvider,/javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod
[INFO]
[INFO] --- aspectj-maven-plugin:1.11:test-compile (weave-test-classes) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ it-tidalwave-bluemarine2-downloader ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running it.tidalwave.bluemarine2.downloader.impl.DefaultDownloaderTest
19:09:35.789 [main ] INFO i.t.b.downloader.impl.DefaultDownloaderTest - STARTING TESTS OF it.tidalwave.bluemarine2.downloader.impl.DefaultDownloaderTest
19:09:35.836 [main ] INFO i.t.b.downloader.impl.DefaultDownloaderTest - FINISHED TESTS OF it.tidalwave.bluemarine2.downloader.impl.DefaultDownloaderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.511 s - in it.tidalwave.bluemarine2.downloader.impl.DefaultDownloaderTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.776aa35dcaa1.jar
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default-test-jar) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.776aa35dcaa1-tests.jar
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ it-tidalwave-bluemarine2-downloader ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.776aa35dcaa1.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-downloader/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-downloader/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Quick_Test/workspace/modules/Downloader/target/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT.776aa35dcaa1-tests.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-downloader/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-downloader-1.1-ALPHA-2-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled