Skip to content
Success

Console Output

Started by user mcmonkey4eva
Building in workspace /var/lib/jenkins/jobs/DepenizenBungee/workspace
No credentials specified
Cloning the remote Git repository
Cloning repository git://github.com/DenizenScript/DepenizenBungee.git
 > git init /var/lib/jenkins/jobs/DepenizenBungee/workspace # timeout=10
Fetching upstream changes from git://github.com/DenizenScript/DepenizenBungee.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/DenizenScript/DepenizenBungee.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/DenizenScript/DepenizenBungee.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/DenizenScript/DepenizenBungee.git # timeout=10
Fetching upstream changes from git://github.com/DenizenScript/DepenizenBungee.git
 > git fetch --tags --progress git://github.com/DenizenScript/DepenizenBungee.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6272f8c77963bd6f7015642dfc88b987b0f74c76 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6272f8c77963bd6f7015642dfc88b987b0f74c76
Commit message: "relay packets for new events/tags"
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #1 jenkins-DepenizenBungee-1 # timeout=10
Parsing POMs
Discovered a new module com.denizenscript:depenizen-bungee DepenizenBungee
Modules changed, recalculating dependency graph
Established TCP socket on 40202
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.12.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.29.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 40202
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/DepenizenBungee/workspace/pom.xml clean package install -DBUILD_NUMBER=1
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:depenizen-bungee:jar:2.0.0
[WARNING] 'dependencies.dependency.systemPath' for net.md-5:bungeecord-proxy:jar should not point at files within the project directory, ${basedir}/lib/BungeeCord.jar will be unresolvable by dependent projects @ line 31, column 25
[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] ------------------------------------------------------------------------
[INFO] Building DepenizenBungee 2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ depenizen-bungee ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ depenizen-bungee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to .
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ depenizen-bungee ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /var/lib/jenkins/jobs/DepenizenBungee/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ depenizen-bungee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/DepenizenBungee/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ depenizen-bungee ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ depenizen-bungee ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/DepenizenBungee/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ depenizen-bungee ---
[INFO] Building jar: /var/lib/jenkins/jobs/DepenizenBungee/workspace/target/DepenizenBungee-2.0.0-b1.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ depenizen-bungee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to .
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ depenizen-bungee ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ depenizen-bungee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/DepenizenBungee/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ depenizen-bungee ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ depenizen-bungee ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ depenizen-bungee ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ depenizen-bungee ---
[INFO] Installing /var/lib/jenkins/jobs/DepenizenBungee/workspace/target/DepenizenBungee-2.0.0-b1.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/depenizen-bungee/2.0.0/depenizen-bungee-2.0.0.jar
[INFO] Installing /var/lib/jenkins/jobs/DepenizenBungee/workspace/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/depenizen-bungee/2.0.0/depenizen-bungee-2.0.0.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.715s
[INFO] Finished at: Mon Jun 17 12:06:44 UTC 2019
[INFO] Final Memory: 20M/121M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/DepenizenBungee/workspace/pom.xml to com.denizenscript/depenizen-bungee/2.0.0/depenizen-bungee-2.0.0.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/DepenizenBungee/workspace/target/DepenizenBungee-2.0.0-b1.jar to com.denizenscript/depenizen-bungee/2.0.0/depenizen-bungee-2.0.0.jar
channel stopped
Archiving artifacts
IRC notifier plugin: Sending notification to: #denizen-dev
IRC notifier plugin: [ERROR] not connected. Cannot send message to '#denizen-dev'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Sending notification to Discord.
Finished: SUCCESS