Skip to content
Success

Console Output

Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Webizen/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/DenizenScript/Webizen.git # timeout=10
Fetching upstream changes from git://github.com/DenizenScript/Webizen.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/DenizenScript/Webizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bd3b8d263524383da8b877f04c0e764d173eb280 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bd3b8d263524383da8b877f04c0e764d173eb280 # timeout=10
Commit message: "remove other old context thing"
 > git rev-list --no-walk 9f87d15e729ae9461a2bcbb9507174f7c73991cf # timeout=10
 > git tag -a -f -m Jenkins Build #16 jenkins-Webizen-16 # timeout=10
false
xasfewrhet
Parsing POMs
Established TCP socket on 44941
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/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/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 44941
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Webizen/workspace/pom.xml clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< space.morphanone:webizen >----------------------
[INFO] Building Webizen 0.2.5-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from bukkit-repo: http://repo.bukkit.org/content/groups/public/org/spigotmc/spigot-api/1.15.2-R0.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Transfer failed for http://repo.bukkit.org/content/groups/public/org/spigotmc/spigot-api/1.15.2-R0.1-SNAPSHOT/maven-metadata.xml
[WARNING] Failure to transfer org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT/maven-metadata.xml from http://repo.bukkit.org/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of bukkit-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Transfer failed for http://repo.bukkit.org/content/groups/public/org/spigotmc/spigot-api/1.15.2-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from bukkit-repo: http://repo.bukkit.org/content/groups/public/net/md-5/bungeecord-chat/1.15-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-chat:1.15-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Transfer failed for http://repo.bukkit.org/content/groups/public/net/md-5/bungeecord-chat/1.15-SNAPSHOT/maven-metadata.xml
[WARNING] Failure to transfer net.md-5:bungeecord-chat:1.15-SNAPSHOT/maven-metadata.xml from http://repo.bukkit.org/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of bukkit-repo has elapsed or updates are forced. Original error: Could not transfer metadata net.md-5:bungeecord-chat:1.15-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Transfer failed for http://repo.bukkit.org/content/groups/public/net/md-5/bungeecord-chat/1.15-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from bukkit-repo: http://repo.bukkit.org/content/groups/public/net/md-5/bungeecord-parent/1.15-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-parent:1.15-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Transfer failed for http://repo.bukkit.org/content/groups/public/net/md-5/bungeecord-parent/1.15-SNAPSHOT/maven-metadata.xml
[WARNING] The POM for com.denizenscript:denizen:jar:1.1.3-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Webizen/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ webizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /var/lib/jenkins/jobs/Webizen/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Webizen/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ webizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ webizen ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ webizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Webizen/workspace/target/webizen-0.2.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ webizen ---
[INFO] Installing /var/lib/jenkins/jobs/Webizen/workspace/target/webizen-0.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/space/morphanone/webizen/0.2.5-SNAPSHOT/webizen-0.2.5-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Webizen/workspace/pom.xml to /var/lib/jenkins/.m2/repository/space/morphanone/webizen/0.2.5-SNAPSHOT/webizen-0.2.5-SNAPSHOT.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:  6.205 s
[INFO] Finished at: 2020-02-29T12:23:46Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/Webizen/workspace/pom.xml to space.morphanone/webizen/0.2.5-SNAPSHOT/webizen-0.2.5-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Webizen/workspace/target/webizen-0.2.5-SNAPSHOT.jar to space.morphanone/webizen/0.2.5-SNAPSHOT/webizen-0.2.5-SNAPSHOT.jar
channel stopped
Archiving artifacts
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