Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHLogblock
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHLogblock/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/PseudoKnight/CHLogblock/ # timeout=10
Fetching upstream changes from https://github.com/PseudoKnight/CHLogblock/
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/PseudoKnight/CHLogblock/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 345fb1b92ca45f546373ede6c689cfbb95af41b0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 345fb1b92ca45f546373ede6c689cfbb95af41b0 # timeout=10
Commit message: "Update to LB 1.20"
 > git rev-list --no-walk 345fb1b92ca45f546373ede6c689cfbb95af41b0 # timeout=10
Parsing POMs
Established TCP socket on 44513
[CHLogblock] $ /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3206.vb_15dcf73f6a_9.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 44513
<===[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.5.0
[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.12.1:compile (default-compile) @ chlogblock ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 5 source files with javac [debug deprecation release 16] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[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:5.0:process (process) @ chlogblock ---
Processing io.github.jbaero.chlb.CHLB
Extension 'CHLogBlock' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_16' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '21'
[INFO] 
[INFO] --- exec:3.2.0: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 435 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.12.1: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:3.3.0:jar (default-jar) @ chlogblock ---
[INFO] Building jar: /var/jenkins_home/workspace/CHLogblock/target/chlogblock-0.5.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  31.460 s
[INFO] Finished at: 2024-07-26T22:00:38-06:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/CHLogblock/pom.xml to io.github.jbaero/chlogblock/0.5.0/chlogblock-0.5.0.pom
[JENKINS] Archiving /var/jenkins_home/workspace/CHLogblock/target/chlogblock-0.5.0.jar to io.github.jbaero/chlogblock/0.5.0/chlogblock-0.5.0.jar
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: SUCCESS