Skip to content
Success

Console Output

Established TCP socket on 42951
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHLogblock/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< io.github.jbaero:chlogblock >---------------------
[INFO] Building CHLogBlock 0.2.2
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ chlogblock ---
[INFO] Deleting /var/jenkins_home/workspace/CHLogblock/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ chlogblock ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHLogblock/src/main/resources
[INFO] 
[INFO] --- compiler:3.3:compile (default-compile) @ chlogblock ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/jenkins_home/workspace/CHLogblock/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java: Some input files use unchecked or unsafe operations.
[INFO] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- processor:2.2.4:process (process) @ chlogblock ---
Processing io.github.jbaero.chlb.CHLB
Extension 'CHLogBlock' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '11'
[INFO] 
[INFO] >>> exec:1.2.1:java (cache-annotations) > validate @ chlogblock >>>
[WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO] 
[INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ chlogblock <<<
[INFO] 
[INFO] 
[INFO] --- exec:1.2.1:java (cache-annotations) @ chlogblock ---
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/CHLogblock/target/classes
Outputting file to directory /var/jenkins_home/workspace/CHLogblock/target/classes
Done writing jarInfo.ser, which took 489 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ chlogblock ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHLogblock/src/test/resources
[INFO] 
[INFO] --- compiler:3.3:testCompile (default-testCompile) @ chlogblock ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ chlogblock ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:2.3.1:jar (default-jar) @ chlogblock ---
[INFO] Building jar: /var/jenkins_home/workspace/CHLogblock/target/chlogblock-0.2.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.390 s
[INFO] Finished at: 2024-07-26T17:43:41-06:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data