Skip to content
Failed

Console Output

Started by user fullwall
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Sentinel/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Sentinel/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/mcmonkeyprojects/Sentinel.git # timeout=10
Fetching upstream changes from https://github.com/mcmonkeyprojects/Sentinel.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/mcmonkeyprojects/Sentinel.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f4a3462df993c2282de3be46c7d0de709b075857 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f4a3462df993c2282de3be46c7d0de709b075857 # timeout=10
Commit message: "update readme reference to new maven repo"
 > git rev-list --no-walk f4a3462df993c2282de3be46c7d0de709b075857 # timeout=10
 > git tag -a -f -m Jenkins Build #489 jenkins-Sentinel-489 # timeout=10
false
Parsing POMs
Failed to transfer Could not find artifact net.citizensnpcs:citizens-parent:pom:2.0.30-20220911.034334-3 in citizens-repo (http://maven.citizensnpcs.co)
Established TCP socket on 32939
[workspace] $ /usr/lib/jvm/java-17-openjdk//bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3 /var/lib/jenkins/%C/jenkins/war/WEB-INF/lib/remoting-3046.v38db_38a_b_7a_86.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 32939
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Sentinel/workspace/pom.xml clean package install javadoc:javadoc -DBUILD_NUMBER=489
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.mcmonkey:sentinel:jar:2.7.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 58, column 22
[WARNING] 'dependencies.dependency.systemPath' for net.milkbowl.vault:Vault:jar should not point at files within the project directory, ${project.basedir}/lib/Vault.jar will be unresolvable by dependent projects @ line 67, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.tommytony:war:jar should not point at files within the project directory, ${project.basedir}/lib/war.jar will be unresolvable by dependent projects @ line 76, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.palmergames.bukkit:towny:jar should not point at files within the project directory, ${project.basedir}/lib/towny.jar will be unresolvable by dependent projects @ line 84, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.massivecraft:factions:jar should not point at files within the project directory, ${basedir}/lib/Factions.jar will be unresolvable by dependent projects @ line 91, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.massivecraft:massivecore:jar should not point at files within the project directory, ${basedir}/lib/MassiveCore.jar will be unresolvable by dependent projects @ line 98, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.shampaggon:crackshot:jar should not point at files within the project directory, ${basedir}/lib/CrackShot.jar will be unresolvable by dependent projects @ line 105, column 25
[WARNING] 'dependencies.dependency.systemPath' for net.sacredlabyrinth.phaed.simpleclans:SimpleClans:jar should not point at files within the project directory, ${basedir}/lib/SimpleClans.jar will be unresolvable by dependent projects @ line 112, column 25
[WARNING] 'dependencies.dependency.systemPath' for simplepets.brainsynder:SimplePets:jar should not point at files within the project directory, ${basedir}/lib/SimplePets.jar will be unresolvable by dependent projects @ line 119, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.sk89q:WorldEdit:jar should not point at files within the project directory, ${basedir}/lib/WorldEdit.jar will be unresolvable by dependent projects @ line 126, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.sk89q:WorldGuard:jar should not point at files within the project directory, ${basedir}/lib/WorldGuard.jar will be unresolvable by dependent projects @ line 133, column 25
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[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] -----------------------< org.mcmonkey:sentinel >------------------------
[INFO] Building Sentinel 2.7.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.031 s
[INFO] Finished at: 2022-09-11T03:52:34Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project sentinel: Could not resolve dependencies for project org.mcmonkey:sentinel:jar:2.7.0-SNAPSHOT: Failed to collect dependencies at net.citizensnpcs:citizens-main:jar:2.0.30-SNAPSHOT: Failed to read artifact descriptor for net.citizensnpcs:citizens-main:jar:2.0.30-SNAPSHOT: Failure to find net.citizensnpcs:citizens-parent:pom:2.0.30-20220911.034334-3 in http://maven.citizensnpcs.co was cached in the local repository, resolution will not be reattempted until the update interval of citizens-repo has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[JENKINS] Archiving /var/lib/jenkins/jobs/Sentinel/workspace/pom.xml to org.mcmonkey/sentinel/2.7.0-SNAPSHOT/sentinel-2.7.0-SNAPSHOT.pom
Copying /var/lib/jenkins/jobs/Sentinel/workspace@tmp/maven-reporters/project to /var/lib/jenkins/jobs/Sentinel/modules/org.mcmonkey$sentinel
channel stopped
Archiving artifacts
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@31e58493[nodeId=MDEwOlJlcG9zaXRvcnk1NDgyNTQ5NA==,description=Combat NPCs for Spigot!,homepage=<null>,name=Sentinel,fork=false,archived=false,visibility=public,size=16749,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/mcmonkeyprojects/Sentinel,id=54825494,nodeId=<null>,createdAt=2016-03-27T11:34:01Z,updatedAt=2022-09-10T15:02:22Z]] (sha:f4a3462) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/mcmonkeyprojects/Sentinel/commit/f4a3462df993c2282de3be46c7d0de709b075857
Sending notification to Discord.
Finished: FAILURE