Skip to content
Success

Console Output

[INFO] 
[INFO] ----------------------< net.md-5:bungeecord-chat >----------------------
[INFO] Building BungeeCord-Chat 1.20-R0.2-SNAPSHOT                       [2/20]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.pom (9.7 kB at 94 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.12.1/maven-compiler-plugin-3.12.1.jar (76 kB at 490 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bungeecord-chat ---
[INFO] Deleting /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target
[INFO] 
[INFO] --- scriptus:0.5.0:describe (default) @ bungeecord-chat ---
[INFO] Set property "describe" to "git:BungeeCord-Chat:1.20-R0.2-SNAPSHOT:b23a518:1786"
[INFO] Set property "project.build.outputTimestamp" to "1703540854"
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bungeecord-chat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.12.1:compile (default-compile) @ bungeecord-chat ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.pom (1.4 kB at 39 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.14.2/plexus-compiler-2.14.2.pom (8.1 kB at 537 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.pom (1.2 kB at 88 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.pom (1.3 kB at 63 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.14.2/plexus-compilers-2.14.2.pom (1.3 kB at 64 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.14.2/plexus-compiler-api-2.14.2.jar (29 kB at 994 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.14.2/plexus-compiler-manager-2.14.2.jar (4.4 kB at 67 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.14.2/plexus-compiler-javac-2.14.2.jar (23 kB at 358 kB/s)
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 29 source files with javac [debug release 8] to target/classes
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ bungeecord-chat ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.23:check (default) @ bungeecord-chat ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bungeecord-chat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.12.1:testCompile (default-testCompile) @ bungeecord-chat ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 8] to target/test-classes
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/jobs/BungeeCord/workspace/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bungeecord-chat ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.md_5.bungee.api.chat.ComponentsTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec
Running net.md_5.bungee.api.chat.TranslatableComponentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bungeecord-chat ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.3.0:jar-no-fork (default) @ bungeecord-chat ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- lombok-maven-plugin:1.18.20.0:delombok (default) @ bungeecord-chat ---
[INFO] Delombok complete.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.6.3:jar (default) @ bungeecord-chat ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.6.3:jar (delombok) @ bungeecord-chat ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ bungeecord-chat ---
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/chat/pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/chat/target/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ bungeecord-chat ---
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 30 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62.jar (153 kB at 931 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62.pom (997 B at 7.3 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/maven-metadata.xml (919 B at 24 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.7 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/maven-metadata.xml (919 B at 6.5 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-sources.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-sources.jar (120 kB at 868 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.4 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-javadoc.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-javadoc.jar (296 kB at 1.8 MB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.4 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-javadoc.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/bungeecord-chat-1.20-R0.2-20231225.214842-62-javadoc.jar (296 kB at 2.0 MB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.20-R0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.1 kB/s)
[JENKINS] Archiving disabled