Skip to content
Success

Console Output

Started by GitHub push by ME1312
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/CommandBlock Support
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ME1312/CommandBlock-Support.git
 > git init /var/lib/jenkins/workspace/CommandBlock Support # timeout=10
Fetching upstream changes from https://github.com/ME1312/CommandBlock-Support.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/ME1312/CommandBlock-Support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ME1312/CommandBlock-Support.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 7a8972ce3d32309659f05266ae2932d55ef3b82f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a8972ce3d32309659f05266ae2932d55ef3b82f # timeout=10
Commit message: "Replace duplicate translations with annotations"
 > git rev-list --no-walk 1fb5dfa0e8c68dd5d731d7b53ea8d5bc5a6ca223 # timeout=10
[CommandBlock Support] $ /usr/bin/env bash /tmp/jenkins2443698820876882203.sh
Getting version from file: /var/lib/jenkins/workspace/CommandBlock Support/build.txt
Loaded version is 22w15a
New run name is '22w15a'
[CommandBlock Support] $ mvn verify
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------------< net.ME1312:CBS >---------------------------
[INFO] Building CBS -PLACEHOLDER
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/1.18-rc3-R0.1-SNAPSHOT/maven-metadata.xml
Progress (1): 1.5 kB
                    
Downloaded from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/1.18-rc3-R0.1-SNAPSHOT/maven-metadata.xml (1.5 kB at 2.9 kB/s)
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (0 B at 0 B/s)
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/apache/logging/logging-parent/5/logging-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/5/logging-parent-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/5/logging-parent-5.pom (0 B at 0 B/s)
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/apache/apache/24/apache-24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom (0 B at 0 B/s)
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar
Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (0 B at 0 B/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CBS ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (default) @ CBS ---
[INFO] Executing tasks
     [copy] Copying 1 file to /var/lib/jenkins/workspace/CommandBlock Support/out/compile/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ CBS ---
[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 13 source files to /var/lib/jenkins/workspace/CommandBlock Support/out/compile/target/classes
[INFO] /var/lib/jenkins/workspace/CommandBlock Support/src/net/ME1312/CBS/Command.java: /var/lib/jenkins/workspace/CommandBlock Support/src/net/ME1312/CBS/Command.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/CommandBlock Support/src/net/ME1312/CBS/Command.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CBS ---
[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/CommandBlock Support/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ CBS ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ CBS ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ CBS ---
[INFO] Building jar: /var/lib/jenkins/workspace/CommandBlock Support/out/compile/target/CBS--PLACEHOLDER.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ CBS ---
[INFO] Building jar: /var/lib/jenkins/workspace/CommandBlock Support/artifacts/CBS.jar
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: /var/lib/jenkins/workspace/CommandBlock Support/artifacts/CBS.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/CommandBlock Support/out/compile/target/CBS--PLACEHOLDER.jar
with assembly file: /var/lib/jenkins/workspace/CommandBlock Support/artifacts/CBS.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.024 s
[INFO] Finished at: 2022-04-12T08:23:48-04:00
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@572666a2[nodeId=R_kgDOHEgcbQ,description=CBS – Support for player-only commands in Command Blocks ,homepage=,name=CommandBlock-Support,fork=false,archived=false,size=35,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=false,url=https://api.github.com/repos/ME1312/CommandBlock-Support,id=474487917,nodeId=<null>,createdAt=2022-03-26T23:14:25Z,updatedAt=2022-03-27T01:41:50Z]] (sha:7a8972c) with context:CommandBlock Support
Setting commit status on GitHub for https://github.com/ME1312/CommandBlock-Support/commit/7a8972ce3d32309659f05266ae2932d55ef3b82f
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS