Skip to content
Success

Console Output

Established TCP socket on 41153
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHFile/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< io.github.pieter12345:CHFile >--------------------
[INFO] Building CHFile 0.0.7-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'source' is unknown for plugin 'maven-processor-plugin:2.2.4:process (process)'
[WARNING] Parameter 'target' is unknown for plugin 'maven-processor-plugin:2.2.4:process (process)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ CHFile ---
[INFO] Deleting /var/jenkins_home/workspace/CHFile/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ CHFile ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHFile/src/main/resources
[INFO] 
[INFO] --- compiler:3.7.0:compile (default-compile) @ CHFile ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/jenkins_home/workspace/CHFile/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- processor:2.2.4:process (process) @ CHFile ---
Processing io.github.pieter12345.chfile.LifeCycle
Extension 'CHFile' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '17'
[INFO] 
[INFO] >>> exec:1.2.1:java (cache-annotations) > validate @ CHFile >>>
[WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO] 
[INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ CHFile <<<
[INFO] 
[INFO] 
[INFO] --- exec:1.2.1:java (cache-annotations) @ CHFile ---
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/CHFile/target/classes
Outputting file to directory /var/jenkins_home/workspace/CHFile/target/classes
Done writing jarInfo.ser, which took 371 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ CHFile ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHFile/src/test/resources
[INFO] 
[INFO] --- compiler:3.7.0:testCompile (default-testCompile) @ CHFile ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ CHFile ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.1.0:jar (default-jar) @ CHFile ---
[INFO] Building jar: /var/jenkins_home/workspace/CHFile/target/CHFile-0.0.7-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30.914 s
[INFO] Finished at: 2025-05-19T20:00:38-06:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data