Skip to content
Success

Console Output

Started by GitBucket push by Brokkonaut
Building in workspace /home/tomcat/.jenkins/workspace/PlayerUUIDCache
[WS-CLEANUP] Deleting project workspace...
Cloning the remote Git repository
Cloning repository https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git
 > git init /home/tomcat/.jenkins/workspace/PlayerUUIDCache # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/PlayerUUIDCache.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse 6e880cde4971644e858075758f64fb9c2b02e55f^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 6e880cde4971644e858075758f64fb9c2b02e55f # timeout=10
Checking out Revision 6e880cde4971644e858075758f64fb9c2b02e55f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e880cde4971644e858075758f64fb9c2b02e55f
Commit message: "format pom"
 > git rev-list --no-walk 30b9ef9ba21efd89d1ff13b1fff344c026cedb0b # timeout=10
[PlayerUUIDCache] $ mvn clean install deploy -Dbuild.number=35
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PlayerUUIDCache 1.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://hub.spigotmc.org/nexus/content/groups/public/com/destroystokyo/paper/paper-api/1.13-R0.1-SNAPSHOT/maven-metadata.xml

Downloading: https://oss.sonatype.org/content/groups/public/com/destroystokyo/paper/paper-parent/dev-SNAPSHOT/maven-metadata.xml
Downloading: https://hub.spigotmc.org/nexus/content/groups/public/com/destroystokyo/paper/paper-parent/dev-SNAPSHOT/maven-metadata.xml
Downloading: https://hub.spigotmc.org/nexus/content/groups/public/com/destroystokyo/paper/paper-parent/dev-SNAPSHOT/maven-metadata.xml



Downloading: https://oss.sonatype.org/content/groups/public/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.md-5.net/content/repositories/releases/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.aikar.co/content/groups/aikar/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml

2/2 KB   
         
Downloaded: https://oss.sonatype.org/content/groups/public/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml (2 KB at 2.6 KB/sec)
2 KB     
       
Downloaded: https://repo.aikar.co/content/groups/aikar/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml (2 KB at 1.0 KB/sec)
Downloading: https://repo.md-5.net/content/repositories/releases/net/md-5/bungeecord-parent/1.13-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.aikar.co/content/groups/aikar/net/md-5/bungeecord-parent/1.13-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/net/md-5/bungeecord-parent/1.13-SNAPSHOT/maven-metadata.xml
       
602/602 B   
            
            
Downloaded: https://oss.sonatype.org/content/groups/public/net/md-5/bungeecord-parent/1.13-SNAPSHOT/maven-metadata.xml (602 B at 2.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ PlayerUUIDCache ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ PlayerUUIDCache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ PlayerUUIDCache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/tomcat/.jenkins/workspace/PlayerUUIDCache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ PlayerUUIDCache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/PlayerUUIDCache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ PlayerUUIDCache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ PlayerUUIDCache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ PlayerUUIDCache ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/PlayerUUIDCache/target/PlayerUUIDCache-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ PlayerUUIDCache ---
[INFO] Installing /home/tomcat/.jenkins/workspace/PlayerUUIDCache/target/PlayerUUIDCache-1.5.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/PlayerUUIDCache/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ PlayerUUIDCache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ PlayerUUIDCache ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ PlayerUUIDCache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/PlayerUUIDCache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ PlayerUUIDCache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ PlayerUUIDCache ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ PlayerUUIDCache ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ PlayerUUIDCache ---
[INFO] Installing /home/tomcat/.jenkins/workspace/PlayerUUIDCache/target/PlayerUUIDCache-1.5.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/PlayerUUIDCache/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ PlayerUUIDCache ---
Downloading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/maven-metadata.xml
781 B       
        
Downloaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/maven-metadata.xml (781 B at 29.3 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-20180917.043205-7.jar
2/58 KB   
4/58 KB   
6/58 KB   
8/58 KB   
10/58 KB   
12/58 KB   
14/58 KB   
16/58 KB   
18/58 KB   
20/58 KB   
22/58 KB   
24/58 KB   
26/58 KB   
28/58 KB   
30/58 KB   
32/58 KB   
34/58 KB   
36/58 KB   
38/58 KB   
40/58 KB   
42/58 KB   
44/58 KB   
46/58 KB   
48/58 KB   
50/58 KB   
52/58 KB   
54/58 KB   
56/58 KB   
58/58 KB   
           
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-20180917.043205-7.jar (58 KB at 942.6 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-20180917.043205-7.pom
2/3 KB     
3/3 KB   
         
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/PlayerUUIDCache-1.5.1-20180917.043205-7.pom (3 KB at 76.1 KB/sec)
Downloading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/maven-metadata.xml
331 B    
        
Downloaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/maven-metadata.xml (331 B at 26.9 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/maven-metadata.xml
781/781 B   
            
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/1.5.1-SNAPSHOT/maven-metadata.xml (781 B at 31.8 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/maven-metadata.xml
331/331 B   
            
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/PlayerUUIDCache/maven-metadata.xml (331 B at 20.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.695 s
[INFO] Finished at: 2018-09-17T06:32:05+02:00
[INFO] Final Memory: 28M/737M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: SUCCESS