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.1.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: 7dd830c50aee at timestamp: 1640250924823
[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:3.0.0-M3:enforce (enforce-maven) @ sony-camera-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ sony-camera-api ---
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (generate-and-print-build-description) @ sony-camera-api ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/fabrizio.giudici 1.0-ALPHA-1-SNAPSHOT 7dd830c50aee
[INFO] [echo] Java Version: 1.8.0_282 -source 1.7 -target 1.7 -release
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[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.8.1: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] [options] bootstrap class path not set in conjunction with -source 1.7
[WARNING] No processor claimed any of these annotations: javax.annotation.Nonnegative,javax.annotation.Nonnull,javax.annotation.CheckForNull,javax.annotation.Nullable
[WARNING] /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.2.0:testResources (default-testResources) @ sony-camera-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[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.8.1: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
[WARNING] [options] bootstrap class path not set in conjunction with -source 1.7
[WARNING] No processor claimed any of these annotations: org.testng.annotations.BeforeMethod,org.testng.annotations.Test
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sony-camera-api ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
09:15:36.343 [main ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
09:15:36.346 [main ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST "test"
09:15:36.354 [main ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - ***********
09:15:36.369 [TestNGInvoker-test()] INFO it.tidalwave.sony.impl.DefaultSsdpDiscoverer - search() Start.
09:15:36.383 [pool-3-thread-1 ] INFO it.tidalwave.sony.impl.DefaultSsdpDiscoverer - search() Send Datagram packet 3 times.
09:15:36.585 [pool-3-thread-1 ] INFO it.tidalwave.sony.impl.DefaultSsdpDiscoverer - >>>> receiving packets...
09:15:46.594 [pool-3-thread-1 ] DEBUG it.tidalwave.sony.impl.DefaultSsdpDiscoverer - search() Timeout.
09:15:46.595 [pool-3-thread-1 ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - onFinished()
09:15:46.607 [main ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest - TEST FAILED in 10264 msec - java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V
09:15:46.608 [main ] INFO it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest -
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.216 s <<< FAILURE! - in it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest
[ERROR] it.tidalwave.sony.impl.DefaultSimpleSsdpClientTest.test Time elapsed: 10.269 s <<< 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)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] DefaultSimpleSsdpClientTest.test:99 » NoSuchMethod org.hamcrest.Matcher.descri...
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[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.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:3.2.0: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.7dd830c50aee.jar
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default-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.7dd830c50aee-tests.jar
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1: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.7dd830c50aee.jar to /var/jenkins_home/maven-repositories/1/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/1/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.7dd830c50aee-tests.jar to /var/jenkins_home/maven-repositories/1/it/tidalwave/bluebell/sony-camera-api/1.0-ALPHA-1-SNAPSHOT/sony-camera-api-1.0-ALPHA-1-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled