Skip to content
Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/DenizenCore/workspace
No JDK named ‘OpenJDK 17’ found
The recommended git tool is: NONE
No credentials specified
No JDK named ‘OpenJDK 17’ found
 > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/DenizenCore/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/DenizenScript/Denizen-Core.git # timeout=10
Fetching upstream changes from https://github.com/DenizenScript/Denizen-Core.git
 > /usr/bin/git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > /usr/bin/git fetch --tags --force --progress -- https://github.com/DenizenScript/Denizen-Core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
No JDK named ‘OpenJDK 17’ found
Checking out Revision 5907c257eb2d699729bd1494031aaaafc7692859 (origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 5907c257eb2d699729bd1494031aaaafc7692859 # timeout=10
Commit message: "what year is it"
 > /usr/bin/git rev-list --no-walk 1e3dceeb3c1b501df9c3afcbc8fb98d1bcb493fc # timeout=10
 > /usr/bin/git tag -a -f -m Jenkins Build #1414 jenkins-DenizenCore-1414 # timeout=10
No JDK named ‘OpenJDK 17’ found
false
No JDK named ‘OpenJDK 17’ found
Parsing POMs
Downloaded artifact https://repo.maven.apache.org/maven2/org/json/json/maven-metadata.xml
Downloaded artifact https://repo1.maven.org/maven2/org/json/json/maven-metadata.xml
Failed to transfer Could not find metadata org.json:json/maven-metadata.xml in FreneticLLC-public (https://maven.freneticllc.com/)
Modules changed, recalculating dependency graph
Established TCP socket on 36715
[workspace] $ java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0 /var/cache/jenkins/war/WEB-INF/lib/remoting-3355.v388858a_47b_33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 36715
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/DenizenCore/workspace/pom.xml clean install
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/lib/guava-30.1-jre.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module (file:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/lib/jansi-2.4.0.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 39, column 22
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -------------------< com.denizenscript:denizencore >--------------------
[INFO] Building DenizenCore 1.91.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ denizencore ---
[INFO] Deleting /var/lib/jenkins/jobs/DenizenCore/workspace/target
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizencore ---
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizencore ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 204 source files to /var/lib/jenkins/jobs/DenizenCore/workspace/target/classes
[WARNING] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/utilities/ReflectionHelper.java:[4,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/utilities/ReflectionHelper.java:[327,27] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/utilities/ReflectionHelper.java:[327,53] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/utilities/ReflectionHelper.java:[357,23] putBoolean(java.lang.Object,long,boolean) in sun.misc.Unsafe has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/utilities/ReflectionHelper.java:[396,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/events/ScriptEvent.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/DenizenCore/workspace/src/main/java/com/denizenscript/denizencore/events/ScriptEvent.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizencore ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/DenizenCore/workspace/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizencore ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8:test (default-test) @ denizencore ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizencore ---
[INFO] Building jar: /var/lib/jenkins/jobs/DenizenCore/workspace/target/denizencore-1.91.0-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizencore ---
[INFO] Including com.freneticllc.freneticutilities:freneticdatasyntax:jar:1.1 in the shaded jar.
[INFO] Excluding org.json:json:jar:20251224 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm:jar:9.4 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-commons:jar:9.4 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-tree:jar:9.4 from the shaded jar.
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/DenizenCore/workspace/dependency-reduced-pom.xml
[WARNING] denizencore-1.91.0-SNAPSHOT.jar, freneticdatasyntax-1.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/DenizenCore/workspace/target/denizencore-1.91.0-SNAPSHOT.jar with /var/lib/jenkins/jobs/DenizenCore/workspace/target/denizencore-1.91.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ denizencore ---
[INFO] Installing /var/lib/jenkins/jobs/DenizenCore/workspace/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/DenizenCore/workspace/target/denizencore-1.91.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.137 s
[INFO] Finished at: 2026-04-03T13:10:22Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/DenizenCore/workspace/dependency-reduced-pom.xml to com.denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/DenizenCore/workspace/target/denizencore-1.91.0-SNAPSHOT.jar to com.denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-SNAPSHOT.jar
channel stopped
No JDK named ‘OpenJDK 17’ found
Archiving artifacts
Maven RedeployPublisher use remote  maven settings from : /var/lib/jenkins/.m2/settings.xml
[INFO] Deployment in https://maven.citizensnpcs.co/repo (id=citizens-repo,uniqueVersion=true)
Deploying the main artifact denizencore-1.91.0-SNAPSHOT.jar
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/maven-metadata.xml
Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/maven-metadata.xml (784 B at 12 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-20260403.131023-81.jar
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-20260403.131023-81.jar (824 kB at 2.0 MB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-20260403.131023-81.pom
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/denizencore-1.91.0-20260403.131023-81.pom (4.5 kB at 113 kB/s)
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/maven-metadata.xml
Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/maven-metadata.xml (371 B at 11 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/maven-metadata.xml
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/1.91.0-SNAPSHOT/maven-metadata.xml (784 B at 16 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/maven-metadata.xml
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizencore/maven-metadata.xml (371 B at 9.0 kB/s)
[INFO] Deployment done in 0.78 sec
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@b128af2[archived=false,commits={},compareUsePaginatedCommits=false,description=The core Denizen engine,disabled=false,fork=false,homepage=<null>,isTemplate=false,language=Java,milestones={},name=Denizen-Core,nodeId=MDEwOlJlcG9zaXRvcnkyNDgwNDcyMQ==,parent=<null>,size=4901,source=<null>,visibility=public,createdAt=2014-10-05T00:03:35Z,id=24804721,nodeId=<null>,updatedAt=2026-04-03T13:10:00Z,url=https://api.github.com/repos/DenizenScript/Denizen-Core]] (sha:5907c25) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/DenizenScript/Denizen-Core/commit/5907c257eb2d699729bd1494031aaaafc7692859
No JDK named ‘OpenJDK 17’ found
Sending notification to Discord.
Finished: SUCCESS