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 ba3d6157366e159be8acafcb6becfd33484e8fae (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba3d6157366e159be8acafcb6becfd33484e8fae # timeout=10
Commit message: "Speedy configuration loading"
 > git rev-list --no-walk 258368cd77b8c3559707821f8ffc03b9ae7afa79 # timeout=10
[VanillaCord] $ /usr/bin/env bash /tmp/jenkins6326976460928574057.sh
Getting version from file: /var/lib/jenkins/workspace/VanillaCord/build.txt
Loaded version is 24w03a
New run name is '24w03a'
[VanillaCord] $ mvn verify
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.ME1312:VanillaCord:jar:-PLACEHOLDER
[WARNING] 'repositories.repository.id' must not contain any of these characters \/:"<>|?* but found > @ line 12, column 17
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -----------------------< net.ME1312:VanillaCord >-----------------------
[INFO] Building VanillaCord -PLACEHOLDER
[INFO] --------------------------------[ jar ]---------------------------------
[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:23w51e: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/23w51e/bridge-23w51e.jar (provided)
[INFO]   + /var/lib/jenkins/.m2/repository/net/ME1312/ASM/bridge-asm/23w51e/bridge-asm-23w51e.jar (compile)
[INFO] 
[INFO] Building bridges...
[INFO]  -> vanillacord.server.VanillaCord  +1 adjustment
[INFO]  -> vanillacord.server.VelocityHelper  +9 invocations
[INFO]  -> vanillacord.server.BungeeHelper  +4 invocations
[INFO] 
[INFO] Hierarchy resolved in 606.93ms
[INFO] Recompiled in 152.07ms
[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:  8.983 s
[INFO] Finished at: 2024-01-19T19:01:33-05:00
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@45bff1ac[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=3132,source=<null>,visibility=public,createdAt=2018-04-08T02:55:20Z,id=128590824,nodeId=<null>,updatedAt=2023-12-27T10:52:43Z,url=https://api.github.com/repos/ME1312/VanillaCord]] (sha:ba3d615) with context:VanillaCord
Setting commit status on GitHub for https://github.com/ME1312/VanillaCord/commit/ba3d6157366e159be8acafcb6becfd33484e8fae
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS