Skip to content
Success

Console Output

[INFO] 
[INFO] ---------------------< net.md-5:bungeecord-proxy >----------------------
[INFO] Building BungeeCord-Proxy 1.16-R0.5-SNAPSHOT                     [11/19]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.63.Final/netty-codec-haproxy-4.1.63.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.63.Final/netty-codec-haproxy-4.1.63.Final.pom (1.8 kB at 182 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.63.Final/netty-codec-http-4.1.63.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.63.Final/netty-codec-http-4.1.63.Final.pom (2.4 kB at 300 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.pom (3.6 kB at 508 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.pom (18 kB at 2.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.63.Final/netty-codec-haproxy-4.1.63.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.63.Final/netty-codec-http-4.1.63.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-haproxy/4.1.63.Final/netty-codec-haproxy-4.1.63.Final.jar (36 kB at 2.8 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar (159 kB at 7.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar (495 kB at 15 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.63.Final/netty-codec-http-4.1.63.Final.jar (626 kB at 16 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bungeecord-proxy ---
[INFO] Deleting /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target
[INFO] 
[INFO] --- scriptus:0.4.1:describe (default) @ bungeecord-proxy ---
[INFO] Set property "describe" to "git:BungeeCord-Proxy:1.16-R0.5-SNAPSHOT:4fc1a9e:1564"
[INFO] Set property "project.build.outputTimestamp" to "1621063355"
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bungeecord-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bungeecord-proxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 75 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/classes
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/conf/Configuration.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/netty/ChannelWrapper.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/netty/ChannelWrapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ bungeecord-proxy ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (default) @ bungeecord-proxy ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bungeecord-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bungeecord-proxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bungeecord-proxy ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.md_5.bungee.util.BoundedArrayListTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running net.md_5.bungee.ThrottleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running net.md_5.bungee.scheduler.SchedulerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bungeecord-proxy ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/bungeecord-proxy-1.16-R0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ bungeecord-proxy ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/bungeecord-proxy-1.16-R0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- lombok-maven-plugin:1.18.20.0:delombok (default) @ bungeecord-proxy ---
[INFO] Delombok complete.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (default) @ bungeecord-proxy ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (delombok) @ bungeecord-proxy ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ bungeecord-proxy ---
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/bungeecord-proxy-1.16-R0.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-proxy/1.16-R0.5-SNAPSHOT/bungeecord-proxy-1.16-R0.5-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-proxy/1.16-R0.5-SNAPSHOT/bungeecord-proxy-1.16-R0.5-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/bungeecord-proxy-1.16-R0.5-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-proxy/1.16-R0.5-SNAPSHOT/bungeecord-proxy-1.16-R0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ bungeecord-proxy ---
[INFO] Skipping artifact deployment
[JENKINS] Archiving disabled