Skip to content
Failed

Console Output

Started by GitHub push by fullwall
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/CitizensAPI/workspace
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/CitizensDev/CitizensAPI.git
 > git init /var/lib/jenkins/jobs/CitizensAPI/workspace # timeout=10
Fetching upstream changes from git://github.com/CitizensDev/CitizensAPI.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/CitizensDev/CitizensAPI.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/CitizensDev/CitizensAPI.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/CitizensDev/CitizensAPI.git # timeout=10
Fetching upstream changes from git://github.com/CitizensDev/CitizensAPI.git
 > git fetch --tags --progress git://github.com/CitizensDev/CitizensAPI.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/compat
Seen branch in repository origin/master
Seen branch in repository origin/simplify
Seen branch in repository origin/speech
Seen 4 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 42838cec0616a6a9e5f9337d8b42d7e3a1431a1f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42838cec0616a6a9e5f9337d8b42d7e3a1431a1f # timeout=10
Commit message: "Make getFullName() return placeholder/coloured name"
 > git rev-list --no-walk a1f80d782161dc85a2732344d26b482f4d06ffef # timeout=10
 > git tag -a -f -m Jenkins Build #662 jenkins-CitizensAPI-662 # timeout=10
false
xasfewrhet
Parsing POMs
Established TCP socket on 37971
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -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/cache/jenkins/war/WEB-INF/lib/remoting-4.2.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 37971
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/CitizensAPI/workspace/pom.xml -amd -pl net.citizensnpcs:citizensapi clean install javadoc:javadoc
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< net.citizensnpcs:citizensapi >--------------------
[INFO] Building CitizensAPI 2.0.26-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from placeholderapi: http://repo.extendedclip.com/content/repositories/placeholderapi/org/spigotmc/spigot-api/1.15.2-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from placeholderapi: http://repo.extendedclip.com/content/repositories/placeholderapi/net/md-5/bungeecord-chat/1.15-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from placeholderapi: http://repo.extendedclip.com/content/repositories/placeholderapi/net/md-5/bungeecord-parent/1.15-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ citizensapi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ citizensapi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ citizensapi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 229 source files to /var/lib/jenkins/jobs/CitizensAPI/workspace/target/classes
Build was aborted
channel stopped
FATAL: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
	at jenkins.model.Jenkins.get(Jenkins.java:779)
	at hudson.plugins.git.GitChangeSet.getGitSCMDescriptor(GitChangeSet.java:519)
	at hudson.plugins.git.GitChangeSet.isCreateAccountBasedOnEmail(GitChangeSet.java:503)
	at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:538)
	at jenkins.scm.RunWithSCM.calculateCulprits(RunWithSCM.java:137)
	at hudson.model.AbstractBuild.calculateCulprits(AbstractBuild.java:341)
	at jenkins.scm.RunWithSCM.getCulprits(RunWithSCM.java:95)
	at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:330)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
	at hudson.model.Run.execute(Run.java:1905)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
FATAL: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
	at jenkins.model.Jenkins.get(Jenkins.java:779)
	at hudson.tasks.Publisher.getDescriptor(Publisher.java:124)
	at hudson.tasks.Notifier.getDescriptor(Notifier.java:51)
	at nz.co.jammehcow.jenkinsdiscord.WebhookPublisher.getDescriptor(WebhookPublisher.java:286)
	at nz.co.jammehcow.jenkinsdiscord.WebhookPublisher.getDescriptor(WebhookPublisher.java:31)
	at hudson.model.AbstractBuild$AbstractBuildExecution.reportError(AbstractBuild.java:709)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:698)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1099)
	at hudson.model.Run.execute(Run.java:1927)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Finished: FAILURE