Started by an SCM change Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/BungeePerms No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/weaondara/BungeePerms.git # timeout=10 Fetching upstream changes from https://github.com/weaondara/BungeePerms.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/weaondara/BungeePerms.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 8c2d68529d98fa554f55cba5ca32452b34d004b3 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c2d68529d98fa554f55cba5ca32452b34d004b3 Commit message: "enable autocommit when something goes wrong" > git rev-list --no-walk a3ee58d54503e9db1053bae4a2c1000c00b6c082 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 40935 [BungeePerms] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.12.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/share/maven/conf/logging jenkins.maven3.agent.Maven33Main /usr/share/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-3.30.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 40935 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/BungeePerms/pom.xml clean install -Dbuild.number=70 -Dbuild.type=dev [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BungeePerms 3.0 [INFO] ------------------------------------------------------------------------ [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-api/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-parent/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-chat/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-config/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-event/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-protocol/1.12-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/com/mojang/AccountsClient/0.0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/org/spigotmc/spigot-api/1.12-R0.1-SNAPSHOT/maven-metadata.xml [WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.32 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for net.ess3:Essentials:jar:2.13.1 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) @ BungeePerms --- [INFO] Deleting /var/lib/jenkins/workspace/BungeePerms/target [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ BungeePerms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ BungeePerms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 111 source files to /var/lib/jenkins/workspace/BungeePerms/target/classes [INFO] /var/lib/jenkins/workspace/BungeePerms/src/main/java/net/alpenblock/bungeeperms/PermissionsManager.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/BungeePerms/src/main/java/net/alpenblock/bungeeperms/PermissionsManager.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/BungeePerms/src/main/java/net/alpenblock/bungeeperms/User.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/BungeePerms/src/main/java/net/alpenblock/bungeeperms/User.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ BungeePerms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/BungeePerms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ BungeePerms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/BungeePerms/target/test-classes [INFO] /var/lib/jenkins/workspace/BungeePerms/src/test/java/net/alpenblock/bungeeperms/util/ConcurrentListTest.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/BungeePerms/src/test/java/net/alpenblock/bungeeperms/util/ConcurrentListTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ BungeePerms --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/BungeePerms/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running net.alpenblock.bungeeperms.util.ConcurrentListTest tesing concurrency Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in net.alpenblock.bungeeperms.util.ConcurrentListTest Running net.alpenblock.bungeeperms.StaticsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.alpenblock.bungeeperms.StaticsTest Running net.alpenblock.bungeeperms.io.MySQL2BackEndTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in net.alpenblock.bungeeperms.io.MySQL2BackEndTest Running net.alpenblock.bungeeperms.uuid.UUIDFetcherTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.alpenblock.bungeeperms.uuid.UUIDFetcherTest Running net.alpenblock.bungeeperms.PermissionsResolverTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in net.alpenblock.bungeeperms.PermissionsResolverTest Results : Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.SurefireArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [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) @ BungeePerms --- [INFO] Building jar: /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar [INFO] [INFO] --- maven-shade-plugin:3.1.1:shade (default) @ BungeePerms --- [INFO] Excluding net.md-5:bungeecord-api:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-chat:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-config:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-event:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-protocol:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.25.Final from the shaded jar. [INFO] Excluding net.sf.trove4j:trove4j:jar:3.0.3 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:20.0 from the shaded jar. [INFO] Excluding org.projectlombok:lombok:jar:1.18.0 from the shaded jar. [INFO] Including com.mojang:AccountsClient:jar:0.0.1-SNAPSHOT in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar. [INFO] Excluding junit:junit:jar:4.11 from the shaded jar. [INFO] Excluding org.hamcrest:hamcrest-core:jar:1.3 from the shaded jar. [INFO] Excluding org.spigotmc:spigot-api:jar:1.12-R0.1-SNAPSHOT from the shaded jar. [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar. [INFO] Excluding org.yaml:snakeyaml:jar:1.18 from the shaded jar. [INFO] Excluding com.sk89q:worldedit:jar:5.6.2 from the shaded jar. [INFO] Excluding de.schlichtherle:truezip:jar:6.8.3 from the shaded jar. [INFO] Excluding rhino:js:jar:1.7R2 from the shaded jar. [INFO] Excluding com.sk89q:jchronic:jar:0.2.4a from the shaded jar. [INFO] Excluding net.milkbowl.vault:Vault:jar:1.2.32 from the shaded jar. [INFO] Excluding net.ess3:Essentials:jar:2.13.1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar with /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/BungeePerms/dependency-reduced-pom.xml [INFO] [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ BungeePerms --- [INFO] Installing /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar to /var/lib/jenkins/.m2/repository/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.jar [INFO] Installing /var/lib/jenkins/workspace/BungeePerms/pom.xml to /var/lib/jenkins/.m2/repository/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.160 s [INFO] Finished at: 2019-05-17T18:49:24+02:00 [INFO] Final Memory: 37M/457M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/workspace/BungeePerms/dependency-reduced-pom.xml to net.alpenblock/BungeePerms/3.0/BungeePerms-3.0.pom [JENKINS] Archiving /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar to net.alpenblock/BungeePerms/3.0/BungeePerms-3.0.jar channel stopped [BungeePerms] $ mvn deploy -Dbuild.number=70 -Dbuild.type=dev -Dmaven.test.skip=true [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building BungeePerms 3.0 [INFO] ------------------------------------------------------------------------ Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-api/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-parent/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-chat/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-config/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-event/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-protocol/1.12-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/com/mojang/AccountsClient/0.0.1-SNAPSHOT/maven-metadata.xml Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/org/spigotmc/spigot-api/1.12-R0.1-SNAPSHOT/maven-metadata.xml [WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.32 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for net.ess3:Essentials:jar:2.13.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ BungeePerms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ BungeePerms --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ BungeePerms --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ BungeePerms --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ BungeePerms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ BungeePerms --- [INFO] Building jar: /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar [INFO] [INFO] --- maven-shade-plugin:3.1.1:shade (default) @ BungeePerms --- [INFO] Excluding net.md-5:bungeecord-api:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-chat:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-config:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-event:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding net.md-5:bungeecord-protocol:jar:1.12-SNAPSHOT from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.25.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.25.Final from the shaded jar. [INFO] Excluding net.sf.trove4j:trove4j:jar:3.0.3 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:20.0 from the shaded jar. [INFO] Excluding org.projectlombok:lombok:jar:1.18.0 from the shaded jar. [INFO] Including com.mojang:AccountsClient:jar:0.0.1-SNAPSHOT in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar. [INFO] Excluding junit:junit:jar:4.11 from the shaded jar. [INFO] Excluding org.hamcrest:hamcrest-core:jar:1.3 from the shaded jar. [INFO] Excluding org.spigotmc:spigot-api:jar:1.12-R0.1-SNAPSHOT from the shaded jar. [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar. [INFO] Excluding org.yaml:snakeyaml:jar:1.18 from the shaded jar. [INFO] Excluding com.sk89q:worldedit:jar:5.6.2 from the shaded jar. [INFO] Excluding de.schlichtherle:truezip:jar:6.8.3 from the shaded jar. [INFO] Excluding rhino:js:jar:1.7R2 from the shaded jar. [INFO] Excluding com.sk89q:jchronic:jar:0.2.4a from the shaded jar. [INFO] Excluding net.milkbowl.vault:Vault:jar:1.2.32 from the shaded jar. [INFO] Excluding net.ess3:Essentials:jar:2.13.1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar with /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/BungeePerms/dependency-reduced-pom.xml [INFO] [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ BungeePerms --- [INFO] Installing /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-dev-70.jar to /var/lib/jenkins/.m2/repository/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.jar [INFO] Installing /var/lib/jenkins/workspace/BungeePerms/pom.xml to /var/lib/jenkins/.m2/repository/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy-file (deploy) @ BungeePerms --- Uploading: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.jar 2/497 KB 4/497 KB 6/497 KB 8/497 KB 10/497 KB 12/497 KB 14/497 KB 16/497 KB 18/497 KB 20/497 KB 22/497 KB 24/497 KB 26/497 KB 28/497 KB 30/497 KB 32/497 KB 34/497 KB 36/497 KB 38/497 KB 40/497 KB 42/497 KB 44/497 KB 46/497 KB 48/497 KB 50/497 KB 52/497 KB 54/497 KB 56/497 KB 58/497 KB 60/497 KB 62/497 KB 64/497 KB 66/497 KB 68/497 KB 70/497 KB 72/497 KB 74/497 KB 76/497 KB 78/497 KB 80/497 KB 82/497 KB 84/497 KB 86/497 KB 88/497 KB 90/497 KB 92/497 KB 94/497 KB 96/497 KB 98/497 KB 100/497 KB 102/497 KB 104/497 KB 106/497 KB 108/497 KB 110/497 KB 112/497 KB 114/497 KB 116/497 KB 118/497 KB 120/497 KB 122/497 KB 124/497 KB 126/497 KB 128/497 KB 130/497 KB 132/497 KB 134/497 KB 136/497 KB 138/497 KB 140/497 KB 142/497 KB 144/497 KB 146/497 KB 148/497 KB 150/497 KB 152/497 KB 154/497 KB 156/497 KB 158/497 KB 160/497 KB 162/497 KB 164/497 KB 166/497 KB 168/497 KB 170/497 KB 172/497 KB 174/497 KB 176/497 KB 178/497 KB 180/497 KB 182/497 KB 184/497 KB 186/497 KB 188/497 KB 190/497 KB 192/497 KB 194/497 KB 196/497 KB 198/497 KB 200/497 KB 202/497 KB 204/497 KB 206/497 KB 208/497 KB 210/497 KB 212/497 KB 214/497 KB 216/497 KB 218/497 KB 220/497 KB 222/497 KB 224/497 KB 226/497 KB 228/497 KB 230/497 KB 232/497 KB 234/497 KB 236/497 KB 238/497 KB 240/497 KB 242/497 KB 244/497 KB 246/497 KB 248/497 KB 250/497 KB 252/497 KB 254/497 KB 256/497 KB 258/497 KB 260/497 KB 262/497 KB 264/497 KB 266/497 KB 268/497 KB 270/497 KB 272/497 KB 274/497 KB 276/497 KB 278/497 KB 280/497 KB 282/497 KB 284/497 KB 286/497 KB 288/497 KB 290/497 KB 292/497 KB 294/497 KB 296/497 KB 298/497 KB 300/497 KB 302/497 KB 304/497 KB 306/497 KB 308/497 KB 310/497 KB 312/497 KB 314/497 KB 316/497 KB 318/497 KB 320/497 KB 322/497 KB 324/497 KB 326/497 KB 328/497 KB 330/497 KB 332/497 KB 334/497 KB 336/497 KB 338/497 KB 340/497 KB 342/497 KB 344/497 KB 346/497 KB 348/497 KB 350/497 KB 352/497 KB 354/497 KB 356/497 KB 358/497 KB 360/497 KB 362/497 KB 364/497 KB 366/497 KB 368/497 KB 370/497 KB 372/497 KB 374/497 KB 376/497 KB 378/497 KB 380/497 KB 382/497 KB 384/497 KB 386/497 KB 388/497 KB 390/497 KB 392/497 KB 394/497 KB 396/497 KB 398/497 KB 400/497 KB 402/497 KB 404/497 KB 406/497 KB 408/497 KB 410/497 KB 412/497 KB 414/497 KB 416/497 KB 418/497 KB 420/497 KB 422/497 KB 424/497 KB 426/497 KB 428/497 KB 430/497 KB 432/497 KB 434/497 KB 436/497 KB 438/497 KB 440/497 KB 442/497 KB 444/497 KB 446/497 KB 448/497 KB 450/497 KB 452/497 KB 454/497 KB 456/497 KB 458/497 KB 460/497 KB 462/497 KB 464/497 KB 466/497 KB 468/497 KB 470/497 KB 472/497 KB 474/497 KB 476/497 KB 478/497 KB 480/497 KB 482/497 KB 484/497 KB 486/497 KB 488/497 KB 490/497 KB 492/497 KB 494/497 KB 496/497 KB 497/497 KB 2/497 KB 4/497 KB 6/497 KB 8/497 KB 10/497 KB 12/497 KB 14/497 KB 16/497 KB 18/497 KB 20/497 KB 22/497 KB 24/497 KB 26/497 KB 28/497 KB 30/497 KB 32/497 KB 34/497 KB 36/497 KB 38/497 KB 40/497 KB 42/497 KB 44/497 KB 46/497 KB 48/497 KB 50/497 KB 52/497 KB 54/497 KB 56/497 KB 58/497 KB 60/497 KB 62/497 KB 64/497 KB 66/497 KB 68/497 KB 70/497 KB 72/497 KB 74/497 KB 76/497 KB 78/497 KB 80/497 KB 82/497 KB 84/497 KB 86/497 KB 88/497 KB 90/497 KB 92/497 KB 94/497 KB 96/497 KB 98/497 KB 100/497 KB 102/497 KB 104/497 KB 106/497 KB 108/497 KB 110/497 KB 112/497 KB 114/497 KB 116/497 KB 118/497 KB 120/497 KB 122/497 KB 124/497 KB 126/497 KB 128/497 KB 130/497 KB 132/497 KB 134/497 KB 136/497 KB 138/497 KB 140/497 KB 142/497 KB 144/497 KB 146/497 KB 148/497 KB 150/497 KB 152/497 KB 154/497 KB 156/497 KB 158/497 KB 160/497 KB 162/497 KB 164/497 KB 166/497 KB 168/497 KB 170/497 KB 172/497 KB 174/497 KB 176/497 KB 178/497 KB 180/497 KB 182/497 KB 184/497 KB 186/497 KB 188/497 KB 190/497 KB 192/497 KB 194/497 KB 196/497 KB 198/497 KB 200/497 KB 202/497 KB 204/497 KB 206/497 KB 208/497 KB 210/497 KB 212/497 KB 214/497 KB 216/497 KB 218/497 KB 220/497 KB 222/497 KB 224/497 KB 226/497 KB 228/497 KB 230/497 KB 232/497 KB 234/497 KB 236/497 KB 238/497 KB 240/497 KB 242/497 KB 244/497 KB 246/497 KB 248/497 KB 250/497 KB 252/497 KB 254/497 KB 256/497 KB 258/497 KB 260/497 KB 262/497 KB 264/497 KB 266/497 KB 268/497 KB 270/497 KB 272/497 KB 274/497 KB 276/497 KB 278/497 KB 280/497 KB 282/497 KB 284/497 KB 286/497 KB 288/497 KB 290/497 KB 292/497 KB 294/497 KB 296/497 KB 298/497 KB 300/497 KB 302/497 KB 304/497 KB 306/497 KB 308/497 KB 310/497 KB 312/497 KB 314/497 KB 316/497 KB 318/497 KB 320/497 KB 322/497 KB 324/497 KB 326/497 KB 328/497 KB 330/497 KB 332/497 KB 334/497 KB 336/497 KB 338/497 KB 340/497 KB 342/497 KB 344/497 KB 346/497 KB 348/497 KB 350/497 KB 352/497 KB 354/497 KB 356/497 KB 358/497 KB 360/497 KB 362/497 KB 364/497 KB 366/497 KB 368/497 KB 370/497 KB 372/497 KB 374/497 KB 376/497 KB 378/497 KB 380/497 KB 382/497 KB 384/497 KB 386/497 KB 388/497 KB 390/497 KB 392/497 KB 394/497 KB 396/497 KB 398/497 KB 400/497 KB 402/497 KB 404/497 KB 406/497 KB 408/497 KB 410/497 KB 412/497 KB 414/497 KB 416/497 KB 418/497 KB 420/497 KB 422/497 KB 424/497 KB 426/497 KB 428/497 KB 430/497 KB 432/497 KB 434/497 KB 436/497 KB 438/497 KB 440/497 KB 442/497 KB 444/497 KB 446/497 KB 448/497 KB 450/497 KB 452/497 KB 454/497 KB 456/497 KB 458/497 KB 460/497 KB 462/497 KB 464/497 KB 466/497 KB 468/497 KB 470/497 KB 472/497 KB 474/497 KB 476/497 KB 478/497 KB 480/497 KB 482/497 KB 484/497 KB 486/497 KB 488/497 KB 490/497 KB 492/497 KB 494/497 KB 496/497 KB 497/497 KB Uploaded: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.jar (497 KB at 1193.9 KB/sec) Uploading: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.pom 403/403 B 403/403 B Uploaded: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/3.0-dev-70/BungeePerms-3.0-dev-70.pom (403 B at 9.6 KB/sec) Downloading: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/maven-metadata.xml 2 KB Downloaded: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/maven-metadata.xml (2 KB at 26.5 KB/sec) Uploading: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/maven-metadata.xml 2/2 KB 2/2 KB Uploaded: http://repo.wea-ondara.net/repository/public/net/alpenblock/BungeePerms/maven-metadata.xml (2 KB at 41.6 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.361 s [INFO] Finished at: 2019-05-17T18:49:29+02:00 [INFO] Final Memory: 20M/260M [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording fingerprints Sending notification to Discord. Finished: SUCCESS