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.bluebell:sony-camera-api >----------------
[INFO] Building blueBell - Sony Camera API 1.0-ALPHA-1-SNAPSHOT           [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ sony-camera-api ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ sony-camera-api ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI
[INFO] Storing buildNumber: 2ed5aee2c38d at timestamp: 1637095356310
[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/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sony-camera-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-and-print-build-description) @ sony-camera-api ---
[INFO] Executing tasks

main:
     [echo] DESCRIPTION: 1.0-ALPHA-1-SNAPSHOT-2ed5aee2c38d UNKNOWN
     [echo] Java Version: 1.8.0_282 -source 1.7 -target 1.7
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ sony-camera-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
warning: No processor claimed any of these annotations: lombok.extern.slf4j.Slf4j,lombok.Setter,javax.annotation.Nonnegative,lombok.Getter,lombok.RequiredArgsConstructor,lombok.ToString,lombok.AllArgsConstructor,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable
/var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/src/main/java/it/tidalwave/sony/CameraApi.java:[111,18] [serial] serializable class CameraApiException has no definition of serialVersionUID
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ sony-camera-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ sony-camera-api ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
20:42:47.370 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
20:42:47.390 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST "test"
20:42:47.391 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
20:42:47.399 [TestNGInvoker-test()] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Start.
20:42:47.418 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Send Datagram packet 3 times.
20:42:47.619 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - >>>> receiving packets...
20:42:57.628 [pool-2-thread-1     ] DEBUG it.tidalwave.sony.impl.DefaultSsdpDiscoverer       - search() Timeout.
20:42:57.628 [pool-2-thread-1     ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - onFinished()
20:42:57.636 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST FAILED in 10267 msec - java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V
20:42:57.636 [main                ] INFO  it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - 
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.997 sec <<< FAILURE! - in it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
test(it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest)  Time elapsed: 10.261 sec  <<< FAILURE!
java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V
	at it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest.test(DefaultSimpleSsdpClientTest.java:99)


Results :

Failed tests: 
  DefaultSimpleSsdpClientTest.test:99 » NoSuchMethod org.hamcrest.Matcher.descri...

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/surefire-reports/plain for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sony-camera-api ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (package-jar) @ sony-camera-api ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (package-test-jar) @ sony-camera-api ---
[INFO] Building jar: /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sony-camera-api ---
[INFO] Installing /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/pom.xml to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueBell_Build_and_Test/workspace/modules/SonyCameraAPI/target/sony-camera-api-1.0-ALPHA-1-SNAPSHOT.2ed5aee2c38d-tests.jar to /var/jenkins_home/maven-repositories/2/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled