Skip to content
Success

Console Output

Started by GitHub push by ME1312
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/VanillaCord
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ME1312/VanillaCord.git
 > git init /var/lib/jenkins/workspace/VanillaCord # timeout=10
Fetching upstream changes from https://github.com/ME1312/VanillaCord.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/ME1312/VanillaCord.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ME1312/VanillaCord.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1fd28e12fb4236b885b56af0ceb72b25a071b803 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fd28e12fb4236b885b56af0ceb72b25a071b803 # timeout=10
Commit message: "Invoke helper methods directly"
 > git rev-list --no-walk 7bcde5d07eb84c1d49db6bcc2d19f6f3ccf3c568 # timeout=10
[VanillaCord] $ /usr/bin/env bash /tmp/jenkins14585876687341166668.sh
Getting version from file: /var/lib/jenkins/workspace/VanillaCord/build.txt
Loaded version is 24w11a
New run name is '24w11a'
[VanillaCord] $ mvn verify
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< net.ME1312:VanillaCord >-----------------------
[INFO] Building VanillaCord -PLACEHOLDER
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.pom
Progress (1): 2.1/3.3 kB
Progress (1): 3.3 kB    
                    
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.pom (3.3 kB at 2.5 kB/s)
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.jar
Progress (1): 3.4/66 kB
Progress (1): 6.1/66 kB
Progress (1): 8.9/66 kB
Progress (1): 12/66 kB 
Progress (1): 14/66 kB
Progress (1): 17/66 kB
Progress (1): 20/66 kB
Progress (1): 23/66 kB
Progress (1): 25/66 kB
Progress (1): 28/66 kB
Progress (1): 31/66 kB
Progress (1): 33/66 kB
Progress (1): 36/66 kB
Progress (1): 39/66 kB
Progress (1): 42/66 kB
Progress (1): 44/66 kB
Progress (1): 47/66 kB
Progress (1): 50/66 kB
Progress (1): 54/66 kB
Progress (1): 58/66 kB
Progress (1): 62/66 kB
Progress (1): 65/66 kB
Progress (1): 66 kB   
                   
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-plugin/24w11a/bridge-plugin-24w11a.jar (66 kB at 253 kB/s)
Downloading from minecraft-repo: https://libraries.minecraft.net/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.pom
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.pom
Progress (1): 2.6/3.0 kB
Progress (1): 3.0 kB    
                    
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.pom (3.0 kB at 23 kB/s)
Downloading from minecraft-repo: https://libraries.minecraft.net/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.pom
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.pom
Progress (1): 1.2 kB
                    
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.pom (1.2 kB at 8.7 kB/s)
Downloading from minecraft-repo: https://libraries.minecraft.net/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar
Downloading from minecraft-repo: https://libraries.minecraft.net/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar
Downloading from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar
Progress (1): 3.5/9.2 kB
Progress (1): 7.6/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar (9.2 kB at 59 kB/s)
Progress (1): 3.4/31 kB
Progress (1): 6.1/31 kB
Progress (1): 8.9/31 kB
Progress (1): 12/31 kB 
Progress (1): 14/31 kB
Progress (1): 17/31 kB
Progress (1): 20/31 kB
Progress (1): 23/31 kB
Progress (1): 25/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from me1312-repo: https://dev.me1312.net/maven/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar (31 kB at 41 kB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ VanillaCord ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (default) @ VanillaCord ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ VanillaCord ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 31 source files to /var/lib/jenkins/workspace/VanillaCord/build/classes
[INFO] /var/lib/jenkins/workspace/VanillaCord/java/vanillacord/translation/PlayerConnection.java: /var/lib/jenkins/workspace/VanillaCord/java/vanillacord/translation/PlayerConnection.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/VanillaCord/java/vanillacord/translation/PlayerConnection.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- bridge-plugin:24w11a:bridge (default) @ VanillaCord ---
[INFO] Resolving class hierarchy...
[INFO]   + /var/lib/jenkins/.m2/repository/com/alibaba/fastjson2/fastjson2/2.0.43/fastjson2-2.0.43.jar (compile)
[INFO]   + /var/lib/jenkins/.m2/repository/com/mojang/authlib/1.5.16/authlib-1.5.16.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar (compile)
[INFO]   + /var/lib/jenkins/.m2/repository/net/ME1312/ASM/bridge/24w11a/bridge-24w11a.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/net/ME1312/ASM/bridge-asm/24w11a/bridge-asm-24w11a.jar (compile)
[INFO] 
[INFO] Building bridges...
[INFO]  -> vanillacord.server.VelocityHelper  +9 invocations
[INFO]  -> vanillacord.server.BungeeHelper  +4 invocations
[INFO] 
[INFO] Hierarchy resolved in 564.14ms
[INFO] Recompiled in 141.75ms
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ VanillaCord ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/VanillaCord/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ VanillaCord ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ VanillaCord ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ VanillaCord ---
[INFO] Building jar: /var/lib/jenkins/workspace/VanillaCord/build/VanillaCord--PLACEHOLDER.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ VanillaCord ---
[INFO] META-INF/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/maven/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] Building jar: /var/lib/jenkins/workspace/VanillaCord/artifacts/VanillaCord.jar
[INFO] META-INF/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/maven/ already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: /var/lib/jenkins/workspace/VanillaCord/artifacts/VanillaCord.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /var/lib/jenkins/workspace/VanillaCord/build/VanillaCord--PLACEHOLDER.jar
with assembly file: /var/lib/jenkins/workspace/VanillaCord/artifacts/VanillaCord.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.911 s
[INFO] Finished at: 2024-03-15T13:35:59-04:00
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@4bc39262[archived=false,commits={},compareUsePaginatedCommits=false,description=VanillaCord – IP Forwarding support for Vanilla Minecraft Servers,disabled=false,fork=false,homepage=,isTemplate=false,language=Java,milestones={},name=VanillaCord,nodeId=MDEwOlJlcG9zaXRvcnkxMjg1OTA4MjQ=,parent=<null>,size=3126,source=<null>,visibility=public,createdAt=2018-04-08T02:55:20Z,id=128590824,nodeId=<null>,updatedAt=2024-02-25T16:15:54Z,url=https://api.github.com/repos/ME1312/VanillaCord]] (sha:1fd28e1) with context:VanillaCord
Setting commit status on GitHub for https://github.com/ME1312/VanillaCord/commit/1fd28e12fb4236b885b56af0ceb72b25a071b803
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS