Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHNaughty
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHNaughty/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/PseudoKnight/CHNaughty # timeout=10
Fetching upstream changes from https://github.com/PseudoKnight/CHNaughty
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/PseudoKnight/CHNaughty +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d8f1e643fb02a77cc82fc1b20d4f6e638888c0ae (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d8f1e643fb02a77cc82fc1b20d4f6e638888c0ae # timeout=10
Commit message: "Update some documentation"
 > git rev-list --no-walk d8f1e643fb02a77cc82fc1b20d4f6e638888c0ae # timeout=10
Parsing POMs
Established TCP socket on 46361
[CHNaughty] $ /usr/lib/jvm/temurin-17-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-3160.vd76b_9ddd10cc.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 46361
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHNaughty/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------< me.pseudoknight:CHNaughty >----------------------
[INFO] Building CHNaughty 4.14.0
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from minecraft-libraries: https://libraries.minecraft.net/org/spigotmc/spigot/1.20.4-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot/1.20.4-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from minecraft-libraries: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.20.4-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Artifact org.spigotmc:spigot-api:pom:1.20.4-R0.1-20240228.195505-88 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [minecraft-libraries (https://libraries.minecraft.net/, default, releases+snapshots), spigot-repo (https://hub.spigotmc.org/nexus/content/groups/public/, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.spigotmc:spigot-api:pom:1.20.4-R0.1-20240228.195505-88 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [minecraft-libraries (https://libraries.minecraft.net/, default, releases+snapshots), spigot-repo (https://hub.spigotmc.org/nexus/content/groups/public/, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from minecraft-libraries: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.20.4-R0.1-SNAPSHOT/spigot-api-1.20.4-R0.1-20240228.195505-88.pom
[INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/1.20.4-R0.1-SNAPSHOT/spigot-api-1.20.4-R0.1-20240228.195505-88.pom
[INFO] Downloaded from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/1.20.4-R0.1-SNAPSHOT/spigot-api-1.20.4-R0.1-20240228.195505-88.pom (0 B at 0 B/s)
[INFO] Downloading from minecraft-libraries: https://libraries.minecraft.net/io/papermc/paper/paper-api/1.20.4-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ CHNaughty ---
[INFO] Deleting /var/jenkins_home/workspace/CHNaughty/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ CHNaughty ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHNaughty/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ CHNaughty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/jenkins_home/workspace/CHNaughty/target/classes
[INFO] /var/jenkins_home/workspace/CHNaughty/src/main/java/me/pseudoknight/chnaughty/Functions.java: /var/jenkins_home/workspace/CHNaughty/src/main/java/me/pseudoknight/chnaughty/Functions.java uses unchecked or unsafe operations.
[INFO] /var/jenkins_home/workspace/CHNaughty/src/main/java/me/pseudoknight/chnaughty/Functions.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- processor:5.0-jdk8-rc1:process (process) @ CHNaughty ---
Processing me.pseudoknight.chnaughty.CHNaughty
Extension 'CHNaughty' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_16' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '17'
[INFO] 
[INFO] --- exec:3.0.0:java (cache-annotations) @ CHNaughty ---
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/CHNaughty/target/classes
Outputting file to directory /var/jenkins_home/workspace/CHNaughty/target/classes
Done writing jarInfo.ser, which took 596 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ CHNaughty ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHNaughty/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ CHNaughty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ CHNaughty ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ CHNaughty ---
[INFO] Building jar: /var/jenkins_home/workspace/CHNaughty/target/CHNaughty-4.14.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.056 s
[INFO] Finished at: 2024-03-01T03:47:21-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/CHNaughty/pom.xml to me.pseudoknight/CHNaughty/4.14.0/CHNaughty-4.14.0.pom
[JENKINS] Archiving /var/jenkins_home/workspace/CHNaughty/target/CHNaughty-4.14.0.jar to me.pseudoknight/CHNaughty/4.14.0/CHNaughty-4.14.0.jar
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: SUCCESS